diff --git a/code/__DEFINES/__game.dm b/code/__DEFINES/__game.dm
index 9a2c68e0d5..09a9d4b781 100644
--- a/code/__DEFINES/__game.dm
+++ b/code/__DEFINES/__game.dm
@@ -37,6 +37,7 @@
#define MAP_LV522_CHANCES_CLAIM "LV-522 Chance's Claim" // Highpop Only
#define MAP_NEW_VARADERO "New Varadero"//ice colony underground but as its own map
#define MAP_NEW_VARADERO_REPAIRED "New Varadero Repaired"
+#define MAP_LV759_HYBRISA_PROSPERA "LV-759 Hybrisa Prospera" // Highpop Only
#define MAP_CHINOOK "Chinook 91 GSO" //admin level
#define MAP_DERELICT_ALMAYER "Derelict Almayer"
diff --git a/code/__DEFINES/layers.dm b/code/__DEFINES/layers.dm
index ee958d87f5..a508010deb 100644
--- a/code/__DEFINES/layers.dm
+++ b/code/__DEFINES/layers.dm
@@ -130,6 +130,8 @@
#define ABOVE_XENO_LAYER 4.12
/// For facehuggers
#define FACEHUGGER_LAYER 4.13
+/// For Signs above everything but below weather
+#define BILLBOARD_LAYER 4.13
/// For WEATHER
#define WEATHER_LAYER 4.14
diff --git a/code/__DEFINES/minimap.dm b/code/__DEFINES/minimap.dm
index c3af8b53c9..27de2f8428 100644
--- a/code/__DEFINES/minimap.dm
+++ b/code/__DEFINES/minimap.dm
@@ -87,3 +87,17 @@ GLOBAL_LIST_INIT(all_minimap_flags, bitfield2list(MINIMAP_FLAG_ALL))
#define TACMAP_BASE_OCCLUDED "Occluded"
#define TACMAP_BASE_OPEN "Open"
+
+// Hybrisa
+#define MINIMAP_AREA_COLONY_STREETS "#4e6d67ae"
+#define MINIMAP_AREA_COLONY_SPACE_PORT "#a54b01ee"
+#define MINIMAP_AREA_COLONY_HOSPITAL "#029982e7"
+#define MINIMAP_AREA_COLONY_ENGINEERING "#888404e7"
+#define MINIMAP_AREA_COLONY_MARSHALLS "#880404e7"
+#define MINIMAP_AREA_COLONY_RESANDCOM "#91bdcfe7"
+#define MINIMAP_AREA_MINING "#5c280fe7"
+#define MINIMAP_AREA_HYBRISACAVES "#390192ee"
+#define MINIMAP_AREA_HYBRISARESEARCH "#856600ee"
+#define MINIMAP_AREA_DERELICT "#920190ee"
+#define MINIMAP_AREA_OOB "#3a3a3a"
+#define MINIMAP_AREA_COMMS "#00b3ffe7"
diff --git a/code/__DEFINES/mode.dm b/code/__DEFINES/mode.dm
index f9e1bbc70b..bf04f3de03 100644
--- a/code/__DEFINES/mode.dm
+++ b/code/__DEFINES/mode.dm
@@ -40,7 +40,7 @@
#define IS_MODE_COMPILED(MODE) (ispath(text2path("/datum/game_mode/"+(MODE))))
#define MODE_HAS_FLAG(flag) (SSticker.mode.flags_round_type & flag)
-#define MODE_HAS_TOGGLEABLE_FLAG(flag) (SSticker.mode.toggleable_flags & flag)
+#define MODE_HAS_TOGGLEABLE_FLAG(flag) (SSticker.mode?.toggleable_flags & flag)
// Gamemode Flags
#define MODE_INFESTATION (1<<0)
diff --git a/code/__DEFINES/sounds.dm b/code/__DEFINES/sounds.dm
index 2d715f5918..8627ac2d25 100644
--- a/code/__DEFINES/sounds.dm
+++ b/code/__DEFINES/sounds.dm
@@ -113,4 +113,23 @@
#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 AMBIENCE_CITY 'sound/ambience/city_on_fire.ogg'
+#define AMBIENCE_DERELICT 'sound/ambience/derelict_ambience.ogg'
+#define AMBIENCE_LAB 'sound/ambience/lab_ambience.ogg'
+#define AMBIENCE_LAB_2 'sound/ambience/lab_ambience_2.ogg'
+#define AMBIENCE_LAB_HALLWAY 'sound/ambience/lab_ambience_hallway.ogg'
+#define AMBIENCE_WEYMART 'sound/ambience/weymart.ogg'
+#define AMBIENCE_HYBRISA_INTERIOR 'sound/ambience/hybrisa_interior.ogg'
+#define AMBIENCE_HYBRISA_CAVES 'sound/ambience/caves_ambience.ogg'
+#define AMBIENCE_HYBRISA_CAVES_ALARM 'sound/ambience/caves_ambience_alarm.ogg'
+
+#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','sound/soundscape/lv759/indoors/vent_1.ogg','sound/soundscape/lv759/indoors/vent_2.ogg','sound/soundscape/lv759/indoors/vent_3.ogg','sound/soundscape/lv759/indoors/vent_4.ogg','sound/soundscape/lv759/indoors/vent_5.ogg','sound/soundscape/lv759/indoors/vent_6.ogg','sound/soundscape/lv759/indoors/vent_7.ogg','sound/soundscape/lv759/indoors/vent_6.ogg','sound/soundscape/lv759/indoors/distant_sounds_1.ogg','sound/soundscape/lv759/indoors/distant_sounds_2.ogg','sound/soundscape/lv759/indoors/distant_sounds_3.ogg','sound/soundscape/lv759/indoors/distant_sounds_4.ogg','sound/soundscape/lv759/indoors/distant_sounds_5.ogg','sound/soundscape/lv759/indoors/distant_sounds_6.ogg','sound/soundscape/lv759/indoors/distant_sounds_7.ogg','sound/soundscape/lv759/indoors/distant_sounds_8.ogg','sound/soundscape/lv759/indoors/distant_sounds_9.ogg','sound/soundscape/lv759/indoors/distant_sounds_10.ogg','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_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_DEEPCAVES list('sound/soundscape/lv759/outdoors/deepcave1.ogg','sound/soundscape/lv759/outdoors/deepcave2.ogg')
+#define SCAPE_PL_LV759_CAVES list('sound/soundscape/lv759/outdoors/windy_caverns_1.ogg','sound/soundscape/lv759/outdoors/windy_caverns_2.ogg','sound/soundscape/lv759/outdoors/windy_caverns_3.ogg',)
+#define SCAPE_PL_LV759_PLATEAU_OUTDOORS list('sound/soundscape/lv759/outdoors/derelict_plateau_1.ogg','sound/soundscape/lv759/outdoors/derelict_plateau_2.ogg',)
#define SCAPE_PL_AICORE list('sound/soundscape/aicore/aicore_beep.ogg', 'sound/soundscape/aicore/aicore_ident.ogg', 'sound/soundscape/aicore/aicore_rumble1.ogg', 'sound/soundscape/aicore/aicore_rumble2.ogg', 'sound/soundscape/aicore/aicore_rumble3.ogg', 'sound/soundscape/aicore/aicore_rumble4.ogg', 'sound/soundscape/aicore/aicore_rumble5.ogg', 'sound/soundscape/aicore/aicore_tone1.ogg', 'sound/soundscape/aicore/aicore_tone2.ogg', 'sound/soundscape/aicore/aicore_tone3.ogg', 'sound/soundscape/aicore/aicore_tone4.ogg', 'sound/soundscape/aicore/aicore_tone5.ogg', 'sound/soundscape/aicore/aicore_tone6.ogg', 'sound/soundscape/aicore/aicore_tone7.ogg', 'sound/soundscape/aicore/aicore_tone8.ogg', 'sound/soundscape/aicore/aicore_tone9.ogg', 'sound/soundscape/aicore/aicore_tone10.ogg', 'sound/soundscape/aicore/aicore_tone11.ogg', 'sound/soundscape/aicore/aicore_tone12.ogg', 'sound/soundscape/aicore/aicore_tone13.ogg', 'sound/soundscape/aicore/aicore_tone14.ogg', 'sound/soundscape/aicore/aicore_tone15.ogg', 'sound/soundscape/aicore/aicore_tone16.ogg', 'sound/soundscape/aicore/aicore_tone17.ogg', 'sound/soundscape/aicore/aicore_tone18.ogg', )
diff --git a/code/__DEFINES/weather.dm b/code/__DEFINES/weather.dm
index 6c72f5ee2c..07b244b729 100644
--- a/code/__DEFINES/weather.dm
+++ b/code/__DEFINES/weather.dm
@@ -7,6 +7,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/__HELPERS/_lists.dm b/code/__HELPERS/_lists.dm
index 936be4aaef..50d58a76df 100644
--- a/code/__HELPERS/_lists.dm
+++ b/code/__HELPERS/_lists.dm
@@ -217,6 +217,11 @@
if(!inserted_list)
return
- for(var/i in 1 to length(inserted_list) - 1)
- inserted_list.Swap(i, rand(i, length(inserted_list)))
-
+ for(var/i in 1 to inserted_list.len - 1)
+ inserted_list.Swap(i, rand(i, inserted_list.len))
+
+/proc/is_path_in_list(needle, list/path_list)
+ for(var/path in path_list)
+ if(ispath(needle, path))
+ return TRUE
+ return FALSE
diff --git a/code/controllers/subsystem/weather.dm b/code/controllers/subsystem/weather.dm
index a3fdfe509a..6c298aea1a 100644
--- a/code/controllers/subsystem/weather.dm
+++ b/code/controllers/subsystem/weather.dm
@@ -202,3 +202,7 @@ 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/ammo/bullet/smg.dm b/code/datums/ammo/bullet/smg.dm
index 0e8983a33a..a275ec453b 100644
--- a/code/datums/ammo/bullet/smg.dm
+++ b/code/datums/ammo/bullet/smg.dm
@@ -145,3 +145,17 @@
penetration = ARMOR_PENETRATION_TIER_4
damage_falloff = DAMAGE_FALLOFF_TIER_6
scatter = SCATTER_AMOUNT_TIER_6
+
+/datum/ammo/bullet/smg/p90
+ name = "submachinegun bullet"
+ damage = 22
+ accurate_range = 5
+ effective_range_max = 8
+ penetration = ARMOR_PENETRATION_TIER_4
+ damage_falloff = DAMAGE_FALLOFF_TIER_6
+ scatter = SCATTER_AMOUNT_TIER_6
+
+/datum/ammo/bullet/smg/p90/p90_twe_ap
+ name = "armor-piercing submachinegun bullet"
+ damage = 24
+ penetration = ARMOR_PENETRATION_TIER_6
diff --git a/code/datums/paygrades/factions/civillian/civilian.dm b/code/datums/paygrades/factions/civillian/civilian.dm
new file mode 100644
index 0000000000..c2985deedc
--- /dev/null
+++ b/code/datums/paygrades/factions/civillian/civilian.dm
@@ -0,0 +1,36 @@
+/datum/paygrade/civilian
+ name = "Civilian Paygrade"
+ pay_multiplier = 0.5 // civvies are poor
+
+/datum/paygrade/civilian/civilian
+ paygrade = "C"
+ name = "Civilian"
+
+/datum/paygrade/civilian/nurse
+ paygrade = "CN"
+ name = "Nurse"
+ prefix = "Nrs."
+
+/datum/paygrade/civilian/doctor
+ paygrade = "CD"
+ name = "Doctor"
+ prefix = "Dr."
+ pay_multiplier = 0.75
+
+/datum/paygrade/civilian/professor
+ paygrade = "CCMO"
+ name = "Professor"
+ prefix = "Prof."
+ pay_multiplier = 1
+
+/datum/paygrade/civillian/representative
+ paygrade = "CR"
+ name = "Representative"
+ prefix = "Rep."
+ pay_multiplier = 1
+
+/datum/paygrade/civilian/paramedic
+ paygrade = "CPARA"
+ name = "Paramedic"
+ prefix = "EMT-P"
+ pay_multiplier = 0.6
diff --git a/code/datums/paygrades/factions/wy/wy.dm b/code/datums/paygrades/factions/wy/wy.dm
index 17b46ff579..8fce5919a0 100644
--- a/code/datums/paygrades/factions/wy/wy.dm
+++ b/code/datums/paygrades/factions/wy/wy.dm
@@ -76,4 +76,10 @@
prefix = "Director"
ranking = 9
pay_multiplier = 10
- officer_grade = GRADE_FLAG
+
+/datum/paygrade/wy_ranks/wycPO
+ paygrade = "WYPO2"
+ name = "Captain"
+ prefix = "Capt."
+ ranking = 1
+ pay_multiplier = 2
diff --git a/code/datums/skills/civilian.dm b/code/datums/skills/civilian.dm
index ff9cadf029..015e2f81f2 100644
--- a/code/datums/skills/civilian.dm
+++ b/code/datums/skills/civilian.dm
@@ -224,3 +224,37 @@ CIVILIAN
SKILL_FIREARMS = SKILL_FIREARMS_TRAINED,
SKILL_LEADERSHIP = SKILL_LEAD_TRAINED,
)
+
+/datum/skills/civilian/survivor/wy_pilot
+ name = "Survivor - Weyland Yutani - Pilot"
+ skills = list(
+ SKILL_PILOT = SKILL_PILOT_EXPERT,
+ SKILL_LEADERSHIP = SKILL_LEAD_TRAINED,
+ )
+
+/datum/skills/civilian/survivor/paramedic
+ name = "Survivor - Paramedic"
+ skills = list(
+ SKILL_FIREMAN = SKILL_FIREMAN_SKILLED,
+ SKILL_MEDICAL = SKILL_MEDICAL_MEDIC,
+ SKILL_SURGERY = SKILL_SURGERY_NOVICE,
+ SKILL_VEHICLE = SKILL_VEHICLE_SMALL,
+ )
+
+/datum/skills/civilian/survivor/fire_fighter
+ name = "Survivor - Fire Protection Specialist"
+ additional_skills = list(
+ SKILL_ENGINEER = SKILL_ENGINEER_TRAINED,
+ SKILL_MEDICAL = SKILL_MEDICAL_TRAINED,
+ SKILL_VEHICLE = SKILL_VEHICLE_SMALL,
+ SKILL_FIREMAN = SKILL_FIREMAN_SKILLED,
+ )
+
+/datum/skills/civilian/survivor/pizza_delivery_driver
+ name = "Survivor - Pizza Galaxy Delivery Driver"
+ skills = list(
+ SKILL_CONSTRUCTION = SKILL_CONSTRUCTION_TRAINED,
+ SKILL_ENDURANCE = SKILL_ENDURANCE_SURVIVOR,
+ SKILL_FIREMAN = SKILL_FIREMAN_TRAINED,
+ SKILL_VEHICLE = SKILL_VEHICLE_SMALL,
+ )
diff --git a/code/datums/vehicles.dm b/code/datums/vehicles.dm
index 6f6182a8d7..68ac1f7da7 100644
--- a/code/datums/vehicles.dm
+++ b/code/datums/vehicles.dm
@@ -46,6 +46,10 @@
name = "Van"
interior_id = "van"
-/datum/map_template/interior/arc
- name = "ARC"
- interior_id = "arc"
+/datum/map_template/interior/box_van
+ name = "Box Van"
+ interior_id = "box_van"
+
+/datum/map_template/interior/pizza_van
+ name = "Pizza-Galaxy Van"
+ interior_id = "pizza_van"
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 0000000000..6e3aee7b4c
--- /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 0000000000..e06abe87ed
--- /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 0000000000..e65ce6493a
--- /dev/null
+++ b/code/game/area/LV759_Hybrisa_Prospera.dm
@@ -0,0 +1,956 @@
+//lv759 AREAS--------------------------------------//
+
+/area/lv759
+ name = "LV-759 Hybrisa Prospera"
+ icon = 'icons/turf/hybrisareas.dmi'
+ icon_state = "hybrisa"
+ can_build_special = TRUE
+ powernet_name = "ground"
+ minimap_color = MINIMAP_AREA_COLONY_RESANDCOM
+
+//parent types
+
+/area/lv759/indoors
+ name = "Hybrisa - Indoors"
+ 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_LV759_INDOORS
+ ambience_exterior = AMBIENCE_HYBRISA_INTERIOR
+/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
+ ambience_exterior = AMBIENCE_CITY
+ soundscape_interval = 25
+/area/lv759/oob
+ name = "Out Of Bounds"
+ icon_state = "oob"
+ ceiling = CEILING_MAX
+ is_resin_allowed = FALSE
+ flags_area = AREA_NOTUNNEL
+ minimap_color = MINIMAP_AREA_OOB
+
+// Landing Zone 1
+/area/lv759/outdoors/landing_zone_1
+ name = "Nova Medica Hospital Complex - Emergency Response Landing Zone One"
+ icon_state = "medical_lz1"
+ is_resin_allowed = FALSE
+ is_landing_zone = TRUE
+ minimap_color = MINIMAP_AREA_LZ
+ ceiling = CEILING_NONE
+/area/lv759/indoors/landing_zone_1/flight_control_room
+ name = "Nova Medica Hospital Complex - Emergency Response Landing Zone One - Flight Control Room"
+ icon_state = "hybrisa"
+ ceiling = CEILING_METAL
+ is_landing_zone = TRUE
+/area/lv759/indoors/landing_zone_1/lz1_console
+ name = "Nova Medica Hospital Complex - Emergency Response Landing Zone One - Dropship Alamo Console"
+ icon_state = "hybrisa"
+ requires_power = FALSE
+ ceiling = CEILING_METAL
+ is_landing_zone = TRUE
+
+// Landing Zone 2
+/area/lv759/outdoors/landing_zone_2
+ name = "KMCC Interstellar Freight Hub - Landing Zone Two"
+ icon_state = "mining_lz2"
+ is_resin_allowed = FALSE
+ is_landing_zone = TRUE
+ minimap_color = MINIMAP_AREA_LZ
+ ceiling = CEILING_NONE
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room
+ name = "KMCC Interstellar Freight Hub - Flight Control Room"
+ icon_state = "hybrisa"
+ ceiling = CEILING_METAL
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security
+ name = "KMCC Interstellar Freight Hub - Security Checkpoint Office"
+ icon_state = "security_checkpoint"
+ ceiling = CEILING_METAL
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north
+ name = "KMCC Interstellar Freight Hub - Passenger Departures - Lounge North"
+ icon_state = "hybrisa"
+ ceiling = CEILING_METAL
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel
+ name = "KMCC Interstellar Freight Hub - Fuel Storage & Maintenance - North"
+ icon_state = "hybrisa"
+ ceiling = CEILING_METAL
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south
+ name = "KMCC Interstellar Freight Hub - Passenger Departures - Lounge South"
+ icon_state = "hybrisa"
+ ceiling = CEILING_METAL
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway
+ name = "KMCC Interstellar Freight Hub - Passenger Departures - Hallway"
+ icon_state = "hybrisa"
+ ceiling = CEILING_METAL
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office
+ name = "KMCC Interstellar Freight Hub - Passenger Departures - South Office"
+ icon_state = "hybrisa"
+ ceiling = CEILING_METAL
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance
+ name = "KMCC Interstellar Freight Hub - Passenger Departures - Maintenance"
+ icon_state = "hybrisa"
+ ceiling = CEILING_METAL
+/area/lv759/indoors/landing_zone_2/kmcc_hub/lz2_console
+ name = "KMCC Interstellar Freight Hub - Dropship Normandy Console"
+ icon_state = "hybrisa"
+ requires_power = FALSE
+ ceiling = CEILING_METAL
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo
+ name = "KMCC Interstellar Freight Hub - Cargo Processing Center"
+ icon_state = "mining_cargo"
+ ceiling = CEILING_METAL
+ minimap_color = MINIMAP_AREA_COLONY_RESANDCOM
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north
+ name = "KMCC Interstellar Freight Hub - Cargo Processing Center - Maintenance"
+ icon_state = "mining"
+ ceiling = CEILING_METAL
+ minimap_color = MINIMAP_AREA_COLONY_RESANDCOM
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south
+ name = "KMCC Interstellar Freight Hub - Cargo Processing Center - Main Entrance & South Unloading Platform"
+ icon_state = "mining"
+ ceiling = CEILING_NONE
+ minimap_color = MINIMAP_AREA_COLONY
+
+// Derelict Ship
+/area/lv759/indoors/derelict_ship
+ name = "Derelict Ship"
+ icon_state = "derelictship"
+ ceiling = CEILING_DEEP_UNDERGROUND
+ flags_area = AREA_NOTUNNEL
+ ambience_exterior = AMBIENCE_DERELICT
+ soundscape_playlist = SCAPE_PL_LV759_DERELICTSHIP
+ ceiling_muffle = FALSE
+ minimap_color = MINIMAP_AREA_HYBRISACAVES
+
+// Caves
+/area/lv759/indoors/caves/wy_research_complex_entrance
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - North Main Entrance"
+ icon_state = "wylab"
+ ceiling = CEILING_UNDERGROUND_ALLOW_CAS
+ ambience_exterior = AMBIENCE_HYBRISA_CAVES_ALARM
+ soundscape_playlist = SCAPE_PL_LV759_DEEPCAVES
+ ceiling_muffle = FALSE
+ minimap_color = MINIMAP_AREA_HYBRISACAVES
+/area/lv759/indoors/caves/west_caves
+ name = "Caverns - West"
+ icon_state = "caves_west"
+ ceiling = CEILING_UNDERGROUND_ALLOW_CAS
+ ambience_exterior = AMBIENCE_HYBRISA_CAVES
+ soundscape_playlist = SCAPE_PL_LV759_CAVES
+ ceiling_muffle = FALSE
+ minimap_color = MINIMAP_AREA_HYBRISACAVES
+/area/lv759/indoors/caves/west_caves_alarm
+ name = "Caverns - West"
+ icon_state = "caves_west"
+ ceiling = CEILING_UNDERGROUND_ALLOW_CAS
+ ambience_exterior = AMBIENCE_HYBRISA_CAVES_ALARM
+ soundscape_playlist = SCAPE_PL_LV759_CAVES
+ ceiling_muffle = FALSE
+ minimap_color = MINIMAP_AREA_HYBRISACAVES
+/area/lv759/indoors/caves/east_caves
+ name = "Caverns - East"
+ icon_state = "caves_east"
+ ceiling = CEILING_UNDERGROUND_ALLOW_CAS
+ ambience_exterior = AMBIENCE_HYBRISA_CAVES
+ soundscape_playlist = SCAPE_PL_LV759_DEEPCAVES
+ ceiling_muffle = FALSE
+ minimap_color = MINIMAP_AREA_HYBRISACAVES
+/area/lv759/indoors/caves/south_caves
+ name = "Caverns - South"
+ icon_state = "caves_south"
+ ceiling = CEILING_UNDERGROUND_ALLOW_CAS
+ ambience_exterior = AMBIENCE_HYBRISA_CAVES
+ soundscape_playlist = SCAPE_PL_LV759_DEEPCAVES
+ ceiling_muffle = FALSE
+ minimap_color = MINIMAP_AREA_HYBRISACAVES
+/area/lv759/indoors/caves/south_east_caves
+ name = "Caverns - Southeast"
+ icon_state = "caves_southeast"
+ ceiling = CEILING_UNDERGROUND_ALLOW_CAS
+ ambience_exterior = AMBIENCE_HYBRISA_CAVES
+ soundscape_playlist = SCAPE_PL_LV759_DEEPCAVES
+ ceiling_muffle = FALSE
+ minimap_color = MINIMAP_AREA_HYBRISACAVES
+/area/lv759/indoors/caves/south_west_caves
+ name = "Caverns - Southwest"
+ icon_state = "caves_southwest"
+ ceiling = CEILING_UNDERGROUND_ALLOW_CAS
+ ambience_exterior = AMBIENCE_HYBRISA_CAVES
+ soundscape_playlist = SCAPE_PL_LV759_DEEPCAVES
+ ceiling_muffle = FALSE
+ minimap_color = MINIMAP_AREA_HYBRISACAVES
+/area/lv759/indoors/caves/south_west_caves_alarm
+ name = "Caverns - Southwest"
+ icon_state = "wylab"
+ ceiling = CEILING_UNDERGROUND_ALLOW_CAS
+ ambience_exterior = AMBIENCE_HYBRISA_CAVES_ALARM
+ soundscape_playlist = SCAPE_PL_LV759_DEEPCAVES
+ ceiling_muffle = FALSE
+ minimap_color = MINIMAP_AREA_HYBRISARESEARCH
+/area/lv759/indoors/caves/north_west_caves
+ name = "Caverns - Northwest"
+ icon_state = "caves_northwest"
+ ceiling = CEILING_UNDERGROUND_ALLOW_CAS
+ ambience_exterior = AMBIENCE_HYBRISA_CAVES
+ soundscape_playlist = SCAPE_PL_LV759_DEEPCAVES
+ ceiling_muffle = FALSE
+ minimap_color = MINIMAP_AREA_HYBRISACAVES
+/area/lv759/outdoors/caves/north_west_caves_outdoors
+ name = "Caverns - Northwest"
+ icon_state = "caves_northwest"
+ ceiling = CEILING_NONE
+ ambience_exterior = AMBIENCE_HYBRISA_CAVES
+ soundscape_playlist = SCAPE_PL_LV759_CAVES
+ ceiling_muffle = FALSE
+ minimap_color = MINIMAP_AREA_HYBRISACAVES
+/area/lv759/indoors/caves/north_east_caves
+ name = "Caverns - Northeast"
+ icon_state = "caves_northeast"
+ ceiling = CEILING_UNDERGROUND_ALLOW_CAS
+ ambience_exterior = AMBIENCE_HYBRISA_CAVES
+ soundscape_playlist = SCAPE_PL_LV759_CAVES
+ ceiling_muffle = FALSE
+ minimap_color = MINIMAP_AREA_HYBRISACAVES
+/area/lv759/indoors/caves/north_caves
+ name = "Caverns - North"
+ icon_state = "caves_north"
+ ceiling = CEILING_UNDERGROUND_ALLOW_CAS
+ ambience_exterior = AMBIENCE_HYBRISA_CAVES
+ soundscape_playlist = SCAPE_PL_LV759_DEEPCAVES
+ ceiling_muffle = FALSE
+ minimap_color = MINIMAP_AREA_HYBRISACAVES
+/area/lv759/indoors/caves/central_caves
+ name = "Caverns - Central"
+ icon_state = "caves_central"
+ ceiling = CEILING_UNDERGROUND_ALLOW_CAS
+ ambience_exterior = AMBIENCE_HYBRISA_CAVES
+ soundscape_playlist = SCAPE_PL_LV759_CAVES
+ ceiling_muffle = FALSE
+ minimap_color = MINIMAP_AREA_HYBRISACAVES
+
+
+// Caves Central Plateau
+/area/lv759/outdoors/caveplateau
+ name = "Caverns - Plateau"
+ icon_state = "caves_plateau"
+ ceiling = CEILING_NONE
+ ambience_exterior = AMBIENCE_HYBRISA_CAVES
+ soundscape_playlist = SCAPE_PL_LV759_PLATEAU_OUTDOORS
+ minimap_color = MINIMAP_AREA_HYBRISACAVES
+
+// Colony Streets
+/area/lv759/outdoors/colony_streets
+ name = "Colony Streets"
+ icon_state = "colonystreets_north"
+ ceiling = CEILING_NONE
+ minimap_color = MINIMAP_AREA_COLONY_STREETS
+/area/lv759/outdoors/colony_streets/central_streets
+ name = "Central Street - West"
+ icon_state = "colonystreets_west"
+
+/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"
+ ceiling = CEILING_NONE
+ ambience_exterior = AMBIENCE_HYBRISA_CAVES
+ soundscape_playlist = SCAPE_PL_LV759_CAVES
+
+/area/lv759/outdoors/colony_streets/south_west_street_comms
+ name = "Colony Streets - Southwest - WY Checkpoint Passthrough - Subspace Communications"
+ icon_state = "colonystreets_southwest"
+ ceiling = CEILING_NONE
+ ambience_exterior = AMBIENCE_HYBRISA_CAVES
+ soundscape_playlist = SCAPE_PL_LV759_CAVES
+ minimap_color = MINIMAP_AREA_COMMS
+
+/area/lv759/outdoors/colony_streets/north_west_street
+ name = "Colony Streets - Northwest"
+ icon_state = "colonystreets_northwest"
+
+/area/lv759/outdoors/colony_streets/north_east_street
+ name = "Colony Streets - Northeast"
+ icon_state = "colonystreets_northeast"
+
+/area/lv759/outdoors/colony_streets/north_east_street_LZ
+ name = "Colony Streets - Northeast"
+ icon_state = "colonystreets_northeast"
+ is_landing_zone = TRUE
+
+/area/lv759/outdoors/colony_streets/north_street
+ name = "Colony Streets - North"
+ icon_state = "colonystreets_north"
+
+//Spaceport Indoors
+
+/area/lv759/indoors/spaceport
+ minimap_color = MINIMAP_AREA_COLONY_SPACE_PORT
+/area/lv759/indoors/spaceport/hallway_northeast
+ name = "Weyland-Yutani Celestia Gateway Space-Port - Hallway - Northeast"
+ icon_state = "WYSpaceport"
+/area/lv759/indoors/spaceport/hallway_north
+ name = "Weyland-Yutani Celestia Gateway Space-Port - Hallway - North"
+ icon_state = "WYSpaceport"
+/area/lv759/indoors/spaceport/hallway_northwest
+ name = "Weyland-Yutani Celestia Gateway Space-Port - Hallway - Northwest"
+ icon_state = "WYSpaceport"
+/area/lv759/indoors/spaceport/hallway_east
+ name = "Weyland-Yutani Celestia Gateway Space-Port - Hallway - East"
+ icon_state = "WYSpaceport"
+/area/lv759/indoors/spaceport/heavyequip
+ name = "Weyland-Yutani Celestia Gateway Space-Port - Heavy Equipment Storage"
+ icon_state = "WYSpaceport"
+/area/lv759/indoors/spaceport/engineering
+ name = "Weyland-Yutani Celestia Gateway Space-Port - Fuel Storage & Processing"
+ icon_state = "WYSpaceport"
+/area/lv759/indoors/spaceport/janitor
+ name = "Weyland-Yutani Celestia Gateway Space-Port - Janitorial Storage Room"
+ icon_state = "WYSpaceport"
+/area/lv759/indoors/spaceport/maintenance_east
+ name = "Weyland-Yutani Celestia Gateway Space-Port - Maintenance - East"
+ icon_state = "WYSpaceport"
+/area/lv759/indoors/spaceport/communications_office
+ name = "Weyland-Yutani Celestia Gateway Space-Port - Communications & Administration Office"
+ icon_state = "WYSpaceportadmin"
+/area/lv759/indoors/spaceport/flight_control_room
+ name = "Weyland-Yutani Celestia Gateway Space-Port - Flight Control Room"
+ icon_state = "WYSpaceportadmin"
+/area/lv759/indoors/spaceport/security
+ name = "Weyland-Yutani Celestia Gateway Space-Port - Security- Observation & Office"
+ icon_state = "security_checkpoint"
+/area/lv759/indoors/spaceport/security_office
+ name = "Weyland-Yutani Celestia Gateway Space-Port - Office"
+ icon_state = "security_checkpoint"
+/area/lv759/indoors/spaceport/cargo
+ name = "Weyland-Yutani Celestia Gateway Space-Port - Cargo Bay"
+ icon_state = "WYSpaceportcargo"
+/area/lv759/indoors/spaceport/cargo_maintenance
+ name = "Weyland-Yutani Celestia Gateway Space-Port - Cargo - Maintenance"
+ icon_state = "WYSpaceportcargo"
+/area/lv759/indoors/spaceport/baggagehandling
+ name = "Weyland-Yutani Celestia Gateway Space-Port - Baggage Storage & Handling"
+ icon_state = "WYSpaceportbaggage"
+/area/lv759/indoors/spaceport/cuppajoes
+ name = "Weyland-Yutani Celestia Gateway Space-Port - Cuppa Joe's"
+ icon_state = "cuppajoes"
+/area/lv759/indoors/spaceport/kitchen
+ name = "Weyland-Yutani Celestia Gateway Space-Port - Kitchen"
+ icon_state = "WYSpaceportblue"
+/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
+ minimap_color = MINIMAP_AREA_COLONY
+/area/lv759/indoors/spaceport/horizon_runner
+ name = "WY-LWI Horizon Runner HR-150"
+ icon_state = "wydropship"
+ requires_power = FALSE
+ minimap_color = MINIMAP_AREA_COLONY
+
+// Garage
+
+/area/lv759/indoors/garage_reception
+ name = "Garage - Reception"
+ icon_state = "garage"
+/area/lv759/indoors/garage_restroom
+ name = "Garage - Restroom"
+ icon_state = "garage"
+/area/lv759/indoors/garage_workshop
+ name = "Garage - Workshop"
+ icon_state = "garage"
+/area/lv759/indoors/garage_workshop_storage
+ name = "Garage - Workshop - Storage Room"
+ icon_state = "garage"
+/area/lv759/indoors/garage_managersoffice
+ name = "Garage - Managers Office"
+ icon_state = "garage"
+
+// Meridian Offices & Factory Floor
+/area/lv759/indoors/meridian/meridian_foyer
+ name = "Meridian - Foyer"
+ icon_state = "meridian"
+/area/lv759/indoors/meridian/meridian_showroom
+ name = "Meridian - Showroom"
+ icon_state = "meridian"
+/area/lv759/indoors/meridian/meridian_office
+ name = "Meridian - Offices"
+ icon_state = "meridian"
+/area/lv759/indoors/meridian/meridian_managersoffice
+ name = "Meridian - Manager's Office"
+ icon_state = "meridian"
+/area/lv759/indoors/meridian/meridian_factory
+ name = "Meridian - Factory Floor"
+ icon_state = "meridian_factory"
+/area/lv759/indoors/meridian/meridian_restroom
+ name = "Meridian - Restroom"
+ icon_state = "meridian"
+/area/lv759/indoors/meridian/meridian_maintenance_south
+ name = "Meridian - Maintenance South"
+ icon_state = "meridian"
+/area/lv759/indoors/meridian/meridian_maintenance_east
+ name = "Meridian - Factory Floor - Maintenance"
+ icon_state = "meridian"
+
+// Apartments (Dorms)
+
+/area/lv759/indoors/apartment
+ minimap_color = MINIMAP_AREA_COLONY_RESANDCOM
+/area/lv759/indoors/apartment/westfoyer
+ name = "Westhaven Apartment Complex - West - Foyer"
+ icon_state = "apartments"
+/area/lv759/indoors/apartment/westhallway
+ name = "Westhaven Apartment Complex - West - Hallway"
+ icon_state = "apartments"
+/area/lv759/indoors/apartment/westbedrooms
+ name = "Westhaven Apartment Complex - West - Bedrooms"
+ icon_state = "apartments"
+/area/lv759/indoors/apartment/westshowers
+ name = "Westhaven Apartment Complex - West - Showers"
+ icon_state = "apartments"
+/area/lv759/indoors/apartment/westrestroom
+ name = "Westhaven Apartment Complex - West - Restrooms"
+ icon_state = "apartments"
+/area/lv759/indoors/apartment/westentertainment
+ name = "Westhaven Apartment Complex - West - Recreation Hub"
+ icon_state = "apartments"
+/area/lv759/indoors/apartment/eastentrance
+ name = "Westhaven Apartment Complex - East - Entrance Room"
+ icon_state = "apartments"
+/area/lv759/indoors/apartment/eastfoyer
+ name = "Westhaven Apartment Complex - East - Foyer"
+ icon_state = "apartments"
+/area/lv759/indoors/apartment/eastrestroomsshower
+ name = "Westhaven Apartment Complex - East - Restrooms & Showers"
+ icon_state = "apartments"
+/area/lv759/indoors/apartment/eastbedrooms
+ name = "Westhaven Apartment Complex - East - Bedrooms"
+ icon_state = "apartments"
+/area/lv759/indoors/apartment/eastbedroomsstorage
+ name = "Westhaven Apartment Complex - East - Bedrooms - Storage Room"
+ icon_state = "apartments"
+/area/lv759/indoors/apartment/northfoyer
+ name = "Westhaven Apartment Complex - North - Foyer"
+ icon_state = "apartments"
+/area/lv759/indoors/apartment/northhallway
+ name = "Westhaven Apartment Complex - North - Hallway"
+ icon_state = "apartments"
+/area/lv759/indoors/apartment/northapartments
+ name = "Westhaven Apartment Complex - North - Luxury Apartments"
+ icon_state = "apartments"
+
+// 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"
+/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 - Subspace Communications & Electrical Systems"
+ minimap_color = MINIMAP_AREA_COMMS
+/area/lv759/indoors/hospital/pharmacy
+ name = "Nova Medica Hospital Complex - Pharmacy & Outgoing Foyer"
+/area/lv759/indoors/hospital/outgoing
+ 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_MINING
+/area/lv759/indoors/mining_outpost/north
+ name = "KMCC - Mining Outpost - North"
+ icon_state = "mining"
+/area/lv759/indoors/mining_outpost/north_maint
+ name = "KMCC - Mining Outpost - North - Maintenance"
+ icon_state = "mining"
+/area/lv759/indoors/mining_outpost/northeast
+ name = "KMCC - Mining Outpost - Northeast"
+ icon_state = "mining"
+/area/lv759/indoors/mining_outpost/south
+ name = "KMCC - Mining Outpost - Southeast"
+ icon_state = "mining"
+/area/lv759/indoors/mining_outpost/vehicledeployment
+ name = "KMCC - Mining Outpost - South - Vehicle Deployment"
+ icon_state = "mining"
+/area/lv759/indoors/mining_outpost/processing
+ name = "KMCC - Mining Outpost - South - Processing & Storage"
+ icon_state = "mining"
+/area/lv759/indoors/mining_outpost/east
+ name = "KMCC - Mining Outpost - East"
+ icon_state = "mining"
+/area/lv759/indoors/mining_outpost/east_dorms
+ name = "KMCC - Mining Outpost - East - Dorms"
+ icon_state = "mining"
+/area/lv759/indoors/mining_outpost/east_deploymentbay
+ name = "KMCC - Mining Outpost - East - Deployment Bay"
+ icon_state = "mining"
+/area/lv759/indoors/mining_outpost/east_command
+ name = "KMCC - Mining Outpost - East - Command Center"
+ icon_state = "mining"
+/area/lv759/indoors/mining_outpost/cargo_maint
+ name = "KMCC - Mining Outpost - East - Maintenance"
+ icon_state = "mining"
+/area/lv759/outdoors/mining_outpost/south_entrance
+ name = "KMCC - Mining Outpost - South - Vehicle Deployment Entrance"
+ icon_state = "mining"
+ ceiling = CEILING_NONE
+ minimap_color = MINIMAP_AREA_COLONY
+
+// Electrical Substations
+
+/area/lv759/indoors/electical_systems
+ minimap_color = MINIMAP_AREA_COLONY_ENGINEERING
+/area/lv759/indoors/electical_systems/substation1
+ name = "Electrical Systems - Substation One - Control Room"
+ icon_state = "power0"
+/area/lv759/indoors/electical_systems/substation2
+ name = "Electrical Systems - Substation Two"
+ icon_state = "power0"
+/area/lv759/indoors/electical_systems/substation3
+ name = "Electrical Systems - Substation Three"
+ icon_state = "power0"
+
+// Power-Plant (Engineering)
+/area/lv759/indoors/power_plant
+ name = "Weyland-Yutani DynaGrid Nexus - Central Hallway"
+ icon_state = "power0"
+ minimap_color = MINIMAP_AREA_COLONY_ENGINEERING
+/area/lv759/indoors/power_plant/south_hallway
+ name = "Weyland-Yutani DynaGrid Nexus - South Hallway"
+/area/lv759/indoors/power_plant/geothermal_generators
+ 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/outdoors/power_plant/transformers_north
+ name = "Weyland-Yutani DynaGrid Nexus - Transformers - North"
+ minimap_color = MINIMAP_AREA_COLONY_RESANDCOM
+/area/lv759/outdoors/power_plant/transformers_south
+ name = "Weyland-Yutani DynaGrid Nexus - Transformers - South"
+ minimap_color = MINIMAP_AREA_COLONY_RESANDCOM
+/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"
+ minimap_color = MINIMAP_AREA_COMMS
+/area/lv759/indoors/power_plant/workers_canteen
+ name = "Weyland-Yutani DynaGrid Nexus - Worker's Canteen"
+/area/lv759/indoors/power_plant/workers_canteen_kitchen
+ 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_COLONY_MARSHALLS
+/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_RESANDCOM
+
+//Weyland-Yutani - Resource Recovery Facility
+/area/lv759/indoors/recycling_plant
+ name = "Weyland-Yutani - Resource Recovery Facility"
+ icon_state = "recycling"
+ minimap_color = MINIMAP_AREA_COLONY_RESANDCOM
+/area/lv759/indoors/recycling_plant/garage
+ name = "Weyland-Yutani - Resource Recovery Facility - Garage"
+/area/lv759/indoors/recycling_plant/synthetic_storage
+ name = "Synthetic Storage"
+ icon_state = "synthetic"
+/area/lv759/indoors/recycling_plant_office
+ name = "Weyland-Yutani - Resource Recovery Facility - Office"
+ icon_state = "recycling"
+/area/lv759/indoors/recycling_plant_waste_disposal_incinerator
+ name = "Weyland-Yutani - Resource Recovery Facility - Waste Disposal Incinerating Room"
+ icon_state = "recycling"
+
+// Restrooms
+/area/lv759/indoors/south_public_restroom
+ name = "Public Restroom - South"
+ icon_state = "restroom"
+ minimap_color = MINIMAP_AREA_COLONY_RESANDCOM
+/area/lv759/indoors/southwest_public_restroom
+ name = "Public Restroom - Southwest"
+ icon_state = "restroom"
+ minimap_color = MINIMAP_AREA_COLONY_RESANDCOM
+
+//Nightgold Casino
+/area/lv759/indoors/casino
+ name = "Night Gold Casino"
+ icon_state = "nightgold"
+ minimap_color = MINIMAP_AREA_COLONY_RESANDCOM
+/area/lv759/indoors/casino/casino_office
+ name = "Night Gold Casino - Managers Office"
+ icon_state = "nightgold"
+/area/lv759/indoors/casino/casino_restroom
+ name = "Night Gold Casino - Restroom"
+ icon_state = "nightgold"
+/area/lv759/indoors/casino/casino_vault
+ name = "Night Gold Casino - Vault"
+ icon_state = "nightgold"
+
+// Pizza
+/area/lv759/indoors/pizzaria
+ name = "Pizza Galaxy - Outpost Zeta"
+ icon_state = "pizza"
+ minimap_color = MINIMAP_AREA_COLONY_RESANDCOM
+
+//T-comms
+/area/lv759/indoors/tcomms_northwest
+ name = "Telecommunications Substation - Northwest"
+ icon_state = "comms_1"
+ minimap_color = MINIMAP_AREA_COMMS
+
+// Weymart
+/area/lv759/indoors/weymart
+ name = "Weymart"
+ icon_state = "weymart"
+ minimap_color = MINIMAP_AREA_COLONY_RESANDCOM
+ ambience_exterior = AMBIENCE_WEYMART
+/area/lv759/indoors/weymart/backrooms
+ name = "Weymart - Backrooms"
+ icon_state = "weymartbackrooms"
+/area/lv759/indoors/weymart/maintenance
+ name = "Weymart - Maintenance"
+ icon_state = "weymartbackrooms"
+
+// WY Security Checkpoints
+
+/area/lv759/indoors/wy_security
+ minimap_color = MINIMAP_AREA_COLONY_MARSHALLS
+/area/lv759/indoors/wy_security/checkpoint_northeast
+ name = "Weyland-Yutani Security Checkpoint - North East"
+ icon_state = "security_checkpoint_northeast"
+/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/indoors/hobosecret
+ name = "Hidden Hobo Haven"
+ icon_state = "hobo"
+ ceiling = CEILING_REINFORCED_METAL
+ is_resin_allowed = FALSE
+ flags_area = AREA_NOTUNNEL
+
+// Weyland-Yutani Advanced Bio-Genomic Research Complex
+
+/area/lv759/indoors/wy_research_complex
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex"
+ icon_state = "wylab"
+ minimap_color = MINIMAP_AREA_HYBRISARESEARCH
+/area/lv759/indoors/wy_research_complex/medical_annex
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Medical Annex Building"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/reception
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Reception & Administration"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB_HALLWAY
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/cargo
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Requisitions & Cargo"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/researchanddevelopment
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Technology Research & Development Lab"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/mainlabs
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Advanced Chemical Testing & Research Lab"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/xenobiology
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Advanced Xenobiology Lab"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB_2
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/weaponresearchlab
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Advanced Weapon Research Lab"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/weaponresearchlabtesting
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Advanced Weapon Research Lab - Weapons Testing Range"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/xenoarcheology
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Xenoarcheology Research Lab"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Vehicle Deployment & Maintenance Bay"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/janitor
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Janitorial Supplies Storage"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/cafeteria
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Cafeteria"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/cafeteriakitchen
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Cafeteria - Kitchen"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/dormsfoyer
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Dorms Foyer"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/dormsbedroom
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Dorms"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/securitycommand
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Security Command Center & Deployment"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/securityarmory
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Armory"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/hangarbay
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Hangar Bay"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB_HALLWAY
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Hangar Bay - Weyland-Yutani PMC ERT Shuttle"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+ minimap_color = MINIMAP_AREA_COLONY
+/area/lv759/indoors/wy_research_complex/hallwaynorth
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - North Hallway"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB_HALLWAY
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - North Hallway - Personnel Exit East"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB_HALLWAY
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/hallwayeast
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Hallway East"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB_HALLWAY
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/hallwaycentral
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Central Hallway"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB_HALLWAY
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - South West Hallway"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB_HALLWAY
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - South East Hallway"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB_HALLWAY
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/southeastexit
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - South East Maintenace & Emergency Exit"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/changingroom
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Locker Room"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
+/area/lv759/indoors/wy_research_complex/head_research_office
+ name = "Weyland-Yutani - Advanced Bio-Genomic Research Complex - Head of Research's Office"
+ icon_state = "wylab"
+ ambience_exterior = AMBIENCE_LAB
+ soundscape_playlist = SCAPE_PL_LV759_INDOORS
diff --git a/code/game/machinery/bio-dome_floodlights.dm b/code/game/machinery/bio-dome_floodlights.dm
new file mode 100644
index 0000000000..1dbc1813bd
--- /dev/null
+++ b/code/game/machinery/bio-dome_floodlights.dm
@@ -0,0 +1,104 @@
+/obj/structure/machinery/colony_floodlight_switch/hydro_floodlight_switch
+ name = "biodome floodlight switch"
+ icon = 'icons/obj/structures/machinery/power.dmi'
+ icon_state = "panelnopower"
+ desc = "This switch controls the floodlights surrounding the archaeology complex. It only functions when there is power."
+ machinery_type_whitelist = list(/obj/structure/machinery/hydro_floodlight)
+
+/obj/structure/machinery/colony_floodlight_switch/hydro_floodlight_switch/update_icon()
+ if(!ispowered)
+ icon_state = "panelnopower"
+ else if(is_on)
+ icon_state = "panelon"
+ else
+ icon_state = "paneloff"
+
+/obj/structure/machinery/hydro_floodlight // TODO: Repath under /obj/structure/machinery/colony_floodlight
+ name = "biodome floodlight"
+ icon = 'icons/obj/structures/machinery/big_floodlight.dmi'
+ icon_state = "flood_s_off"
+ density = TRUE
+ anchored = TRUE
+ layer = WINDOW_LAYER
+ unslashable = TRUE
+ unacidable = TRUE
+ use_power = USE_POWER_NONE //It's the switch that uses the actual power, not the lights
+ needs_power = FALSE
+ is_on = FALSE
+ active_power_usage = 800 //The power each floodlight takes up per process
+ ///Whether it has been smashed by xenos
+ var/damaged = FALSE
+ var/lum_value = 7
+
+/obj/structure/machinery/hydro_floodlight/update_icon()
+ if(damaged)
+ icon_state = "flood_s_dmg"
+ else if(is_on)
+ icon_state = "flood_s_on"
+ else
+ icon_state = "flood_s_off"
+
+/obj/structure/machinery/hydro_floodlight/proc/set_damaged()
+ playsound(src, "glassbreak", 70, 1)
+ damaged = TRUE
+ if(is_on)
+ set_light(0)
+ update_icon()
+
+/obj/structure/machinery/hydro_floodlight/attackby(obj/item/W as obj, mob/user as mob)
+ var/obj/item/tool/weldingtool/welder = W
+ if(istype(welder))
+ if(!damaged)
+ return
+ if(!HAS_TRAIT(welder, TRAIT_TOOL_BLOWTORCH))
+ to_chat(user, SPAN_WARNING("You need a stronger blowtorch!"))
+ return
+ if(welder.remove_fuel(0, user))
+ playsound(src.loc, 'sound/items/weldingtool_weld.ogg', 25)
+ user.visible_message(SPAN_NOTICE("[user] starts welding [src]'s damage."), \
+ SPAN_NOTICE("You start welding [src]'s damage."))
+ if(do_after(user, 200 * user.get_skill_duration_multiplier(SKILL_ENGINEER), INTERRUPT_ALL|BEHAVIOR_IMMOBILE, BUSY_ICON_BUILD))
+ playsound(get_turf(src), 'sound/items/Welder2.ogg', 25, 1)
+ if(!src || !welder.isOn()) return
+ damaged = FALSE
+ user.visible_message(SPAN_NOTICE("[user] finishes welding [src]'s damage."), \
+ SPAN_NOTICE("You finish welding [src]'s damage."))
+ if(is_on)
+ set_light(lum_value)
+ update_icon()
+ return TRUE
+ else
+ to_chat(user, SPAN_WARNING("You need more welding fuel to complete this task."))
+ return FALSE
+ ..()
+ return FALSE
+
+/obj/structure/machinery/hydro_floodlight/attack_hand(mob/user as mob)
+ if(ishuman(user))
+ to_chat(user, SPAN_WARNING("Nothing happens. Looks like it's powered elsewhere."))
+ return FALSE
+ else if(!is_on)
+ to_chat(user, SPAN_WARNING("Why bother? It's just some weird metal thing."))
+ return FALSE
+ else
+ if(damaged)
+ to_chat(user, SPAN_WARNING("It's already damaged."))
+ return FALSE
+ else
+ if(islarva(user))
+ return //Larvae can't do shit
+ if(user.get_active_hand())
+ to_chat(user, SPAN_WARNING("You need your claws empty for this!"))
+ return FALSE
+ user.visible_message(SPAN_DANGER("[user] starts to slash and claw away at [src]!"),
+ SPAN_DANGER("You start slashing and clawing at [src]!"))
+ if(do_after(user, 50, INTERRUPT_ALL, BUSY_ICON_HOSTILE) && !damaged) //Not when it's already damaged.
+ if(!src) return FALSE
+ damaged = TRUE
+ set_light(0)
+ user.visible_message(SPAN_DANGER("[user] slashes up [src]!"),
+ SPAN_DANGER("You slash up [src]!"))
+ playsound(src, 'sound/weapons/blade1.ogg', 25, 1)
+ update_icon()
+ return FALSE
+ ..()
diff --git a/code/game/machinery/camera/presets.dm b/code/game/machinery/camera/presets.dm
index b86f51adc6..487667ebe7 100644
--- a/code/game/machinery/camera/presets.dm
+++ b/code/game/machinery/camera/presets.dm
@@ -186,5 +186,5 @@
network = list(CAMERA_NET_SIMULATION)
invuln = TRUE
view_range = 14
- use_power = FALSE
+ use_power = USE_POWER_NONE
invisibility = INVISIBILITY_MAXIMUM
diff --git a/code/game/machinery/doors/airlock_types.dm b/code/game/machinery/doors/airlock_types.dm
index 482d466226..e0862f2efc 100644
--- a/code/game/machinery/doors/airlock_types.dm
+++ b/code/game/machinery/doors/airlock_types.dm
@@ -923,4 +923,252 @@
/obj/structure/machinery/door/airlock/prison/horizontal
dir = SOUTH
+// Hybrisa
+/obj/structure/machinery/door/airlock/hybrisa
+ openspeed = 4
+/obj/structure/machinery/door/airlock/hybrisa/generic
+ name = "\improper Airlock"
+ icon = 'icons/obj/structures/doors/hybrisa/hybrisa_generic_glass.dmi'
+ opacity = FALSE
+ glass = TRUE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_PUBLIC)
+/obj/structure/machinery/door/airlock/hybrisa/generic/autoname
+ req_access = null
+ opacity = FALSE
+ glass = TRUE
+ req_one_access = list(ACCESS_CIVILIAN_PUBLIC)
+ autoname = TRUE
+
+/obj/structure/machinery/door/airlock/hybrisa/generic_solid
+ name = "\improper Airlock"
+ icon = 'icons/obj/structures/doors/hybrisa/hybrisa_generic.dmi'
+ opacity = TRUE
+ glass = FALSE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_PUBLIC)
+
+/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname
+ autoname = TRUE
+ opacity = TRUE
+ glass = FALSE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_PUBLIC)
+
+// Medical
+
+/obj/structure/machinery/door/airlock/hybrisa/medical
+ name = "\improper Airlock"
+ icon = 'icons/obj/structures/doors/hybrisa/hybrisa_medidoor_glass.dmi'
+ opacity = FALSE
+ glass = TRUE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_MEDBAY, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_CIVILIAN_PUBLIC)
+
+/obj/structure/machinery/door/airlock/hybrisa/medical/autoname
+ autoname = TRUE
+ opacity = FALSE
+ glass = TRUE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_MEDBAY, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_CIVILIAN_PUBLIC)
+
+/obj/structure/machinery/door/airlock/hybrisa/medical_solid
+ name = "\improper Airlock"
+ icon = 'icons/obj/structures/doors/hybrisa/hybrisa_medidoor.dmi'
+ opacity = TRUE
+ glass = FALSE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_MEDBAY, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_CIVILIAN_PUBLIC)
+/obj/structure/machinery/door/airlock/hybrisa/medical_solid/autoname
+ autoname = TRUE
+ opacity = TRUE
+ glass = FALSE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_MEDBAY, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_CIVILIAN_PUBLIC)
+
+// Personal
+/obj/structure/machinery/door/airlock/hybrisa/personal
+ name = "\improper Airlock"
+ icon = 'icons/obj/structures/doors/hybrisa/hybrisa_personaldoor_glass.dmi'
+ opacity = FALSE
+ glass = TRUE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_WY_COLONIAL)
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname
+ autoname = TRUE
+ opacity = FALSE
+ glass = TRUE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_WY_COLONIAL)
+
+
+/obj/structure/machinery/door/airlock/hybrisa/personal_solid
+ name = "\improper Airlock"
+ icon = 'icons/obj/structures/doors/hybrisa/hybrisa_personaldoor.dmi'
+ opacity = TRUE
+ glass = FALSE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_WY_COLONIAL)
+
+/obj/structure/machinery/door/airlock/hybrisa/personal_solid/autoname
+ autoname = TRUE
+ req_access = null
+ opacity = TRUE
+ glass = FALSE
+ req_one_access = list(ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_WY_COLONIAL)
+
+// Personal White
+/obj/structure/machinery/door/airlock/hybrisa/personal_white
+ name = "\improper Airlock"
+ icon = 'icons/obj/structures/doors/hybrisa/hybrisa_personaldoor_glass_white.dmi'
+ opacity = FALSE
+ glass = TRUE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_WY_COLONIAL)
+/obj/structure/machinery/door/airlock/hybrisa/personal_white/autoname
+ autoname = TRUE
+ req_access = null
+ opacity = FALSE
+ glass = TRUE
+ req_one_access = list(ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_WY_COLONIAL)
+
+
+/obj/structure/machinery/door/airlock/hybrisa/personal_solid_white
+ name = "\improper Airlock"
+ icon = 'icons/obj/structures/doors/hybrisa/hybrisa_personaldoor_white.dmi'
+ opacity = TRUE
+ glass = FALSE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_WY_COLONIAL)
+/obj/structure/machinery/door/airlock/hybrisa/personal_solid_white/autoname
+ autoname = TRUE
+ opacity = TRUE
+ glass = FALSE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_WY_COLONIAL)
+
+
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa
+ openspeed = 4
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic
+ name = "\improper Airlock"
+ icon = 'icons/obj/structures/doors/hybrisa/hybrisa_2x1generic.dmi'
+ opacity = FALSE
+ glass = TRUE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_PUBLIC)
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname
+ req_access = null
+ opacity = FALSE
+ glass = TRUE
+ req_one_access = list(ACCESS_CIVILIAN_PUBLIC)
+ autoname = TRUE
+
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic_solid
+ name = "\improper Airlock"
+ icon = 'icons/obj/structures/doors/hybrisa/hybrisa_2x1generic_solid.dmi'
+ opacity = TRUE
+ glass = FALSE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_PUBLIC)
+
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic_solid/autoname
+ autoname = TRUE
+ opacity = TRUE
+ glass = FALSE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_PUBLIC)
+
+// Medical
+
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical
+ name = "\improper Airlock"
+ icon = 'icons/obj/structures/doors/hybrisa/hybrisa_2x1medidoor.dmi'
+ opacity = FALSE
+ glass = TRUE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_MEDBAY, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_CIVILIAN_PUBLIC)
+
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname
+ autoname = TRUE
+ opacity = FALSE
+ glass = TRUE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_MEDBAY, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_CIVILIAN_PUBLIC)
+
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical_solid
+ name = "\improper Airlock"
+ icon = 'icons/obj/structures/doors/hybrisa/hybrisa_2x1medidoor_solid.dmi'
+ opacity = TRUE
+ glass = FALSE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_MEDBAY, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_CIVILIAN_PUBLIC)
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical_solid/autoname
+ autoname = TRUE
+ opacity = TRUE
+ glass = FALSE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_MEDBAY, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_CIVILIAN_PUBLIC)
+
+// Personal
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal
+ name = "\improper Airlock"
+ icon = 'icons/obj/structures/doors/hybrisa/hybrisa_2x1personaldoor_glass.dmi'
+ opacity = FALSE
+ glass = TRUE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_WY_COLONIAL)
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal/autoname
+ autoname = TRUE
+ opacity = FALSE
+ glass = TRUE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_WY_COLONIAL)
+
+
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal_solid
+ name = "\improper Airlock"
+ icon = 'icons/obj/structures/doors/hybrisa/hybrisa_2x1personaldoor.dmi'
+ opacity = TRUE
+ glass = FALSE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_WY_COLONIAL)
+
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal_solid/autoname
+ autoname = TRUE
+ opacity = TRUE
+ glass = FALSE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_WY_COLONIAL)
+
+// Personal White
+
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal_white
+ name = "\improper Airlock"
+ icon = 'icons/obj/structures/doors/hybrisa/hybrisa_2x1personaldoor_glass_white.dmi'
+ opacity = FALSE
+ glass = TRUE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_WY_COLONIAL)
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal_white/autoname
+ autoname = TRUE
+ opacity = FALSE
+ glass = TRUE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_WY_COLONIAL)
+
+
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal_solid_white
+ name = "\improper Airlock"
+ icon = 'icons/obj/structures/doors/hybrisa/hybrisa_2x1personaldoor_white.dmi'
+ opacity = TRUE
+ glass = FALSE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_WY_COLONIAL)
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal_solid_white/autoname
+ autoname = TRUE
+ opacity = TRUE
+ glass = FALSE
+ req_access = null
+ req_one_access = list(ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_COMMAND, ACCESS_WY_COLONIAL)
diff --git a/code/game/machinery/doors/poddoor/two_tile.dm b/code/game/machinery/doors/poddoor/two_tile.dm
index 2435663c84..4cbb874db3 100644
--- a/code/game/machinery/doors/poddoor/two_tile.dm
+++ b/code/game/machinery/doors/poddoor/two_tile.dm
@@ -166,3 +166,92 @@
icon = 'icons/obj/structures/doors/1x2blast_vert.dmi'
openspeed = 17
unacidable = TRUE
+
+/obj/structure/machinery/door/poddoor/almayer
+ icon = 'icons/obj/structures/doors/blastdoors_shutters.dmi'
+ openspeed = 4 //shorter open animation.
+ var/vehicle_resistant = TRUE
+ tiles_with = list(
+ /obj/structure/window/framed/almayer,
+ /obj/structure/machinery/door/airlock,
+ )
+
+/obj/structure/machinery/door/poddoor/almayer/open
+ density = FALSE
+
+/obj/structure/machinery/door/poddoor/almayer/blended
+ icon_state = "almayer_pdoor1"
+ base_icon_state = "almayer_pdoor"
+
+/obj/structure/machinery/door/poddoor/almayer/blended/open
+ density = FALSE
+
+/obj/structure/machinery/door/poddoor/almayer/blended/white
+ icon_state = "w_almayer_pdoor1"
+ base_icon_state = "w_almayer_pdoor"
+
+/obj/structure/machinery/door/poddoor/almayer/blended/white/open
+ density = FALSE
+
+/obj/structure/machinery/door/poddoor/almayer/Initialize()
+ . = ..()
+ addtimer(CALLBACK(src, TYPE_PROC_REF(/atom, relativewall_neighbours)), 10)
+
+/obj/structure/machinery/door/poddoor/almayer/locked
+ unacidable = TRUE
+
+/obj/structure/machinery/door/poddoor/almayer/locked/attackby(obj/item/C as obj, mob/user as mob)
+ if(HAS_TRAIT(C, TRAIT_TOOL_CROWBAR))
+ return
+ ..()
+
+/obj/structure/machinery/door/poddoor/almayer/closed
+ density = TRUE
+ opacity = TRUE
+
+/obj/structure/machinery/door/poddoor/almayer/planet_side_blastdoor
+ density = TRUE
+ opacity = TRUE
+
+// Hybrisa Shutters
+
+/obj/structure/machinery/door/poddoor/hybrisa
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi'
+ icon_state = "almayer_pdoor1"
+ base_icon_state = "almayer_pdoor"
+ openspeed = 4
+
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters/Initialize()
+ . = ..()
+ if(opacity)
+ set_opacity(0)
+
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters
+ name = "\improper Shutters"
+ desc = null
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi'
+ icon_state = "almayer_pdoor1"
+ base_icon_state = "almayer_pdoor"
+ opacity = FALSE
+ vehicle_resistant = FALSE
+
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters
+ name = "\improper Shutters"
+ desc = null
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi'
+ icon_state = "shutter1"
+ base_icon_state = "shutter"
+ vehicle_resistant = FALSE
+
+/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
diff --git a/code/game/machinery/groundmap_geothermal.dm b/code/game/machinery/groundmap_geothermal.dm
new file mode 100644
index 0000000000..3b199d5d8b
--- /dev/null
+++ b/code/game/machinery/groundmap_geothermal.dm
@@ -0,0 +1,532 @@
+/obj/structure/machinery/power/geothermal
+ name = "\improper G-11 geothermal generator"
+ icon = 'icons/obj/structures/machinery/geothermal.dmi'
+ icon_state = "weld"
+ desc = "A thermoelectric generator sitting atop a plasma-filled borehole. This one is heavily damaged. Use a blowtorch, wirecutters, then wrench to repair it."
+ anchored = TRUE
+ density = TRUE
+ directwired = 0 //Requires a cable directly underneath
+ unslashable = TRUE
+ unacidable = TRUE //NOPE.jpg
+ is_on = FALSE
+ var/power_gen_percent = 0 //100,000W at full capacity
+ var/power_generation_max = 100000 //Full capacity
+ var/powernet_connection_failed = 0 //Logic checking for powernets
+ var/buildstate = 1 //What state of building it are we on, 0-3, 1 is "broken", the default
+ var/fail_rate = 10 //% chance of failure each fail_tick check
+ var/fail_check_ticks = 100 //Check for failure every this many ticks
+ var/cur_tick = 0 //Tick updater
+ power_machine = TRUE
+
+//We don't want to cut/update the power overlays every single proc. Just when it actually changes. This should save on CPU cycles. Efficiency!
+/obj/structure/machinery/power/geothermal/update_icon()
+ ..()
+ if(!buildstate && is_on)
+ desc = "A thermoelectric generator sitting atop a borehole dug deep in the planet's surface. It generates energy by boiling the plasma steam that rises from the well.\nIt is old technology and has a large failure rate, and must be repaired frequently.\nIt is currently on, and beeping randomly amid faint hisses of steam."
+ switch(power_gen_percent)
+ if(25) icon_state = "on[power_gen_percent]"
+ if(50) icon_state = "on[power_gen_percent]"
+ if(75) icon_state = "on[power_gen_percent]"
+ if(100) icon_state = "on[power_gen_percent]"
+
+
+ else if (!buildstate && !is_on)
+ icon_state = "off"
+ desc = "A thermoelectric generator sitting atop a borehole dug deep in the planet's surface. It generates energy by boiling the plasma steam that rises from the well.\nIt is old technology and has a large failure rate, and must be repaired frequently.\nIt is currently turned off and silent."
+ else
+ if(buildstate == 1)
+ icon_state = "weld"
+ desc = "A thermoelectric generator sitting atop a plasma-filled borehole. This one is heavily damaged. Use a blowtorch, wirecutters, then wrench to repair it."
+ else if(buildstate == 2)
+ icon_state = "wire"
+ desc = "A thermoelectric generator sitting atop a plasma-filled borehole. This one is damaged. Use a wirecutters, then wrench to repair it."
+ else
+ icon_state = "wrench"
+ desc = "A thermoelectric generator sitting atop a plasma-filled borehole. This one is lightly damaged. Use a wrench to repair it."
+
+/obj/structure/machinery/power/geothermal/Initialize(mapload, ...)
+ . = ..()
+ if(!connect_to_network()) //Should start with a cable piece underneath, if it doesn't, something's messed up in mapping
+ powernet_connection_failed = 1
+
+/obj/structure/machinery/power/geothermal/power_change()
+ return
+
+/obj/structure/machinery/power/geothermal/process()
+ if(!is_on || buildstate || !anchored) //Default logic checking
+ return 0
+
+ if(!powernet && !powernet_connection_failed) //Powernet checking, make sure there's valid cables & powernets
+ if(!connect_to_network())
+ powernet_connection_failed = 1 //God damn it, where'd our network go
+ is_on = 0
+ stop_processing()
+ // Error! Check again in 15 seconds. Someone could have blown/acided or snipped a cable
+ addtimer(VARSET_CALLBACK(src, powernet_connection_failed, FALSE), 15 SECONDS)
+ else if(powernet) //All good! Let's fire it up!
+ if(!check_failure()) //Wait! Check to see if it breaks during processing
+ update_icon()
+ if(power_gen_percent < 100) power_gen_percent++
+ switch(power_gen_percent)
+ if(10) visible_message("[icon2html(src, viewers(src))] [SPAN_NOTICE("[src] begins to whirr as it powers up.")]")
+ if(50) visible_message("[icon2html(src, viewers(src))] [SPAN_NOTICE("[src] begins to hum loudly as it reaches half capacity.")]")
+ if(99) visible_message("[icon2html(src, viewers(src))] [SPAN_NOTICE("[src] rumbles loudly as the combustion and thermal chambers reach full strength.")]")
+ add_avail(power_generation_max * (power_gen_percent / 100) ) //Nope, all good, just add the power
+
+/obj/structure/machinery/power/geothermal/proc/check_failure()
+ cur_tick++
+ if(cur_tick < fail_check_ticks) //Nope, not time for it yet
+ return 0
+ else if(cur_tick > fail_check_ticks) //Went past with no fail, reset the timer
+ cur_tick = 0
+ if(rand(1,100) < fail_rate) //Oh snap, we failed! Shut it down!
+ if(rand(0,3) == 0)
+ visible_message("[icon2html(src, viewers(src))] [SPAN_NOTICE("[src] beeps wildly and a fuse blows! Use wirecutters, then a wrench to repair it.")]")
+ buildstate = 2
+ icon_state = "wire"
+ else
+ visible_message("[icon2html(src, viewers(src))] [SPAN_NOTICE("[src] beeps wildly and sprays random pieces everywhere! Use a wrench to repair it.")]")
+ buildstate = 3
+ icon_state = "wrench"
+ is_on = 0
+ power_gen_percent = 0
+ update_icon()
+ cur_tick = 0
+ stop_processing()
+ return 1
+ return 0 //Nope, all fine
+
+/obj/structure/machinery/power/geothermal/attack_hand(mob/user as mob)
+ if(!anchored) return 0 //Shouldn't actually be possible
+ if(user.is_mob_incapacitated()) return 0
+ if(!ishuman(user))
+ to_chat(user, SPAN_DANGER("You have no idea how to use that.")) //No xenos or mankeys
+ return 0
+
+ add_fingerprint(user)
+
+ if(!skillcheck(user, SKILL_ENGINEER, SKILL_ENGINEER_ENGI))
+ to_chat(user, SPAN_WARNING("You have no clue how this thing works..."))
+ return 0
+
+ if(buildstate == 1)
+ to_chat(usr, SPAN_INFO("Use a blowtorch, then wirecutters, then wrench to repair it."))
+ return 0
+ else if (buildstate == 2)
+ to_chat(usr, SPAN_INFO("Use a wirecutters, then wrench to repair it."))
+ return 0
+ else if (buildstate == 3)
+ to_chat(usr, SPAN_INFO("Use a wrench to repair it."))
+ return 0
+ if(is_on)
+ visible_message("[icon2html(src, viewers(src))] [SPAN_WARNING("[src] beeps softly and the humming stops as [usr] shuts off the turbines.")]")
+ is_on = 0
+ power_gen_percent = 0
+ cur_tick = 0
+ icon_state = "off"
+ stop_processing()
+ return 1
+ visible_message("[icon2html(src, viewers(src))] [SPAN_WARNING("[src] beeps loudly as [usr] turns on the turbines and the generator begins spinning up.")]")
+ icon_state = "on10"
+ is_on = 1
+ cur_tick = 0
+ start_processing()
+ return 1
+
+/obj/structure/machinery/power/geothermal/attackby(obj/item/O as obj, mob/user as mob)
+ if(iswelder(O))
+ if(!HAS_TRAIT(O, TRAIT_TOOL_BLOWTORCH))
+ to_chat(user, SPAN_WARNING("You need a stronger blowtorch!"))
+ return
+ if(buildstate == 1 && !is_on)
+ if(!skillcheck(user, SKILL_ENGINEER, SKILL_ENGINEER_ENGI))
+ to_chat(user, SPAN_WARNING("You have no clue how to repair this thing."))
+ return 0
+ var/obj/item/tool/weldingtool/WT = O
+ if(WT.remove_fuel(1, user))
+
+ playsound(loc, 'sound/items/weldingtool_weld.ogg', 25)
+ user.visible_message(SPAN_NOTICE("[user] starts welding [src]'s internal damage."),
+ SPAN_NOTICE("You start welding [src]'s internal damage."))
+ if(do_after(user, 200 * user.get_skill_duration_multiplier(SKILL_ENGINEER), INTERRUPT_ALL|BEHAVIOR_IMMOBILE, BUSY_ICON_BUILD))
+ if(buildstate != 1 || is_on || !WT.isOn())
+ return FALSE
+ playsound(loc, 'sound/items/Welder2.ogg', 25, 1)
+ buildstate = 2
+ user.visible_message(SPAN_NOTICE("[user] welds [src]'s internal damage."),
+ SPAN_NOTICE("You weld [src]'s internal damage."))
+ update_icon()
+ return TRUE
+ else
+ to_chat(user, SPAN_WARNING("You need more welding fuel to complete this task."))
+ return
+ else if(HAS_TRAIT(O, TRAIT_TOOL_WIRECUTTERS))
+ if(buildstate == 2 && !is_on)
+ if(!skillcheck(user, SKILL_ENGINEER, SKILL_ENGINEER_ENGI))
+ to_chat(user, SPAN_WARNING("You have no clue how to repair this thing."))
+ return 0
+ playsound(loc, 'sound/items/Wirecutter.ogg', 25, 1)
+ user.visible_message(SPAN_NOTICE("[user] starts securing [src]'s wiring."),
+ SPAN_NOTICE("You start securing [src]'s wiring."))
+ if(do_after(user, 120 * user.get_skill_duration_multiplier(SKILL_ENGINEER), INTERRUPT_ALL|BEHAVIOR_IMMOBILE, BUSY_ICON_BUILD, numticks = 12))
+ if(buildstate != 2 || is_on)
+ return FALSE
+ playsound(loc, 'sound/items/Wirecutter.ogg', 25, 1)
+ buildstate = 3
+ user.visible_message(SPAN_NOTICE("[user] secures [src]'s wiring."),
+ SPAN_NOTICE("You secure [src]'s wiring."))
+ update_icon()
+ return TRUE
+ else if(HAS_TRAIT(O, TRAIT_TOOL_WRENCH))
+ if(buildstate == 3 && !is_on)
+ if(!skillcheck(user, SKILL_ENGINEER, SKILL_ENGINEER_ENGI))
+ to_chat(user, SPAN_WARNING("You have no clue how to repair this thing."))
+ return 0
+ playsound(loc, 'sound/items/Ratchet.ogg', 25, 1)
+ user.visible_message(SPAN_NOTICE("[user] starts repairing [src]'s tubing and plating."),
+ SPAN_NOTICE("You start repairing [src]'s tubing and plating."))
+ if(do_after(user, 150 * user.get_skill_duration_multiplier(SKILL_ENGINEER), INTERRUPT_ALL|BEHAVIOR_IMMOBILE, BUSY_ICON_BUILD))
+ if(buildstate != 3 || is_on)
+ return FALSE
+ playsound(loc, 'sound/items/Ratchet.ogg', 25, 1)
+ buildstate = 0
+ user.count_niche_stat(STATISTICS_NICHE_REPAIR_GENERATOR)
+ user.visible_message(SPAN_NOTICE("[user] repairs [src]'s tubing and plating."),
+ SPAN_NOTICE("You repair [src]'s tubing and plating."))
+ update_icon()
+ return TRUE
+ else
+ return ..() //Deal with everything else, like hitting with stuff
+
+/obj/structure/machinery/power/geothermal/ex_act(severity, direction)
+ return FALSE //gameplay-wise these should really never go away
+
+//Putting these here since it's power-related
+GLOBAL_LIST_INIT(all_breaker_switches, list())
+
+/obj/structure/machinery/colony_floodlight_switch // TODO: Repath to just breaker_switch
+ name = "colony floodlight switch"
+ icon = 'icons/obj/structures/machinery/power.dmi'
+ icon_state = "panelnopower"
+ desc = "This switch controls the floodlights surrounding the archaeology complex. It only functions when there is power."
+ density = FALSE
+ anchored = TRUE
+ use_power = USE_POWER_IDLE
+ unslashable = TRUE
+ unacidable = TRUE
+ power_machine = TRUE
+ idle_power_usage = 0
+ is_on = FALSE
+ var/ispowered = FALSE
+ ///All machinery under our control
+ var/list/machinery_list = list()
+ ///The types of machinery we control (define this)
+ var/list/machinery_type_whitelist = list(/obj/structure/machinery/colony_floodlight)
+ ///The types of machinery we don't control (generated automatically)
+ var/list/machinery_type_blacklist = list()
+
+/obj/structure/machinery/colony_floodlight_switch/Initialize(mapload, ...)
+ . = ..()
+ for(var/obj/structure/machinery/colony_floodlight_switch/other_switch as anything in GLOB.all_breaker_switches)
+ // blacklist anything other switches whitelist if theres subtype overlap
+ for(var/other_whitelisted in other_switch.machinery_type_whitelist)
+ if(is_path_in_list(other_whitelisted, machinery_type_whitelist))
+ machinery_type_blacklist |= other_whitelisted
+ for(var/our_whitelisted in machinery_type_whitelist)
+ if(is_path_in_list(our_whitelisted, other_switch.machinery_type_whitelist))
+ other_switch.machinery_type_blacklist |= our_whitelisted
+
+ GLOB.all_breaker_switches += src
+ return INITIALIZE_HINT_LATELOAD
+
+/obj/structure/machinery/colony_floodlight_switch/LateInitialize()
+ . = ..()
+ if(length(machinery_type_whitelist))
+ for(var/obj/structure/machinery/machine as anything in machines)
+ if(machine.breaker_switch != null)
+ continue
+ if(!is_type_in_list(machine, machinery_type_whitelist))
+ continue
+ if(is_type_in_list(machine, machinery_type_blacklist))
+ continue
+ machinery_list += machine
+ machine.breaker_switch = src
+ start_processing()
+
+/obj/structure/machinery/colony_floodlight_switch/Destroy()
+ for(var/obj/structure/machinery/machine as anything in machinery_list)
+ if(machine.breaker_switch == src)
+ machine.breaker_switch = null
+ machinery_list = null
+ GLOB.all_breaker_switches -= src
+ return ..()
+
+/obj/structure/machinery/colony_floodlight_switch/update_icon()
+ if(!ispowered)
+ icon_state = "panelnopower"
+ else if(is_on)
+ icon_state = "panelon"
+ else
+ icon_state = "paneloff"
+
+/obj/structure/machinery/colony_floodlight_switch/process()
+ var/machinepower = calculate_current_power_usage()
+ for(var/obj/structure/machinery/machine as anything in machinery_list)
+ if(!machine.is_on)
+ continue
+ machinepower += machine.active_power_usage
+ use_power(machinepower)
+
+/obj/structure/machinery/colony_floodlight_switch/power_change()
+ ..()
+ if((stat & NOPOWER))
+ if(ispowered && is_on)
+ toggle_machines()
+ ispowered = FALSE
+ set_is_on(FALSE)
+ else
+ ispowered = TRUE
+ update_icon()
+
+/obj/structure/machinery/colony_floodlight_switch/proc/toggle_machines()
+ for(var/obj/structure/machinery/machine as anything in machinery_list)
+ addtimer(CALLBACK(machine, TYPE_PROC_REF(/obj/structure/machinery, toggle_is_on)), rand(0, 5 SECONDS))
+
+/obj/structure/machinery/colony_floodlight_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_is_on()
+ toggle_machines()
+ return TRUE
+
+
+#define FLOODLIGHT_REPAIR_UNSCREW 0
+#define FLOODLIGHT_REPAIR_CROWBAR 1
+#define FLOODLIGHT_REPAIR_WELD 2
+#define FLOODLIGHT_REPAIR_CABLE 3
+#define FLOODLIGHT_REPAIR_SCREW 4
+
+/obj/structure/machinery/colony_floodlight
+ name = "colony floodlight"
+ icon = 'icons/obj/structures/machinery/big_floodlight.dmi'
+ icon_state = "flood_s_off"
+ density = TRUE
+ anchored = TRUE
+ layer = ABOVE_XENO_LAYER
+ unslashable = TRUE
+ unacidable = TRUE
+ use_power = USE_POWER_NONE //It's the switch that uses the actual power, not the lights
+ needs_power = FALSE
+ is_on = FALSE //Whether the floodlight is switched to on or off. Does not necessarily mean it emits light.
+ health = 150
+ active_power_usage = 50 //The power each floodlight takes up per process
+ ///Whether it has been smashed by xenos
+ var/damaged = FALSE
+ var/lum_value = 7
+ var/repair_state = FLOODLIGHT_REPAIR_UNSCREW
+
+/obj/structure/machinery/colony_floodlight/update_icon()
+ if(damaged)
+ icon_state = "flood_s_dmg"
+ else if(is_on)
+ icon_state = "flood_s_on"
+ else
+ icon_state = "flood_s_off"
+
+/obj/structure/machinery/colony_floodlight/attackby(obj/item/I, mob/user)
+ if(damaged)
+ if(HAS_TRAIT(I, TRAIT_TOOL_SCREWDRIVER))
+ if(!skillcheck(user, SKILL_ENGINEER, SKILL_ENGINEER_ENGI))
+ to_chat(user, SPAN_WARNING("You have no clue how to repair [src]."))
+ return FALSE
+
+ if(repair_state == FLOODLIGHT_REPAIR_UNSCREW)
+ playsound(loc, 'sound/items/Screwdriver.ogg', 25, 1)
+ user.visible_message(SPAN_NOTICE("[user] starts unscrewing [src]'s maintenance hatch."), \
+ SPAN_NOTICE("You start unscrewing [src]'s maintenance hatch."))
+ if(do_after(user, 2 SECONDS, INTERRUPT_ALL|BEHAVIOR_IMMOBILE, BUSY_ICON_BUILD))
+ if(QDELETED(src) || repair_state != FLOODLIGHT_REPAIR_UNSCREW)
+ return
+ playsound(loc, 'sound/items/Screwdriver.ogg', 25, 1)
+ repair_state = FLOODLIGHT_REPAIR_CROWBAR
+ user.visible_message(SPAN_NOTICE("[user] unscrews [src]'s maintenance hatch."), \
+ SPAN_NOTICE("You unscrew [src]'s maintenance hatch."))
+
+ else if(repair_state == FLOODLIGHT_REPAIR_SCREW)
+ playsound(loc, 'sound/items/Screwdriver.ogg', 25, 1)
+ user.visible_message(SPAN_NOTICE("[user] starts screwing [src]'s maintenance hatch closed."), \
+ SPAN_NOTICE("You start screwing [src]'s maintenance hatch closed."))
+ if(do_after(user, 2 SECONDS, INTERRUPT_ALL|BEHAVIOR_IMMOBILE, BUSY_ICON_BUILD))
+ if(QDELETED(src) || repair_state != FLOODLIGHT_REPAIR_SCREW)
+ return
+ playsound(loc, 'sound/items/Screwdriver.ogg', 25, 1)
+ damaged = FALSE
+ repair_state = FLOODLIGHT_REPAIR_UNSCREW
+ health = initial(health)
+ user.visible_message(SPAN_NOTICE("[user] screws [src]'s maintenance hatch closed."), \
+ SPAN_NOTICE("You screw [src]'s maintenance hatch closed."))
+ if(is_on)
+ set_light(lum_value)
+ update_icon()
+ return TRUE
+
+ else if(HAS_TRAIT(I, TRAIT_TOOL_CROWBAR))
+ if(!skillcheck(user, SKILL_ENGINEER, SKILL_ENGINEER_ENGI))
+ to_chat(user, SPAN_WARNING("You have no clue how to repair [src]."))
+ return FALSE
+
+ if(repair_state == FLOODLIGHT_REPAIR_CROWBAR)
+ playsound(loc, 'sound/items/Crowbar.ogg', 25, 1)
+ user.visible_message(SPAN_NOTICE("[user] starts prying [src]'s damaged lighting assembly out."),\
+ SPAN_NOTICE("You start prying [src]'s damaged lighting assembly out."))
+ if(do_after(user, 2 SECONDS, INTERRUPT_ALL|BEHAVIOR_IMMOBILE, BUSY_ICON_BUILD))
+ if(QDELETED(src) || repair_state != FLOODLIGHT_REPAIR_CROWBAR)
+ return
+ playsound(loc, 'sound/items/Crowbar.ogg', 25, 1)
+ repair_state = FLOODLIGHT_REPAIR_WELD
+ user.visible_message(SPAN_NOTICE("[user] pries [src]'s damaged lighting assembly out."),\
+ SPAN_NOTICE("You pry [src]'s damaged lighting assembly out."))
+ return TRUE
+
+ else if(iswelder(I))
+ if(!HAS_TRAIT(I, TRAIT_TOOL_BLOWTORCH))
+ to_chat(user, SPAN_WARNING("You need a stronger blowtorch!"))
+ return
+ var/obj/item/tool/weldingtool/welder = I
+
+ if(!skillcheck(user, SKILL_ENGINEER, SKILL_ENGINEER_ENGI))
+ to_chat(user, SPAN_WARNING("You have no clue how to repair [src]."))
+ return FALSE
+
+ if(repair_state == FLOODLIGHT_REPAIR_WELD)
+ if(welder.remove_fuel(1, user))
+ playsound(loc, 'sound/items/weldingtool_weld.ogg', 25)
+ user.visible_message(SPAN_NOTICE("[user] starts welding [src]'s damage."),
+ SPAN_NOTICE("You start welding [src]'s damage."))
+ if(do_after(user, 4 SECONDS, INTERRUPT_ALL|BEHAVIOR_IMMOBILE, BUSY_ICON_BUILD))
+ if(QDELETED(src) || !welder.isOn() || repair_state != FLOODLIGHT_REPAIR_WELD)
+ return
+ playsound(loc, 'sound/items/Welder2.ogg', 25, 1)
+ repair_state = FLOODLIGHT_REPAIR_CABLE
+ user.visible_message(SPAN_NOTICE("[user] welds [src]'s damage."),
+ SPAN_NOTICE("You weld [src]'s damage."))
+ return TRUE
+ else
+ to_chat(user, SPAN_WARNING("You need more welding fuel to complete this task."))
+ return TRUE
+
+ else if(iscoil(I))
+ var/obj/item/stack/cable_coil/coil = I
+ if(!skillcheck(user, SKILL_ENGINEER, SKILL_ENGINEER_ENGI))
+ to_chat(user, SPAN_WARNING("You have no clue how to repair [src]."))
+ return FALSE
+
+ if(repair_state == FLOODLIGHT_REPAIR_CABLE)
+ if(coil.get_amount() < 2)
+ to_chat(user, SPAN_WARNING("You need two coils of wire to replace the damaged cables."))
+ return
+ playsound(loc, 'sound/items/Deconstruct.ogg', 25, 1)
+ user.visible_message(SPAN_NOTICE("[user] starts replacing [src]'s damaged cables."),\
+ SPAN_NOTICE("You start replacing [src]'s damaged cables."))
+ if(do_after(user, 2 SECONDS, INTERRUPT_ALL, BUSY_ICON_GENERIC))
+ if(QDELETED(src) || repair_state != FLOODLIGHT_REPAIR_CABLE)
+ return
+ if(coil.use(2))
+ playsound(loc, 'sound/items/Deconstruct.ogg', 25, 1)
+ repair_state = FLOODLIGHT_REPAIR_SCREW
+ user.visible_message(SPAN_NOTICE("[user] replaces [src]'s damaged cables."),\
+ SPAN_NOTICE("You replace [src]'s damaged cables."))
+ return TRUE
+
+ else if(istype(I, /obj/item/device/lightreplacer))
+ if(!skillcheck(user, SKILL_ENGINEER, SKILL_ENGINEER_ENGI))
+ to_chat(user, SPAN_WARNING("You have no clue how to repair [src]."))
+ return FALSE
+
+ if(repair_state == FLOODLIGHT_REPAIR_UNSCREW)
+ to_chat(user, SPAN_WARNING("You need to unscrew [src]'s maintenance hatch."))
+ return FALSE
+ if(repair_state == FLOODLIGHT_REPAIR_SCREW)
+ to_chat(user, SPAN_WARNING("You need to screw [src]'s maintenance hatch."))
+ return FALSE
+
+ var/obj/item/device/lightreplacer/replacer = I
+ if(!replacer.CanUse(user))
+ to_chat(user, replacer.failmsg)
+ return FALSE
+ playsound(loc, 'sound/items/Crowbar.ogg', 25, 1)
+ user.visible_message(SPAN_NOTICE("[user] starts replacing [src]'s damaged lighting assembly."),\
+ SPAN_NOTICE("You start replacing [src]'s damaged lighting assembly."))
+ if(do_after(user, 2 SECONDS, INTERRUPT_ALL, BUSY_ICON_GENERIC))
+ if(QDELETED(src) || repair_state == FLOODLIGHT_REPAIR_SCREW)
+ return
+ replacer.Use(user)
+ repair_state = FLOODLIGHT_REPAIR_SCREW
+ user.visible_message(SPAN_NOTICE("[user] replaces [src]'s damaged lighting assembly."),\
+ SPAN_NOTICE("You replace [src]'s damaged lighting assembly."))
+ return TRUE
+
+ return ..()
+
+/obj/structure/machinery/colony_floodlight/attack_hand(mob/user)
+ if(ishuman(user))
+ if(damaged)
+ to_chat(user, SPAN_WARNING("[src] is damaged."))
+ else if(!is_on)
+ to_chat(user, SPAN_WARNING("Nothing happens. Looks like it's powered elsewhere."))
+ return FALSE
+ return ..()
+
+/obj/structure/machinery/colony_floodlight/get_examine_text(mob/user)
+ . = ..()
+ if(ishuman(user))
+ if(damaged)
+ . += SPAN_WARNING("It is damaged.")
+ if(skillcheck(user, SKILL_ENGINEER, SKILL_ENGINEER_ENGI))
+ switch(repair_state)
+ if(FLOODLIGHT_REPAIR_UNSCREW) . += SPAN_INFO("You must first unscrew its maintenance hatch.")
+ if(FLOODLIGHT_REPAIR_CROWBAR) . += SPAN_INFO("You must crowbar its lighting assembly out or use a light replacer.")
+ if(FLOODLIGHT_REPAIR_WELD) . += SPAN_INFO("You must weld the damage to it.")
+ if(FLOODLIGHT_REPAIR_CABLE) . += SPAN_INFO("You must replace its damaged cables.")
+ if(FLOODLIGHT_REPAIR_SCREW) . += SPAN_INFO("You must screw its maintenance hatch closed.")
+ else if(!is_on)
+ . += SPAN_INFO("It doesn't seem powered.")
+
+/obj/structure/machinery/colony_floodlight/ex_act(severity)
+ switch(severity)
+ if(0 to EXPLOSION_THRESHOLD_LOW)
+ if(prob(25))
+ set_damaged()
+ return
+ if(EXPLOSION_THRESHOLD_LOW to EXPLOSION_THRESHOLD_MEDIUM)
+ if(prob(50))
+ set_damaged()
+ return
+ if(EXPLOSION_THRESHOLD_MEDIUM to INFINITY)
+ set_damaged()
+ return
+
+/obj/structure/machinery/colony_floodlight/proc/set_damaged()
+ playsound(src, "glassbreak", 70, 1)
+ damaged = TRUE
+ if(is_on)
+ set_light(0)
+ update_icon()
+
+/obj/structure/machinery/colony_floodlight/toggle_is_on()
+ . = ..()
+ if(!damaged)
+ set_light(is_on ? lum_value : 0)
+ return .
+
+#undef FLOODLIGHT_REPAIR_UNSCREW
+#undef FLOODLIGHT_REPAIR_CROWBAR
+#undef FLOODLIGHT_REPAIR_WELD
+#undef FLOODLIGHT_REPAIR_CABLE
+#undef FLOODLIGHT_REPAIR_SCREW
diff --git a/code/game/machinery/hybrisa_lights.dm b/code/game/machinery/hybrisa_lights.dm
new file mode 100644
index 0000000000..7a6274156d
--- /dev/null
+++ b/code/game/machinery/hybrisa_lights.dm
@@ -0,0 +1,143 @@
+// Hybrisa Electrical Stuff
+/obj/structure/machinery/colony_floodlight_switch/electrified_fence_switch
+ name = "colony electrified fence switch"
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "panelnopower"
+ desc = "This switch controls the electrified fences. It only functions when there is power."
+ machinery_type_whitelist = null
+ /// The power each fence takes up per process
+ var/power_usage_per_fence = 5
+
+/obj/structure/machinery/colony_floodlight_switch/electrified_fence_switch/LateInitialize()
+ . = ..()
+ for(var/obj/structure/fence/electrified/fence as anything in GLOB.all_electric_fences)
+ fence.breaker_switch = src
+
+/obj/structure/machinery/colony_floodlight_switch/electrified_fence_switch/Destroy()
+ for(var/obj/structure/fence/electrified/fence as anything in GLOB.all_electric_fences)
+ if(fence.breaker_switch == src)
+ fence.breaker_switch = null
+ return ..()
+
+/obj/structure/machinery/colony_floodlight_switch/electrified_fence_switch/process()
+ var/machinepower = calculate_current_power_usage()
+ if(is_on)
+ machinepower += length(GLOB.all_electric_fences)
+ use_power(machinepower)
+
+/obj/structure/machinery/colony_floodlight_switch/electrified_fence_switch/update_icon()
+ if(!ispowered)
+ icon_state = "panelnopower"
+ else if(is_on)
+ icon_state = "panelon"
+ else
+ icon_state = "paneloff"
+
+/obj/structure/machinery/colony_floodlight_switch/electrified_fence_switch/proc/toggle_fences()
+ for(var/obj/structure/fence/electrified/fence as anything in GLOB.all_electric_fences)
+ fence.toggle_power()
+
+/obj/structure/machinery/colony_floodlight_switch/electrified_fence_switch/attack_hand(mob/user as mob)
+ if(..())
+ toggle_fences()
+ return TRUE
+ return FALSE
+
+// Hybrisa Streetlights
+/obj/structure/machinery/colony_floodlight/street
+ name = "colony streetlight"
+ icon = 'icons/obj/structures/props/64x64_hybrisarandomprops.dmi'
+ icon_state = "street_off"
+ layer = BILLBOARD_LAYER
+
+/obj/structure/machinery/colony_floodlight/street/update_icon()
+ if(damaged)
+ icon_state = "street_dmg"
+ else if(is_on)
+ icon_state = "street_on"
+ else
+ icon_state = "street_off"
+
+// Traffic
+/obj/structure/machinery/colony_floodlight/traffic
+ lum_value = 0
+ name = "traffic light"
+ desc = "A traffic light"
+ icon = 'icons/obj/structures/props/64x64_hybrisarandomprops.dmi'
+ icon_state = "trafficlight"
+ bound_width = 32
+ bound_height = 32
+ density = TRUE
+ health = 200
+ layer = BILLBOARD_LAYER
+
+/obj/structure/machinery/colony_floodlight/traffic/update_icon()
+ if(damaged)
+ icon_state = "trafficlight_damaged"
+ else if(is_on)
+ icon_state = "trafficlight_on"
+ else
+ icon_state = "trafficlight"
+
+/obj/structure/machinery/colony_floodlight/traffic_alt
+ lum_value = 0
+ name = "traffic light"
+ desc = "A traffic light"
+ icon = 'icons/obj/structures/props/64x64_hybrisarandomprops.dmi'
+ icon_state = "trafficlight_alt"
+ bound_width = 32
+ bound_height = 32
+ density = TRUE
+ health = 200
+ layer = BILLBOARD_LAYER
+
+/obj/structure/machinery/colony_floodlight/traffic_alt/update_icon()
+ if(damaged)
+ icon_state = "trafficlight_alt_damaged"
+ else if(is_on)
+ icon_state = "trafficlight_alt_on"
+ else
+ icon_state = "trafficlight_alt"
+
+// Engineer Floor lights
+/obj/structure/machinery/colony_floodlight_switch/engineerconsole_switch
+ name = "giant alien console"
+ icon = 'icons/obj/structures/props/64x64_hybrisarandomprops.dmi'
+ icon_state = "engineerconsole"
+ desc = "A giant alien console of some kind, unlike anything you've ever seen before. Who knows the purpose of this strange technology..."
+ use_power = USE_POWER_NONE
+ needs_power = FALSE
+ ispowered = TRUE
+ machinery_type_whitelist = list(/obj/structure/machinery/colony_floodlight/engineer_circular)
+
+/obj/structure/machinery/colony_floodlight_switch/engineerconsole_switch/LateInitialize()
+ . = ..()
+ stop_processing()
+
+/obj/structure/machinery/colony_floodlight_switch/engineerconsole_switch/update_icon()
+ return
+
+/obj/structure/machinery/colony_floodlight_switch/engineerconsole_switch/power_change()
+ return // It just works
+
+/obj/structure/machinery/colony_floodlight/engineer_circular
+ name = "circular light"
+ icon_state = "engineerlight_off"
+ desc = "A huge circular light"
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ density = FALSE
+ unslashable = TRUE
+ unacidable = TRUE
+ wrenchable = FALSE
+ layer = TURF_LAYER
+ light_color = "#00ffa0"
+ lum_value = 14
+ light_power = 6
+
+/obj/structure/machinery/colony_floodlight/engineer_circular/update_icon()
+ if(damaged)
+ icon_state = "engineerlight_off"
+ else if(is_on)
+ icon_state = "engineerlight_on"
+ else
+ icon_state = "engineerlight_off"
diff --git a/code/game/machinery/machinery.dm b/code/game/machinery/machinery.dm
index f7244fb8ce..afa3a2e874 100644
--- a/code/game/machinery/machinery.dm
+++ b/code/game/machinery/machinery.dm
@@ -91,6 +91,8 @@ Class Procs:
// IDLE -- machine is using power at its idle power level
// ACTIVE -- machine is using power at its active power level
+GLOBAL_LIST_EMPTY(machines)
+
/obj/structure/machinery
name = "machinery"
icon = 'icons/obj/structures/props/stationobjs.dmi'
@@ -108,7 +110,10 @@ Class Procs:
var/machine_processing = 0 // whether the machine is busy and requires process() calls in scheduler. // Please replace this by DF_ISPROCESSING in another refactor --fira
throwpass = 1
projectile_coverage = PROJECTILE_COVERAGE_MEDIUM
+ /// Reverse lookup for a breaker_switch that if specified is controlling us
+ var/obj/structure/machinery/colony_floodlight_switch/breaker_switch
var/power_machine = FALSE //Whether the machine should process on power, or normal processor
+ var/is_on = TRUE
/obj/structure/machinery/vv_get_dropdown()
. = ..()
@@ -140,6 +145,9 @@ Class Procs:
var/area/A = get_area(src)
if(A)
A.remove_machine(src) //takes care of removing machine from power usage
+ if(breaker_switch)
+ breaker_switch.machinery_list -= src
+ breaker_switch = null
. = ..()
/obj/structure/machinery/initialize_pass_flags(datum/pass_flags_container/PF)
@@ -321,6 +329,14 @@ Class Procs:
/obj/structure/machinery/proc/get_repair_move_text(include_name = TRUE)
return
+/obj/structure/machinery/proc/set_is_on(is_on)
+ src.is_on = is_on
+ update_icon()
+
+/obj/structure/machinery/proc/toggle_is_on()
+ set_is_on(!is_on)
+ return is_on
+
// UI related procs \\
/obj/structure/machinery/ui_state(mob/user)
diff --git a/code/game/machinery/sentry_holder.dm b/code/game/machinery/sentry_holder.dm
index 27cfe0cfce..e2105de4b0 100644
--- a/code/game/machinery/sentry_holder.dm
+++ b/code/game/machinery/sentry_holder.dm
@@ -127,6 +127,11 @@
base_icon_state = "floor_sentry"
require_red_alert = TRUE
+/obj/structure/machinery/sentry_holder/wy
+ health = 200
+ icon = 'icons/obj/structures/props/sentry_holder_wy.dmi'
+ desc = "A box that deploys a sentry turret for protecting Weyland-Yutani personnel"
+ turret_path = /obj/structure/machinery/defenses/sentry/premade/deployable
/obj/structure/machinery/sentry_holder/almayer/mini
turret_path = /obj/structure/machinery/defenses/sentry/premade/deployable/almayer/mini
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 0000000000..0db26bbe40
--- /dev/null
+++ b/code/game/objects/effects/decals/hybrisa_decals.dm
@@ -0,0 +1,194 @@
+/// Hybrisa Decals
+
+/obj/effect/hybrisa
+ icon = 'icons/effects/64x64hybrisa_decals.dmi'
+ icon_state = "weylandyutanilogo1"
+ layer = TURF_LAYER
+ plane = FLOOR_PLANE
+ mouse_opacity = MOUSE_OPACITY_TRANSPARENT
+
+//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/hybrisarandomprops.dmi'
+ icon_state = "egg_base"
diff --git a/code/game/objects/effects/decals/posters.dm b/code/game/objects/effects/decals/posters.dm
index f13244cbc0..c6c8942c54 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,73,74,77,79)
.=..()
/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,75,78,80,81,84)
.=..()
/obj/structure/sign/poster/io
@@ -200,3 +200,38 @@
/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,76,82,83)
+ .=..()
+/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 27d8a06a41..dcd973b7ba 100644
--- a/code/game/objects/effects/decals/posters/poster_list.dm
+++ b/code/game/objects/effects/decals/posters/poster_list.dm
@@ -213,3 +213,221 @@ 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 Posters //
+
+/// Alien Isolation & Dark Descent - posters used as reference (direct downscale of the image for some) ///
+/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."
+
+/datum/poster/poster_73
+ icon_state="poster73"
+ name = "Colonial Marine Corps poster"
+ desc = "YOU GIVE US WINGS, WINGS OF LIBERTY - United States Colonial Marines."
+
+/datum/poster/poster_74
+ icon_state="poster74"
+ name = "Colonial Marine Corps poster"
+ desc = "USCM MARINES - FIRST TO FIGHT."
+
+/datum/poster/poster_75
+ icon_state="poster75"
+ name = "Saftey poster"
+ desc = "DO NOT APPROACH SUSPICIOUS OBJECTS - CALL SECURITY."
+
+/datum/poster/poster_76
+ icon_state="poster76"
+ name = "Weyland Yutani - 'Daniel' Model Synthetic poster"
+ desc = "All that matters is YOUR comfort. Our Artificial Humans are watching your back."
+
+/datum/poster/poster_77
+ icon_state="poster77"
+ name = "Colonial Marine Corps poster"
+ desc = "Join the elite 'Recon Division of the United States Colonial Marine Corps', and become the unseen force that strikes fear into the hearts of our enemies. Harness your instinct, adaptability, and unwavering focus as you navigate hostile territories on distant planets."
+
+/datum/poster/poster_78
+ icon_state="poster78"
+ name = "Saftey poster"
+ desc = "CLEAN UP AFTER YOURSELF! CLEAN SPACE - CLEAR MIND."
+
+/datum/poster/poster_79
+ icon_state="poster79"
+ name = "Colonial Marine Corps poster"
+ desc = "No one stands alone with the United States Colonial Marines - JOIN US!"
+
+/datum/poster/poster_80
+ icon_state="poster80"
+ name = "Saftey poster"
+ desc = "DON'T OPEN UNKNOWN CONTAINERS - AVOID VERMIN!"
+
+/datum/poster/poster_81
+ icon_state="poster81"
+ name = "Saftey poster"
+ desc = "THIS IS A QUIET ZONE - PLEASE TALK SOFTLY."
+
+/datum/poster/poster_82
+ icon_state="poster82"
+ name = "Weyland-Yutani propaganda poster"
+ desc = "TOGETHER - EXTRASOLAR COLONIZATION - WEAPON - PROTECTION - HIGH TECHNOLOGY - MANUFACTURING SYNTHETICS - FUTURE - SPACE STATION. Weyland Yutani - Building better Worlds."
+
+/datum/poster/poster_83
+ icon_state="poster83"
+ name = "Weyland-Yutani propaganda poster"
+ desc = "LET'S WORK - TOGETHER WE BUILD A BETTER FUTURE."
+
+/datum/poster/poster_84
+ icon_state="poster84"
+ name = "Saftey poster"
+ desc = "GERMS HATE SOAP - DON'T forget to wash your hands."
diff --git a/code/game/objects/effects/landmarks/corpsespawner.dm b/code/game/objects/effects/landmarks/corpsespawner.dm
index cbcd8f906e..95d35df797 100644
--- a/code/game/objects/effects/landmarks/corpsespawner.dm
+++ b/code/game/objects/effects/landmarks/corpsespawner.dm
@@ -210,3 +210,143 @@
/obj/effect/landmark/corpsespawner/forecon_spotter
name = "USCM Reconnaissance Spotter"
equip_path = /datum/equipment_preset/corpse/forecon_spotter
+
+///////////////////////
+/////// HYBRISA ///////
+///////////////////////
+
+// Hybrisa - Goons
+
+/obj/effect/landmark/corpsespawner/hybrisa_goon
+ name = "Weyland-Yutani Corporate Security Officer"
+ equip_path = /datum/equipment_preset/corpse/pmc/hybrisa_goon
+
+/obj/effect/landmark/corpsespawner/hybrisa_goon/burst
+ name = "Burst Weyland-Yutani Corporate Security Officer"
+ equip_path = /datum/equipment_preset/corpse/pmc/hybrisa_goon/lead/burst
+
+/obj/effect/landmark/corpsespawner/hybrisa_goon/lead
+ name = "Weyland-Yutani Corporate Security Lead"
+ equip_path = /datum/equipment_preset/corpse/pmc/hybrisa_goon/lead
+
+/obj/effect/landmark/corpsespawner/hybrisa_goon/lead/burst
+ name = "Burst Weyland-Yutani Corporate Security Lead"
+ equip_path = /datum/equipment_preset/corpse/pmc/hybrisa_goon/lead/burst
+
+//*****************************************************************************************************/
+
+// Civilian
+
+/obj/effect/landmark/corpsespawner/hybrisa/civilian
+ name = "Corpse - Civilian"
+ equip_path = /datum/equipment_preset/corpse/hybrisa/civilian
+
+/obj/effect/landmark/corpsespawner/hybrisa/civilian/burst
+ name = "Corpse - Burst - Civilian"
+ equip_path = /datum/equipment_preset/corpse/hybrisa/civilian/burst
+
+/obj/effect/landmark/corpsespawner/hybrisa/civilian_office
+ name = "Corpse - Civilian - Office Worker"
+ equip_path = /datum/equipment_preset/corpse/hybrisa/civilian_office
+
+/obj/effect/landmark/corpsespawner/hybrisa/civilian_office/burst
+ name = "Corpse - Burst - Civilian - Office Worker"
+ equip_path = /datum/equipment_preset/corpse/hybrisa/civilian_office/burst
+
+// Weymart
+
+/obj/effect/landmark/corpsespawner/hybrisa/weymart
+ name = "Corpse - Civilian - Weymart Employee"
+ equip_path = /datum/equipment_preset/corpse/hybrisa/weymart
+
+/obj/effect/landmark/corpsespawner/hybrisa/weymart/burst
+ name = "Corpse - Burst - Civilian - Weymart Employee"
+ equip_path = /datum/equipment_preset/corpse/hybrisa/weymart/burst
+
+// Sanitation
+
+/obj/effect/landmark/corpsespawner/hybrisa/sanitation
+ name = "Corpse - Civilian - Material Reprocessing Technician"
+ equip_path = /datum/equipment_preset/corpse/hybrisa/sanitation
+
+/obj/effect/landmark/corpsespawner/hybrisa/sanitation/burst
+ name = "Corpse - Burst - Civilian - Material Reprocessing Technician"
+ equip_path = /datum/equipment_preset/corpse/hybrisa/sanitation/burst
+
+// Pizza Galaxy
+
+/obj/effect/landmark/corpsespawner/hybrisa/pizza_galaxy
+ name = "Corpse - Civilian - Pizza Galaxy Delivery Driver"
+ equip_path = /datum/equipment_preset/corpse/hybrisa/pizza_galaxy
+
+/obj/effect/landmark/corpsespawner/hybrisa/pizza_galaxy/burst
+ name = "Corpse - Burst - Civilian - Pizza Galaxy Delivery Driver"
+ equip_path = /datum/equipment_preset/corpse/hybrisa/pizza_galaxy/burst
+
+//*****************************************************************************************************/
+
+// Colonial Marshals
+
+/obj/effect/landmark/corpsespawner/hybrisa/cmb_officer
+ name = "Corpse - CMB Police Officer"
+ equip_path = /datum/equipment_preset/corpse/hybrisa/cmb_officer
+
+/obj/effect/landmark/corpsespawner/hybrisa/cmb_officer/burst
+ name = "Corpse - Burst - CMB Police Officer"
+ equip_path = /datum/equipment_preset/corpse/hybrisa/cmb_officer/burst
+
+//*****************************************************************************************************/
+
+// KMCC Mining
+
+/obj/effect/landmark/corpsespawner/hybrisa/kelland_miner
+ name = "Corpse - KMCC - Miner"
+ equip_path = /datum/equipment_preset/corpse/hybrisa/kelland_miner
+
+/obj/effect/landmark/corpsespawner/hybrisa/kelland_miner/burst
+ name = "Corpse - Burst - KMCC - Miner"
+ equip_path = /datum/equipment_preset/corpse/hybrisa/kelland_miner/burst
+
+//*****************************************************************************************************/
+
+// Medical
+
+/obj/effect/landmark/corpsespawner/hybrisa/medical_doctor_corpse
+
+ name = "Corpse - Civilian - Medical Doctor"
+ equip_path = /datum/equipment_preset/corpse/hybrisa/medical_doctor_corpse
+
+/obj/effect/landmark/corpsespawner/hybrisa/medical_doctor_corpse/burst
+
+ name = "Corpse - Burst - Civilian - Medical Doctor"
+ equip_path = /datum/equipment_preset/corpse/hybrisa/medical_doctor_corpse/burst
+
+//*****************************************************************************************************/
+
+// Science
+
+// Xenobiologist
+
+/obj/effect/landmark/corpsespawner/hybrisa/scientist_xenobiologist
+
+ name = "Corpse - Civilian - Xenobiologist"
+ equip_path = /datum/equipment_preset/corpse/hybrisa/scientist_xenobiologist
+
+/obj/effect/landmark/corpsespawner/hybrisa/scientist_xenobiologist/burst
+
+ name = "Corpse - Burst - Civilian - Xenobiologist"
+ equip_path = /datum/equipment_preset/corpse/hybrisa/scientist_xenobiologist/burst
+
+// Xenoarchaeologist
+
+/obj/effect/landmark/corpsespawner/hybrisa/scientist_xenoarchaeologist
+
+ name = "Corpse - Civilian - Xenoarchaeologist"
+ equip_path = /datum/equipment_preset/corpse/hybrisa/scientist_xenoarchaeologist
+
+/obj/effect/landmark/corpsespawner/hybrisa/scientist_xenoarchaeologist/burst
+
+ name = "Corpse - Burst - Civilian - Xenoarchaeologist"
+ equip_path = /datum/equipment_preset/corpse/hybrisa/scientist_xenoarchaeologist/burst
+
+//*****************************************************************************************************/
diff --git a/code/game/objects/items/explosives/plastic.dm b/code/game/objects/items/explosives/plastic.dm
index c6a3dfaed5..a3b9cb5e57 100644
--- a/code/game/objects/items/explosives/plastic.dm
+++ b/code/game/objects/items/explosives/plastic.dm
@@ -392,3 +392,16 @@
return FALSE
. = ..()
+/obj/item/explosive/plastic/breaching_charge/plasma/handle_explosion(turf/target_turf, dir, cause_data)
+ var/explosion_target = get_step(target_turf, dir)
+ create_shrapnel(explosion_target, shrapnel_volume, dir, angle,/datum/ammo/bullet/shrapnel/plasma, cause_data)
+ addtimer(CALLBACK(src, PROC_REF(trigger_explosion), target_turf, dir, cause_data), 1)
+
+/obj/item/explosive/plastic/breaching_charge/plasma/trigger_explosion(turf/target_turf, dir, cause_data)
+ cell_explosion(target_turf, 90, 90, EXPLOSION_FALLOFF_SHAPE_EXPONENTIAL, dir, cause_data)
+ qdel(src)
+
+/obj/item/explosive/plastic/hybrisa/mining
+ var/id = 1
+ anchored = TRUE
+ unacidable = TRUE
diff --git a/code/game/objects/items/reagent_containers/food/drinks.dm b/code/game/objects/items/reagent_containers/food/drinks.dm
index ea8da3043f..dd3c732235 100644
--- a/code/game/objects/items/reagent_containers/food/drinks.dm
+++ b/code/game/objects/items/reagent_containers/food/drinks.dm
@@ -388,3 +388,9 @@
desc = "A matte gray coffee mug bearing the Weyland-Yutani logo on its front. Either issued as corporate standard, or bought as a souvenir for people who love the Company oh so dearly. Probably the former."
icon_state = "wycup"
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes
+ name = "Cuppa Joe's coffee"
+ desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "coffeecuppajoe"
+ center_of_mass = "x=15;y=10"
diff --git a/code/game/objects/items/reagent_containers/food/snacks.dm b/code/game/objects/items/reagent_containers/food/snacks.dm
index e14c3d882f..252fbdd536 100644
--- a/code/game/objects/items/reagent_containers/food/snacks.dm
+++ b/code/game/objects/items/reagent_containers/food/snacks.dm
@@ -2932,6 +2932,46 @@
boxes += extra
update_icon()
+
+// Pizza Galaxy Pizza
+
+/obj/item/pizzabox/pizza_galaxy
+ icon = 'icons/obj/items/pizza_galaxy_pizza.dmi'
+
+/obj/item/pizzabox/pizza_galaxy/margherita/Initialize()
+ . = ..()
+ pizza = new /obj/item/reagent_container/food/snacks/sliceable/pizza/margherita(src)
+ boxtag = "Margherita Deluxe"
+
+/obj/item/pizzabox/pizza_galaxy/vegetable/Initialize()
+ . = ..()
+ pizza = new /obj/item/reagent_container/food/snacks/sliceable/pizza/vegetablepizza(src)
+ boxtag = "Gourmet Vegatable"
+
+/obj/item/pizzabox/pizza_galaxy/mushroom/Initialize()
+ . = ..()
+ pizza = new /obj/item/reagent_container/food/snacks/sliceable/pizza/mushroompizza(src)
+ boxtag = "Mushroom Special"
+
+/obj/item/pizzabox/pizza_galaxy/meat/Initialize()
+ . = ..()
+ pizza = new /obj/item/reagent_container/food/snacks/sliceable/pizza/meatpizza(src)
+ boxtag = "Meatlover's Supreme"
+
+/// Mystery Pizza, made with random ingredients!
+/obj/item/pizzabox/pizza_galaxy/mystery/Initialize(mapload, ...)
+ . = ..()
+ pizza = new /obj/item/reagent_container/food/snacks/sliceable/pizza/mystery(src)
+ boxtag = "Mystery Pizza"
+
+// Pre-stacked boxes for reqs
+/obj/item/pizzabox/pizza_galaxy/mystery/stack/Initialize(mapload, ...)
+ . = ..()
+ for(var/i in 1 to 2)
+ var/obj/item/pizzabox/pizza_galaxy/mystery/extra = new(src)
+ boxes += extra
+ update_icon()
+
///////////////////////////////////////////
// new old food stuff from bs12
///////////////////////////////////////////
diff --git a/code/game/objects/items/trash.dm b/code/game/objects/items/trash.dm
index d9d40e003c..eca69d42de 100644
--- a/code/game/objects/items/trash.dm
+++ b/code/game/objects/items/trash.dm
@@ -204,3 +204,61 @@
w_class = SIZE_SMALL
throw_speed = SPEED_VERY_FAST
throw_range = 5
+
+
+
+// Hybrisa
+/obj/item/trash/hybrisa
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "coffeecuppajoelid"
+
+// Cuppa Joe's Trash
+/obj/item/trash/hybrisa/cuppa_joes/lid
+ name = "Cuppa Joe's coffee cup lid"
+ desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "coffeecuppajoelid"
+ w_class = SIZE_TINY
+ throwforce = 1
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup
+ name = "Empty Cuppa Joe's coffee cup"
+ desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "coffeecuppajoenolid"
+ w_class = SIZE_TINY
+ throwforce = 1
+/obj/item/trash/hybrisa/cuppa_joes/Initialize()
+ . = ..()
+ pixel_x = rand(-10,10)
+ pixel_y = rand(-10,10)
+ apply_transform(turn(transform,rand(0,360)))
+
+// Cuppa Joes no random axis
+/obj/item/trash/hybrisa/cuppa_joes_static/lid
+ name = "Cuppa Joe's coffee cup lid"
+ desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "coffeecuppajoelid"
+ w_class = SIZE_TINY
+ throwforce = 1
+/obj/item/trash/hybrisa/cuppa_joes_static/empty_cup
+ name = "Empty Cuppa Joe's coffee cup"
+ desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "coffeecuppajoenolid"
+ w_class = SIZE_TINY
+ throwforce = 1
+/obj/item/trash/hybrisa/cuppa_joes_static/empty_cup_stack
+ name = "Empty Cuppa Joe's coffee cup stack"
+ desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "coffeecuppajoestacknolid"
+ w_class = SIZE_TINY
+ throwforce = 1
+/obj/item/trash/hybrisa/cuppa_joes_static/lid_stack
+ name = "Cuppa Joe's coffee cup lid stack"
+ desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee."
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "coffeecuppajoelidstack"
+ w_class = SIZE_TINY
+ throwforce = 1
diff --git a/code/game/objects/structures/barricade/handrail.dm b/code/game/objects/structures/barricade/handrail.dm
index 2fde8de3fe..ed5bf39182 100644
--- a/code/game/objects/structures/barricade/handrail.dm
+++ b/code/game/objects/structures/barricade/handrail.dm
@@ -206,3 +206,77 @@
can_be_reinforced = FALSE
projectile_coverage = PROJECTILE_COVERAGE_LOW
layer = MOB_LAYER + 0.01
+
+// 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/metaltan/middle
+ name = "metal road barrier"
+ icon_state = "centerroadbarrier_middle"
+
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark
+ name = "metal road barrier"
+ icon_state = "centerroadbarrier2"
+
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle
+ name = "metal road barrier"
+ icon_state = "centerroadbarrier2_middle"
+
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark2
+ name = "metal road barrier"
+ icon_state = "centerroadbarrier3"
+
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark2/middle
+ name = "metal road barrier"
+ icon_state = "centerroadbarrier3_middle"
+
+/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/closets/phonebox.dm b/code/game/objects/structures/crates_lockers/closets/phonebox.dm
new file mode 100644
index 0000000000..8d795a23dd
--- /dev/null
+++ b/code/game/objects/structures/crates_lockers/closets/phonebox.dm
@@ -0,0 +1,182 @@
+/obj/structure/closet/phonebox
+ name = "phonebox"
+ desc = "It's a phonebox, outdated but realiable technology. These are used to communicate throughout the colony and connected colonies without interference. As reliable as they are, it seems the line is down."
+ icon = 'icons/obj/structures/props/phonebox.dmi'
+ icon_state = "phonebox_on_empty_closed"
+ density = TRUE
+ bound_width = 32
+ bound_height = 64
+ material = MATERIAL_METAL
+ anchored = TRUE
+ layer = BETWEEN_OBJECT_ITEM_LAYER
+ exit_stun = 0 //no stun because it's a (glass) 'locker'
+ health = 750
+
+ open_sound = 'sound/effects/metal_door_open.ogg'
+ close_sound = 'sound/effects/metal_door_close.ogg'
+
+/obj/structure/closet/phonebox/update_icon()
+ icon_state = "phonebox_on_open"
+ if(!opened)
+ icon_state = "phonebox_on_empty_closed"
+ for(var/mob/M in src)
+ icon_state = "phonebox_on_full_closed"
+/obj/structure/closet/phonebox_off
+ name = "phonebox"
+ desc = "It's a phonebox, outdated but realiable technology. These are used to communicate throughout the colony and connected colonies without interference. As reliable as they are, the bulb has been smashed and it seems the line is down."
+ icon = 'icons/obj/structures/props/phonebox.dmi'
+ icon_state = "phonebox_off_empty_closed"
+ density = TRUE
+ bound_width = 32
+ bound_height = 64
+ material = MATERIAL_METAL
+ anchored = TRUE
+ layer = BETWEEN_OBJECT_ITEM_LAYER
+ exit_stun = 0 //no stun because it's a (glass) 'locker'
+ health = 750
+
+ open_sound = 'sound/effects/metal_door_open.ogg'
+ close_sound = 'sound/effects/metal_door_close.ogg'
+
+/obj/structure/closet/phonebox_off/update_icon()
+ icon_state = "phonebox_off_open"
+ if(!opened)
+ icon_state = "phonebox_off_empty_closed"
+ for(var/mob/M in src)
+ icon_state = "phonebox_off_full_closed"
+
+
+// Not currently working fully (don't use)
+/obj/structure/machinery/phonebox
+ name = "phonebox"
+ icon = 'icons/obj/structures/props/phonebox.dmi'
+ icon_state = "phonebox_off_empty_closed"
+ desc = "It's a phonebox, outdated but realiable technology. These are used to communicate throughout the colony and connected colonies without interference. As reliable as they are, it seems the line is down."
+ bound_width = 32
+ bound_height = 64
+ density = TRUE
+ anchored = TRUE
+ use_power = 0
+ can_buckle = TRUE
+ /// the borg inside
+ var/mob/living/occupant = null
+ var/icon_update_tick = 0
+ ///stun time upon exiting, if at all
+ var/exit_stun = 1
+ var/open = TRUE
+
+/obj/structure/machinery/phonebox/Initialize(mapload, ...)
+ . = ..()
+ update_icon()
+ flags_atom |= USES_HEARING
+
+/obj/structure/machinery/recharge_station/Destroy()
+ if(occupant)
+ to_chat(occupant, SPAN_NOTICE(" [name] colapses around you."))
+ go_out()
+ return ..()
+
+/obj/structure/machinery/phonebox/initialize_pass_flags(datum/pass_flags_container/PF)
+ ..()
+ if (PF)
+ PF.flags_can_pass_all = PASS_HIGH_OVER_ONLY|PASS_AROUND|PASS_OVER_THROW_ITEM
+
+/obj/structure/machinery/phonebox/process()
+ update_icon()
+
+/obj/structure/machinery/phonebox/stop_processing()
+ update_icon()
+
+/obj/structure/machinery/phonebox/allow_drop()
+ return FALSE
+
+/obj/structure/machinery/phonebox/relaymove(mob/user as mob)
+ if(user.stat)
+ return
+ go_out()
+ return
+
+/obj/structure/machinery/phonebox/update_icon()
+ ..()
+ if(stat & NOPOWER)
+ if(!open)
+ icon_state = "phonebox_off_empty_closed"
+ if(occupant)
+ icon_state = "phonebox_off_full_closed"
+ else
+ icon_state = "phonebox_off_open"
+ else
+ if(!open)
+ icon_state = "phonebox_on_empty_closed"
+ if(occupant)
+ icon_state = "phonebox_on_full_closed"
+ else
+ icon_state = "phonebox_on_open"
+
+/obj/structure/machinery/phonebox/proc/go_out()
+ if(!occupant)
+ return
+ var/mob/living/synth = occupant
+ if(synth.client)
+ synth.client.eye = synth.client.mob
+ synth.client.perspective = MOB_PERSPECTIVE
+
+ synth.forceMove(loc)
+ if(exit_stun)
+ synth.Stun(exit_stun) //Action delay when going out of a closet
+ if(synth.mobility_flags & MOBILITY_MOVE)
+ synth.visible_message(SPAN_WARNING("[synth] suddenly gets out of [src]!"), SPAN_WARNING("You get out of [src] and get your bearings!"))
+
+ occupant = null
+ open = TRUE
+ update_icon()
+
+/obj/structure/machinery/phonebox/do_buckle(mob/target, mob/user)
+ return move_mob_inside(target)
+
+/obj/structure/machinery/phonebox/verb/move_mob_inside(mob/living/M)
+ if(!open)
+ return FALSE
+ if (occupant)
+ return FALSE
+ M.stop_pulling()
+ if(M && M.client)
+ M.client.perspective = EYE_PERSPECTIVE
+ M.client.eye = src
+ M.forceMove(src)
+ occupant = M
+ start_processing()
+ add_fingerprint(usr)
+ open = FALSE
+ update_icon()
+ return TRUE
+
+/obj/structure/machinery/phonebox/verb/move_eject()
+ set category = "Object"
+ set name = "Eject"
+
+ set src in oview(1)
+ if (usr.stat != 0)
+ return
+ go_out()
+ add_fingerprint(usr)
+ return
+
+/obj/structure/machinery/phonebox/attack_hand(mob/living/user)
+ if(open)
+ open = FALSE
+ else
+ open = TRUE
+ go_out()
+ update_icon()
+
+
+
+#ifdef OBJECTS_PROXY_SPEECH
+// Transfers speech to occupant
+/obj/structure/machinery/phonebox/hear_talk(mob/living/sourcemob, message, verb, language, italics)
+ if(!QDELETED(occupant) && istype(occupant) && occupant.stat != DEAD)
+ proxy_object_heard(src, sourcemob, occupant, message, verb, language, italics)
+ else
+ ..(sourcemob, message, verb, language, italics)
+#endif // ifdef OBJECTS_PROXY_SPEECH
diff --git a/code/game/objects/structures/crates_lockers/largecrate.dm b/code/game/objects/structures/crates_lockers/largecrate.dm
index 24f370a45d..c5e88e4e28 100644
--- a/code/game/objects/structures/crates_lockers/largecrate.dm
+++ b/code/game/objects/structures/crates_lockers/largecrate.dm
@@ -362,6 +362,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 93d9d7727e..0cd2e6bb30 100644
--- a/code/game/objects/structures/fence.dm
+++ b/code/game/objects/structures/fence.dm
@@ -14,6 +14,7 @@
var/cut = 0 //Cut fences can be passed through
var/junction = 0 //Because everything is terrible, I'm making this a fence-level var
var/basestate = "fence"
+ var/forms_junctions = TRUE
/obj/structure/fence/initialize_pass_flags(datum/pass_flags_container/PF)
..()
@@ -224,10 +225,13 @@
//this way it will only update full-tile ones
//This spawn is here so windows get properly updated when one gets deleted.
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(!src)
+ return
+ for(var/obj/structure/fence/fence in orange(src, 1))
+ if(!fence.forms_junctions)
+ continue
+ if(abs(x - fence.x) - abs(y - fence.y)) //Doesn't count grilles, placed diagonally to src
+ junction |= get_dir(src, fence)
if(cut)
icon_state = "broken[basestate][junction]"
else
@@ -238,3 +242,74 @@
health -= floor(exposed_volume / 100)
healthcheck(0) //Don't make hit sounds, it's dumb with fire/heat
..()
+
+GLOBAL_LIST_INIT(all_electric_fences, list())
+
+// Hybrisa Electric Fence
+/obj/structure/fence/electrified
+ name = "electrified fence"
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "highvoltagegrille_off"
+ basestate = "highvoltagegrille"
+ throwpass = TRUE
+ unacidable = TRUE
+ forms_junctions = FALSE
+ var/electrified = FALSE
+ var/obj/structure/machinery/colony_floodlight_switch/electrified_fence_switch/breaker_switch = null
+
+/obj/structure/fence/electrified/hitby(atom/movable/AM)
+ visible_message(SPAN_DANGER("[src] was hit by [AM]."))
+ var/tforce = 0
+ if(ismob(AM))
+ if(electrified && !cut)
+ electrocute_mob(AM, get_area(breaker_switch), src, 0.75)
+ else
+ tforce = 40
+ else if(isobj(AM))
+ var/obj/item/zapped_item = AM
+ tforce = zapped_item.throwforce
+ health = max(0, health - tforce)
+ healthcheck()
+
+/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()
+ electrified = !electrified
+ update_icon()
+
+/obj/structure/fence/electrified/Initialize()
+ . = ..()
+ GLOB.all_electric_fences += src
+
+/obj/structure/fence/electrified/Destroy()
+ GLOB.all_electric_fences -= src
+ return ..()
+
+/obj/structure/fence/electrified/attackby(obj/item/W, mob/user)
+ if(electrified && !cut)
+ electrocute_mob(user, get_area(breaker_switch), src, 0.75)
+ return ..()
+
+/obj/structure/fence/electrified/ex_act(severity)
+ health -= severity/2
+ healthcheck(make_hit_sound = FALSE, create_debris = TRUE)
+
+/obj/structure/fence/dark
+ name = "fence"
+ desc = "A large metal mesh strewn between two poles. Intended as a cheap way to separate areas, while allowing one to see through it."
+ icon = 'icons/obj/structures/props/dark_fence.dmi'
+
+/obj/structure/fence/dark/warning
+ name = "fence"
+ desc = "A large metal mesh strewn between two poles. Intended as a cheap way to separate areas, while allowing one to see through it."
+ icon = 'icons/obj/structures/props/electric_fence.dmi'
diff --git a/code/game/objects/structures/hybrisa_props.dm b/code/game/objects/structures/hybrisa_props.dm
new file mode 100644
index 0000000000..ba63c51663
--- /dev/null
+++ b/code/game/objects/structures/hybrisa_props.dm
@@ -0,0 +1,2239 @@
+// Hybrisa props
+
+/obj/structure/prop/hybrisa
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/small_truck_red.dmi'
+ icon_state = "pimp"
+
+// Vehicles
+
+/obj/structure/prop/hybrisa/vehicles
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/meridian_red.dmi'
+ icon_state = "meridian_red"
+ 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]"
+
+/obj/structure/prop/hybrisa/vehicles/proc/explode(dam, mob/M)
+ visible_message(SPAN_DANGER("[src] blows apart!"), max_distance = 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()
+
+// Armored Truck - Damage States
+/obj/structure/prop/hybrisa/vehicles/Armored_Truck
+ name = "heavy-loader truck"
+ desc = "It's locked and seems to be broken down, forget driving this."
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/armored_truck_wy_black.dmi'
+ icon_state = "armored_truck_wy_black"
+ bound_height = 64
+ bound_width = 96
+ density = TRUE
+ layer = ABOVE_MOB_LAYER
+
+/obj/structure/prop/hybrisa/vehicles/Armored_Truck/Blue
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/armored_truck_blue.dmi'
+ icon_state = "armored_truck_blue"
+
+/obj/structure/prop/hybrisa/vehicles/Armored_Truck/Teal
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/armored_truck_teal.dmi'
+ icon_state = "armored_truck_teal"
+
+/obj/structure/prop/hybrisa/vehicles/Armored_Truck/White
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/armored_truck_white.dmi'
+ icon_state = "armored_truck_white"
+
+/obj/structure/prop/hybrisa/vehicles/Armored_Truck/WY_Black
+ name = "Weyland-Yutani security truck"
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/armored_truck_wy_black.dmi'
+ icon_state = "armored_truck_wy_black"
+
+/obj/structure/prop/hybrisa/vehicles/Armored_Truck/WY_White
+ name = "Weyland-Yutani security truck"
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/armored_truck_wy_white.dmi'
+ icon_state = "armored_truck_wy_white"
+
+// Ambulance - Damage States
+/obj/structure/prop/hybrisa/vehicles/Ambulance
+ name = "ambulance"
+ desc = "It's locked and seems to be broken down, forget driving this."
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/ambulance.dmi'
+ icon_state = "ambulance"
+ bound_height = 64
+ bound_width = 96
+ density = TRUE
+ layer = ABOVE_MOB_LAYER
+
+// Long Hauler Truck - Damage States
+/obj/structure/prop/hybrisa/vehicles/Long_Truck
+ name = "long-hauler truck"
+ desc = "It's locked and seems to be broken down, forget driving this."
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/long_truck_wy_blue.dmi'
+ icon_state = "longtruck_wy_blue"
+ bound_height = 64
+ bound_width = 128
+ density = TRUE
+
+/obj/structure/prop/hybrisa/vehicles/Long_Truck/Blue
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/long_truck_blue.dmi'
+ icon_state = "longtruck_blue"
+
+/obj/structure/prop/hybrisa/vehicles/Long_Truck/Red
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/long_truck_red.dmi'
+ icon_state = "longtruck_red"
+
+/obj/structure/prop/hybrisa/vehicles/Long_Truck/Brown
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/long_truck_brown.dmi'
+ icon_state = "longtruck_brown"
+
+/obj/structure/prop/hybrisa/vehicles/Long_Truck/Kelland_Mining
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/long_truck_kelland.dmi'
+ icon_state = "longtruck_kelland"
+
+/obj/structure/prop/hybrisa/vehicles/Long_Truck/Donk
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/long_truck_donk.dmi'
+ icon_state = "longtruck_donk"
+
+/obj/structure/prop/hybrisa/vehicles/Long_Truck/WY_Blue
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/long_truck_wy_blue.dmi'
+ icon_state = "longtruck_wy_blue"
+
+/obj/structure/prop/hybrisa/vehicles/Long_Truck/WY_Black
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/long_truck_wy_black.dmi'
+ icon_state = "longtruck_wy_black"
+
+// Small Truck - Damage States
+/obj/structure/prop/hybrisa/vehicles/Small_Truck
+ name = "small truck"
+ desc = "It's locked and seems to be broken down, forget driving this."
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/small_truck_turquoise_cargo.dmi'
+ icon_state = "small_truck_turquoise_cargo"
+ bound_height = 32
+ bound_width = 64
+ density = TRUE
+ layer = ABOVE_MOB_LAYER
+
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Turquoise_Cargo
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/small_truck_turquoise_cargo.dmi'
+ icon_state = "small_truck_turquoise_cargo"
+
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/White
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/small_truck_white.dmi'
+ icon_state = "small_truck_white"
+
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/White_Cargo
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/small_truck_white_cargo.dmi'
+ icon_state = "small_truck_white_cargo"
+
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Mining
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/small_truck_mining.dmi'
+ icon_state = "small_truck_mining"
+
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Blue
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/small_truck_blue.dmi'
+ icon_state = "small_truck_blue"
+
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Red
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/small_truck_red.dmi'
+ icon_state = "small_truck_red"
+
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Brown
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/small_truck_brown.dmi'
+ icon_state = "small_truck_brown"
+
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Green
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/small_truck_green.dmi'
+ icon_state = "small_truck_green"
+
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Garbage
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/small_truck_garbage.dmi'
+ icon_state = "small_truck_garbage"
+
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Brown_Cargo
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/small_truck_brown_cargo.dmi'
+ icon_state = "small_truck_brown_cargo"
+
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Blue_Cargo
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/small_truck_blue_cargo.dmi'
+ icon_state = "small_truck_blue_cargo"
+
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Medical_Cargo
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/small_truck_medical.dmi'
+ icon_state = "small_truck_medical"
+
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Brown_Cargo_Barrels
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/small_truck_brown_cargobarrels.dmi'
+ icon_state = "small_truck_brown_cargobarrels"
+
+// Box Vans - Damage States
+/obj/structure/prop/hybrisa/vehicles/Box_Vans
+ name = "box van"
+ desc = "It's locked and seems to be broken down, forget driving this."
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/box_van_hyperdyne.dmi'
+ icon_state = "box_van_hyperdyne"
+ bound_height = 32
+ bound_width = 64
+ density = TRUE
+ layer = ABOVE_MOB_LAYER
+
+/obj/structure/prop/hybrisa/vehicles/Box_Vans/Hyperdyne
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/box_van_hyperdyne.dmi'
+ icon_state = "box_van_hyperdyne"
+
+/obj/structure/prop/hybrisa/vehicles/Box_Vans/White
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/box_van_white.dmi'
+ icon_state = "box_van_white"
+
+/obj/structure/prop/hybrisa/vehicles/Box_Vans/Blue_Grey
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/box_van_bluegrey.dmi'
+ icon_state = "box_van_bluegrey"
+
+/obj/structure/prop/hybrisa/vehicles/Box_Vans/Kelland_Mining
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/box_van_kellandmining.dmi'
+ icon_state = "box_van_kellandmining"
+
+/obj/structure/prop/hybrisa/vehicles/Box_Vans/Maintenance_Blue
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/box_van_maintenanceblue.dmi'
+ icon_state = "box_van_maintenanceblue"
+
+/obj/structure/prop/hybrisa/vehicles/Box_Vans/Pizza
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/box_van_pizza.dmi'
+ icon_state = "box_van_pizza"
+
+// Meridian Cars - Damage States
+/obj/structure/prop/hybrisa/vehicles/Meridian
+ 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/hybrisa_vehicles/meridian_red.dmi'
+ icon_state = "meridian_red"
+ bound_height = 32
+ bound_width = 64
+ density = TRUE
+ layer = ABOVE_MOB_LAYER
+
+/obj/structure/prop/hybrisa/vehicles/Meridian/Red
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/meridian_red.dmi'
+ icon_state = "meridian_red"
+
+/obj/structure/prop/hybrisa/vehicles/Meridian/Black
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/meridian_black.dmi'
+ icon_state = "meridian_black"
+
+/obj/structure/prop/hybrisa/vehicles/Meridian/Blue
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/meridian_blue.dmi'
+ icon_state = "meridian_blue"
+
+/obj/structure/prop/hybrisa/vehicles/Meridian/Brown
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/meridian_brown.dmi'
+ icon_state = "meridian_brown"
+
+/obj/structure/prop/hybrisa/vehicles/Meridian/Cop
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/meridian_cop.dmi'
+ icon_state = "meridian_cop"
+
+/obj/structure/prop/hybrisa/vehicles/Meridian/Desat_Blue
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/meridian_desatblue.dmi'
+ icon_state = "meridian_desatblue"
+
+/obj/structure/prop/hybrisa/vehicles/Meridian/Green
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/meridian_green.dmi'
+ icon_state = "meridian_green"
+
+/obj/structure/prop/hybrisa/vehicles/Meridian/Light_Blue
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/meridian_lightblue.dmi'
+ icon_state = "meridian_lightblue"
+
+/obj/structure/prop/hybrisa/vehicles/Meridian/Pink
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/meridian_pink.dmi'
+ icon_state = "meridian_pink"
+
+/obj/structure/prop/hybrisa/vehicles/Meridian/Purple
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/meridian_purple.dmi'
+ icon_state = "meridian_purple"
+
+/obj/structure/prop/hybrisa/vehicles/Meridian/Turquoise
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/meridian_turquoise.dmi'
+ icon_state = "meridian_turquoise"
+
+/obj/structure/prop/hybrisa/vehicles/Meridian/Orange
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/meridian_orange.dmi'
+ icon_state = "meridian_orange"
+
+/obj/structure/prop/hybrisa/vehicles/Meridian/WeylandYutani
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/meridian_wy.dmi'
+ icon_state = "meridian_wy"
+
+/obj/structure/prop/hybrisa/vehicles/Meridian/Taxi
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/meridian_taxi.dmi'
+ icon_state = "meridian_taxi"
+
+/obj/structure/prop/hybrisa/vehicles/Meridian/Shell
+ desc = "A Mono-Spectra chassis in the early stages of assembly."
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/meridian_shell.dmi'
+ icon_state = "meridian_shell"
+
+// Colony Crawlers - Damage States
+/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers
+ name = "colony crawler"
+ desc = "It's locked and seems to be broken down, forget driving this."
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/crawler_wy_1.dmi'
+ icon_state = "crawler_wy_1"
+ bound_height = 32
+ bound_width = 64
+ density = TRUE
+ layer = ABOVE_MOB_LAYER
+
+/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Science_1
+ 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/hybrisa_vehicles/crawler_wy_1.dmi'
+ icon_state = "crawler_wy_1"
+
+/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Science_2
+ 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/hybrisa_vehicles/crawler_wy_2.dmi'
+ icon_state = "crawler_wy_2"
+
+/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Crawler_Cargo
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/crawler_bed.dmi'
+ icon_state = "crawler_bed"
+
+// Mining Crawlers
+
+/obj/structure/prop/hybrisa/vehicles/Mining_Crawlers
+ name = "mining crawler"
+ 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/hybrisa_vehicles/mining_crawler.dmi'
+ icon_state = "mining_crawler_1"
+ bound_height = 32
+ bound_width = 64
+ density = TRUE
+ layer = ABOVE_MOB_LAYER
+
+/obj/structure/prop/hybrisa/vehicles/Mining_Crawlers/Fuel
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/mining_crawler_fuel.dmi'
+ icon_state = "mining_crawler_fuel"
+
+// Car Pileup
+
+/obj/structure/prop/hybrisa/vehicles/car_pileup
+ name = "burned out vehicle pileup"
+ desc = "Burned-out vehicles block your path, their charred frames and shattered glass hinting at recent chaos. The acrid smell of smoke lingers."
+ icon = 'icons/obj/structures/props/hybrisa_vehicles/car_pileup.dmi'
+ icon_state = "car_pileup"
+ bound_height = 96
+ bound_width = 128
+ 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/hybrisarandomprops.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
+ projectile_coverage = 20
+ throwpass = TRUE
+
+/obj/structure/prop/hybrisa/supermart/rack/longrackempty
+ name = "shelf"
+ desc = "A long empty shelf."
+ icon_state = "longrackempty"
+
+/obj/structure/prop/hybrisa/supermart/rack/longrack1
+ name = "shelf"
+ desc = "A long shelf filled with various foodstuffs"
+ icon_state = "longrack1"
+
+/obj/structure/prop/hybrisa/supermart/rack/longrack2
+ name = "shelf"
+ desc = "A long shelf filled with various foodstuffs"
+ icon_state = "longrack2"
+
+/obj/structure/prop/hybrisa/supermart/rack/longrack3
+ name = "shelf"
+ desc = "A long shelf filled with various foodstuffs"
+ icon_state = "longrack3"
+
+/obj/structure/prop/hybrisa/supermart/rack/longrack4
+ name = "shelf"
+ desc = "A long shelf filled with various foodstuffs"
+ icon_state = "longrack4"
+
+/obj/structure/prop/hybrisa/supermart/rack/longrack5
+ name = "shelf"
+ desc = "A long shelf filled with various foodstuffs"
+ icon_state = "longrack5"
+
+/obj/structure/prop/hybrisa/supermart/rack/longrack6
+ name = "shelf"
+ desc = "A long shelf filled with various foodstuffs"
+ icon_state = "longrack6"
+
+/obj/structure/prop/hybrisa/supermart/rack/longrack7
+ name = "shelf"
+ desc = "A long shelf filled with various foodstuffs"
+ icon_state = "longrack7"
+
+/obj/structure/prop/hybrisa/supermart/supermartbelt
+ name = "conveyor belt"
+ desc = "A conveyor belt."
+ icon_state = "checkoutbelt"
+
+/obj/structure/prop/hybrisa/supermart/freezer
+ name = "commercial freezer"
+ desc = "A commercial grade freezer."
+ icon_state = "freezerupper"
+ density = TRUE
+
+/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer1
+ icon_state = "freezerupper"
+
+/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer2
+ icon_state = "freezerlower"
+
+/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer3
+ icon_state = "freezermid"
+
+/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer4
+ icon_state = "freezerupper1"
+
+/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer5
+ icon_state = "freezerlower1"
+
+/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer6
+ icon_state = "freezermid1"
+
+/obj/structure/prop/hybrisa/supermart/supermartfruitbasketempty
+ name = "basket"
+ desc = "A basket."
+ icon_state = "supermarketbasketempty"
+
+/obj/structure/prop/hybrisa/supermart/supermartfruitbasketoranges
+ name = "basket"
+ desc = "A basket full of oranges."
+ icon_state = "supermarketbasket1"
+
+/obj/structure/prop/hybrisa/supermart/supermartfruitbasketpears
+ name = "basket"
+ desc = "A basket full of pears."
+ icon_state = "supermarketbasket2"
+
+/obj/structure/prop/hybrisa/supermart/supermartfruitbasketcarrots
+ name = "basket"
+ desc = "A basket full of carrots."
+ icon_state = "supermarketbasket3"
+
+/obj/structure/prop/hybrisa/supermart/supermartfruitbasketmelons
+ name = "basket"
+ desc = "A basket full of melons."
+ icon_state = "supermarketbasket4"
+
+/obj/structure/prop/hybrisa/supermart/supermartfruitbasketapples
+ name = "basket"
+ desc = "A basket full of apples."
+ icon_state = "supermarketbasket5"
+
+// Furniture
+/obj/structure/prop/hybrisa/furniture
+ icon = 'icons/obj/structures/props/hybrisatables.dmi'
+ icon_state = "blackmetaltable"
+ health = 1000
+
+ projectile_coverage = 20
+ throwpass = TRUE
+
+/obj/structure/prop/hybrisa/furniture/tables
+ icon = 'icons/obj/structures/props/hybrisatables.dmi'
+ icon_state = "table_pool"
+ health = 1000
+
+/obj/structure/prop/hybrisa/furniture/tables/bullet_act(obj/projectile/P)
+ health -= P.damage
+ ..()
+ healthcheck()
+ return TRUE
+
+/obj/structure/prop/hybrisa/furniture/tables/proc/explode()
+ visible_message(SPAN_DANGER("[src] breaks apart!"), max_distance = 1)
+ deconstruct(FALSE)
+
+/obj/structure/prop/hybrisa/furniture/tables/proc/healthcheck()
+ if(health <= 0)
+ explode()
+
+/obj/structure/prop/hybrisa/furniture/tables/ex_act(severity)
+ switch(severity)
+ if(EXPLOSION_THRESHOLD_LOW to EXPLOSION_THRESHOLD_MEDIUM)
+ if(prob(50))
+ deconstruct(FALSE)
+ if(EXPLOSION_THRESHOLD_MEDIUM to INFINITY)
+ deconstruct(FALSE)
+
+/obj/structure/prop/hybrisa/furniture/tables/attack_alien(mob/living/carbon/xenomorph/current_xenomorph)
+ if(unslashable)
+ return XENO_NO_DELAY_ACTION
+ current_xenomorph.animation_attack_on(src)
+ playsound(src, 'sound/effects/metalhit.ogg', 25, 1)
+ current_xenomorph.visible_message(SPAN_DANGER("[current_xenomorph] slashes at [src]!"),
+ SPAN_DANGER("You slash at [src]!"), null, 5, CHAT_TYPE_XENO_COMBAT)
+ update_health(rand(current_xenomorph.melee_damage_lower, current_xenomorph.melee_damage_upper))
+ return XENO_ATTACK_ACTION
+
+/obj/structure/prop/hybrisa/furniture/tables/tableblack
+ name = "large metal table"
+ 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/hybrisatables.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/hybrisatables.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/hybrisatables.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/hybrisatables.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/chair/comfy/hybrisa
+ name = "expensive chair"
+ desc = "A expensive looking chair"
+
+/obj/structure/bed/chair/comfy/hybrisa/black
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "comfychair_hybrisablack"
+
+/obj/structure/bed/chair/comfy/hybrisa/red
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "comfychair_hybrisared"
+
+/obj/structure/bed/chair/comfy/hybrisa/blue
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "comfychair_hybrisablue"
+
+/obj/structure/bed/chair/comfy/hybrisa/brown
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "comfychair_hybrisabrown"
+
+// Beds
+
+/obj/structure/bed/hybrisa
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "hybrisa"
+ buckling_y = 8
+
+/obj/structure/bed/hybrisa/prisonbed
+ name = "bunk bed"
+ desc = "A sorry looking bunk-bed."
+ icon_state = "prisonbed"
+
+/obj/structure/bed/hybrisa/bunkbed1
+ name = "bunk bed"
+ desc = "A comfy looking bunk-bed."
+ icon_state = "zbunkbed"
+
+/obj/structure/bed/hybrisa/bunkbed2
+ name = "bunk bed"
+ desc = "A comfy looking bunk-bed."
+ icon_state = "zbunkbed2"
+
+/obj/structure/bed/hybrisa/bunkbed3
+ name = "bunk bed"
+ desc = "A comfy looking bunk-bed."
+ icon_state = "zbunkbed3"
+
+/obj/structure/bed/hybrisa/bunkbed4
+ name = "bunk bed"
+ desc = "A comfy looking bunk-bed."
+ icon_state = "zbunkbed4"
+
+// Xenobiology
+
+/obj/structure/prop/hybrisa/xenobiology
+ icon = 'icons/obj/structures/props/hybrisaxenocryogenics.dmi'
+ icon_state = "xenocellemptyon"
+ layer = ABOVE_MOB_LAYER
+
+/obj/structure/prop/hybrisa/xenobiology/small/empty
+ name = "specimen containment cell"
+ desc = "It's empty."
+ icon_state = "xenocellemptyon"
+ density = TRUE
+
+/obj/structure/prop/hybrisa/xenobiology/small/offempty
+ name = "specimen containment cell"
+ desc = "It's turned off and empty."
+ icon_state = "xenocellemptyoff"
+ density = TRUE
+
+/obj/structure/prop/hybrisa/xenobiology/small/larva
+ name = "specimen containment cell"
+ desc = "There is something worm-like inside..."
+ 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_state = "xenocellegg"
+ density = TRUE
+
+/obj/structure/prop/hybrisa/xenobiology/small/hugger
+ name = "specimen containment cell"
+ desc = "There's something spider-like inside..."
+ 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_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_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_state = "xenocellcrackedegg"
+ density = TRUE
+
+/obj/structure/prop/hybrisa/xenobiology/giant_cryo
+ icon = 'icons/obj/structures/props/xeno_cyro_giant.dmi'
+ name = "collosal cryogenic chamber"
+ desc = "A giant cryogenic tube with yellow-tinted glass towers before you, housing a hulking, monstrous entity. Is it alive, or in a deep slumber? Cold mist swirls around the base as a low hum fills the air."
+ icon_state = "giant_xeno_cryo"
+ bound_height = 128
+ bound_width = 64
+ unslashable = TRUE
+ unacidable = TRUE
+ indestructible = TRUE
+ density = TRUE
+ layer = ABOVE_XENO_LAYER
+
+/obj/structure/prop/hybrisa/xenobiology/misc
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ name = "strange egg"
+ desc = "A strange ancient looking egg, it seems to be inert."
+ icon_state = "inertegg"
+ unslashable = TRUE
+ indestructible = TRUE
+ layer = TURF_LAYER
+
+// 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 colossal enigma looms before you—a titan of alien origin, frozen in time and death. Its massive form appears fossilized, hinting at eons spent entombed within the bowels of the derelict alien vessel. The creature seems fused with the grandeur of its chair, as if emerging from the very essence of the ship itself. Bones, twisted and contorted, protrude outward in a macabre display, as if violently expelled from within by some unimaginable force. It's a harrowing encounter with an enigmatic being from a bygone era—a silent witness to mysteries that may never be unraveled."
+ 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 = "Before you lies a behemoth of what looks like a 'hypersleep chamber', dwarfing everything around it. Within, a fossilized alien presence lies dormant. The chamber itself bears the scars of a violent past, with holes melted in its outer shell, as if something within had erupted outwards with some unknown force. The desiccated remains of the occupant are twisted and contorted, suggesting a violent demise that occurred long ago."
+ 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 = "Before you stands an imposing structure, what looks like a colossal 'hypersleep chamber' of alien design, unlike anything you've ever encountered. Its intricate patterns and unfamiliar symbols hint at technologies far beyond human comprehension. Yet, despite its grandeur, the chamber is empty, devoid of any sign of life."
+ 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 = "Before you looms a towering alien console, its design defying all familiarity and logic. It's a marvel of unknown technology, adorned with intricate patterns and pulsating lights that dance with otherworldly energy. What purpose does this enigmatic device serve? The answer eludes you..."
+ icon = 'icons/obj/structures/props/64x64_hybrisarandomprops.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/hybrisaengineerpillarangled.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_state = "engineerpillar_NW1"
+
+/obj/structure/prop/hybrisa/engineer/engineerpillar/northwestbottom
+ name = "strange pillar"
+ icon_state = "engineerpillar_NW2"
+
+/obj/structure/prop/hybrisa/engineer/engineerpillar/southwesttop
+ name = "strange pillar"
+ icon_state = "engineerpillar_SW1"
+
+/obj/structure/prop/hybrisa/engineer/engineerpillar/southwestbottom
+ name = "strange pillar"
+ icon_state = "engineerpillar_SW2"
+
+/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest1
+ name = "strange pillar"
+ icon_state = "engineerpillar_SW1fade"
+
+/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest2
+ name = "strange pillar"
+ icon_state = "engineerpillar_SW2fade"
+
+/obj/structure/blackgoocontainer
+ name = "strange container"
+ icon_state = "blackgoocontainer1"
+ desc = "A strange alien container. It exudes an aura of otherworldly mystery, its sleek surface bearing no hint of its previous contents. It appears to be completely empty."
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ density = TRUE
+ anchored = TRUE
+ unslashable = FALSE
+ health = 150
+
+/obj/structure/blackgoocontainer/initialize_pass_flags(datum/pass_flags_container/PF)
+ ..()
+ if (PF)
+ PF.flags_can_pass_all = PASS_HIGH_OVER_ONLY
+
+/obj/structure/blackgoocontainer/bullet_act(obj/projectile/P)
+ health -= P.damage
+ ..()
+ healthcheck()
+ return TRUE
+
+/obj/structure/blackgoocontainer/proc/explode()
+ visible_message(SPAN_DANGER("[src] crumbles!"), max_distance = 1)
+ playsound(loc, 'sound/effects/burrowoff.ogg', 25)
+
+ deconstruct(FALSE)
+
+/obj/structure/blackgoocontainer/proc/healthcheck()
+ if(health <= 0)
+ explode()
+
+/obj/structure/blackgoocontainer/ex_act(severity)
+ switch(severity)
+ if(EXPLOSION_THRESHOLD_LOW to EXPLOSION_THRESHOLD_MEDIUM)
+ if(prob(50))
+ deconstruct(FALSE)
+ if(EXPLOSION_THRESHOLD_MEDIUM to INFINITY)
+ deconstruct(FALSE)
+
+/obj/structure/blackgoocontainer/attack_alien(mob/living/carbon/xenomorph/current_xenomorph)
+ if(unslashable)
+ return XENO_NO_DELAY_ACTION
+ current_xenomorph.animation_attack_on(src)
+ playsound(src, 'sound/effects/metal_close.ogg', 25, 1)
+ current_xenomorph.visible_message(SPAN_DANGER("[current_xenomorph] slashes at [src]!"),
+ SPAN_DANGER("You slash at [src]!"), null, 5, CHAT_TYPE_XENO_COMBAT)
+ update_health(rand(current_xenomorph.melee_damage_lower, current_xenomorph.melee_damage_upper))
+ return XENO_ATTACK_ACTION
+
+/obj/item/hybrisa/engineer_helmet
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ name = "strange alien helmet"
+ desc = "The alien helmet takes on a bizarre form reminiscent of an elongated elephant's trunk, adorned with insectoid-like eyes that peer out from its weathered surface. Its purpose and origins shrouded in mystery. As you behold this strange relic, you can't help but ponder the beings who once wore such unconventional headgear and the ancient secrets it may hold..."
+ icon_state = "alien_helmet"
+ force = 15
+ throwforce = 12
+ w_class = SIZE_MEDIUM
+
+// Airport
+
+/obj/structure/prop/hybrisa/airport
+ name = "nose cone"
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "dropshipfrontwhite1"
+ unslashable = TRUE
+ unacidable = TRUE
+
+/obj/structure/prop/hybrisa/airport/dropshipnosecone
+ name = "nose cone"
+ icon_state = "dropshipfrontwhite1"
+ indestructible = TRUE
+ layer = ABOVE_MOB_LAYER
+ density = TRUE
+
+/obj/structure/prop/hybrisa/airport/dropshipwingleft
+ name = "wing"
+ icon_state = "dropshipwingtop1"
+ indestructible = TRUE
+ layer = ABOVE_MOB_LAYER
+
+/obj/structure/prop/hybrisa/airport/dropshipwingright
+ name = "wing"
+ icon_state = "dropshipwingtop2"
+ indestructible = TRUE
+ layer = ABOVE_MOB_LAYER
+
+/obj/structure/prop/hybrisa/airport/dropshipvent1left
+ name = "vent"
+ icon_state = "dropshipvent1"
+ indestructible = TRUE
+ layer = ABOVE_MOB_LAYER
+
+/obj/structure/prop/hybrisa/airport/dropshipvent2right
+ name = "vent"
+ icon_state = "dropshipvent2"
+ indestructible = TRUE
+ layer = ABOVE_MOB_LAYER
+
+/obj/structure/prop/hybrisa/airport/dropshipventleft
+ name = "vent"
+ icon_state = "dropshipvent3"
+ indestructible = TRUE
+ layer = ABOVE_MOB_LAYER
+
+/obj/structure/prop/hybrisa/airport/dropshipventright
+ name = "vent"
+ 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-hybrisarandomprops.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-hybrisarandomprops.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-hybrisarandomprops.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-hybrisarandomprops.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-hybrisarandomprops.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-hybrisarandomprops.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/hybrisarandomprops.dmi'
+ icon_state = "roadbarrier"
+
+// Floor props
+
+/obj/structure/prop/hybrisa/misc/floorprops
+ icon_state = "solidgrate1"
+ layer = HATCH_LAYER
+
+/obj/structure/prop/hybrisa/misc/floorprops/grate
+ name = "solid metal grate"
+ desc = "A metal grate."
+ icon_state = "solidgrate1"
+
+/obj/structure/prop/hybrisa/misc/floorprops/grate2
+ name = "solid metal grate"
+ desc = "A metal grate."
+ icon_state = "solidgrate5"
+
+/obj/structure/prop/hybrisa/misc/floorprops/grate3
+ name = "solid metal grate"
+ desc = "A metal grate."
+ 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_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_state = "solidgrate3"
+ unslashable = TRUE
+ unacidable = TRUE
+ indestructible = TRUE
+ layer = ABOVE_TURF_LAYER
+
+/obj/structure/prop/hybrisa/misc/floorprops/floorglass3
+ name = "reinforced glass floor"
+ desc = "A heavily reinforced glass floor panel, this looks almost indestructible."
+ icon_state = "solidgrate4"
+ unslashable = TRUE
+ unacidable = TRUE
+ indestructible = TRUE
+
+// Graffiti
+
+/obj/structure/prop/hybrisa/misc/graffiti
+ name = "graffiti"
+ icon = 'icons/obj/structures/props/64x96-hybrisarandomprops.dmi'
+ icon_state = "zgraffiti4"
+ bound_height = 64
+ bound_width = 96
+ unslashable = TRUE
+ unacidable = TRUE
+ breakable = TRUE
+
+/obj/structure/prop/hybrisa/misc/graffiti/graffiti1
+ icon_state = "zgraffiti1"
+
+/obj/structure/prop/hybrisa/misc/graffiti/graffiti2
+ icon_state = "zgraffiti2"
+
+/obj/structure/prop/hybrisa/misc/graffiti/graffiti3
+ icon_state = "zgraffiti3"
+
+/obj/structure/prop/hybrisa/misc/graffiti/graffiti4
+ icon_state = "zgraffiti4"
+
+/obj/structure/prop/hybrisa/misc/graffiti/graffiti5
+ icon_state = "zgraffiti5"
+
+/obj/structure/prop/hybrisa/misc/graffiti/graffiti6
+ icon_state = "zgraffiti6"
+
+/obj/structure/prop/hybrisa/misc/graffiti/graffiti7
+ icon_state = "zgraffiti7"
+
+// Wall Blood
+
+/obj/structure/prop/hybrisa/misc/blood
+ name = "blood"
+ icon = 'icons/obj/structures/props/64x96-hybrisarandomprops.dmi'
+ icon_state = "wallblood_floorblood"
+ unslashable = TRUE
+ unacidable = TRUE
+ breakable = TRUE
+
+/obj/structure/prop/hybrisa/misc/blood/blood1
+ icon_state = "wallblood_floorblood"
+
+/obj/structure/prop/hybrisa/misc/blood/blood2
+ icon_state = "wall_blood_1"
+
+/obj/structure/prop/hybrisa/misc/blood/blood3
+ icon_state = "wall_blood_2"
+
+// Fire
+
+/obj/structure/prop/hybrisa/misc/fire
+ name = "fire"
+ icon = 'icons/obj/structures/props/64x96-hybrisarandomprops.dmi'
+ icon_state = "zfire_smoke"
+ layer = ABOVE_MOB_LAYER
+ light_on = TRUE
+ light_power = 2
+ light_range = 3
+
+/obj/structure/prop/hybrisa/misc/fire/fire1
+ icon_state = "zfire_smoke"
+
+/obj/structure/prop/hybrisa/misc/fire/fire2
+ icon_state = "zfire_smoke2"
+
+/obj/structure/prop/hybrisa/misc/fire/firebarrel
+ name = "barrel"
+ icon = 'icons/obj/structures/props/64x64_hybrisarandomprops.dmi'
+ icon_state = "zbarrelfireon"
+ bound_height = 32
+ bound_width = 32
+ density = TRUE
+
+/obj/structure/prop/hybrisa/misc/firebarreloff
+ name = "barrel"
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "zfirebarreloff"
+ bound_height = 32
+ bound_width = 32
+ density = TRUE
+
+// Misc
+
+/obj/structure/prop/hybrisa/misc/picture
+ name = "framed picture"
+ desc = "A golden framed picture of an ominous skeletal figure ordorned in golden garb, fancy for a pile of bones..."
+ icon_state = "pictureframe"
+
+/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_state = "dogcatchersuitempty1"
+
+/obj/structure/prop/hybrisa/misc/cabinet
+ name = "cabinet"
+ desc = "A small cabinet with drawers."
+ icon_state = "sidecabinet"
+ projectile_coverage = 20
+ throwpass = TRUE
+
+
+/obj/structure/prop/hybrisa/misc/trash
+ 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/hybrisarandomprops.dmi'
+ icon_state = "trashblue"
+ health = 250
+ density = TRUE
+
+/obj/structure/prop/hybrisa/misc/trash/bullet_act(obj/projectile/P)
+ health -= P.damage
+ ..()
+ healthcheck()
+ return TRUE
+
+/obj/structure/prop/hybrisa/misc/trash/proc/explode()
+ visible_message(SPAN_DANGER("[src] breaks apart!"), max_distance = 1)
+ deconstruct(FALSE)
+
+/obj/structure/prop/hybrisa/misc/trash/proc/healthcheck()
+ if(health <= 0)
+ explode()
+
+/obj/structure/prop/hybrisa/misc/trash/ex_act(severity)
+ switch(severity)
+ if(EXPLOSION_THRESHOLD_LOW to EXPLOSION_THRESHOLD_MEDIUM)
+ if(prob(50))
+ deconstruct(FALSE)
+ if(EXPLOSION_THRESHOLD_MEDIUM to INFINITY)
+ deconstruct(FALSE)
+
+/obj/structure/prop/hybrisa/misc/trash/attack_alien(mob/living/carbon/xenomorph/current_xenomorph)
+ if(unslashable)
+ return XENO_NO_DELAY_ACTION
+ current_xenomorph.animation_attack_on(src)
+ playsound(src, 'sound/effects/metalhit.ogg', 25, 1)
+ current_xenomorph.visible_message(SPAN_DANGER("[current_xenomorph] slashes at [src]!"),
+ SPAN_DANGER("You slash at [src]!"), null, 5, CHAT_TYPE_XENO_COMBAT)
+ update_health(rand(current_xenomorph.melee_damage_lower, current_xenomorph.melee_damage_upper))
+ return XENO_ATTACK_ACTION
+
+/obj/structure/prop/hybrisa/misc/trash/green
+ icon_state = "trashgreen"
+
+/obj/structure/prop/hybrisa/misc/trash/blue
+ icon_state = "trashblue"
+
+/obj/structure/prop/hybrisa/misc/redmeter
+ name = "meter"
+ icon_state = "redmeter"
+
+/obj/item/hybrisa/misc/trash_bag_full_prop
+ name = "full trash bag"
+ desc = "It's the heavy-duty black polymer kind. It's full of old trash, you don't want to touch it."
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "ztrashbag"
+ force = 15
+ throwforce = 3
+ w_class = SIZE_MEDIUM
+
+/obj/structure/prop/hybrisa/misc/slotmachine
+ name = "slot machine"
+ desc = "A slot machine."
+ icon = 'icons/obj/structures/props/64x64_hybrisarandomprops.dmi'
+ icon_state = "slotmachine"
+ bound_width = 32
+ bound_height = 32
+ anchored = TRUE
+ density = TRUE
+ layer = WINDOW_LAYER
+
+/obj/structure/prop/hybrisa/misc/slotmachine_broken
+ name = "slot machine"
+ desc = "A broken slot machine."
+ icon = 'icons/obj/structures/props/64x64_hybrisarandomprops.dmi'
+ icon_state = "slotmachine_broken"
+ bound_width = 32
+ bound_height = 32
+ anchored = TRUE
+ density = TRUE
+ layer = WINDOW_LAYER
+
+/obj/structure/prop/hybrisa/misc/coffeestuff/coffeemachine1
+ name = "coffee machine"
+ desc = "A coffee machine."
+ icon_state = "coffee"
+
+/obj/structure/prop/hybrisa/misc/coffeestuff/coffeemachine2
+ name = "coffee machine"
+ desc = "A coffee machine."
+ icon_state = "coffee_cup"
+
+// Big Computer Units 32x32
+/obj/structure/machinery/big_computers
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ name = "computer"
+ icon_state = "mapping_comp"
+ bound_width = 32
+ bound_height = 32
+ anchored = TRUE
+ density = TRUE
+ health = 500
+ opacity = FALSE
+
+/obj/structure/machinery/big_computers/bullet_act(obj/projectile/P)
+ health -= P.damage
+ ..()
+ healthcheck()
+ return TRUE
+
+/obj/structure/machinery/big_computers/proc/explode()
+ visible_message(SPAN_DANGER("[src] breaks apart!"), max_distance = 1)
+ deconstruct(FALSE)
+
+/obj/structure/machinery/big_computers/proc/healthcheck()
+ if(health <= 0)
+ explode()
+
+/obj/structure/machinery/big_computers/ex_act(severity)
+ switch(severity)
+ if(EXPLOSION_THRESHOLD_LOW to EXPLOSION_THRESHOLD_MEDIUM)
+ if(prob(50))
+ deconstruct(FALSE)
+ if(EXPLOSION_THRESHOLD_MEDIUM to INFINITY)
+ deconstruct(FALSE)
+
+/obj/structure/machinery/big_computers/attack_alien(mob/living/carbon/xenomorph/current_xenomorph)
+ if(unslashable)
+ return XENO_NO_DELAY_ACTION
+ current_xenomorph.animation_attack_on(src)
+ playsound(src, 'sound/effects/metalhit.ogg', 25, 1)
+ current_xenomorph.visible_message(SPAN_DANGER("[current_xenomorph] slashes at [src]!"),
+ SPAN_DANGER("You slash at [src]!"), null, 5, CHAT_TYPE_XENO_COMBAT)
+ update_health(rand(current_xenomorph.melee_damage_lower, current_xenomorph.melee_damage_upper))
+ return XENO_ATTACK_ACTION
+
+/obj/structure/machinery/big_computers/computerwhite
+ name = "computer"
+
+/obj/structure/machinery/big_computers/computerblack
+ name = "computer"
+
+/obj/structure/machinery/big_computers/computerbrown
+ icon = 'icons/obj/structures/props/almayer_props.dmi'
+ name = "computer"
+
+/obj/structure/machinery/big_computers/computerbrown/computer1
+ icon_state = "mapping_comp"
+
+/obj/structure/machinery/big_computers/computerbrown/computer2
+ icon_state = "mps"
+
+/obj/structure/machinery/big_computers/computerbrown/computer3
+ icon_state = "sensor_comp1"
+
+/obj/structure/machinery/big_computers/computerbrown/computer4
+ icon_state = "sensor_comp2"
+
+/obj/structure/machinery/big_computers/computerbrown/computer5
+ icon_state = "sensor_comp3"
+/obj/structure/machinery/big_computers/computerwhite/computer1
+ icon_state = "mapping_comp"
+
+/obj/structure/machinery/big_computers/computerwhite/computer2
+ icon_state = "mps"
+
+/obj/structure/machinery/big_computers/computerwhite/computer3
+ icon_state = "sensor_comp1"
+
+/obj/structure/machinery/big_computers/computerwhite/computer4
+ icon_state = "sensor_comp2"
+
+/obj/structure/machinery/big_computers/computerwhite/computer5
+ icon_state = "sensor_comp3"
+
+/obj/structure/machinery/big_computers/computerblack/computer1
+ icon_state = "blackmapping_comp"
+
+/obj/structure/machinery/big_computers/computerblack/computer2
+ icon_state = "blackmps"
+
+/obj/structure/machinery/big_computers/computerblack/computer3
+ icon_state = "blacksensor_comp1"
+
+/obj/structure/machinery/big_computers/computerblack/computer4
+ icon_state = "blacksensor_comp2"
+
+/obj/structure/machinery/big_computers/computerblack/computer5
+ icon_state = "blacksensor_comp3"
+
+/obj/structure/machinery/big_computers/messaging_server
+ name = "Messaging Server"
+ icon_state = "messageserver_black"
+/obj/structure/machinery/big_computers/messaging_server/black
+ icon_state = "messageserver_black"
+/obj/structure/machinery/big_computers/messaging_server/white
+ icon_state = "messageserver_white"
+/obj/structure/machinery/big_computers/messaging_server/brown
+ icon_state = "messageserver_brown"
+
+// Monitors
+
+/obj/structure/prop/hybrisa/misc/machinery/screens
+ name = "monitor"
+ health = 250
+
+/obj/structure/prop/hybrisa/misc/machinery/screens/bullet_act(obj/projectile/P)
+ health -= P.damage
+ ..()
+ healthcheck()
+ return TRUE
+
+/obj/structure/prop/hybrisa/misc/machinery/screens/proc/explode()
+ visible_message(SPAN_DANGER("[src] breaks apart!"), max_distance = 1)
+ deconstruct(FALSE)
+
+/obj/structure/prop/hybrisa/misc/machinery/screens/proc/healthcheck()
+ if(health <= 0)
+ explode()
+
+/obj/structure/prop/hybrisa/misc/machinery/screens/ex_act(severity)
+ switch(severity)
+ if(EXPLOSION_THRESHOLD_LOW to EXPLOSION_THRESHOLD_MEDIUM)
+ if(prob(50))
+ deconstruct(FALSE)
+ if(EXPLOSION_THRESHOLD_MEDIUM to INFINITY)
+ deconstruct(FALSE)
+
+/obj/structure/prop/hybrisa/misc/machinery/screens/attack_alien(mob/living/carbon/xenomorph/current_xenomorph)
+ if(unslashable)
+ return XENO_NO_DELAY_ACTION
+ current_xenomorph.animation_attack_on(src)
+ playsound(src, 'sound/effects/metalhit.ogg', 25, 1)
+ current_xenomorph.visible_message(SPAN_DANGER("[current_xenomorph] slashes at [src]!"),
+ SPAN_DANGER("You slash at [src]!"), null, 5, CHAT_TYPE_XENO_COMBAT)
+ update_health(rand(current_xenomorph.melee_damage_lower, current_xenomorph.melee_damage_upper))
+ return XENO_ATTACK_ACTION
+
+/obj/structure/prop/hybrisa/misc/machinery/screens/frame
+ icon_state = "frame"
+
+/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"
+
+// Fake Pipes
+/obj/structure/prop/hybrisa/misc/fake/pipes
+ name = "disposal pipe"
+ layer = TURF_LAYER
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1
+ icon_state = "pipe-s"
+
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe2
+ icon_state = "pipe-c"
+
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe3
+ icon_state = "pipe-j1"
+
+// Fake Wire
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe4
+ icon_state = "pipe-y"
+
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe5
+ icon_state = "pipe-b"
+
+/obj/structure/prop/hybrisa/misc/fake/wire
+ name = "power cable"
+ layer = TURF_LAYER
+/obj/structure/prop/hybrisa/misc/fake/wire/red
+ icon_state = "intactred"
+
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow
+ icon_state = "intactyellow"
+
+/obj/structure/prop/hybrisa/misc/fake/wire/blue
+ icon_state = "intactblue"
+
+/obj/structure/prop/hybrisa/misc/fake/heavydutywire
+ name = "heavy duty wire"
+ layer = TURF_LAYER
+/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy1
+ icon_state = "0-1"
+
+/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2
+ icon_state = "1-2"
+
+/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy3
+ icon_state = "1-4"
+
+/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy4
+ icon_state = "1-2-4"
+
+/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy5
+ icon_state = "1-2-4-8"
+
+/obj/structure/prop/hybrisa/misc/fake/lattice
+ name = "structural lattice"
+ layer = TURF_LAYER
+/obj/structure/prop/hybrisa/misc/fake/lattice/full
+ icon_state = "latticefull"
+
+// Cargo Containers extended
+
+/obj/structure/cargo_container/hybrisa/containersextended
+ name = "cargo container"
+ desc = "a cargo container."
+ icon = 'icons/obj/structures/props/containersextended.dmi'
+ icon_state = "blackwyleft"
+ bound_height = 32
+ bound_width = 32
+ layer = ABOVE_MOB_LAYER
+
+/obj/structure/cargo_container/hybrisa/containersextended/blueleft
+ name = "cargo container"
+ icon_state = "blueleft"
+
+/obj/structure/cargo_container/hybrisa/containersextended/blueright
+ name = "cargo container"
+ icon_state = "blueright"
+
+/obj/structure/cargo_container/hybrisa/containersextended/greenleft
+ name = "cargo container"
+ icon_state = "greenleft"
+
+/obj/structure/cargo_container/hybrisa/containersextended/greenright
+ name = "cargo container"
+ icon_state = "greenright"
+
+/obj/structure/cargo_container/hybrisa/containersextended/tanleft
+ name = "cargo container"
+ icon_state = "tanleft"
+
+/obj/structure/cargo_container/hybrisa/containersextended/tanright
+ name = "cargo container"
+ icon_state = "tanright"
+
+/obj/structure/cargo_container/hybrisa/containersextended/redleft
+ name = "cargo container"
+ icon_state = "redleft"
+
+/obj/structure/cargo_container/hybrisa/containersextended/redright
+ name = "cargo container"
+ icon_state = "redright"
+
+/obj/structure/cargo_container/hybrisa/containersextended/greywyleft
+ name = "Weyland-Yutani cargo container"
+ icon_state = "greywyleft"
+
+/obj/structure/cargo_container/hybrisa/containersextended/greywyright
+ name = "Weyland-Yutani cargo container"
+ icon_state = "greywyright"
+
+/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyleft
+ name = "Weyland-Yutani cargo container"
+ icon_state = "lightgreywyleft"
+
+/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyright
+ name = "Weyland-Yutani cargo container"
+ icon_state = "lightgreywyright"
+
+/obj/structure/cargo_container/hybrisa/containersextended/blackwyleft
+ name = "Weyland-Yutani cargo container"
+ icon_state = "blackwyleft"
+
+/obj/structure/cargo_container/hybrisa/containersextended/blackwyright
+ name = "Weyland-Yutani cargo container"
+ icon_state = "blackwyright"
+
+/obj/structure/cargo_container/hybrisa/containersextended/whitewyleft
+ name = "Weyland-Yutani cargo container"
+ icon_state = "whitewyleft"
+
+/obj/structure/cargo_container/hybrisa/containersextended/whitewyright
+ name = "Weyland-Yutani cargo container"
+ icon_state = "whitewyright"
+
+/obj/structure/cargo_container/hybrisa/containersextended/tanwywingsleft
+ name = "cargo container"
+ icon_state = "tanwywingsleft"
+
+/obj/structure/cargo_container/hybrisa/containersextended/tanwywingsright
+ name = "cargo container"
+ icon_state = "tanwywingsright"
+
+/obj/structure/cargo_container/hybrisa/containersextended/greenwywingsleft
+ name = "cargo container"
+ icon_state = "greenwywingsleft"
+
+/obj/structure/cargo_container/hybrisa/containersextended/greenwywingsright
+ name = "cargo container"
+ icon_state = "greenwywingsright"
+
+/obj/structure/cargo_container/hybrisa/containersextended/bluewywingsleft
+ name = "cargo container"
+ icon_state = "bluewywingsleft"
+
+/obj/structure/cargo_container/hybrisa/containersextended/bluewywingsright
+ name = "cargo container"
+ icon_state = "bluewywingsright"
+
+/obj/structure/cargo_container/hybrisa/containersextended/redwywingsleft
+ name = "cargo container"
+ icon_state = "redwywingsleft"
+
+/obj/structure/cargo_container/hybrisa/containersextended/redwywingsright
+ name = "cargo container"
+ icon_state = "redwywingsright"
+
+/obj/structure/cargo_container/hybrisa/containersextended/medicalleft
+ name = "medical cargo containers"
+ icon_state = "medicalleft"
+
+/obj/structure/cargo_container/hybrisa/containersextended/medicalright
+ name = "medical cargo containers"
+ icon_state = "medicalright"
+
+/obj/structure/cargo_container/hybrisa/containersextended/emptymedicalleft
+ name = "medical cargo container"
+ icon_state = "emptymedicalleft"
+
+/obj/structure/cargo_container/hybrisa/containersextended/emptymedicalright
+ name = "medical cargo container"
+ icon_state = "emptymedicalright"
+
+/obj/structure/cargo_container/hybrisa/containersextended/kelland_left
+ name = "Kelland Mining Company Cargo Container"
+ desc = "A small industrial shipping container.\nYou haven't heard much about Kelland Mining, besides the incident at LV-178's mining operation."
+ icon_state = "kelland_alt_l"
+
+/obj/structure/cargo_container/hybrisa/containersextended/kelland_right
+ name = "Kelland Mining Company Cargo Container"
+ desc = "A small industrial shipping container.\nYou haven't heard much about Kelland Mining, besides the incident at LV-178's mining operation."
+ icon_state = "kelland_alt_r"
+
+/// Fake Platforms
+
+/obj/structure/prop/hybrisa/fakeplatforms
+ name = "platform"
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "platform"
+
+/obj/structure/prop/hybrisa/fakeplatforms/platform1
+ icon_state = "engineer_platform"
+ unslashable = TRUE
+ unacidable = TRUE
+ indestructible = TRUE
+
+/obj/structure/prop/hybrisa/fakeplatforms/platform2
+ icon_state = "engineer_platform_platformcorners"
+ unslashable = TRUE
+ unacidable = TRUE
+ indestructible = TRUE
+
+/obj/structure/prop/hybrisa/fakeplatforms/platform3
+ icon_state = "platform"
+ unslashable = TRUE
+ unacidable = TRUE
+ indestructible = TRUE
+
+/obj/structure/prop/hybrisa/fakeplatforms/platform4
+ icon_state = "hybrisaplatform3"
+ unslashable = TRUE
+ unacidable = TRUE
+ indestructible = TRUE
+
+// Greeblies
+/obj/structure/prop/hybrisa/misc/buildinggreeblies
+ name = "\improper machinery"
+ icon = 'icons/obj/structures/props/64x64_hybrisarandomprops.dmi'
+ icon_state = "buildingventbig1"
+ bound_width = 64
+ bound_height = 32
+ density = TRUE
+ health = 1500
+ anchored = TRUE
+ layer = ABOVE_XENO_LAYER
+
+/obj/structure/prop/hybrisa/misc/buildinggreeblies/bullet_act(obj/projectile/P)
+ health -= P.damage
+ ..()
+ healthcheck()
+ return TRUE
+
+/obj/structure/prop/hybrisa/misc/buildinggreeblies/proc/explode()
+ visible_message(SPAN_DANGER("[src] breaks apart!"), max_distance = 1)
+ deconstruct(FALSE)
+
+/obj/structure/prop/hybrisa/misc/buildinggreeblies/proc/healthcheck()
+ if(health <= 0)
+ explode()
+
+/obj/structure/prop/hybrisa/misc/buildinggreeblies/ex_act(severity)
+ switch(severity)
+ if(EXPLOSION_THRESHOLD_LOW to EXPLOSION_THRESHOLD_MEDIUM)
+ if(prob(50))
+ deconstruct(FALSE)
+ if(EXPLOSION_THRESHOLD_MEDIUM to INFINITY)
+ deconstruct(FALSE)
+
+/obj/structure/prop/hybrisa/misc/buildinggreeblies/attack_alien(mob/living/carbon/xenomorph/current_xenomorph)
+ if(unslashable)
+ return XENO_NO_DELAY_ACTION
+ current_xenomorph.animation_attack_on(src)
+ playsound(src, 'sound/effects/metalhit.ogg', 25, 1)
+ current_xenomorph.visible_message(SPAN_DANGER("[current_xenomorph] slashes at [src]!"),
+ SPAN_DANGER("You slash at [src]!"), null, 5, CHAT_TYPE_XENO_COMBAT)
+ update_health(rand(current_xenomorph.melee_damage_lower, current_xenomorph.melee_damage_upper))
+ return XENO_ATTACK_ACTION
+
+/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble1
+ icon_state = "buildingventbig2"
+
+/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/hybrisarandomprops.dmi'
+ icon_state = "smallwallvent1"
+ density = FALSE
+ health = 1000
+
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/bullet_act(obj/projectile/P)
+ health -= P.damage
+ ..()
+ healthcheck()
+ return TRUE
+
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/proc/explode()
+ visible_message(SPAN_DANGER("[src] breaks apart!"), max_distance = 1)
+ deconstruct(FALSE)
+
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/proc/healthcheck()
+ if(health <= 0)
+ explode()
+
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/ex_act(severity)
+ switch(severity)
+ if(EXPLOSION_THRESHOLD_LOW to EXPLOSION_THRESHOLD_MEDIUM)
+ if(prob(50))
+ deconstruct(FALSE)
+ if(EXPLOSION_THRESHOLD_MEDIUM to INFINITY)
+ deconstruct(FALSE)
+
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/attack_alien(mob/living/carbon/xenomorph/current_xenomorph)
+ if(unslashable)
+ return XENO_NO_DELAY_ACTION
+ current_xenomorph.animation_attack_on(src)
+ playsound(src, 'sound/effects/metalhit.ogg', 25, 1)
+ current_xenomorph.visible_message(SPAN_DANGER("[current_xenomorph] slashes at [src]!"),
+ SPAN_DANGER("You slash at [src]!"), null, 5, CHAT_TYPE_XENO_COMBAT)
+ update_health(rand(current_xenomorph.melee_damage_lower, current_xenomorph.melee_damage_upper))
+ return XENO_ATTACK_ACTION
+
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2
+ name = "wall vent"
+ icon_state = "smallwallvent2"
+
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3
+ name = "wall vent"
+ icon_state = "smallwallvent3"
+
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/computer
+ name = "computer"
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "zcomputermachine"
+ density = TRUE
+
+/obj/structure/prop/hybrisa/misc/metergreen
+ name = "meter"
+ icon = 'icons/obj/structures/props/hybrisarandomprops.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_hybrisarandomprops.dmi'
+ icon_state = "planterseats"
+ bound_width = 32
+ bound_height = 64
+ density = TRUE
+ health = 2000
+ anchored = TRUE
+ projectile_coverage = 20
+ throwpass = 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_hybrisarandomprops.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 = "detonator"
+ desc = "A detonator for explosives, armed and ready."
+ icon_state = "detonator"
+ density = FALSE
+ anchored = TRUE
+ unslashable = TRUE
+ unacidable = TRUE
+ indestructible = TRUE
+ projectile_coverage = 20
+ throwpass = TRUE
+ var/id = 1
+ var/range = 15
+
+/obj/structure/prop/hybrisa/misc/detonator/attack_hand(mob/user)
+ for(var/obj/item/explosive/plastic/hybrisa/mining/explosive in range(range))
+ if(explosive.id == id)
+ var/turf/target_turf
+ target_turf = get_turf(explosive.loc)
+ var/datum/cause_data/temp_cause = create_cause_data(src, user)
+ explosive.handle_explosion(target_turf,temp_cause)
+
+/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/hybrisarandomprops.dmi'
+ icon_state = "firehydrant"
+ density = TRUE
+ anchored = TRUE
+ health = 250
+ projectile_coverage = 20
+ throwpass = TRUE
+
+/obj/structure/prop/hybrisa/misc/firehydrant/bullet_act(obj/projectile/P)
+ health -= P.damage
+ ..()
+ healthcheck()
+ return TRUE
+
+/obj/structure/prop/hybrisa/misc/firehydrant/proc/explode()
+ visible_message(SPAN_DANGER("[src] breaks apart!"), max_distance = 1)
+ deconstruct(FALSE)
+
+/obj/structure/prop/hybrisa/misc/firehydrant/proc/healthcheck()
+ if(health <= 0)
+ explode()
+
+/obj/structure/prop/hybrisa/misc/firehydrant/ex_act(severity)
+ switch(severity)
+ if(EXPLOSION_THRESHOLD_LOW to EXPLOSION_THRESHOLD_MEDIUM)
+ if(prob(50))
+ deconstruct(FALSE)
+ if(EXPLOSION_THRESHOLD_MEDIUM to INFINITY)
+ deconstruct(FALSE)
+
+/obj/structure/prop/hybrisa/misc/firehydrant/attack_alien(mob/living/carbon/xenomorph/current_xenomorph)
+ if(unslashable)
+ return XENO_NO_DELAY_ACTION
+ current_xenomorph.animation_attack_on(src)
+ playsound(src, 'sound/effects/metalhit.ogg', 25, 1)
+ current_xenomorph.visible_message(SPAN_DANGER("[current_xenomorph] slashes at [src]!"),
+ SPAN_DANGER("You slash at [src]!"), null, 5, CHAT_TYPE_XENO_COMBAT)
+ update_health(rand(current_xenomorph.melee_damage_lower, current_xenomorph.melee_damage_upper))
+ return XENO_ATTACK_ACTION
+
+/obj/structure/bed/sofa/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_hybrisarandomprops.dmi'
+ icon_state = "seatedbench"
+ bound_width = 32
+ bound_height = 64
+ layer = BELOW_MOB_LAYER
+ density = FALSE
+ health = 1250
+ anchored = TRUE
+
+// Phonebox Prop (Doesn't actually work as a locker)
+/obj/structure/prop/hybrisa/misc/phonebox
+ name = "wrecked phonebox"
+ desc = "It's a phonebox, outdated but realiable technology. These are used to communicate throughout the colony and connected colonies without interference. It seems it's completely wrecked, the glass is smashed, hiding inside would be pointless."
+ icon = 'icons/obj/structures/props/phonebox.dmi'
+ icon_state = "phonebox_off_broken"
+ layer = ABOVE_MOB_LAYER
+ bound_width = 32
+ bound_height = 32
+ density = TRUE
+ anchored = TRUE
+/obj/structure/prop/hybrisa/misc/phonebox/bloody
+ name = "wrecked phonebox"
+ desc = "It's a phonebox, outdated but realiable technology. These are used to communicate throughout the colony and connected colonies without interference. It seems it's completely wrecked, covered in blood and the glass is smashed. Hiding inside would be pointless."
+ icon_state = "phonebox_bloody_off_broken"
+
+/obj/structure/prop/hybrisa/misc/urinal
+ name = "urinal"
+ desc = "A urinal."
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "small_urinal"
+ density = FALSE
+ anchored = TRUE
+
+/obj/structure/prop/hybrisa/misc/urinal/dark
+ icon_state = "small_urinal_dark"
+
+/obj/structure/prop/hybrisa/misc/deco_edging
+ name = "decorative concrete edging"
+ desc = "Decorative edging for bordering stuff, very fancy."
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "stone_edging"
+ density = FALSE
+ anchored = TRUE
+ layer = TURF_LAYER
+
+/obj/structure/prop/hybrisa/misc/deco_edging/corner
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "stone_edging_deco"
+ density = FALSE
+ anchored = TRUE
+
+// Signs
+
+/obj/structure/prop/hybrisa/signs
+ name = "neon sign"
+ icon = 'icons/obj/structures/props/hybrisa64x64_signs.dmi'
+ icon_state = "jacksopen_on"
+ bound_height = 64
+ bound_width = 64
+ layer = BILLBOARD_LAYER
+
+/obj/structure/prop/hybrisa/signs/casniosign
+ name = "casino sign"
+ icon_state = "nightgoldcasinoopen_on"
+
+/obj/structure/prop/hybrisa/signs/jackssign
+ name = "jack's surplus sign"
+ icon_state = "jacksopen_on"
+
+/obj/structure/prop/hybrisa/signs/opensign
+ name = "open sign"
+ icon_state = "open_on"
+
+/obj/structure/prop/hybrisa/signs/opensign2
+ name = "open sign"
+ icon_state = "open_on2"
+
+/obj/structure/prop/hybrisa/signs/pizzasign
+ name = "pizza sign"
+ icon_state = "pizzaneon_on"
+
+/obj/structure/prop/hybrisa/signs/weymartsign
+ name = "weymart sign"
+ icon_state = "weymartsign2"
+
+/obj/structure/prop/hybrisa/signs/mechanicsign
+ name = "mechanic sign"
+ icon_state = "mechanicopen_on2"
+
+/obj/structure/prop/hybrisa/signs/cuppajoessign
+ name = "cuppa joe's sign"
+ icon_state = "cuppajoes"
+
+/obj/structure/prop/hybrisa/signs/barsign
+ name = "bar sign"
+ 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/hybrisarandomprops.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/hybrisarandomprops.dmi'
+ icon_state = "shockyTiny"
+
+// Billboards, Signs and Posters
+
+/// Alien Isolation - posters used as reference (direct downscale of the image for some) If anyone wants to name the billboards individually ///
+
+/obj/structure/prop/hybrisa/billboardsandsigns
+ name = "billboard"
+ desc = "An advertisement billboard."
+ icon = 'icons/obj/structures/props/32x64_hybrisabillboards.dmi'
+ icon_state = "billboard_bigger"
+ health = 1000
+ bound_width = 64
+ bound_height = 32
+ density = FALSE
+ anchored = TRUE
+
+/obj/structure/prop/hybrisa/billboardsandsigns/bullet_act(obj/projectile/P)
+ health -= P.damage
+ ..()
+ healthcheck()
+ return TRUE
+
+/obj/structure/prop/hybrisa/billboardsandsigns/proc/explode()
+ visible_message(SPAN_DANGER("[src] breaks apart!"), max_distance = 1)
+ deconstruct(FALSE)
+
+/obj/structure/prop/hybrisa/billboardsandsigns/proc/healthcheck()
+ if(health <= 0)
+ explode()
+
+/obj/structure/prop/hybrisa/billboardsandsigns/ex_act(severity)
+ switch(severity)
+ if(EXPLOSION_THRESHOLD_LOW to EXPLOSION_THRESHOLD_MEDIUM)
+ if(prob(50))
+ deconstruct(FALSE)
+ if(EXPLOSION_THRESHOLD_MEDIUM to INFINITY)
+ deconstruct(FALSE)
+
+/obj/structure/prop/hybrisa/billboardsandsigns/attack_alien(mob/living/carbon/xenomorph/current_xenomorph)
+ if(unslashable)
+ return XENO_NO_DELAY_ACTION
+ current_xenomorph.animation_attack_on(src)
+ playsound(src, 'sound/effects/metalhit.ogg', 25, 1)
+ current_xenomorph.visible_message(SPAN_DANGER("[current_xenomorph] slashes at [src]!"),
+ SPAN_DANGER("You slash at [src]!"), null, 5, CHAT_TYPE_XENO_COMBAT)
+ update_health(rand(current_xenomorph.melee_damage_lower, current_xenomorph.melee_damage_upper))
+ return XENO_ATTACK_ACTION
+
+/obj/structure/prop/hybrisa/billboardsandsigns/bigbillboards
+ icon_state = "billboard_bigger"
+
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard1
+ icon_state = "billboard1"
+
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard2
+ icon_state = "billboard2"
+
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard3
+ icon_state = "billboard3"
+
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard4
+ icon_state = "billboard4"
+
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard5
+ icon_state = "billboard5"
+
+// Big Road Signs
+
+/obj/structure/prop/hybrisa/billboardsandsigns/bigroadsigns
+ name = "road sign"
+ desc = "A road sign."
+ icon = 'icons/obj/structures/props/64x64_hybrisarandomprops.dmi'
+ icon_state = "roadsign_1"
+ bound_width = 64
+ bound_height = 32
+ density = FALSE
+ anchored = TRUE
+ layer = BILLBOARD_LAYER
+
+/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_hybrisarandomprops.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
+ name = "lattice"
+ desc = "A support lattice."
+ icon = 'icons/obj/structures/props/hybrisa_lattice.dmi'
+ icon_state = "lattice1"
+ density = FALSE
+ layer = ABOVE_XENO_LAYER
+ health = 6000
+/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"
diff --git a/code/game/objects/structures/landing_signs.dm b/code/game/objects/structures/landing_signs.dm
index f92148e344..be28ef2b1e 100644
--- a/code/game/objects/structures/landing_signs.dm
+++ b/code/game/objects/structures/landing_signs.dm
@@ -60,3 +60,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/pipes/vents/pump_scrubber.dm b/code/game/objects/structures/pipes/vents/pump_scrubber.dm
index acc8b4784a..9b65901008 100644
--- a/code/game/objects/structures/pipes/vents/pump_scrubber.dm
+++ b/code/game/objects/structures/pipes/vents/pump_scrubber.dm
@@ -61,3 +61,44 @@
/obj/structure/pipes/vents/pump/engine
name = "Engine Core Vent"
+
+// Hybrisa pump (Same but different appearance)
+
+/obj/structure/pipes/vents/scrubber_hybrisa
+ icon = 'icons/obj/pipes/vent_pump_hybrisa.dmi'
+ icon_state = "map_vent"
+ name = "Air Scrubber"
+ vent_icon = "scrubber"
+
+/obj/structure/pipes/vents/scrubber_hybrisa/no_boom
+ name = "Reinforced Air Scrubber"
+ explodey = FALSE
+
+/obj/structure/pipes/vents/scrubber_hybrisa/on
+ icon_state = "on"
+
+
+/obj/structure/pipes/vents/pump_hybrisa
+ icon = 'icons/obj/pipes/vent_pump_hybrisa.dmi'
+ icon_state = "map_vent"
+ name = "Air Vent"
+
+/obj/structure/pipes/vents/pump_hybrisa/no_boom
+ name = "Reinforced Air Vent"
+ explodey = FALSE
+
+/// Vents that are linked to ARES Security Protocols, allowing the ARES Interface to trigger security measures.
+/obj/structure/pipes/vents/pump_hybrisa/no_boom/gas
+ name = "Security Air Vent"
+
+/obj/structure/pipes/vents/pump_hybrisa/on
+ icon_state = "on"
+
+/obj/structure/pipes/vents/pump_hybrisa/siphon/on
+ icon_state = "in"
+
+/obj/structure/pipes/vents/pump_hybrisa/high_volume
+ name = "Large Air Vent"
+
+/obj/structure/pipes/vents/pump_hybrisa/engine
+ name = "Engine Core Vent"
diff --git a/code/game/objects/structures/platforms.dm b/code/game/objects/structures/platforms.dm
index 60515dee06..a85be05d91 100644
--- a/code/game/objects/structures/platforms.dm
+++ b/code/game/objects/structures/platforms.dm
@@ -209,3 +209,110 @@
/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 = "hybrisastone"
+ 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 = "hybrisastone_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 = "hybrisaplatform"
+ 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 = "hybrisaplatform_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 = "hybrisaplatform2"
+ 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 = "hybrisaplatform_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 = "hybrisaplatform3"
+ 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 = "hybrisaplatform_stair" //icon will be honked in all dirs except (1), that's because the behavior breaks if it ain't (1)
+ name = "raised metal platform"
+ desc = "A raised level of metal, often used to elevate areas above others. You could probably climb it."
+ dir = 1
+
+/obj/structure/platform/hybrisa/metalplatformstair2
+ icon_state = "hybrisaplatform_stair_alt"
+ name = "raised metal platform"
+ desc = "A raised level of metal, often used to elevate areas above others. You could probably climb it."
+ dir = 1
+
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6
+ icon_state = "hybrisaplatform_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/signs.dm b/code/game/objects/structures/signs.dm
index aa690cf32a..950e0aeb20 100644
--- a/code/game/objects/structures/signs.dm
+++ b/code/game/objects/structures/signs.dm
@@ -689,3 +689,28 @@
desc = "An unbelievably creepy cat clock that surveys the room with every tick and every tock."
icon = 'icons/obj/structures/props/catclock.dmi'
icon_state = "cat_clock_motion"
+
+/obj/structure/sign/banners/colonial_marines_flag
+ name = "\improper United States Colonial Marine Corps flag"
+ desc = "A flag of the United States Colonial Marine Corps. Inspires patriotism, fear, or revulsion depending on the viewer's political leanings."
+ icon_state = "cmflag"
+/obj/structure/sign/banners/colonial_marines_flag_worn
+ name = "\improper Worn United States Colonial Marine Corps flag"
+ desc = "A very worn flag of the United States Colonial Marine Corps. Inspires patriotism, fear, or revulsion depending on the viewer's political leanings."
+ icon_state = "cmflag_worn"
+/obj/structure/sign/banners/twe_flag
+ name = "\improper Three World Empire flag"
+ desc = "A flag of the Three World Empire. Inspires patriotism, fear, or revulsion depending on the viewer's political leanings."
+ icon_state = "tweflag"
+/obj/structure/sign/banners/twe_worn
+ name = "\improper Worn Three World Empire flag"
+ desc = "A very worn flag of the Three World Empire. Inspires patriotism, fear, or revulsion depending on the viewer's political leanings."
+ icon_state = "tweflag_worn"
+/obj/structure/sign/banners/upp_flag
+ name = "\improper Union of Progressive Peoples flag"
+ desc = "A flag of the Union of Progressive Peoples. Inspires patriotism, fear, or revulsion depending on the viewer's political leanings."
+ icon_state = "uppflag"
+/obj/structure/sign/banners/upp_worn
+ name = "\improper Worn Union of Progressive Peoples flag"
+ desc = "A very worn flag of the Union of Progressive Peoples. Inspires patriotism, fear, or revulsion depending on the viewer's political leanings."
+ icon_state = "uppflag_worn"
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 eb9b5aa5e4..f260c270d8 100644
--- a/code/game/objects/structures/stool_bed_chair_nest/bed.dm
+++ b/code/game/objects/structures/stool_bed_chair_nest/bed.dm
@@ -437,3 +437,112 @@ 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/hybrisa/civilian
+
+/obj/structure/bed/roller/hospital/Initialize(mapload, ...)
+ . = ..()
+ INVOKE_ASYNC(src, PROC_REF(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/attack_alien(mob/living/carbon/xenomorph/M)
+ if(M.a_intent == INTENT_HARM && body)
+ dump_body()
+ return ..()
+/obj/structure/bed/roller/hospital/bloody
+ base_bed_icon = "bigrollerbloodempty"
+ body_icon_state = "bigrollerblood"
+ body_preset = /datum/equipment_preset/corpse/hybrisa/civilian/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"
+
+// Hospital divider (not a bed)
+/obj/structure/bed/hybrisa/hospital/hospitaldivider
+ name = "hospital divider"
+ desc = "A hospital divider for privacy."
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "hospitalcurtain"
+ layer = ABOVE_MOB_LAYER
+ anchored = TRUE
+ can_buckle = FALSE
+ hit_bed_sound = 'sound/effects/thud.ogg'
diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm
index 14e15de246..1eac0c2e25 100644
--- a/code/game/objects/structures/window.dm
+++ b/code/game/objects/structures/window.dm
@@ -1041,3 +1041,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 = TRUE
+ 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 = TRUE
+ 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 = TRUE
+ 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 = TRUE
+ 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 = TRUE
+ 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 = TRUE
+ 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 = TRUE
+ 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 ae40be1472..95811ac0bd 100644
--- a/code/game/objects/structures/window_frame.dm
+++ b/code/game/objects/structures/window_frame.dm
@@ -315,3 +315,110 @@
/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 8edd13f586..90289c877f 100644
--- a/code/game/turfs/auto_turf.dm
+++ b/code/game/turfs/auto_turf.dm
@@ -354,3 +354,29 @@
/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 278176ab6d..f7a573d37f 100644
--- a/code/game/turfs/closed.dm
+++ b/code/game/turfs/closed.dm
@@ -429,3 +429,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/dropship5.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/dropship5.dmi'
diff --git a/code/game/turfs/open.dm b/code/game/turfs/open.dm
index a8b3d50b3c..5dafe8d94a 100644
--- a/code/game/turfs/open.dm
+++ b/code/game/turfs/open.dm
@@ -1406,6 +1406,382 @@
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
+
+/turf/open/engineership/ship_hull/non_weedable_hull
+ icon_state = "outerhull_dir"
+
+// 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"
/turf/open/shuttle/vehicle/dark_sterile
icon_state = "dark_sterile"
diff --git a/code/game/turfs/walls/wall_types.dm b/code/game/turfs/walls/wall_types.dm
index 7842843ef4..a0509a5ff9 100644
--- a/code/game/turfs/walls/wall_types.dm
+++ b/code/game/turfs/walls/wall_types.dm
@@ -1334,3 +1334,186 @@ 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 = TRUE
+
+// 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 = TRUE
+
+// 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 = TRUE
+
+// 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 = TRUE
+ 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 = TRUE
+ 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 = TRUE
+ 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 = TRUE
+ 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 = TRUE
diff --git a/code/modules/clothing/glasses/glasses.dm b/code/modules/clothing/glasses/glasses.dm
index 44d1e0a8bd..43132de4b4 100644
--- a/code/modules/clothing/glasses/glasses.dm
+++ b/code/modules/clothing/glasses/glasses.dm
@@ -653,6 +653,9 @@
item_state = "aviator"
flags_equip_slot = SLOT_EYES|SLOT_FACE
+/obj/item/clothing/glasses/sunglasses/aviator/silver
+ icon_state = "aviator_silver"
+
/obj/item/clothing/glasses/sunglasses/sechud
name = "Security HUD-Glasses"
desc = "Sunglasses wired up with the best nano-tech the USCM can muster out on the frontier. Displays information about any person you decree worthy of your gaze."
@@ -660,6 +663,9 @@
eye_protection = EYE_PROTECTION_FLASH
hud_type = MOB_HUD_SECURITY_ADVANCED
+/obj/item/clothing/glasses/sunglasses/sechud/blue
+ icon_state = "sunhud_blue"
+
/obj/item/clothing/glasses/sunglasses/sechud/prescription
name = "Prescription Security HUD-Glasses"
desc = "Sunglasses wired up with the best nano-tech the USCM can muster out on the frontier. Displays information about any person you decree worthy of your gaze. Contains prescription lenses."
diff --git a/code/modules/clothing/head/hardhat.dm b/code/modules/clothing/head/hardhat.dm
index 3d0471a482..435cb6d4bc 100644
--- a/code/modules/clothing/head/hardhat.dm
+++ b/code/modules/clothing/head/hardhat.dm
@@ -105,3 +105,7 @@
icon_state = "hardhat0_dblue"
hardhat_color = "dblue"
+/obj/item/clothing/head/hardhat/red/kelland
+ icon_state = "hardhat0_red"
+ hardhat_color = "red"
+ name = "kelland-mining hard hat"
diff --git a/code/modules/clothing/hybrisa.dm b/code/modules/clothing/hybrisa.dm
new file mode 100644
index 0000000000..2099f01ec6
--- /dev/null
+++ b/code/modules/clothing/hybrisa.dm
@@ -0,0 +1,1069 @@
+///////////////////////
+/////// HYBRISA ///////
+///////////////////////
+
+
+/////////////////////// UNDER ///////////////////////
+////////////////////////////////////////////////////
+
+// HYBRISA - GOONS
+
+/obj/item/clothing/under/marine/veteran/pmc/corporate/hybrisa
+ name = "\improper WY corporate security uniform"
+ desc = "An armored uniform worn by Weyland-Yutani corporate security members. This variant is commonly worn by what are known as 'goons'."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_goons.dmi'
+ icon_state = "hybrisa_uniform"
+ worn_state = "hybrisa_uniform"
+ contained_sprite = TRUE
+ item_state_slots = null
+ flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE
+
+/obj/item/clothing/under/marine/veteran/pmc/corporate/hybrisa/lead
+ desc = "An armored uniform worn by Weyland-Yutani corporate security members. This variant is commonly worn by the lead of the 'goonsquad', as they are colloquially known."
+ icon_state = "lead_hybrisa_uniform"
+ worn_state = "lead_hybrisa_uniform"
+ contained_sprite = TRUE
+
+// CMB Police Officer
+
+/obj/item/clothing/under/hybrisa/cmb_officer
+ name = "\improper Colonial Marshal uniform"
+ desc = "A pair of grey slacks and a blue button-down shirt with a black tie; a non-standard uniform of the Colonial Marshals, specific to more urbanized colonies, resembling a uniform worn by more traditional policing forces on Earth."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "police_uniform"
+ worn_state = "police_uniform"
+ contained_sprite = TRUE
+ armor_melee = CLOTHING_ARMOR_LOW
+ armor_bullet = CLOTHING_ARMOR_LOW
+ armor_laser = CLOTHING_ARMOR_NONE
+ armor_energy = CLOTHING_ARMOR_NONE
+ armor_bomb = CLOTHING_ARMOR_NONE
+ armor_bio = CLOTHING_ARMOR_NONE
+ armor_rad = CLOTHING_ARMOR_NONE
+ armor_internaldamage = CLOTHING_ARMOR_LOW
+
+// WY - Pilot
+
+/obj/item/clothing/under/hybrisa/wy_pilot
+ name = "\improper Weyland-Yutani Pilot uniform"
+ desc = "A pair of grey slacks and a white button-down shirt with a dark-grey tie and golden epaulettes signifying rank; a standard uniform for a commercial grade Weyland-Yutani affiliated Pilot."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "civilian_pilot_uniform"
+ worn_state = "civilian_pilot_uniform"
+ contained_sprite = TRUE
+ armor_melee = CLOTHING_ARMOR_LOW
+ armor_bullet = CLOTHING_ARMOR_LOW
+ armor_laser = CLOTHING_ARMOR_NONE
+ armor_energy = CLOTHING_ARMOR_NONE
+ armor_bomb = CLOTHING_ARMOR_NONE
+ armor_bio = CLOTHING_ARMOR_NONE
+ armor_rad = CLOTHING_ARMOR_NONE
+ armor_internaldamage = CLOTHING_ARMOR_LOW
+ flags_jumpsuit = UNIFORM_JACKET_REMOVABLE
+
+// Detective Suit
+
+/obj/item/clothing/under/hybrisa/detective_synth_uniform
+ name = "\improper worn suit"
+ desc = "A washed out white shirt with a black tie and brown slacks."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "synth_detective_uniform"
+ worn_state = "synth_detective_uniform"
+ contained_sprite = TRUE
+ armor_melee = CLOTHING_ARMOR_LOW
+ armor_bullet = CLOTHING_ARMOR_LOW
+ armor_laser = CLOTHING_ARMOR_NONE
+ armor_energy = CLOTHING_ARMOR_NONE
+ armor_bomb = CLOTHING_ARMOR_NONE
+ armor_bio = CLOTHING_ARMOR_NONE
+ armor_rad = CLOTHING_ARMOR_NONE
+ armor_internaldamage = CLOTHING_ARMOR_LOW
+ flags_jumpsuit = UNIFORM_JACKET_REMOVABLE
+
+/obj/item/clothing/under/hybrisa/detective_synth_uniform/alt
+ name = "\improper worn suit"
+ desc = "A washed out white shirt with a red tie and black slacks."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "synth_detective_uniform_alt"
+ worn_state = "synth_detective_uniform_alt"
+
+// Paramedic
+
+/obj/item/clothing/under/hybrisa/paramedic
+ name = "\improper Nova Medica - EMT - Paramedic uniform"
+ desc = "A set of Nova-Medica EMT - Paramedic fatigues, this one is green."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "paramedic_green_uniform"
+ worn_state = "paramedic_green_uniform"
+ contained_sprite = TRUE
+ armor_melee = CLOTHING_ARMOR_LOW
+ armor_bullet = CLOTHING_ARMOR_LOW
+ armor_laser = CLOTHING_ARMOR_NONE
+ armor_energy = CLOTHING_ARMOR_NONE
+ armor_bomb = CLOTHING_ARMOR_NONE
+ armor_bio = CLOTHING_ARMOR_NONE
+ armor_rad = CLOTHING_ARMOR_NONE
+ armor_internaldamage = CLOTHING_ARMOR_LOW
+
+/obj/item/clothing/under/hybrisa/paramedic/red
+ name = "\improper Nova Medica - EMT - Paramedic uniform"
+ desc = "A set of Nova-Medica EMT - Paramedic fatigues, this one is red."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "paramedic_redblack_uniform"
+ worn_state = "paramedic_redblack_uniform"
+ contained_sprite = TRUE
+ armor_melee = CLOTHING_ARMOR_LOW
+ armor_bullet = CLOTHING_ARMOR_LOW
+ armor_laser = CLOTHING_ARMOR_NONE
+ armor_energy = CLOTHING_ARMOR_NONE
+ armor_bomb = CLOTHING_ARMOR_NONE
+ armor_bio = CLOTHING_ARMOR_NONE
+ armor_rad = CLOTHING_ARMOR_NONE
+ armor_internaldamage = CLOTHING_ARMOR_LOW
+
+// Sanitation Worker
+
+/obj/item/clothing/under/hybrisa/santiation
+ name = "\improper Weyland-Yutani RFF - Sanitation uniform"
+ desc = "A set of Weyland-Yutani RFF - Sanitation fatigues, a green pair of work slacks and a grey polo-shirt with green reflecting stripes."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "sanitation_worker_uniform"
+ worn_state = "sanitation_worker_uniform"
+ contained_sprite = TRUE
+ armor_melee = CLOTHING_ARMOR_LOW
+ armor_bullet = CLOTHING_ARMOR_LOW
+ armor_laser = CLOTHING_ARMOR_NONE
+ armor_energy = CLOTHING_ARMOR_NONE
+ armor_bomb = CLOTHING_ARMOR_NONE
+ armor_bio = CLOTHING_ARMOR_LOW
+ armor_rad = CLOTHING_ARMOR_NONE
+ armor_internaldamage = CLOTHING_ARMOR_LOW
+ flags_jumpsuit = UNIFORM_JACKET_REMOVABLE
+
+// Engineer Worker Uniform
+
+/obj/item/clothing/under/hybrisa/engineering_utility
+ name = "\improper Weyland-Yutani engineering utility uniform"
+ desc = "A set of Weyland-Yutani engineering utility workers uniform, a orange pair of work slacks and a grey polo-shirt with orange reflecting stripes."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "engineer_worker_uniform"
+ worn_state = "engineer_worker_uniform"
+ contained_sprite = TRUE
+ armor_melee = CLOTHING_ARMOR_LOW
+ armor_bullet = CLOTHING_ARMOR_LOW
+ armor_laser = CLOTHING_ARMOR_NONE
+ armor_energy = CLOTHING_ARMOR_NONE
+ armor_bomb = CLOTHING_ARMOR_NONE
+ armor_bio = CLOTHING_ARMOR_LOW
+ armor_rad = CLOTHING_ARMOR_NONE
+ armor_internaldamage = CLOTHING_ARMOR_LOW
+ flags_jumpsuit = UNIFORM_JACKET_REMOVABLE
+
+/obj/item/clothing/under/hybrisa/engineering_utility/alt
+ name = "\improper Weyland-Yutani engineering utility uniform"
+ desc = "A set of Weyland-Yutani engineering utility workers uniform, a blue pair of work slacks and a grey polo-shirt with yellow reflecting stripes."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "engineer_worker_alt_uniform"
+ worn_state = "engineer_worker_alt_uniform"
+
+// Kelland Mining
+
+/obj/item/clothing/under/hybrisa/kelland_mining
+ name = "\improper Kelland-Mining uniform"
+ desc = "A set of Kelland-Mining fatigues, a yellow pair of utility work slacks and a light-grey polo-shirt with red reflecting stripes."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "kellandmining_uniform"
+ worn_state = "kellandmining_uniform"
+ contained_sprite = TRUE
+ armor_melee = CLOTHING_ARMOR_LOW
+ armor_bullet = CLOTHING_ARMOR_LOW
+ armor_laser = CLOTHING_ARMOR_NONE
+ armor_energy = CLOTHING_ARMOR_LOW
+ armor_bomb = CLOTHING_ARMOR_NONE
+ armor_bio = CLOTHING_ARMOR_LOW
+ armor_rad = CLOTHING_ARMOR_NONE
+ armor_internaldamage = CLOTHING_ARMOR_LOW
+ flags_jumpsuit = UNIFORM_JACKET_REMOVABLE
+
+// Weymart
+
+/obj/item/clothing/under/hybrisa/weymart
+ name = "\improper Weymart uniform"
+ desc = "A pair of dark-grey slacks and an orange button-down shirt; a standard uniform for the Weyland-Yutani branded supermarket 'Weymart'."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "weymart_uniform"
+ worn_state = "weymart_uniform"
+ contained_sprite = TRUE
+ armor_melee = CLOTHING_ARMOR_LOW
+ armor_bullet = CLOTHING_ARMOR_LOW
+ armor_laser = CLOTHING_ARMOR_NONE
+ armor_energy = CLOTHING_ARMOR_NONE
+ armor_bomb = CLOTHING_ARMOR_NONE
+ armor_bio = CLOTHING_ARMOR_NONE
+ armor_rad = CLOTHING_ARMOR_NONE
+ armor_internaldamage = CLOTHING_ARMOR_LOW
+ flags_jumpsuit = UNIFORM_JACKET_REMOVABLE
+
+// Pizza-Galaxy
+
+/obj/item/clothing/under/hybrisa/pizza_galaxy
+ name = "\improper Pizza-Galaxy uniform"
+ desc = "A pair of red slacks and a white button-down shirt with a large 'Pizza-Galaxy' logo on the back; a standard uniform for a Pizza-Galaxy employee. Pizza-Galaxy! To infinity and beyond!"
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "new_pizza_uniform"
+ worn_state = "new_pizza_uniform"
+ contained_sprite = TRUE
+ armor_melee = CLOTHING_ARMOR_LOW
+ armor_bullet = CLOTHING_ARMOR_LOW
+ armor_laser = CLOTHING_ARMOR_NONE
+ armor_energy = CLOTHING_ARMOR_NONE
+ armor_bomb = CLOTHING_ARMOR_NONE
+ armor_bio = CLOTHING_ARMOR_NONE
+ armor_rad = CLOTHING_ARMOR_NONE
+ armor_internaldamage = CLOTHING_ARMOR_LOW
+ flags_jumpsuit = UNIFORM_JACKET_REMOVABLE
+
+// Cuppa Joe's
+
+/obj/item/clothing/under/hybrisa/cuppa_joes
+ name = "\improper Cuppa Joe's uniform"
+ desc = "A pair of black slacks and a white short-sleeved button-down shirt; a standard uniform for a Cuppa Joe's employee. Have You Got The CuppaJoe Smile?"
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "cuppajoes_uniform"
+ worn_state = "cuppajoes_uniform"
+ contained_sprite = TRUE
+ armor_melee = CLOTHING_ARMOR_LOW
+ armor_bullet = CLOTHING_ARMOR_LOW
+ armor_laser = CLOTHING_ARMOR_NONE
+ armor_energy = CLOTHING_ARMOR_NONE
+ armor_bomb = CLOTHING_ARMOR_NONE
+ armor_bio = CLOTHING_ARMOR_NONE
+ armor_rad = CLOTHING_ARMOR_NONE
+ armor_internaldamage = CLOTHING_ARMOR_LOW
+ flags_jumpsuit = UNIFORM_JACKET_REMOVABLE
+
+// Science
+
+/obj/item/clothing/under/rank/scientist/hybrisa
+ desc = "It's made of a special fiber that provides minor protection against biohazards. It has markings that denote the wearer as a scientist."
+ name = "scientist's utility jumpsuit"
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "science_outfit"
+ worn_state = "science_outfit"
+ contained_sprite = TRUE
+ permeability_coefficient = 0.50
+ armor_melee = CLOTHING_ARMOR_NONE
+ armor_bullet = CLOTHING_ARMOR_NONE
+ armor_laser = CLOTHING_ARMOR_NONE
+ armor_energy = CLOTHING_ARMOR_NONE
+ armor_bomb = CLOTHING_ARMOR_NONE
+ armor_bio = CLOTHING_ARMOR_LOW
+ armor_rad = CLOTHING_ARMOR_LOW
+ armor_internaldamage = CLOTHING_ARMOR_LOW
+
+// WY-Exec Expensive Suits
+
+// Detective Suit
+
+/obj/item/clothing/under/hybrisa/wy_exec_suit_uniform
+ name = "\improper expensive suit"
+ desc = "A luxurious designer suit, beyond the reach of the average person. It's an exclusive choice for high-level executives and the affluent elite."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "wy_exec_suit_uniform"
+ worn_state = "wy_exec_suit_uniform"
+ contained_sprite = TRUE
+ armor_melee = CLOTHING_ARMOR_LOW
+ armor_bullet = CLOTHING_ARMOR_LOW
+ armor_laser = CLOTHING_ARMOR_NONE
+ armor_energy = CLOTHING_ARMOR_NONE
+ armor_bomb = CLOTHING_ARMOR_NONE
+ armor_bio = CLOTHING_ARMOR_NONE
+ armor_rad = CLOTHING_ARMOR_NONE
+ armor_internaldamage = CLOTHING_ARMOR_LOW
+ flags_jumpsuit = UNIFORM_JACKET_REMOVABLE
+
+/obj/item/clothing/under/hybrisa/wy_exec_suit_uniform/jacket
+ icon_state = "wy_exec_suit_3_uniform"
+ worn_state = "wy_exec_suit_3_uniform"
+
+/obj/item/clothing/under/hybrisa/wy_exec_suit_uniform/brown
+
+ icon_state = "wy_exec_suit_2_uniform"
+ worn_state = "wy_exec_suit_2_uniform"
+
+/obj/item/clothing/under/hybrisa/wy_exec_suit_uniform/brown/jacket
+ icon_state = "wy_exec_suit_4_uniform"
+ worn_state = "wy_exec_suit_4_uniform"
+
+/obj/item/clothing/under/hybrisa/wy_exec_suit_uniform/jacket_only
+ icon_state = "wy_exec_suit_5_uniform"
+ worn_state = "wy_exec_suit_5_uniform"
+
+
+/////////////////////// Hats & Helmets ///////////////////////
+/////////////////////////////////////////////////////////////
+
+// HYBRISA - GOONS
+
+/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa
+ name = "\improper WY corporate security helmet"
+ desc = "A basic skull-helm with a orange saftey vison fitted. Worn by corporate security assets, graded to protect your head from an unruly scientist armed with a crowbar."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_goons.dmi'
+ icon_state = "helmet_black"
+ item_state = "helmet_black"
+ contained_sprite = TRUE
+
+/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa/lead
+ desc = "A basic skull-helm with a orange saftey vison fitted. Worn by corporate security assets. This variant is worn by low-level guards that have too much brainmatter to fit into the old one. Or so they say."
+ icon_state = "lead_helmet_black"
+ item_state = "lead_helmet_black"
+
+/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa/brown
+ name = "\improper WY corporate security helmet"
+ desc = "A basic skull-helm with a orange saftey vison fitted. Worn by corporate security assets, graded to protect your head from an unruly scientist armed with a crowbar."
+ icon_state = "helmet_brown"
+ item_state = "helmet_brown"
+ contained_sprite = TRUE
+
+/obj/item/clothing/head/hybrisa/wy_cap
+ name = "\improper Weyland-Yutani cap"
+ desc = "A dark cap enscribed with the Weyland-Yutani 'Wings' logo' representing corporate justice."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "newcorpo_cap"
+ item_state = "newcorpo_cap"
+ contained_sprite = TRUE
+ flags_armor_protection = BODY_FLAG_HEAD
+ armor_melee = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bullet = CLOTHING_ARMOR_MEDIUMLOW
+ armor_energy = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bomb = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bio = CLOTHING_ARMOR_LOW
+ armor_internaldamage = CLOTHING_ARMOR_MEDIUMLOW
+ flags_cold_protection = BODY_FLAG_HEAD
+ min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT
+ flags_inventory = BLOCKSHARPOBJ
+ flags_inv_hide = NO_FLAGS
+
+// CMB Police Hats
+
+/obj/item/clothing/head/hybrisa/cmb_cap_new
+ name = "\improper Colonial Marshal Bureau cap"
+ desc = "A dark cap enscribed with the powerful letters of 'MARSHAL' representing justice, authority, and protection in the outer rim. The laws of the Earth stretch beyond the Sol."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "cmb_cap"
+ item_state = "cmb_cap"
+ contained_sprite = TRUE
+ flags_armor_protection = BODY_FLAG_HEAD
+ armor_melee = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bullet = CLOTHING_ARMOR_MEDIUMLOW
+ armor_energy = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bomb = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bio = CLOTHING_ARMOR_LOW
+ armor_internaldamage = CLOTHING_ARMOR_MEDIUMLOW
+ flags_cold_protection = BODY_FLAG_HEAD
+ min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT
+ flags_inventory = BLOCKSHARPOBJ
+ flags_inv_hide = NO_FLAGS
+
+/obj/item/clothing/head/hybrisa/cmb_peaked_cap
+ name = "\improper Colonial Marshal Bureau cap"
+ desc = "A dark peaked cap enscribed with the powerful star shaped emblem of the 'Colonial Marshalls Bureau' representing justice, authority, and protection in the outer rim. The laws of the Earth stretch beyond the Sol."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "police_cap_norim"
+ item_state = "police_cap_norim"
+ contained_sprite = TRUE
+ flags_armor_protection = BODY_FLAG_HEAD
+ armor_melee = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bullet = CLOTHING_ARMOR_MEDIUMLOW
+ armor_energy = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bomb = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bio = CLOTHING_ARMOR_LOW
+ armor_internaldamage = CLOTHING_ARMOR_MEDIUMLOW
+ flags_cold_protection = BODY_FLAG_HEAD
+ min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT
+ flags_inventory = BLOCKSHARPOBJ
+ flags_inv_hide = NO_FLAGS
+
+/obj/item/clothing/head/hybrisa/cmb_peaked_cap_gold
+ name = "\improper Colonial Marshal Bureau cap"
+ desc = "A dark peaked cap enscribed with the powerful star shaped emblem of the 'Colonial Marshalls Bureau' representing justice, authority, and protection in the outer rim. The laws of the Earth stretch beyond the Sol."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "police_cap"
+ item_state = "police_cap"
+ contained_sprite = TRUE
+ flags_armor_protection = BODY_FLAG_HEAD
+ armor_melee = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bullet = CLOTHING_ARMOR_MEDIUMLOW
+ armor_energy = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bomb = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bio = CLOTHING_ARMOR_LOW
+ armor_internaldamage = CLOTHING_ARMOR_MEDIUMLOW
+ flags_cold_protection = BODY_FLAG_HEAD
+ min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT
+ flags_inventory = BLOCKSHARPOBJ
+ flags_inv_hide = NO_FLAGS
+
+// WY-Pilot Cap
+
+/obj/item/clothing/head/hybrisa/wy_po_cap
+ name = "\improper Weyland-Yutani Pilot cap"
+ desc = "A dark peaked cap enscribed with the Weyland-Yutani 'Wings' logo. A formal cap for qualified civillian Pilots, akin to old Earth formal Pilots-wear."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "civilian_pilot_cap"
+ item_state = "civilian_pilot_cap"
+ contained_sprite = TRUE
+ flags_armor_protection = BODY_FLAG_HEAD
+ armor_melee = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bullet = CLOTHING_ARMOR_MEDIUMLOW
+ armor_energy = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bomb = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bio = CLOTHING_ARMOR_LOW
+ armor_internaldamage = CLOTHING_ARMOR_MEDIUMLOW
+ flags_cold_protection = BODY_FLAG_HEAD
+ min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT
+ flags_inventory = BLOCKSHARPOBJ
+ flags_inv_hide = NO_FLAGS
+
+// Weymart Cap
+
+/obj/item/clothing/head/hybrisa/weymart
+ name = "orange cap"
+ desc = "It's a baseball style cap in the 'Weymart' orange color, with the 'Weymart' logo on the front."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "weymart_cap"
+ item_state = "weymart_cap"
+ contained_sprite = TRUE
+
+// Pizza-Galaxy Cap
+
+/obj/item/clothing/head/hybrisa/pizza_galaxy
+ name = "Pizza-Galaxy red cap"
+ desc = "It's a baseball style cap in a red color, with the 'Pizza-Galaxy' logo on the front."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "pizzagalaxy_cap"
+ item_state = "pizzagalaxy_cap"
+ contained_sprite = TRUE
+
+// Detective Hat
+
+/obj/item/clothing/head/hybrisa/synth_detective_hat
+ name = "\improper worn fedora"
+ desc = "A brown classic fedora."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "synth_detective_hat"
+ item_state = "synth_detective_hat"
+ contained_sprite = TRUE
+ flags_armor_protection = BODY_FLAG_HEAD
+ armor_melee = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bullet = CLOTHING_ARMOR_MEDIUMLOW
+ armor_energy = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bomb = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bio = CLOTHING_ARMOR_LOW
+ armor_internaldamage = CLOTHING_ARMOR_MEDIUMLOW
+ flags_cold_protection = BODY_FLAG_HEAD
+ min_cold_protection_temperature = ICE_PLANET_MIN_COLD_PROT
+ flags_inventory = BLOCKSHARPOBJ
+ flags_inv_hide = NO_FLAGS
+
+/obj/item/clothing/head/hybrisa/synth_detective_hat/alt
+ name = "\improper worn fedora"
+ desc = "A black classic fedora."
+ icon_state = "synth_detective_hat_alt"
+ item_state = "synth_detective_hat_alt"
+
+// Helmets
+
+// Firefighter
+
+/obj/item/clothing/head/helmet/hybrisa/medtech
+ name = "MT-SHIELD-X 525 helmet"
+ desc = "The MT-SHIELD-X 525 (MedTech - Safety Helmet Integrated for Extreme Danger). A closed helmet designed to protect the wearer from hazardous environments, this specific model is designed to be effective in a variety of hazardous environments and protects the user from potential biohazards. This helmet was designed by Hyperdyne Systems, in collabaration with MedTech."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "firefighter_helmet"
+ item_state = "firefighter_helmet"
+ contained_sprite = TRUE
+ armor_melee = CLOTHING_ARMOR_HIGH
+ armor_bullet = CLOTHING_ARMOR_LOW
+ armor_laser = CLOTHING_ARMOR_LOW
+ armor_energy = CLOTHING_ARMOR_LOW
+ armor_bomb = CLOTHING_ARMOR_NONE
+ armor_bio = CLOTHING_ARMOR_MEDIUM
+ armor_rad = CLOTHING_ARMOR_NONE
+ armor_internaldamage = CLOTHING_ARMOR_HIGH
+ flags_inventory = COVEREYES|BLOCKSHARPOBJ
+ flags_inv_hide = HIDEEARS|HIDEEYES|HIDETOPHAIR
+
+/obj/item/clothing/head/helmet/hybrisa/firefighter
+ name = "HS-SHIELD-X 500 helmet"
+ desc = "The HS-SHIELD-X 500 (Hyperdyne Systems - Safety Helmet Integrated for Extreme Danger). A closed helmet designed to protect the wearer from hazardous environments, this specific model is designed to be effective in high heat environments and protect the user from smoke inhalation. It has a built in semi-closed breathing system. This helmet was designed by Hyperdyne Systems."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "firefighter_alt_helmet"
+ item_state = "firefighter_alt_helmet"
+ contained_sprite = TRUE
+ armor_melee = CLOTHING_ARMOR_HIGH
+ armor_bullet = CLOTHING_ARMOR_LOW
+ armor_laser = CLOTHING_ARMOR_MEDIUMLOW
+ armor_energy = CLOTHING_ARMOR_MEDIUM
+ armor_bomb = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bio = CLOTHING_ARMOR_LOW
+ armor_rad = CLOTHING_ARMOR_LOW
+ armor_internaldamage = CLOTHING_ARMOR_MEDIUMHIGH
+ flags_inventory = COVEREYES|BLOCKSHARPOBJ
+ flags_inv_hide = HIDEEARS|HIDEEYES|HIDETOPHAIR
+
+// Kelland Mining
+
+/obj/item/clothing/head/helmet/hybrisa/kelland_mining_helmet
+ name = "HS-KM-SHIELD-X 550 helmet"
+ desc = "The HS-KM-SHIELD-X 550 (Hyperdyne Systems - Kelland Mining - Safety Helmet Integrated for Extreme Danger). A closed helmet designed to protect the wearer from hazardous environments, this specific model is designed to be effective in a variety of hazardous environments and protect the user from toxic fume inhalation. It has a built in semi-closed breathing system. This helmet was designed by Hyperdyne Systems, in collabaration with Kelland-Mining."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "kelland_mining_helmet"
+ item_state = "kelland_mining_helmet"
+ contained_sprite = TRUE
+ armor_melee = CLOTHING_ARMOR_HIGH
+ armor_bullet = CLOTHING_ARMOR_LOW
+ armor_laser = CLOTHING_ARMOR_LOW
+ armor_energy = CLOTHING_ARMOR_MEDIUM
+ armor_bomb = CLOTHING_ARMOR_LOW
+ armor_bio = CLOTHING_ARMOR_LOW
+ armor_rad = CLOTHING_ARMOR_NONE
+ armor_internaldamage = CLOTHING_ARMOR_MEDIUMHIGH
+ flags_inventory = COVEREYES|BLOCKSHARPOBJ
+ flags_inv_hide = HIDEEARS|HIDEEYES|HIDETOPHAIR
+
+// Pizza-Galaxy (Rare Helmet)
+
+/obj/item/clothing/head/helmet/hybrisa/pizza_galaxy
+ name = "HS-PG-SHIELD-X 575 helmet"
+ desc = "The HS-PG-SHIELD-X 575 (Hyperdyne Systems - Pizza-Galaxy - Safety Helmet Integrated for Extreme Danger). A closed prototype helmet was designed to protect the wearer from hazardous environments, this specific model is designed to be effective in low atmosphere environments. It has a built in closed breathing system. This helmet was designed by Hyperdyne Systems in collaboration with Pizza-Galaxy."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "pizza_galaxy_helmet"
+ item_state = "pizza_galaxy_helmet"
+ contained_sprite = TRUE
+ armor_melee = CLOTHING_ARMOR_HIGH
+ armor_bullet = CLOTHING_ARMOR_LOW
+ armor_laser = CLOTHING_ARMOR_MEDIUMLOW
+ armor_energy = CLOTHING_ARMOR_MEDIUM
+ armor_bomb = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bio = CLOTHING_ARMOR_MEDIUMLOW
+ armor_rad = CLOTHING_ARMOR_MEDIUM
+ armor_internaldamage = CLOTHING_ARMOR_MEDIUMHIGH
+ flags_inventory = COVEREYES|BLOCKSHARPOBJ
+ flags_inv_hide = HIDEEARS|HIDEEYES|HIDETOPHAIR
+
+// Biosuits
+
+/obj/item/clothing/head/bio_hood/wy_bio
+ name = "WY-TSS MK II - bio hood"
+ desc = "The 'Weyland-Yutani TerraScientia bio-suit MK II'. An advanced light-weight bio-suit developed in-house by Weyland-Yutani. It's a hood that protects the head and face from biological contaminants."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "sci_expedition_helmet"
+ item_state = "sci_expedition_helmet"
+ contained_sprite = TRUE
+
+/obj/item/clothing/head/bio_hood/wy_bio/alt
+ name = "WY-TSS MK I - bio hood"
+ desc = "The 'Weyland-Yutani TerraScientia bio-suit MK I'. An advanced light-weight bio-suit developed in-house by Weyland-Yutani. It's a hood that protects the head and face from biological contaminants."
+ icon_state = "sci_expedition_helmet_alt"
+ item_state = "sci_expedition_helmet_alt"
+ contained_sprite = TRUE
+
+/obj/item/clothing/suit/bio_suit/wy_bio
+ name = "WY-TSS MK I - bio suit"
+ desc = "The 'Weyland-Yutani TerraScientia bio-suit MK I'. An advanced light-weight bio-suit developed in-house by Weyland-Yutani. It's a suit that protects against biological contamination."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "sci_expedition"
+ item_state = "sci_expedition"
+ contained_sprite = TRUE
+ slowdown = 0
+ uniform_restricted = null
+
+// Synth Bio
+
+/obj/item/clothing/head/bio_hood/synth/wy_bio
+ name = "WY-TSS MK II - bio hood"
+ desc = "The 'Weyland-Yutani TerraScientia bio-suit MK II'. An advanced light-weight bio-suit developed in-house by Weyland-Yutani. It's a hood that protects the head and face from biological contaminants, synthetic compliant. Offers no real protection."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "sci_expedition_helmet"
+ item_state = "sci_expedition_helmet"
+ contained_sprite = TRUE
+
+/obj/item/clothing/head/bio_hood/synth/wy_bio/alt
+ name = "WY-TSS MK I - bio hood"
+ desc = "The 'Weyland-Yutani TerraScientia bio-suit MK I'. An advanced light-weight bio-suit developed in-house by Weyland-Yutani. It's a hood that protects the head and face from biological contaminants, synthetic compliant. Offers no real protection."
+ icon_state = "sci_expedition_helmet_synth"
+ item_state = "sci_expedition_helmet_synth"
+ contained_sprite = TRUE
+
+/obj/item/clothing/suit/storage/synthbio/wy_bio
+ name = "WY-TSS MK I - bio suit"
+ desc = "The 'Weyland-Yutani TerraScientia bio-suit MK I'. An advanced light-weight bio-suit developed in-house by Weyland-Yutani. A Synthetic compliant bio-hazard suit. Intended to allow a synthetic to offer the illusion of infection control to humans. Has had most of the internal protective lining removed, allowing it to hold equipment and be lighter to move in."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "sci_expedition_synth"
+ item_state = "sci_expedition_synth"
+ contained_sprite = TRUE
+ uniform_restricted = null
+
+/////////////////////// Oversuits ///////////////////////
+////////////////////////////////////////////////////////
+
+// Fire-Fighter
+
+/obj/item/clothing/suit/storage/marine/light/vest/fire_light
+
+ name = "PT-LT firesuit"
+ desc = "The 'PyroTex LT' is an advanced, lightweight firesuit developed by 'Watatsumi'. It provides protection against fire and heat, while also offering a degree of protection from blunt force trauma."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "firefighter_oversuit"
+ item_state = "firefighter_oversuit"
+ contained_sprite = TRUE
+ uniform_restricted = null
+ gas_transfer_coefficient = 0.90
+ permeability_coefficient = 0.50
+ fire_intensity_resistance = BURN_LEVEL_TIER_1
+ flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_LEGS|BODY_FLAG_FEET|BODY_FLAG_ARMS|BODY_FLAG_HANDS
+ armor_melee = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bullet = CLOTHING_ARMOR_LOW
+ armor_laser = CLOTHING_ARMOR_LOW
+ armor_energy = CLOTHING_ARMOR_MEDIUM
+ armor_bomb = CLOTHING_ARMOR_LOW
+ armor_bio = CLOTHING_ARMOR_MEDIUMLOW
+ armor_rad = CLOTHING_ARMOR_LOW
+ armor_internaldamage = CLOTHING_ARMOR_LOW
+ allowed = list(
+ /obj/item/tool/extinguisher,
+ /obj/item/device/flashlight,
+ /obj/item/device/healthanalyzer,
+ /obj/item/device/radio,
+ /obj/item/tank/emergency_oxygen,
+ /obj/item/tool/crowbar,
+ /obj/item/tool/pen,
+ /obj/item/weapon/gun,
+ /obj/item/prop/prop_gun,
+ /obj/item/tank/emergency_oxygen,
+ /obj/item/device/flashlight,
+ /obj/item/storage/fancy/cigarettes,
+ /obj/item/tool/lighter,
+ /obj/item/storage/bible,
+ /obj/item/attachable/bayonet,
+ /obj/item/storage/backpack/general_belt,
+ /obj/item/storage/large_holster/machete,
+ /obj/item/storage/belt/gun/type47,
+ /obj/item/storage/belt/gun/m4a3,
+ /obj/item/storage/belt/gun/m44,
+ /obj/item/storage/belt/gun/smartpistol,
+ /obj/item/storage/belt/gun/flaregun,
+ /obj/item/device/motiondetector,
+ /obj/item/device/walkman,
+ /obj/item/storage/belt/gun/m39,
+ )
+ valid_accessory_slots = list(ACCESSORY_SLOT_PONCHO)
+ slowdown = 1
+ flags_inventory = NOPRESSUREDMAGE
+ flags_heat_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_LEGS|BODY_FLAG_FEET|BODY_FLAG_ARMS|BODY_FLAG_HANDS
+ max_heat_protection_temperature = FIRESUIT_MAX_HEAT_PROT
+ flags_cold_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_LEGS|BODY_FLAG_FEET|BODY_FLAG_ARMS|BODY_FLAG_HANDS
+
+/obj/item/clothing/suit/storage/marine/light/vest/fire_light/equipped(mob/user, slot)
+ if(slot == WEAR_JACKET)
+ RegisterSignal(user, COMSIG_LIVING_FLAMER_CROSSED, PROC_REF(flamer_fire_crossed_callback))
+ ..()
+
+/obj/item/clothing/suit/storage/marine/light/vest/fire_light/dropped(mob/user)
+ UnregisterSignal(user, COMSIG_LIVING_FLAMER_CROSSED)
+ ..()
+
+/obj/item/clothing/suit/storage/marine/light/vest/fire_light/proc/flamer_fire_crossed_callback(mob/living/L, datum/reagent/R)
+ SIGNAL_HANDLER
+
+ if(R.fire_penetrating)
+ return
+
+ return COMPONENT_NO_IGNITE
+
+// Kelland Mining
+
+/obj/item/clothing/suit/storage/marine/light/vest/hybrisa_kelland
+ name = "\improper Kelland-Mining utility uniform"
+ desc = "A set of standard issue Kelland-Mining utility fatigues, a yellow pair of utility work slacks and a black collard heavy padded jacket, which protects against various environmental hazards."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "kellandmining_oversuit"
+ item_state = "kellandmining_oversuit"
+ contained_sprite = TRUE
+ uniform_restricted = null
+ flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_LEGS|BODY_FLAG_ARMS
+ armor_melee = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bullet = CLOTHING_ARMOR_LOW
+ armor_laser = CLOTHING_ARMOR_LOW
+ armor_energy = CLOTHING_ARMOR_LOW
+ armor_bomb = CLOTHING_ARMOR_LOW
+ armor_bio = CLOTHING_ARMOR_MEDIUMLOW
+ armor_rad = CLOTHING_ARMOR_LOW
+ armor_internaldamage = CLOTHING_ARMOR_LOW
+ allowed = list(
+ /obj/item/weapon/gun,
+ /obj/item/prop/prop_gun,
+ /obj/item/tank/emergency_oxygen,
+ /obj/item/device/flashlight,
+ /obj/item/storage/fancy/cigarettes,
+ /obj/item/tool/lighter,
+ /obj/item/storage/bible,
+ /obj/item/attachable/bayonet,
+ /obj/item/storage/backpack/general_belt,
+ /obj/item/storage/large_holster/machete,
+ /obj/item/storage/belt/gun/type47,
+ /obj/item/storage/belt/gun/m4a3,
+ /obj/item/storage/belt/gun/m44,
+ /obj/item/storage/belt/gun/smartpistol,
+ /obj/item/storage/belt/gun/flaregun,
+ /obj/item/device/motiondetector,
+ /obj/item/device/walkman,
+ /obj/item/storage/belt/gun/m39,
+ )
+ valid_accessory_slots = list(ACCESSORY_SLOT_PONCHO)
+
+/obj/item/clothing/suit/storage/marine/light/vest/hybrisa_kelland_alt
+ name = "\improper Kelland-Mining utility uniform"
+ desc = "A set of standard issue Kelland-Mining utility fatigues, a yellow pair of utility work slacks and a black collard heavy padded jacket, which protects against various environmental hazards."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "kellandmining_alt_oversuit"
+ item_state = "kellandmining_alt_oversuit"
+ contained_sprite = TRUE
+ uniform_restricted = null
+ flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN|BODY_FLAG_LEGS|BODY_FLAG_ARMS
+ armor_melee = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bullet = CLOTHING_ARMOR_LOW
+ armor_laser = CLOTHING_ARMOR_LOW
+ armor_energy = CLOTHING_ARMOR_LOW
+ armor_bomb = CLOTHING_ARMOR_LOW
+ armor_bio = CLOTHING_ARMOR_MEDIUMLOW
+ armor_rad = CLOTHING_ARMOR_LOW
+ armor_internaldamage = CLOTHING_ARMOR_LOW
+ allowed = list(
+ /obj/item/weapon/gun,
+ /obj/item/prop/prop_gun,
+ /obj/item/tank/emergency_oxygen,
+ /obj/item/device/flashlight,
+ /obj/item/storage/fancy/cigarettes,
+ /obj/item/tool/lighter,
+ /obj/item/storage/bible,
+ /obj/item/attachable/bayonet,
+ /obj/item/storage/backpack/general_belt,
+ /obj/item/storage/large_holster/machete,
+ /obj/item/storage/belt/gun/type47,
+ /obj/item/storage/belt/gun/m4a3,
+ /obj/item/storage/belt/gun/m44,
+ /obj/item/storage/belt/gun/smartpistol,
+ /obj/item/storage/belt/gun/flaregun,
+ /obj/item/device/motiondetector,
+ /obj/item/device/walkman,
+ /obj/item/storage/belt/gun/m39,
+ )
+ valid_accessory_slots = list(ACCESSORY_SLOT_PONCHO)
+
+// EMT - Paramedic
+
+/obj/item/clothing/suit/hybrisa/EMT_green_utility
+ name = "\improper Nova Medica - EMT - Paramedic utility fatigues"
+ desc = "A set of Nova-Medica EMT - Paramedic utility fatigues, this one is green."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "paramedic_green_oversuit"
+ item_state = "paramedic_green_oversuit"
+ contained_sprite = TRUE
+ uniform_restricted = null
+
+/obj/item/clothing/suit/hybrisa/EMT_red_utility
+ name = "\improper Nova Medica - EMT - Paramedic utility fatigues"
+ desc = "A set of Nova-Medica EMT - Paramedic utility fatigues, this one is red."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "paramedic_redblack_oversuit"
+ item_state = "paramedic_redblack_oversuit"
+ contained_sprite = TRUE
+ uniform_restricted = null
+
+// Sanitation
+
+/obj/item/clothing/suit/hybrisa/sanitation_utility
+ name = "\improper Sanitation utility uniform"
+ desc = "A Sanitation utility uniform, used by the clean-up crews of the more prosperous colonies."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "sanitation_worker_oversuit"
+ item_state = "sanitation_worker_oversuit"
+ contained_sprite = TRUE
+ uniform_restricted = null
+
+// Engineer Utility Oversuit
+
+/obj/item/clothing/suit/hybrisa/engineering_utility_oversuit
+ name = "\improper Weyland-Yutani engineer utility uniform"
+ desc = "A Weyland-Yutani engineer utility uniform. Used as a general purpose utility oversuit by Weyland-Yutani colony engineers."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "engineer_worker_oversuit"
+ item_state = "engineer_worker_oversuit"
+ contained_sprite = TRUE
+ uniform_restricted = null
+
+/obj/item/clothing/suit/hybrisa/engineering_utility_oversuit/alt
+ icon_state = "engineer_worker_alt_oversuit"
+ item_state = "engineer_worker_alt_oversuit"
+
+// WY Pilot
+
+/obj/item/clothing/suit/storage/hybrisa/wy_Pilot
+ name = "\improper Weyland-Yutani Pilot formal-jacket"
+ desc = "A suit-style jacket with a fur lined collar and golden epaulettes signifying rank. Worn by Weyland-Yutani qualified civillian Pilots, akin to old Earth formal Pilots-wear."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "civilian_pilot_jacket"
+ item_state = "civilian_pilot_jacket"
+ contained_sprite = TRUE
+ uniform_restricted = null
+
+// Detective Trench-coat
+
+/obj/item/clothing/suit/storage/cmb/hybrisa/detective_coat
+ name = "\improper worn beige trench-coat"
+ desc = "A worn beige old style trench-coat, a classic noir style - piece of outerwear."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "synth_detective_jacket"
+ item_state = "synth_detective_jacket"
+ contained_sprite = TRUE
+ uniform_restricted = null
+
+/obj/item/clothing/suit/storage/cmb/hybrisa/detective_coat/alt
+ name = "\improper worn grey trench-coat"
+ desc = "A worn grey old style trench-coat, a classic noir style - piece of outerwear."
+ icon_state = "synth_detective_jacket_alt"
+ item_state = "synth_detective_jacket_alt"
+
+// Executive Trench-coat
+
+/obj/item/clothing/suit/storage/cmb/hybrisa/fur_lined_trench_coat
+ name = "\improper expensive fur-lined trench-coat"
+ desc = "A luxurious fur-lined, antique-styled trench coat that exudes classic noir elegance. This exquisite garment is far beyond the average person's budget, accessible only to high-level executives and elite military personnel."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "wy_expensive_fur_trenchcoat"
+ item_state = "wy_expensive_fur_trenchcoat"
+ contained_sprite = TRUE
+ uniform_restricted = null
+
+/obj/item/clothing/suit/storage/cmb/hybrisa/fur_lined_trench_coat/alt
+ icon_state = "wy_expensive_fur_trenchcoat_alt"
+ item_state = "wy_expensive_fur_trenchcoat_alt"
+
+
+// CMB Police Jackets & Armor
+
+// CMB Jacket
+
+/obj/item/clothing/suit/storage/cmb/hybrisa
+ name = "\improper CMB Marshal jacket"
+ desc = "A black polyester jacket with a Marshal's badge pinned to it. Representing justice, authority, and protection in the outer rim. The laws of the Earth stretch beyond the Sol."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "police_jacket"
+ item_state = "police_jacket"
+ contained_sprite = TRUE
+ uniform_restricted = null
+
+// CMB Vest
+
+/obj/item/clothing/suit/armor/vest/hybrisa/cmb_vest
+ name = "CMB armored vest"
+ desc = "An CMB armored vest that protects against some damage."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "police_ballistic_armor"
+ item_state = "police_ballistic_armor"
+ contained_sprite = TRUE
+ uniform_restricted = null
+ flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN
+ armor_melee = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bullet = CLOTHING_ARMOR_MEDIUM
+ armor_laser = CLOTHING_ARMOR_LOW
+ armor_energy = CLOTHING_ARMOR_NONE
+ armor_bomb = CLOTHING_ARMOR_LOW
+ armor_bio = CLOTHING_ARMOR_MEDIUM
+ armor_rad = CLOTHING_ARMOR_LOW
+ valid_accessory_slots = list(ACCESSORY_SLOT_ARMOR_A, ACCESSORY_SLOT_ARMOR_L, ACCESSORY_SLOT_ARMOR_S, ACCESSORY_SLOT_ARMOR_M)
+
+/obj/item/clothing/suit/armor/vest/hybrisa/civilian_vest
+ name = "armored vest"
+ desc = "An civilian, unmarked armored vest that protects against some damage."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "generic_ballistic_armor"
+ item_state = "generic_ballistic_armor"
+ contained_sprite = TRUE
+ uniform_restricted = null
+ flags_armor_protection = BODY_FLAG_CHEST|BODY_FLAG_GROIN
+ armor_melee = CLOTHING_ARMOR_MEDIUMLOW
+ armor_bullet = CLOTHING_ARMOR_MEDIUM
+ armor_laser = CLOTHING_ARMOR_LOW
+ armor_energy = CLOTHING_ARMOR_NONE
+ armor_bomb = CLOTHING_ARMOR_LOW
+ armor_bio = CLOTHING_ARMOR_MEDIUM
+ armor_rad = CLOTHING_ARMOR_LOW
+ valid_accessory_slots = list(ACCESSORY_SLOT_ARMOR_A, ACCESSORY_SLOT_ARMOR_L, ACCESSORY_SLOT_ARMOR_S, ACCESSORY_SLOT_ARMOR_M)
+
+// Hazard Vests
+
+/obj/item/clothing/suit/storage/hazardvest/medical_green
+ name = "EMT - green hazard vest"
+ desc = "A green and white EMT high-visibility hazard vest used in work zones."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "medicalhazard_green"
+ item_state = "medicalhazard_green"
+ contained_sprite = TRUE
+
+/obj/item/clothing/suit/storage/hazardvest/medical_red
+ name = "EMT - red hazard vest"
+ desc = "A red and white EMT high-visibility hazard vest used in work zones."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "medicalhazard_white"
+ item_state = "medicalhazard_white"
+ contained_sprite = TRUE
+
+/obj/item/clothing/suit/storage/hazardvest/kelland_mining
+ name = "Kelland-Mining hazard vest"
+ desc = "A black high-visibility vest used in work zones."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "kellandmining_hazard"
+ item_state = "kellandmining_hazard"
+ contained_sprite = TRUE
+
+/obj/item/clothing/suit/storage/hazardvest/sanitation
+ name = "green hazard vest"
+ desc = "A green and white high-visibility vest used in work zones."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "sanitation_hazard"
+ item_state = "sanitation_hazard"
+ contained_sprite = TRUE
+
+/obj/item/clothing/suit/storage/hazardvest/weymart
+ name = "Weymart vest"
+ desc = "A blue 'Weymart' employee vest, with name tag and all."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "weymart_vest"
+ item_state = "weymart_vest"
+ contained_sprite = TRUE
+
+// Civilian Coats
+
+/obj/item/clothing/suit/storage/snow_suit/hybrisa/parka_blue
+ name = "dark blue worn Parka"
+ desc = "An old worn blue Parka, has seen better days..."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "hobocoat_blue"
+ item_state = "hobocoat_blue"
+ contained_sprite = TRUE
+
+/obj/item/clothing/suit/storage/snow_suit/hybrisa/parka_brown
+ name = "dark brown worn Parka"
+ desc = "An old worn brown Parka, has seen better days..."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "hobocoat_brown"
+ item_state = "hobocoat_brown"
+ contained_sprite = TRUE
+
+/obj/item/clothing/suit/storage/snow_suit/hybrisa/parka_green
+ name = "dark green worn Parka"
+ desc = "An old worn green Parka, has seen better days..."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "hobocoat_green"
+ item_state = "hobocoat_green"
+ contained_sprite = TRUE
+
+/obj/item/clothing/suit/storage/snow_suit/hybrisa/polyester_jacket_brown
+ name = "dark brown worn polyester jacket"
+ desc = "An old worn brown polyester jacket, has seen better days..."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "hobocoat_dark"
+ item_state = "hobocoat_dark"
+ contained_sprite = TRUE
+
+/obj/item/clothing/suit/storage/snow_suit/hybrisa/polyester_jacket_blue
+ name = "dark blue worn polyester jacket"
+ desc = "An old worn blue polyester jacket, has seen better days..."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "hobocoat_darkblue"
+ item_state = "hobocoat_darkblue"
+ contained_sprite = TRUE
+
+/obj/item/clothing/suit/storage/snow_suit/hybrisa/polyester_jacket_red
+ name = "dark red worn polyester jacket"
+ desc = "An old worn red polyester jacket, has seen better days..."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "hobocoat_darkred"
+ item_state = "hobocoat_darkred"
+ contained_sprite = TRUE
+
+// Cuppa Joe's Apron
+
+/obj/item/clothing/suit/apron/cuppa_joes
+ name = "red apron"
+ desc = "A basic red apron."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "cuppajoes_apron"
+ item_state = "cuppajoes_apron"
+ contained_sprite = TRUE
+
+/////////////////////// MISC ///////////////////////////
+////////////////////////////////////////////////////////
+
+// Closets
+
+/obj/structure/closet/hybrisa/wy_bio
+ icon_state = "bio_general"
+ icon_closed = "bio_general"
+ icon_opened = "bio_generalopen"
+
+/obj/structure/closet/hybrisa/wy_bio/Initialize()
+ . = ..()
+ contents = list()
+ new /obj/item/clothing/suit/bio_suit/wy_bio( src )
+ new /obj/item/clothing/head/bio_hood/wy_bio/alt( src )
+
+/obj/structure/closet/secure_closet/hybrisa/marshal
+ name = "Sentinel-Outpost Equipment Locker"
+ req_one_access = list(ACCESS_MARINE_BRIG, ACCESS_CIVILIAN_BRIG)
+ icon_state = "secure_locked_warrant"
+ icon_closed = "secure_unlocked_warrant"
+ icon_locked = "secure_locked_warrant"
+ icon_opened = "secure_open_warrant"
+ icon_broken = "secure_locked_warrant"
+ icon_off = "secure_closed_warrant"
+
+
+/obj/structure/closet/secure_closet/hybrisa/marshal/Initialize()
+ . = ..()
+ new /obj/item/clothing/suit/armor/vest/hybrisa/cmb_vest(src)
+ new /obj/item/clothing/under/hybrisa/cmb_officer(src)
+ new /obj/item/storage/backpack/security(src)
+ new /obj/item/storage/belt/security(src)
+ new /obj/item/clothing/shoes/jackboots(src)
+
+// Miner Closet
+
+/obj/structure/closet/secure_closet/hybrisa/miner
+ name = "miner's equipment"
+ icon_state = "miningsec1"
+ icon_closed = "miningsec"
+ icon_locked = "miningsec1"
+ icon_opened = "miningsecopen"
+ icon_broken = "miningsecbroken"
+ icon_off = "miningsecoff"
+ req_access = list(ACCESS_CIVILIAN_PUBLIC)
+
+/obj/structure/closet/secure_closet/hybrisa/miner/Initialize()
+ . = ..()
+ if(prob(50))
+ new /obj/item/clothing/suit/storage/marine/light/vest/hybrisa_kelland(src)
+ else
+ new /obj/item/clothing/suit/storage/marine/light/vest/hybrisa_kelland_alt(src)
+// new /obj/item/device/radio/headset/almayer/ct(src)
+ new /obj/item/clothing/under/hybrisa/kelland_mining(src)
+ new /obj/item/clothing/gloves/black(src)
+ new /obj/item/clothing/shoes/jackboots(src)
+ new /obj/item/device/analyzer(src)
+ new /obj/item/storage/bag/ore(src)
+ new /obj/item/device/flashlight/lantern(src)
+ new /obj/item/tool/shovel(src)
+ new /obj/item/tool/pickaxe(src)
+ new /obj/item/storage/backpack/satchel/eng(src)
diff --git a/code/modules/clothing/under/marine_uniform.dm b/code/modules/clothing/under/marine_uniform.dm
index 0e8353e546..a72efaafd0 100644
--- a/code/modules/clothing/under/marine_uniform.dm
+++ b/code/modules/clothing/under/marine_uniform.dm
@@ -511,6 +511,17 @@
item_state = "lead_uniform"
worn_state = "lead_uniform"
+/obj/item/clothing/under/marine/veteran/pmc/corporate/hybrisa
+ name = "\improper WY corporate security uniform"
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_goons.dmi'
+ icon_state = "hybrisa_uniform"
+ worn_state = "hybrisa_uniform"
+
+/obj/item/clothing/under/marine/veteran/pmc/corporate/hybrisa/lead
+ desc = "An armored uniform worn by Weyland-Yutani corporate security members. This variant is commonly worn by the lead of the 'goonsquad', as they are colloquially known."
+ icon_state = "lead_hybrisa_uniform"
+ worn_state = "lead_hybrisa_uniform"
+
//=========================//UPP\\================================\\
/obj/item/clothing/under/marine/veteran/bear
@@ -846,6 +857,22 @@
armor_internaldamage = CLOTHING_ARMOR_LOW
flags_jumpsuit = UNIFORM_SLEEVE_ROLLABLE|UNIFORM_JACKET_REMOVABLE
+/obj/item/clothing/under/hybrisa/cmb_officer
+ name = "\improper Colonial Marshal uniform"
+ desc = "A pair of grey slacks and a blue button-down shirt with a black tie; a non-standard uniform of the Colonial Marshals, specific to more urbanized colonies, resembling a uniform worn by more traditional policing forces on Earth."
+ icon = 'icons/mob/humans/onmob/contained/hybrisa_survivors.dmi'
+ icon_state = "police_uniform"
+ worn_state = "police_uniform"
+ contained_sprite = TRUE
+ armor_melee = CLOTHING_ARMOR_LOW
+ armor_bullet = CLOTHING_ARMOR_LOW
+ armor_laser = CLOTHING_ARMOR_NONE
+ armor_energy = CLOTHING_ARMOR_NONE
+ armor_bomb = CLOTHING_ARMOR_NONE
+ armor_bio = CLOTHING_ARMOR_NONE
+ armor_rad = CLOTHING_ARMOR_NONE
+ armor_internaldamage = CLOTHING_ARMOR_LOW
+
/obj/item/clothing/under/liaison_suit
name = "liaison's tan suit"
desc = "A stiff, stylish tan suit commonly worn by businessmen from the Weyland-Yutani corporation. Expertly crafted to make you look like a prick."
diff --git a/code/modules/cm_aliens/structures/tunnel.dm b/code/modules/cm_aliens/structures/tunnel.dm
index d01aaad8df..83734f718c 100644
--- a/code/modules/cm_aliens/structures/tunnel.dm
+++ b/code/modules/cm_aliens/structures/tunnel.dm
@@ -287,3 +287,19 @@
/obj/structure/tunnel/maint_tunnel/no_xeno_desc
desc = "An entrance to a maintenance tunnel. Pieces of debris keep you from getting a closer look."
+
+// Hybrisa tunnels
+/obj/structure/tunnel/maint_tunnel/hybrisa
+ name = "\improper Maintenance Hatch"
+ desc = "An entrance to a maintenance tunnel. You can see bits of slime and resin within. Pieces of debris keep you from getting a closer look."
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "maintenancehatch_alt"
+/obj/structure/tunnel/maint_tunnel/hybrisa/no_xeno_desc
+ desc = "An entrance to a maintenance tunnel. Pieces of debris keep you from getting a closer look."
+/obj/structure/tunnel/maint_tunnel/hybrisa/grate
+ name = "\improper Sewer Manhole"
+ desc = "An entrance to a sewage maintenance tunnel. You can see bits of slime and resin within. Pieces of debris keep you from getting a closer look."
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi'
+ icon_state = "wymanhole"
+/obj/structure/tunnel/maint_tunnel/hybrisa/grate/no_xeno_desc
+ desc = "An entrance to a sewage maintenance tunnel. Pieces of debris keep you from getting a closer look."
diff --git a/code/modules/cm_marines/equipment/maps.dm b/code/modules/cm_marines/equipment/maps.dm
index a6dd0660f4..c03bdfaa77 100644
--- a/code/modules/cm_marines/equipment/maps.dm
+++ b/code/modules/cm_marines/equipment/maps.dm
@@ -167,6 +167,7 @@ GLOBAL_LIST_INIT_TYPED(map_type_list, /obj/item/map, setup_all_maps())
MAP_NEW_VARADERO = new /obj/item/map/new_varadero(),
MAP_NEW_VARADERO_REPAIRED = new /obj/item/map/new_varadero(),
MAP_DERELICT_ALMAYER = new /obj/item/map/almayer(),
+ MAP_LV759_HYBRISA_PROSPERA = new /obj/item/map/lv759_map(),
)
//used by marine equipment machines to spawn the correct map.
@@ -196,3 +197,9 @@ GLOBAL_LIST_INIT_TYPED(map_type_list, /obj/item/map, setup_all_maps())
/obj/effect/landmark/map_item/Destroy()
GLOB.map_items -= src
return ..()
+
+/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"
diff --git a/code/modules/desert_dam/motion_sensor/sensortower.dm b/code/modules/desert_dam/motion_sensor/sensortower.dm
index 4185916745..b70b760d70 100644
--- a/code/modules/desert_dam/motion_sensor/sensortower.dm
+++ b/code/modules/desert_dam/motion_sensor/sensortower.dm
@@ -16,8 +16,8 @@
unacidable = TRUE //NOPE.jpg
needs_power = FALSE
idle_power_usage = 1000
+ is_on = FALSE //Is this damn thing on or what?
var/buildstate = SENSORTOWER_BUILDSTATE_BLOWTORCH //What state of building it are we on, 0-3, 1 is "broken", the default
- var/is_on = FALSE //Is this damn thing on or what?
var/fail_rate = 15 //% chance of failure each fail_tick check
var/fail_check_ticks = 50 //Check for failure every this many ticks
//The sensor tower fails more often since it is experimental.
diff --git a/code/modules/gear_presets/corpses.dm b/code/modules/gear_presets/corpses.dm
index f3e14dcbc5..1042c5108d 100644
--- a/code/modules/gear_presets/corpses.dm
+++ b/code/modules/gear_presets/corpses.dm
@@ -997,3 +997,546 @@
new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar/tactical(new_human), WEAR_IN_JACKET)
new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/knife(new_human), WEAR_FEET)
new_human.equip_to_slot_or_del(new /obj/item/device/radio(new_human), WEAR_IN_BACK)
+
+//*****************************************************************************************************/
+///////////////////////
+/////// HYBRISA ///////
+///////////////////////
+
+// Hybrisa Goon
+
+/datum/equipment_preset/corpse/pmc/hybrisa_goon
+ name = "Corpse - Weyland-Yutani - Corporate Security"
+ languages = list(LANGUAGE_ENGLISH)
+ assignment = JOB_WY_GOON
+ rank = JOB_WY_GOON
+ paygrade = "WEY-GOON"
+
+/datum/equipment_preset/corpse/pmc/hybrisa_goon/load_gear(mob/living/carbon/human/new_human)
+ new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY, WEAR_L_EAR)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/pmc/corporate/hybrisa, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate, WEAR_FEET)
+
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/baton, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/m4a3/vp78, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large, WEAR_L_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_L_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_L_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_L_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_L_STORE)
+
+/datum/equipment_preset/corpse/pmc/hybrisa_goon/burst
+ name = "Corpse - Burst Weyland-Yutani - Corporate Security (Goon)"
+ xenovictim = TRUE
+
+// Hybrisa Lead Goon
+
+/datum/equipment_preset/corpse/pmc/hybrisa_goon/lead
+ name = "Corpse - Weyland-Yutani - Corporate Security Lead"
+ flags = EQUIPMENT_PRESET_EXTRA
+ assignment = JOB_WY_GOON_LEAD
+ rank = JOB_WY_GOON_LEAD
+ paygrade = "WEY-GOON-L"
+
+/datum/equipment_preset/corpse/pmc/hybrisa_goon/lead/load_gear(mob/living/carbon/human/new_human)
+ new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/distress/WY, WEAR_L_EAR)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/pmc/corporate/hybrisa/lead, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa/lead, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate, WEAR_FEET)
+
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack/five_slot, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/baton, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/crowbar, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/gun/m4a3/vp78, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large, WEAR_L_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_L_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_L_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_L_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_L_STORE)
+
+/datum/equipment_preset/corpse/pmc/hybrisa_goon/lead/burst
+ name = "Corpse - Burst Weyland-Yutani - Corporate Security Lead (Goon Lead)"
+ xenovictim = TRUE
+
+//*****************************************************************************************************/
+
+// Civilian
+
+
+/datum/equipment_preset/corpse/hybrisa
+ flags = EQUIPMENT_PRESET_STUB
+
+/datum/equipment_preset/corpse/hybrisa/civilian
+ name = "Corpse - Civilian"
+ assignment = "Civilian"
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+
+/datum/equipment_preset/corpse/hybrisa/civilian/load_gear(mob/living/carbon/human/new_human)
+
+ var/random_gear = rand(1,10)
+ switch(random_gear)
+ if(1) // Colonist
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/soft/ferret(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/snow_suit/hybrisa/parka_blue(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/khaki(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/black(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack(new_human), WEAR_BACK)
+ if(2) // Colonist
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/snow_suit/hybrisa/parka_brown(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/pink(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/brown(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/industrial(new_human), WEAR_BACK)
+ if(3) // Colonist
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/snow_suit/hybrisa/parka_green(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/green(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK)
+ if(4) // Colonist
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/snow_suit/hybrisa/polyester_jacket_brown(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/green(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/brown(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK)
+ if(5) // Colonist
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/snow_suit/hybrisa/polyester_jacket_blue(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/black(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK)
+ if(6) // Colonist
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/snow_suit/hybrisa/polyester_jacket_red(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/brown(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK)
+ if(7) // Colonist
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/soft/ferret(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/bomber/grey(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/khaki(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/black(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK)
+ if(8) // Colonist
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/bomber(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/pink(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/brown(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK)
+ if(9) // Colonist
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/soft/trucker/red(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/bomber/red(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/red(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK)
+ if(10) // Colonist
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/beanie/royal_marine(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/bomber/alt(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/wy_joliet_shopsteward(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/royal_marine(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack(new_human), WEAR_BACK)
+ ..()
+
+/datum/equipment_preset/corpse/hybrisa/civilian/burst
+ name = "Corpse - Burst - Civilian"
+ assignment = "Civilian"
+ xenovictim = TRUE
+
+// Office Workers
+
+/datum/equipment_preset/corpse/hybrisa/civilian_office
+ name = "Corpse - Civilian - Office Worker"
+ assignment = "Civilian - Office Worker"
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+
+/datum/equipment_preset/corpse/hybrisa/civilian_office/load_gear(mob/living/carbon/human/new_human)
+
+ var/random_gear = rand(1,6)
+ switch(random_gear)
+ if(1) // Colonist (Office)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/corporate/brown(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/stowaway(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup/brown(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel(new_human), WEAR_BACK)
+ if(2) // Colonist (Office)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/corporate/black(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black(new_human), WEAR_BACK)
+ if(3) // Colonist (Office)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/corporate/blue(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit/suspenders(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/blue(new_human), WEAR_BACK)
+ if(4) // Colonist (Office)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/corporate/brown(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup/brown(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel(new_human), WEAR_BACK)
+ if(5) // Colonist (Office)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/wcoat(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/det/slob(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black(new_human), WEAR_BACK)
+ if(6) // Colonist (Office)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/corporate/blue(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit/blazer(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/blue(new_human), WEAR_BACK)
+ ..()
+
+/datum/equipment_preset/corpse/hybrisa/civilian_office/burst
+ name = "Corpse - Burst - Civilian - Office Worker"
+ assignment = "Civilian"
+ xenovictim = TRUE
+
+// Weymart
+
+/datum/equipment_preset/corpse/hybrisa/weymart
+ name = "Corpse - Civilian - Weymart Employee"
+ assignment = "Civilian - Weymart Employee"
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+
+/datum/equipment_preset/corpse/hybrisa/weymart/load_gear(mob/living/carbon/human/new_human)
+
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hybrisa/weymart(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/weymart(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/weymart(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET)
+
+/datum/equipment_preset/corpse/hybrisa/weymart/burst
+ name = "Corpse - Burst - Civilian - Weymart Employee"
+ assignment = "Civilian - Weymart Employee"
+ xenovictim = TRUE
+
+// Sanitation
+
+/datum/equipment_preset/corpse/hybrisa/sanitation
+ name = "Corpse - Civilian - Material Reprocessing Technician"
+ assignment = "Civilian - Material Reprocessing Technician"
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+
+/datum/equipment_preset/corpse/hybrisa/sanitation/load_gear(mob/living/carbon/human/new_human)
+
+ var/random_gear = rand(1,50)
+ switch(random_gear)
+ if(1 to 20) // Sanitation
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/santiation(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/hybrisa/sanitation_utility(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/brown(new_human), WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown(new_human), WEAR_FEET)
+ if(20 to 30) // Sanitation
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/cmcap(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/santiation(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/sanitation(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/brown(new_human), WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown(new_human), WEAR_FEET)
+ if(30 to 45) // Sanitation
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/santiation(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/hybrisa/sanitation_utility(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/brown(new_human), WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather(new_human), WEAR_FACE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown(new_human), WEAR_FEET)
+ if(45 to 50) // Sanitation (Rarer)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/durag/black(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/santiation(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/hybrisa/sanitation_utility(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/brown(new_human), WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather(new_human), WEAR_FACE)
+ ..()
+
+/datum/equipment_preset/corpse/hybrisa/sanitation/burst
+ name = "Corpse - Burst - Civilian - Material Reprocessing Technician"
+ assignment = "Civilian - Material Reprocessing Technician"
+ xenovictim = TRUE
+
+// Pizza Galaxy
+
+/datum/equipment_preset/corpse/hybrisa/pizza_galaxy
+ name = "Corpse - Civilian - Pizza Galaxy Delivery Driver"
+ assignment = "Civilian - Pizza Galaxy Delivery Driver"
+ idtype = /obj/item/card/id/pizza
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+
+/datum/equipment_preset/corpse/hybrisa/pizza_galaxy/load_gear(mob/living/carbon/human/new_human)
+
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hybrisa/pizza_galaxy(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/pizza_galaxy(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/red(new_human), WEAR_FEET)
+
+/datum/equipment_preset/corpse/hybrisa/pizza_galaxy/burst
+ name = "Corpse - Burst - Civilian - Pizza Galaxy Delivery Driver"
+ assignment = "Civilian - Pizza Galaxy Delivery Driver"
+ xenovictim = TRUE
+
+// Colonial Marshals
+
+/datum/equipment_preset/corpse/hybrisa/cmb_officer
+
+ name = "Corpse - CMB Police Officer"
+ assignment = "CMB Affiliated Officer"
+ paygrade = "GS-9"
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+ idtype = /obj/item/card/id/deputy
+
+/datum/equipment_preset/corpse/hybrisa/cmb_officer/load_gear(mob/living/carbon/human/new_human)
+
+ var/choice = rand(1,10)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/cmb_officer, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/sec, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/handcuffs, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/security/MP/full, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud/blue, WEAR_EYES)
+
+ switch(choice)
+ if(1 to 5)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hybrisa/cmb_peaked_cap, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/cmb/hybrisa, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/holster, WEAR_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/highpower, WEAR_IN_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/highpower, WEAR_IN_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/highpower, WEAR_IN_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/mp5, WEAR_J_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5, WEAR_IN_R_STORE)
+ if(6 to 7)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hybrisa/cmb_cap_new, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/armor/vest/hybrisa/cmb_vest, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/holster, WEAR_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/highpower, WEAR_IN_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/highpower, WEAR_IN_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/highpower, WEAR_IN_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, WEAR_J_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/shotgun, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/buckshot, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/slug, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/slug, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/beanbag, WEAR_IN_R_STORE)
+ if(8 to 10)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hybrisa/cmb_peaked_cap_gold, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/armor/vest/hybrisa/cmb_vest, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/holster, WEAR_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/highpower/black, WEAR_IN_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/highpower, WEAR_IN_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/highpower, WEAR_IN_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/mp5, WEAR_J_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5, WEAR_IN_R_STORE)
+ ..()
+
+/datum/equipment_preset/corpse/hybrisa/cmb_officer/burst
+
+ name = "Corpse - Burst - CMB Police Officer"
+ assignment = "CMB Affiliated Officer"
+ xenovictim = TRUE
+
+// KMCC Mining
+
+/datum/equipment_preset/corpse/hybrisa/kelland_miner
+ name = "Corpse - KMCC - Miner"
+ assignment = "KMCC - Miner"
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+
+/datum/equipment_preset/corpse/hybrisa/kelland_miner/load_gear(mob/living/carbon/human/new_human)
+
+ var/random_gear = rand(1,85)
+ switch(random_gear)
+ if(1 to 35)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat/red/kelland, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/kelland_mining(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/light/vest/hybrisa_kelland_alt, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/pickaxe(new_human), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full(new_human), WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat, WEAR_HANDS)
+ if(35 to 50)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/hybrisa/kelland_mining_helmet, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/kelland_mining(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/light/vest/hybrisa_kelland_alt, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/pickaxe(new_human), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full(new_human), WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat, WEAR_HANDS)
+ if(50 to 70)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat/red/kelland, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/kelland_mining(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/kelland_mining, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/pickaxe(new_human), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full(new_human), WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat, WEAR_HANDS)
+ if(70 to 80)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/rmc/heavy, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/kelland_mining(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/light/vest/hybrisa_kelland(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/hybrisa/kelland_mining_helmet, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/pickaxe(new_human), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full(new_human), WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat, WEAR_HANDS)
+ if(80 to 85)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/rmc/light, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/pickaxe(new_human), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full(new_human), WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/kelland_mining(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/light/vest/hybrisa_kelland_alt(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/hybrisa/kelland_mining_helmet, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/royal_marine, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/royal_marine/knife(new_human), WEAR_FEET)
+ ..()
+
+/datum/equipment_preset/corpse/hybrisa/kelland_miner/burst
+ name = "Corpse - Burst - KMCC - Miner"
+ assignment = "KMCC - Miner"
+ xenovictim = TRUE
+
+// Medical
+
+/datum/equipment_preset/corpse/hybrisa/medical_doctor_corpse
+ name = "Corpse - Civilian - Medical Doctor"
+ assignment = "Civilian - Medical Doctor"
+ idtype = /obj/item/card/id/silver/clearance_badge
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+
+/datum/equipment_preset/corpse/hybrisa/medical_doctor_corpse/load_gear(mob/living/carbon/human/new_human)
+
+ var/choice = rand(1,45)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/med, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/white, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/latex, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/medkit, WEAR_R_STORE)
+
+ switch(choice)
+ if(1 to 20)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/surgical(new_human), WEAR_FACE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/surgery/blue(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/medical/blue(new_human), WEAR_BODY)
+ if(20 to 40)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/medical/green(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat, WEAR_JACKET)
+ if(35 to 45)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/medical(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/full/with_defib_and_analyzer, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/medical_red, WEAR_JACKET)
+ ..()
+
+/datum/equipment_preset/corpse/hybrisa/medical_doctor_corpse/burst
+ name = "Corpse - Burst - Civilian - Medical Doctor"
+ assignment = "Civilian - Medical Doctor"
+ xenovictim = TRUE
+
+// Science
+
+// Xenobiologist
+
+/datum/equipment_preset/corpse/hybrisa/scientist_xenobiologist
+ name = "Corpse - Xenobiologist"
+ assignment = "Xenobiologist"
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+ idtype = /obj/item/card/id/silver/clearance_badge/scientist
+
+/datum/equipment_preset/corpse/hybrisa/scientist_xenobiologist/load_gear(mob/living/carbon/human/new_human)
+ var/random_gear = rand(1,50)
+ switch(random_gear)
+ if(1 to 20)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/hybrisa, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/latex, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup, WEAR_FEET)
+ if(20 to 45)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/hybrisa, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/latex, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup/brown, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/regular, WEAR_EYES)
+ if(45 to 50)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/hybrisa, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/armor/vest/hybrisa/civilian_vest, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science, WEAR_EYES)
+ ..()
+
+/datum/equipment_preset/corpse/hybrisa/scientist_xenobiologist/burst
+ name = "Corpse - Burst - Xenobiologist"
+ assignment = "Xenobiologist"
+ xenovictim = TRUE
+
+// Xenoarchaeologist
+
+/datum/equipment_preset/corpse/hybrisa/scientist_xenoarchaeologist
+ name = "Corpse - Xenoarchaeologist"
+ assignment = "Xenoarchaeologist"
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+ idtype = /obj/item/card/id/silver/clearance_badge/scientist
+
+/datum/equipment_preset/corpse/hybrisa/scientist_xenoarchaeologist/load_gear(mob/living/carbon/human/new_human)
+ var/random_gear = rand(1,55)
+ switch(random_gear)
+ if(1 to 25)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/hybrisa, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat/researcher, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/regular, WEAR_EYES)
+ if(25 to 35)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/hybrisa, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/bio_suit/wy_bio, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/brown, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/bio_hood/wy_bio/alt, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/shovel/spade, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/shovel/spade, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/device/flashlight/lantern, WEAR_IN_BACK)
+ if(35 to 50)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/hybrisa, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/bio_suit/wy_bio, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/brown, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/bio_hood/wy_bio/alt, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/shovel/spade, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/shovel/spade, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/device/flashlight/lantern, WEAR_IN_BACK)
+ if(50 to 55)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/hybrisa, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/bio_suit/wy_bio, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/brown, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/bio_hood/wy_bio, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/shovel/spade, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/device/flashlight/lantern, WEAR_IN_BACK)
+ ..()
+
+/datum/equipment_preset/corpse/hybrisa/scientist_xenoarchaeologist/burst
+ name = "Corpse - Burst - Xenoarchaeologist"
+ assignment = "Xenoarchaeologist"
+ xenovictim = TRUE
+
+//*****************************************************************************************************/
diff --git a/code/modules/gear_presets/survivors/lv759/preset_hybrisa.dm b/code/modules/gear_presets/survivors/lv759/preset_hybrisa.dm
new file mode 100644
index 0000000000..179838aa6d
--- /dev/null
+++ b/code/modules/gear_presets/survivors/lv759/preset_hybrisa.dm
@@ -0,0 +1,1354 @@
+//////////////////// CIVILIAN ///////////////////////
+////////////////////////////////////////////////////
+
+// Civilian
+
+/datum/equipment_preset/survivor/hybrisa/civilian
+ name = "Survivor - Hybrisa - Civilian"
+ assignment = "Civilian"
+ skills = /datum/skills/civilian/survivor
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+ access = list(ACCESS_CIVILIAN_PUBLIC)
+
+ survivor_variant = CIVILIAN_SURVIVOR
+
+/datum/equipment_preset/survivor/hybrisa/civilian/load_gear(mob/living/carbon/human/new_human)
+
+ var/random_gear = rand(1,10)
+ switch(random_gear)
+ if(1) // Colonist
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/soft/grey(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/snow_suit/hybrisa/parka_blue(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/khaki(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/black(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack(new_human), WEAR_BACK)
+ if(2) // Colonist
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/snow_suit/hybrisa/parka_brown(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/pink(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/brown(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/industrial(new_human), WEAR_BACK)
+ if(3) // Colonist
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/snow_suit/hybrisa/parka_green(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/green(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK)
+ if(4) // Colonist
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/snow_suit/hybrisa/polyester_jacket_brown(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/green(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/brown(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK)
+ if(5) // Colonist
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/snow_suit/hybrisa/polyester_jacket_blue(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/black(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK)
+ if(6) // Colonist
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/snow_suit/hybrisa/polyester_jacket_red(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/brown(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK)
+ if(7) // Colonist
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/soft/ferret(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/bomber/grey(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/khaki(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/black(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK)
+ if(8) // Colonist
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/bomber(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/pink(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/brown(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK)
+ if(9) // Colonist
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/soft/trucker/red(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/bomber/red(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/red(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK)
+ if(10) // Colonist
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/beanie/royal_marine(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/bomber/alt(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/wy_joliet_shopsteward(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/royal_marine(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack(new_human), WEAR_BACK)
+ add_survivor_weapon_civilian(new_human)
+ ..()
+
+// Office Workers
+
+/datum/equipment_preset/survivor/hybrisa/civilian_office
+ name = "Survivor - Hybrisa - Civilian - Office Worker"
+ assignment = "Civilian - Office Worker"
+ skills = /datum/skills/civilian/survivor
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+ access = list(ACCESS_CIVILIAN_PUBLIC)
+
+ survivor_variant = CIVILIAN_SURVIVOR
+
+/datum/equipment_preset/survivor/hybrisa/civilian_office/load_gear(mob/living/carbon/human/new_human)
+
+ var/random_gear = rand(1,6)
+ switch(random_gear)
+ if(1) // Colonist (Office)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/corporate/brown(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/stowaway(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup/brown(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel(new_human), WEAR_BACK)
+ if(2) // Colonist (Office)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/corporate/black(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black(new_human), WEAR_BACK)
+ if(3) // Colonist (Office)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/corporate/blue(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit/suspenders(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/blue(new_human), WEAR_BACK)
+ if(4) // Colonist (Office)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/corporate/brown(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup/brown(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel(new_human), WEAR_BACK)
+ if(5) // Colonist (Office)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/wcoat(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/det/slob(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black(new_human), WEAR_BACK)
+ if(6) // Colonist (Office)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/corporate/blue(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit/blazer(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/blue(new_human), WEAR_BACK)
+ add_survivor_weapon_civilian(new_human)
+ ..()
+
+// Weymart Employee
+
+/datum/equipment_preset/survivor/hybrisa/weymart
+ name = "Survivor - Hybrisa - Civilian - Weymart Employee"
+ assignment = "Civilian - Weymart Employee"
+ skills = /datum/skills/civilian/survivor
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+ access = list(ACCESS_CIVILIAN_PUBLIC)
+
+ survivor_variant = CIVILIAN_SURVIVOR
+
+/datum/equipment_preset/survivor/hybrisa/weymart/load_gear(mob/living/carbon/human/new_human)
+
+ var/random_gear = rand(1,50)
+ switch(random_gear)
+ if(1 to 45) // Weymart-Employee
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hybrisa/weymart(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/weymart(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/weymart(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET)
+ if(45 to 50) // Weymart-Employee (Rarer)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hybrisa/weymart(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/weymart(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/weymart(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/explosive/plastic(new_human.back), WEAR_IN_BACK)
+ add_survivor_weapon_civilian(new_human)
+ ..()
+
+// Sanitation
+
+/datum/equipment_preset/survivor/hybrisa/sanitation
+ name = "Survivor - Hybrisa - Civilian - Material Reprocessing Technician"
+ assignment = "Civilian - Material Reprocessing Technician"
+ skills = /datum/skills/civilian/survivor
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+ access = list(ACCESS_CIVILIAN_PUBLIC)
+
+ survivor_variant = CIVILIAN_SURVIVOR
+
+/datum/equipment_preset/survivor/hybrisa/sanitation/load_gear(mob/living/carbon/human/new_human)
+
+ var/random_gear = rand(1,50)
+ switch(random_gear)
+ if(1 to 20) // Sanitation
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/santiation(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/hybrisa/sanitation_utility(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/brown(new_human), WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown(new_human), WEAR_FEET)
+ if(20 to 30) // Sanitation
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/cmcap(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/santiation(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/sanitation(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/brown(new_human), WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown(new_human), WEAR_FEET)
+ if(30 to 45) // Sanitation
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/santiation(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/hybrisa/sanitation_utility(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/brown(new_human), WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather(new_human), WEAR_FACE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown(new_human), WEAR_FEET)
+ if(45 to 50) // Sanitation (Rarer)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/durag/black(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/santiation(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/hybrisa/sanitation_utility(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/brown(new_human), WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather(new_human), WEAR_FACE)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/flamer, WEAR_R_HAND)
+ add_survivor_weapon_civilian(new_human)
+ ..()
+
+// Pizza Galaxy
+
+/datum/equipment_preset/survivor/hybrisa/pizza_galaxy
+ name = "Survivor - Hybrisa - Civilian - Pizza Galaxy Delivery Driver"
+ assignment = "Civilian - Pizza Galaxy Delivery Driver"
+ idtype = /obj/item/card/id/pizza
+ skills = /datum/skills/civilian/survivor/pizza_delivery_driver
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+ access = list(ACCESS_CIVILIAN_PUBLIC)
+
+ survivor_variant = CIVILIAN_SURVIVOR
+
+/datum/equipment_preset/survivor/hybrisa/pizza_galaxy/load_gear(mob/living/carbon/human/new_human)
+
+ var/random_gear = rand(1,65)
+ switch(random_gear)
+ if(1 to 45) // Pizza Delivery
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hybrisa/pizza_galaxy(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/pizza_galaxy(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/red(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/pizzabox/pizza_galaxy/mystery(new_human.back), WEAR_IN_BACK)
+ if(45 to 60) // Pizza Delivery (Rarer)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/headband/red(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/pizza_galaxy(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/armor/vest/hybrisa/civilian_vest(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/red(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/pizzabox/pizza_galaxy/mystery(new_human.back), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/kt42, WEAR_R_HAND)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/kt42, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/kt42, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/kt42, WEAR_IN_R_STORE)
+ if(60 to 65) // Pizza Delivery (Very Rare)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/hybrisa/pizza_galaxy(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/pizza_galaxy(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/light/vest(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/commando/cbrn(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/pizzabox/pizza_galaxy/mystery(new_human.back), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/shotgun/pump/dual_tube/cmb/m3717, WEAR_R_HAND)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/shotgun, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/buckshot, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/buckshot, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/buckshot, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/buckshot, WEAR_IN_R_STORE)
+ add_survivor_weapon_civilian(new_human)
+ ..()
+
+// Fire Protection Specialist
+
+/datum/equipment_preset/survivor/hybrisa/fire_fighter
+ name = "Survivor - Hybrisa - Civilian - Fire Protection Specialist"
+ assignment = "Civilian - Fire Protection Specialist"
+ role_comm_title = "FPS"
+ skills = /datum/skills/civilian/survivor/fire_fighter
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+ access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_MEDBAY, ACCESS_CIVILIAN_COMMAND)
+
+ survivor_variant = CIVILIAN_SURVIVOR
+
+/datum/equipment_preset/survivor/hybrisa/fire_fighter/load_gear(mob/living/carbon/human/new_human)
+
+ var/random_gear = rand(1,50)
+ switch(random_gear)
+ if(1 to 30) // Firefighter
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/soft(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/gas/voice(new_human), WEAR_FACE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/ua_civvies(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/light/vest/fire_light(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat(new_human), WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/combat(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/attachable/attached_gun/extinguisher(new_human.back), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/twohanded/fireaxe, WEAR_R_HAND)
+ if(30 to 50) // (Rare)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/hybrisa/firefighter(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/ua_civvies(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/light/vest/fire_light(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat(new_human), WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/combat(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/attachable/attached_gun/extinguisher(new_human.back), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/extinguisher/mini(new_human.back), WEAR_IN_BACK)
+ add_survivor_weapon_civilian(new_human)
+ ..()
+
+// Cuppa Joe's Employee
+
+/datum/equipment_preset/survivor/hybrisa/cuppa_joes
+ name = "Survivor - Hybrisa - Civilian - Cuppa Joe's Barista"
+ assignment = "Civilian - Cuppa Joe's Barista"
+ skills = /datum/skills/civilian/survivor
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+ access = list(ACCESS_CIVILIAN_PUBLIC)
+
+ survivor_variant = CIVILIAN_SURVIVOR
+
+/datum/equipment_preset/survivor/hybrisa/cuppa_joes/load_gear(mob/living/carbon/human/new_human)
+
+ var/random_gear = rand(1,50)
+ switch(random_gear)
+ if(1 to 45) // Cuppa Joe's Barista
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/cuppa_joes(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/apron/cuppa_joes(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel(new_human), WEAR_BACK)
+ if(45 to 50) // Cuppa Joe's Barista (Rarer)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/beret(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/cuppa_joes(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/apron/cuppa_joes(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/m15(new_human.back), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/explosive/grenade/high_explosive/m15(new_human.back), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/regular/hipster, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel(new_human), WEAR_BACK)
+ add_survivor_weapon_civilian(new_human)
+ ..()
+
+//////////////// COLONIAL MARSHALLS /////////////////
+////////////////////////////////////////////////////
+
+// Colonial Marshals
+
+/datum/equipment_preset/survivor/hybrisa/cmb_officer
+
+ name = "Survivor - Hybrisa - CMB Police Officer"
+ assignment = "CMB Affiliated Officer"
+ role_comm_title = "CMB DEP"
+ paygrade = "GS-9"
+ skills = /datum/skills/civilian/survivor/marshal
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+ idtype = /obj/item/card/id/deputy
+ access = list(ACCESS_CIVILIAN_PUBLIC,ACCESS_CIVILIAN_RESEARCH,ACCESS_CIVILIAN_ENGINEERING,ACCESS_CIVILIAN_LOGISTICS,ACCESS_CIVILIAN_BRIG,ACCESS_CIVILIAN_MEDBAY,ACCESS_CIVILIAN_COMMAND,)
+
+ survivor_variant = SECURITY_SURVIVOR
+
+/datum/equipment_preset/survivor/hybrisa/cmb_officer/load_gear(mob/living/carbon/human/new_human)
+
+ var/choice = rand(1,10)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/cmb_officer, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/sec, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/handcuffs, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/security/MP/full, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud/blue, WEAR_EYES)
+
+ switch(choice)
+ if(1 to 5)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hybrisa/cmb_peaked_cap, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/cmb/hybrisa, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/holster, WEAR_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/highpower, WEAR_IN_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/highpower, WEAR_IN_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/highpower, WEAR_IN_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/mp5, WEAR_J_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5, WEAR_IN_R_STORE)
+ if(6 to 7)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hybrisa/cmb_cap_new, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/armor/vest/hybrisa/cmb_vest, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/holster, WEAR_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/highpower, WEAR_IN_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/highpower, WEAR_IN_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/highpower, WEAR_IN_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/shotgun/pump/dual_tube/cmb, WEAR_J_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/shotgun, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/buckshot, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/slug, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/slug, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/handful/shotgun/beanbag, WEAR_IN_R_STORE)
+ if(8 to 10)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hybrisa/cmb_peaked_cap_gold, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/armor/vest/hybrisa/cmb_vest, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/holster, WEAR_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/highpower/black, WEAR_IN_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/highpower, WEAR_IN_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/highpower, WEAR_IN_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/mp5, WEAR_J_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/mp5, WEAR_IN_R_STORE)
+ add_survivor_weapon_security(new_human)
+ ..()
+
+//////////////// MEDICAL & SCIENCE //////////////////
+////////////////////////////////////////////////////
+
+// Doctors / Science
+
+/datum/equipment_preset/survivor/hybrisa/doctor
+ name = "Survivor - Hybrisa - Medical Doctor"
+ assignment = "Doctor"
+ role_comm_title = "DOC"
+ skills = /datum/skills/civilian/survivor/doctor
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+ idtype = /obj/item/card/id/silver/clearance_badge
+ access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_MEDBAY, ACCESS_CIVILIAN_COMMAND)
+
+ survivor_variant = MEDICAL_SURVIVOR
+
+/datum/equipment_preset/survivor/hybrisa/doctor/load_gear(mob/living/carbon/human/new_human)
+
+ var/choice = rand(1,45)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/med, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/white, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/latex, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/medkit, WEAR_R_STORE)
+
+ switch(choice)
+ if(1 to 20)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/surgical(new_human), WEAR_FACE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/surgery/blue(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/medical/blue(new_human), WEAR_BODY)
+ if(20 to 40)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/medical/green(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat, WEAR_JACKET)
+ if(35 to 45)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/medical(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/full/with_defib_and_analyzer, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/medical_red, WEAR_JACKET)
+ add_random_survivor_medical_gear(new_human)
+ add_survivor_weapon_civilian(new_human)
+ ..()
+
+// Nova Medica - Paramedic
+
+/datum/equipment_preset/survivor/hybrisa/paramedic
+ name = "Survivor - Hybrisa - Emergency Medical Technician - Paramedic"
+ assignment = "Emergency Medical Technician - Paramedic"
+ role_comm_title = "PARA"
+ paygrade = "CPARA"
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+ assignment = "EMT - Paramedic"
+ skills = /datum/skills/civilian/survivor/paramedic
+ idtype = /obj/item/card/id/silver
+ access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_MEDBAY, ACCESS_CIVILIAN_COMMAND)
+
+ survivor_variant = MEDICAL_SURVIVOR
+
+/datum/equipment_preset/survivor/hybrisa/paramedic/load_gear(mob/living/carbon/human/new_human)
+
+ var/choice = rand(1,25)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/med, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/white, WEAR_FEET)
+
+ switch(choice)
+ if(1 to 9)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/hybrisa/EMT_red_utility, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/paramedic/red, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/medkit, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/latex, WEAR_HANDS)
+ if(10 to 19)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/hybrisa/EMT_green_utility, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/paramedic, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/latex, WEAR_HANDS)
+ if(20 to 24)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/paramedic, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/medical_green, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/full/with_defib_and_analyzer, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/latex, WEAR_HANDS)
+ if(25)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/hybrisa/EMT_red_utility, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/paramedic/red, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/hybrisa/medtech, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/full/with_defib_and_analyzer, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/mar40, WEAR_L_HAND)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/mar40/extended, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/mar40/extended, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/mar40/extended, WEAR_IN_R_STORE)
+ add_random_survivor_medical_gear(new_human)
+ add_survivor_weapon_civilian(new_human)
+ ..()
+
+// Science
+
+/datum/equipment_preset/survivor/hybrisa/scientist_xenoarchaeologist
+ name = "Survivor - Hybrisa - Xenoarchaeologist"
+ assignment = "Xenoarchaeologist"
+ role_comm_title = "WY-SCI"
+ skills = /datum/skills/civilian/survivor/scientist
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+ idtype = /obj/item/card/id/silver/clearance_badge/scientist
+ access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_MEDBAY)
+
+ survivor_variant = SCIENTIST_SURVIVOR
+
+/datum/equipment_preset/survivor/hybrisa/scientist_xenoarchaeologist/load_gear(mob/living/carbon/human/new_human)
+ var/random_gear = rand(1,55)
+ switch(random_gear)
+ if(1 to 25)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/hybrisa, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat/researcher, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/regular, WEAR_EYES)
+ if(25 to 35)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/hybrisa, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/bio_suit/wy_bio, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/brown, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/bio_hood/wy_bio/alt, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/shovel/spade, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/shovel/spade, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/device/flashlight/lantern, WEAR_IN_BACK)
+ if(35 to 50)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/hybrisa, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/bio_suit/wy_bio, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/brown, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/bio_hood/wy_bio/alt, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/shovel/spade, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/shovel/spade, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/device/flashlight/lantern, WEAR_IN_BACK)
+ if(50 to 55)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/hybrisa, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/bio_suit/wy_bio, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/cbrn, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/commando/cbrn, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/bio_hood/wy_bio, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/shovel/spade, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/explosive/plastic, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/device/flashlight/lantern, WEAR_IN_BACK)
+ add_survivor_weapon_civilian(new_human)
+ add_random_survivor_research_gear(new_human)
+ ..()
+
+/datum/equipment_preset/survivor/hybrisa/scientist_xenobiologist
+ name = "Survivor - Hybrisa - Xenobiologist"
+ assignment = "Xenobiologist"
+ role_comm_title = "WY-SCI"
+ skills = /datum/skills/civilian/survivor/scientist
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+ idtype = /obj/item/card/id/silver/clearance_badge/scientist
+ access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_RESEARCH, ACCESS_CIVILIAN_MEDBAY)
+
+ survivor_variant = SCIENTIST_SURVIVOR
+
+/datum/equipment_preset/survivor/hybrisa/scientist_xenobiologist/load_gear(mob/living/carbon/human/new_human)
+ var/random_gear = rand(1,50)
+ switch(random_gear)
+ if(1 to 20)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/hybrisa, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/latex, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup, WEAR_FEET)
+ if(20 to 45)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/hybrisa, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/latex, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup/brown, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/regular, WEAR_EYES)
+ if(45 to 50)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/hybrisa, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/armor/vest/hybrisa/civilian_vest, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/cbrn, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/headband/tan, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/flamer, WEAR_R_HAND)
+ add_survivor_weapon_civilian(new_human)
+ add_random_survivor_research_gear(new_human)
+ ..()
+
+///////////// MAINTENANCE & ENGINEERING /////////////
+////////////////////////////////////////////////////
+
+// Engineering & Maintenance
+
+/datum/equipment_preset/survivor/hybrisa/heavy_vehicle_operator
+ name = "Survivor - Hybrisa - Heavy Vehicle Operator"
+ assignment = "Heavy Vehicle Operator"
+ role_comm_title = "H-VEH"
+ skills = /datum/skills/civilian/survivor/trucker
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+ access = list(ACCESS_CIVILIAN_PUBLIC,ACCESS_CIVILIAN_ENGINEERING,ACCESS_CIVILIAN_LOGISTICS)
+
+ survivor_variant = ENGINEERING_SURVIVOR
+
+/datum/equipment_preset/survivor/hybrisa/heavy_vehicle_operator/load_gear(mob/living/carbon/human/new_human)
+
+ var/choice = rand(1,6)
+ new_human.equip_to_slot_or_del(new /obj/item/hardpoint/locomotion/van_wheels(new_human), WEAR_R_HAND)
+ switch(choice)
+ if(1)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/beanie/tan, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/green, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/vest/tan, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/brown, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/black_vest/brown_vest, WEAR_ACCESSORY)
+ if(2)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/beanie/gray, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/bomber/grey, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots, WEAR_FEET)
+ if(3)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/soft/trucker/red, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/insulated, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/workwear/green, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/vest, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots, WEAR_FEET)
+ if(4)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/soft/trucker, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/aviator/silver, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/ua_civvies, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/bomber/grey, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots, WEAR_FEET)
+ if(5)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/headset, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/big, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/insulated, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/synthetic/frontier, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/bomber, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown, WEAR_FEET)
+ if(6)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/soft/ferret, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/aviator, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/color/yellow, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/bomber/grey, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/black_vest, WEAR_ACCESSORY)
+ add_survivor_weapon_civilian(new_human)
+ ..()
+
+/datum/equipment_preset/survivor/hybrisa/electrical_engineer
+ name = "Survivor - Hybrisa - Electrical Engineer"
+ assignment = "Electrical Engineer"
+ role_comm_title = "E-ENG"
+ skills = /datum/skills/civilian/survivor/engineer
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+ access = list(ACCESS_CIVILIAN_PUBLIC,ACCESS_CIVILIAN_ENGINEERING,ACCESS_CIVILIAN_LOGISTICS)
+
+ survivor_variant = ENGINEERING_SURVIVOR
+
+/datum/equipment_preset/survivor/hybrisa/electrical_engineer/load_gear(mob/living/carbon/human/new_human)
+ var/choice = rand(1,3)
+ switch(choice)
+ if(1)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/insulated, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat/dblue, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/engineering_utility/alt, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/sanitation, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/nailgun, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/small_stack, WEAR_IN_BACK)
+ if(2)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/insulated, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat/dblue, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/engineering_utility/alt, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/blue, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/nailgun, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/small_stack, WEAR_IN_BACK)
+ if(3)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/insulated, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/engineering_utility/alt, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/hybrisa/engineering_utility_oversuit/alt, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/knife, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/nailgun, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/med_small_stack, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding, WEAR_EYES)
+ add_survivor_weapon_civilian(new_human)
+ ..()
+
+// Construction Worker
+
+/datum/equipment_preset/survivor/hybrisa/construction_worker
+ name = "Survivor - Hybrisa - Construction Worker"
+ assignment = "Construction Worker"
+ role_comm_title = "CON-WRK"
+ skills = /datum/skills/civilian/survivor/engineer
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+ access = list(ACCESS_CIVILIAN_PUBLIC,ACCESS_CIVILIAN_ENGINEERING,ACCESS_CIVILIAN_LOGISTICS)
+
+ survivor_variant = ENGINEERING_SURVIVOR
+
+/datum/equipment_preset/survivor/hybrisa/construction_worker/load_gear(mob/living/carbon/human/new_human)
+ var/choice = rand(1,3)
+ switch(choice)
+ if(1)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/insulated, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat/orange, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/engineering_utility, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/nailgun, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/large_stack, WEAR_IN_BACK)
+ if(2)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/insulated, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat/orange, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/engineering_utility, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/nailgun, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/large_stack, WEAR_IN_BACK)
+ if(3)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/insulated, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/engineering_utility, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/hybrisa/engineering_utility_oversuit, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/nailgun, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/nailgun, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/large_stack, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/welding, WEAR_EYES)
+ add_survivor_weapon_civilian(new_human)
+ ..()
+
+//////////////// WEYLAND YUTANI /////////////////////
+////////////////////////////////////////////////////
+
+// Weyland Yutani Corpo
+
+/datum/equipment_preset/survivor/hybrisa/wy_exec
+ name = "Survivor - Hybrisa - Executive"
+ assignment = JOB_EXECUTIVE
+ rank = JOB_EXECUTIVE
+ skills = /datum/skills/civilian/survivor
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+ paygrade = "WYC3"
+ faction_group = list(FACTION_WY, FACTION_SURVIVOR)
+ idtype = /obj/item/card/id/silver/clearance_badge/cl
+ access = list(ACCESS_CIVILIAN_PUBLIC,ACCESS_CIVILIAN_COMMAND,ACCESS_WY_GENERAL,ACCESS_WY_COLONIAL,ACCESS_WY_EXEC,)
+
+ languages = list(LANGUAGE_ENGLISH, LANGUAGE_JAPANESE)
+
+ survivor_variant = CORPORATE_SURVIVOR
+
+/datum/equipment_preset/survivor/hybrisa/wy_exec/load_gear(mob/living/carbon/human/new_human)
+ var/choice = rand(1,45)
+ switch(choice)
+ if(1 to 10)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/cmb/hybrisa/fur_lined_trench_coat/alt, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/big, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/wy_exec_suit_uniform, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/pen/clicky(new_human), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clipboard(new_human), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/spacecash/c1000(new_human), WEAR_IN_BACK)
+ if(10 to 20)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/cmb/hybrisa/fur_lined_trench_coat, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/big, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/wy_exec_suit_uniform/jacket, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup/brown, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/pen/clicky(new_human), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clipboard(new_human), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/spacecash/c1000(new_human), WEAR_IN_BACK)
+ if(20 to 30)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/wy_exec_suit_uniform/brown, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/black, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/cmb/hybrisa/fur_lined_trench_coat/alt, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/lockable, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/pen/clicky, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clipboard, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/spacecash/c1000, WEAR_IN_BACK)
+ if(30 to 40)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/wy_exec_suit_uniform/brown/jacket, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/cmb/hybrisa/fur_lined_trench_coat/alt, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/lockable, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/pen/clicky, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clipboard, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/spacecash/c1000, WEAR_IN_BACK)
+ if(40 to 45)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/holster, WEAR_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/vp70, WEAR_IN_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/vp70/penetrating, WEAR_IN_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/vp70/penetrating, WEAR_IN_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/wy_exec_suit_uniform/jacket_only, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/cmb/hybrisa/fur_lined_trench_coat, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/pen/clicky(new_human), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clipboard(new_human), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/spacecash/c1000(new_human), WEAR_IN_BACK)
+ add_survivor_weapon_civilian(new_human)
+ add_random_cl_survivor_loot(new_human)
+ ..()
+
+// WY Goons
+
+/datum/equipment_preset/survivor/hybrisa/corporate_goon
+ name = "Survivor - Hybrisa - Weyland-Yutani - Corporate Security Guard"
+ assignment = "Weyland-Yutani - Corporate Security Guard"
+ role_comm_title = "WY-SEC"
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+ faction_group = list(FACTION_WY, FACTION_SURVIVOR)
+ idtype = /obj/item/card/id/silver/clearance_badge/cl
+ access = list(ACCESS_CIVILIAN_PUBLIC,ACCESS_CIVILIAN_RESEARCH,ACCESS_CIVILIAN_ENGINEERING,ACCESS_CIVILIAN_LOGISTICS,ACCESS_CIVILIAN_BRIG,ACCESS_CIVILIAN_MEDBAY,ACCESS_CIVILIAN_COMMAND,ACCESS_WY_EXEC,ACCESS_WY_GENERAL,ACCESS_WY_COLONIAL)
+
+ survivor_variant = SECURITY_SURVIVOR
+
+/datum/equipment_preset/survivor/hybrisa/corporate_goon/load_gear(mob/living/carbon/human/new_human)
+
+ var/choice = rand(1,30)
+ switch(choice)
+ if(1 to 10)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hybrisa/wy_cap, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/pmc/corporate/hybrisa, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/p90, WEAR_J_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/security/MP/full, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90(new_human), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90(new_human), WEAR_IN_BACK)
+ if(11 to 29)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/pmc/corporate/hybrisa, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/p90, WEAR_J_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/security/MP/full, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90(new_human), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90(new_human), WEAR_IN_BACK)
+ if(30)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa/lead, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine/veteran/pmc/corporate/hybrisa/lead, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/pmc, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/p90, WEAR_J_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine/large, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/security/MP/full, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90(new_human), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90(new_human), WEAR_IN_BACK)
+ ..()
+
+// WY - Pilot
+
+/datum/equipment_preset/survivor/hybrisa/wey_po
+ name = "Survivor - Hybrisa - Weyland-Yutani - Commercial Pilot"
+ assignment = "Weyland-Yutani - Commercial Pilot"
+ skills = /datum/skills/civilian/survivor/wy_pilot
+ role_comm_title = "WY-PO"
+ paygrade = "WYPO2"
+ faction_group = list(FACTION_WY, FACTION_SURVIVOR)
+ idtype = /obj/item/card/id/captains_spare
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+ access = list(ACCESS_CIVILIAN_PUBLIC,ACCESS_CIVILIAN_LOGISTICS,ACCESS_WY_FLIGHT,ACCESS_CIVILIAN_COMMAND,ACCESS_WY_GENERAL,ACCESS_WY_COLONIAL,ACCESS_WY_EXEC)
+
+ survivor_variant = CORPORATE_SURVIVOR
+
+/datum/equipment_preset/survivor/hybrisa/wey_po/load_gear(mob/living/carbon/human/new_human)
+
+ var/random_gear = rand(1,4)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hybrisa/wy_po_cap, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hybrisa/wy_Pilot, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/wy_pilot, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/device/binoculars, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup, WEAR_FEET)
+
+ switch(random_gear)
+ if(1 to 2)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/aviator, WEAR_EYES)
+ if(2 to 4)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/aviator/silver, WEAR_EYES)
+ add_random_cl_survivor_loot(new_human)
+ add_survivor_weapon_civilian(new_human)
+ ..()
+
+//////////////// KELLAND MINING /////////////////////
+////////////////////////////////////////////////////
+
+/datum/equipment_preset/survivor/hybrisa/kelland_miner
+ name = "Survivor - Hybrisa - KMCC - Miner"
+ assignment = "KMCC - Miner"
+ skills = /datum/skills/civilian/survivor/miner
+ role_comm_title = "KMCC-M"
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+ access = list(ACCESS_CIVILIAN_PUBLIC, ACCESS_CIVILIAN_ENGINEERING, ACCESS_CIVILIAN_LOGISTICS)
+
+/datum/equipment_preset/survivor/hybrisa/kelland_miner/load_gear(mob/living/carbon/human/new_human)
+
+ var/random_gear = rand(1,85)
+ switch(random_gear)
+ if(1 to 35)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat/red/kelland, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/kelland_mining(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/light/vest/hybrisa_kelland_alt, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/pickaxe(new_human), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full(new_human), WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat, WEAR_HANDS)
+ if(35 to 50)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/hybrisa/kelland_mining_helmet, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/kelland_mining(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/light/vest/hybrisa_kelland_alt, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/pickaxe(new_human), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full(new_human), WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat, WEAR_HANDS)
+ if(50 to 70)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat/red/kelland, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/kelland_mining(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/kelland_mining, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/pickaxe(new_human), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full(new_human), WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat, WEAR_HANDS)
+ if(70 to 80)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/rmc/heavy, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/kelland_mining(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/light/vest/hybrisa_kelland(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/hybrisa/kelland_mining_helmet, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/jackboots(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/pickaxe(new_human), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full(new_human), WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/mar40, WEAR_L_HAND)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/mar40/extended, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/mar40/extended, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/mar40/extended, WEAR_IN_R_STORE)
+ if(80 to 85)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/rmc/light, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/pickaxe(new_human), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full(new_human), WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/kelland_mining(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/marine/light/vest/hybrisa_kelland_alt(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/hybrisa/kelland_mining_helmet, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/royal_marine, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/royal_marine/knife(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/p90/p90_twe, WEAR_L_HAND)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/magazine, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90/p90_twe, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90/p90_twe, WEAR_IN_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/smg/p90/p90_twe, WEAR_IN_R_STORE)
+ add_survivor_weapon_civilian(new_human)
+ ..()
+
+//-------------------------------------------------------
+
+//////////////// SNYTHETICS /////////////////////////
+////////////////////////////////////////////////////
+
+/datum/equipment_preset/synth/survivor/hybrisa
+ flags = EQUIPMENT_PRESET_STUB
+
+// Civilian
+
+/datum/equipment_preset/synth/survivor/hybrisa/civilian
+ name = "Survivor - Hybrisa - Synthetic - Civilian"
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+
+ survivor_variant = CIVILIAN_SURVIVOR
+
+/datum/equipment_preset/synth/survivor/hybrisa/civilian/load_gear(mob/living/carbon/human/new_human)
+ var/choice = rand(1,7)
+ switch(choice)
+ if(1) // Weymart-Employee
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hybrisa/weymart(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/weymart(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/weymart(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET)
+ if(2) // Sanitation
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/santiation(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/eng(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/hybrisa/sanitation_utility(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/brown(new_human), WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/mop, WEAR_R_HAND)
+ if(3) // Pizza Delivery
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hybrisa/pizza_galaxy(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/pizza_galaxy(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm(new_human), WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/red(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/pizzabox/pizza_galaxy/mystery(new_human.back), WEAR_IN_BACK)
+ if(4) // Fire Protection
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/soft(new_human), WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/colonist/ua_civvies(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/yellow, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat(new_human), WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/combat(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/attachable/attached_gun/extinguisher(new_human.back), WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/twohanded/fireaxe, WEAR_R_HAND)
+ if(5) // Cuppa Joe's Barista
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/cuppa_joes(new_human), WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/apron/cuppa_joes(new_human), WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup(new_human), WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel(new_human), WEAR_BACK)
+ if(6) // Landing Pad Attendant Synth
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/ears/earmuffs, WEAR_R_EAR)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/cmcap, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/synthetic/utility/yellow, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/box/m94, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/device/binoculars, WEAR_IN_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/general_belt, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/stack/flag/red, WEAR_IN_BELT)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/box/lightstick/red, WEAR_R_HAND)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/knife, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/large_holster/machete/full, WEAR_L_HAND)
+ if(7) // Bartender
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/bowlerhat, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/cigarette, WEAR_FACE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/detective_synth_uniform/alt, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/drinks/bottle/tequila, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/drinks/bottle/cognac, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/drinks/bottle/grenadine, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/wcoat, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/drinks/bottle/rum, WEAR_IN_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/black, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/beer_pack, WEAR_R_HAND)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/knife, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/baseballbat, WEAR_L_HAND)
+ if(8) // Chef Synth
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/chefhat, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/mgoggles, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/liaison_suit/corporate_formal, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/reagent_container/food/snacks/sliceable/lemoncake, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/kitchen/utensil/fork, WEAR_R_HAND)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/jacket/marine/chef, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/latex, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/laceup/brown, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/kitchen/knife/butcher, WEAR_L_HAND)
+ ..()
+
+// Engineer
+
+/datum/equipment_preset/synth/survivor/hybrisa/engineer_survivor
+ name = "Survivor - Hybrisa - Synthetic - Engineer"
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+
+ survivor_variant = ENGINEERING_SURVIVOR
+
+/datum/equipment_preset/synth/survivor/hybrisa/engineer_survivor/load_gear(mob/living/carbon/human/new_human)
+ var/choice = rand(1,5)
+ switch(choice)
+ if(1)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat/orange, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/engineering_utility, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/knife, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/maintenance_jack, WEAR_L_HAND)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/nailgun, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/med_small_stack, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/small_stack, WEAR_IN_BACK)
+ if(2)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/engineering_utility, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/hybrisa/engineering_utility_oversuit, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/knife, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/maintenance_jack, WEAR_L_HAND)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/nailgun, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/med_small_stack, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/med_small_stack, WEAR_IN_BACK)
+ if(3)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat/dblue, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/engineering_utility/alt, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/sanitation, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/knife, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/maintenance_jack, WEAR_L_HAND)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/nailgun, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/med_small_stack, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/small_stack, WEAR_IN_BACK)
+ if(4)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hardhat/dblue, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/engineering_utility/alt, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/blue, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/knife, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/maintenance_jack, WEAR_L_HAND)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/nailgun, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/med_small_stack, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/small_stack, WEAR_IN_BACK)
+ if(5)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/engineering_utility/alt, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/hybrisa/engineering_utility_oversuit/alt, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/utility/full, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/tools/full, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/knife, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/maintenance_jack, WEAR_L_HAND)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/smg/nailgun, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/metal/med_small_stack, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/stack/sheet/plasteel/med_small_stack, WEAR_IN_BACK)
+ ..()
+
+// Medical
+
+/datum/equipment_preset/synth/survivor/hybrisa/paramedic
+ name = "Survivor - Hybrisa - Synthetic - Emergency Medical Technician - Paramedic"
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+
+ survivor_variant = MEDICAL_SURVIVOR
+
+/datum/equipment_preset/synth/survivor/hybrisa/paramedic/load_gear(mob/living/carbon/human/new_human)
+ var/choice = rand(1,25)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/med, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/white, WEAR_FEET)
+
+ switch(choice)
+ if(1 to 9)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/hybrisa/EMT_red_utility, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/paramedic/red, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/medkit, WEAR_R_STORE)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/latex, WEAR_HANDS)
+ if(10 to 19)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/hybrisa/EMT_green_utility, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/paramedic, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/latex, WEAR_HANDS)
+ if(20 to 24)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/paramedic, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/medical_green, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/full/with_defib_and_analyzer, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/latex, WEAR_HANDS)
+ if(25)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/hybrisa/EMT_red_utility, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/paramedic/red, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/hybrisa/medtech, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/medical/full/with_defib_and_analyzer, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/combat, WEAR_HANDS)
+ ..()
+
+// Security
+
+/datum/equipment_preset/synth/survivor/hybrisa/detective
+ name = "Survivor - Hybrisa - Synthetic - Detective"
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+
+ survivor_variant = SECURITY_SURVIVOR
+
+/datum/equipment_preset/synth/survivor/hybrisa/detective/load_gear(mob/living/carbon/human/new_human)
+ var/choice = rand(1,2)
+ switch(choice)
+ if(1)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hybrisa/synth_detective_hat, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud/blue, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/detective_synth_uniform, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/cmb/hybrisa/detective_coat, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/telebaton, WEAR_IN_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/black, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/sec, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/security/MP/full, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/knife, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/twohanded/fireaxe, WEAR_L_HAND)
+ new_human.equip_to_slot_or_del(new /obj/item/device/camera, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/device/taperecorder, WEAR_IN_BACK)
+ if(2)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/hybrisa/synth_detective_hat/alt, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/detective_synth_uniform/alt, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/cmb/hybrisa/detective_coat/alt, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/telebaton, WEAR_IN_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/black, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/sec, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/belt/security/MP/full, WEAR_WAIST)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/knife, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/twohanded/fireaxe, WEAR_L_HAND)
+ new_human.equip_to_slot_or_del(new /obj/item/device/camera, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/device/taperecorder, WEAR_IN_BACK)
+ ..()
+
+// Corporate
+
+/datum/equipment_preset/synth/survivor/hybrisa/exec_bodyguard
+ name = "Survivor - Hybrisa - Synthetic - Executive Bodyguard"
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+
+ survivor_variant = CORPORATE_SURVIVOR
+
+/datum/equipment_preset/synth/survivor/hybrisa/exec_bodyguard/load_gear(mob/living/carbon/human/new_human)
+ var/choice = rand(1,45)
+ switch(choice)
+ if(1 to 10)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/wy_exec_suit_uniform, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/large_holster/machete/full, WEAR_L_HAND)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/telebaton, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/droppouch, WEAR_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/black, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud, WEAR_EYES)
+ if(10 to 20)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/wy_exec_suit_uniform/jacket, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/black, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown/knife, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/large_holster/machete/full, WEAR_L_HAND)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/telebaton, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/droppouch, WEAR_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/black, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud, WEAR_EYES)
+ if(20 to 30)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/wy_exec_suit_uniform/brown, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/lockable, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/knife, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/large_holster/machete/full, WEAR_L_HAND)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/telebaton, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/droppouch, WEAR_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/black, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud/blue, WEAR_EYES)
+ if(30 to 40)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/wy_exec_suit_uniform/brown/jacket, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/lockable, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/large_holster/machete/full, WEAR_L_HAND)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/telebaton, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/droppouch, WEAR_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/black, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud/blue, WEAR_EYES)
+ if(40 to 45)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/hybrisa/wy_exec_suit_uniform/jacket_only, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel/norm, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/corporate, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/large_holster/machete/full, WEAR_L_HAND)
+ new_human.equip_to_slot_or_del(new /obj/item/weapon/telebaton, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/droppouch, WEAR_ACCESSORY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/hazardvest/black, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/sechud, WEAR_EYES)
+ add_random_cl_survivor_loot(new_human)
+ ..()
+
+// Science
+
+/datum/equipment_preset/synth/survivor/hybrisa/xenoarchaeologist
+ name = "Survivor - Hybrisa - Synthetic - Xenoarchaeologist"
+ flags = EQUIPMENT_PRESET_START_OF_ROUND
+
+ survivor_variant = SCIENTIST_SURVIVOR
+
+/datum/equipment_preset/synth/survivor/hybrisa/xenoarchaeologist/load_gear(mob/living/carbon/human/new_human)
+ var/random_gear = rand(1,55)
+ switch(random_gear)
+ if(1 to 25)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/satchel, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/hybrisa, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/labcoat/researcher, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/shovel/spade, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/device/flashlight/lantern, WEAR_IN_BACK)
+ if(25 to 35)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/hybrisa, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/synthbio/wy_bio, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/brown, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/bio_hood/synth/wy_bio, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/shovel/spade, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/device/flashlight/lantern, WEAR_IN_BACK)
+ if(35 to 50)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/hybrisa, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/synthbio/wy_bio, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/brown, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/brown, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/bio_hood/synth/wy_bio, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/shovel/spade, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/device/flashlight/lantern, WEAR_IN_BACK)
+ if(50 to 55)
+ new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/lightpack, WEAR_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/under/rank/scientist/hybrisa, WEAR_BODY)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/storage/synthbio/wy_bio, WEAR_JACKET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine/veteran/cbrn, WEAR_HANDS)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/veteran/pmc/commando/cbrn, WEAR_FEET)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/head/bio_hood/synth/wy_bio/alt, WEAR_HEAD)
+ new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/science, WEAR_EYES)
+ new_human.equip_to_slot_or_del(new /obj/item/tool/shovel/spade, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/explosive/plastic, WEAR_IN_BACK)
+ new_human.equip_to_slot_or_del(new /obj/item/device/flashlight/lantern, WEAR_IN_BACK)
+ ..()
diff --git a/code/modules/mob/holder.dm b/code/modules/mob/holder.dm
index cb8bbc1130..0a196a3a00 100644
--- a/code/modules/mob/holder.dm
+++ b/code/modules/mob/holder.dm
@@ -126,3 +126,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 6e7dea372a..e02b3e2a57 100644
--- a/code/modules/mob/living/carbon/xenomorph/attack_alien.dm
+++ b/code/modules/mob/living/carbon/xenomorph/attack_alien.dm
@@ -515,6 +515,11 @@
healthcheck()
return XENO_ATTACK_ACTION
+/obj/structure/fence/electrified/attack_alien(mob/living/carbon/xenomorph/M)
+ if(electrified && !cut)
+ electrocute_mob(M, get_area(breaker_switch), src, 0.75)
+ return ..()
+
//Slashin mirrors
/obj/structure/mirror/attack_alien(mob/living/carbon/xenomorph/M)
M.animation_attack_on(src)
@@ -858,7 +863,7 @@
return attack_hand(M)
/obj/structure/machinery/colony_floodlight/attack_alien(mob/living/carbon/xenomorph/M)
- if(!is_lit)
+ if(!is_on)
to_chat(M, "Why bother? It's just some weird metal thing.")
return XENO_NO_DELAY_ACTION
if(damaged)
@@ -868,7 +873,11 @@
M.visible_message("[M] slashes away at [src]!","We slash and claw at the bright light!", max_distance = 5, message_flags = CHAT_TYPE_XENO_COMBAT)
health = max(health - rand(M.melee_damage_lower, M.melee_damage_upper), 0)
if(!health)
- set_damaged()
+ playsound(src, "glassbreak", 70, 1)
+ damaged = TRUE
+ if(is_on)
+ set_light(0)
+ update_icon()
else
playsound(loc, 'sound/effects/Glasshit.ogg', 25, 1)
return XENO_ATTACK_ACTION
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 0000000000..42f3978d9c
--- /dev/null
+++ b/code/modules/mob/living/simple_animal/friendly/rat.dm
@@ -0,0 +1,169 @@
+/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
+ 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 = FALSE
+ universal_understand = TRUE
+ holder_type = /obj/item/holder/rat
+ var/body_color //black, brown, gray and white, leave blank for random
+
+/mob/living/simple_animal/rat/Life(delta_time)
+ ..()
+ if(!stat && prob(speak_chance))
+ for(var/mob/cur_mob in view())
+ cur_mob << 'sound/effects/mousesqueek.ogg'
+
+ if(!ckey && stat == CONSCIOUS && prob(0.5))
+ set_stat(UNCONSCIOUS)
+ icon_state = "rat_[body_color]_sleep"
+ wander = FALSE
+ speak_chance = 0
+ //snuffles
+ else if(stat == UNCONSCIOUS)
+ if(ckey || prob(1))
+ set_stat(CONSCIOUS)
+ icon_state = "rat_[body_color]"
+ wander = TRUE
+ 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)
+ health = 0
+ set_stat(DEAD)
+ icon_dead = "rat_[body_color]_splat"
+ 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 = TRUE
+ else if(!stat && prob(5))
+ var/mob/crossed_mob = AM
+ to_chat(crossed_mob, SPAN_NOTICE(" [icon2html(src, crossed_mob)] Squeek!"))
+ crossed_mob << '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/human = over_object
+ if(!istype(human) || !Adjacent(human) || human != usr) return ..()
+
+ if(human.a_intent == INTENT_HELP)
+ get_scooped(human)
+ return
+ 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/code/modules/projectiles/guns/smgs.dm b/code/modules/projectiles/guns/smgs.dm
index a93bef15e6..fcf09a2173 100644
--- a/code/modules/projectiles/guns/smgs.dm
+++ b/code/modules/projectiles/guns/smgs.dm
@@ -697,6 +697,94 @@
. = ..()
return FALSE
+
+//-------------------------------------------------------
+
+//P90, a classic SMG.
+
+/obj/item/weapon/gun/smg/p90
+ name = "\improper FN P90 submachinegun"
+ desc = "The FN P90 submachine gun. An archaic design, but still widely used by corporate and mercenary groups, sometimes seen in the hands of civilian populations. This weapon only accepts 5.7×28mm rounds."
+ icon = 'icons/obj/items/weapons/guns/guns_by_faction/colony.dmi'
+ icon_state = "p90"
+ item_state = "p90"
+
+ fire_sound = 'sound/weapons/p90.ogg'
+ current_mag = /obj/item/ammo_magazine/smg/p90
+ attachable_allowed = list(
+ /obj/item/attachable/suppressor, // Barrel
+ /obj/item/attachable/extended_barrel,
+ /obj/item/attachable/heavy_barrel,
+ /obj/item/attachable/compensator,
+ /obj/item/attachable/reddot, // Rail
+ /obj/item/attachable/reflex,
+ /obj/item/attachable/magnetic_harness,
+ /obj/item/attachable/scope/mini,
+ )
+
+ flags_gun_features = GUN_CAN_POINTBLANK|GUN_ANTIQUE
+
+
+
+/obj/item/weapon/gun/smg/p90/set_gun_attachment_offsets()
+ attachable_offset = list("muzzle_x" = 30, "muzzle_y" = 17,"rail_x" = 12, "rail_y" = 19, "under_x" = 23, "under_y" = 15, "stock_x" = 28, "stock_y" = 17)
+
+/obj/item/weapon/gun/smg/p90/set_gun_config_values()
+ ..()
+ fire_delay = FIRE_DELAY_TIER_12
+ burst_delay = FIRE_DELAY_TIER_12
+ burst_amount = BURST_AMOUNT_TIER_3
+ accuracy_mult = BASE_ACCURACY_MULT + HIT_ACCURACY_MULT_TIER_3
+ accuracy_mult_unwielded = BASE_ACCURACY_MULT - HIT_ACCURACY_MULT_TIER_5
+ scatter = SCATTER_AMOUNT_TIER_6
+ burst_scatter_mult = SCATTER_AMOUNT_TIER_4
+ scatter_unwielded = SCATTER_AMOUNT_TIER_4
+ damage_mult = BASE_BULLET_DAMAGE_MULT + BULLET_DAMAGE_MULT_TIER_4
+ recoil_unwielded = RECOIL_AMOUNT_TIER_5
+
+//-------------------------------------------------------
+
+//P90, a classic SMG (TWE version).
+
+/obj/item/weapon/gun/smg/p90/p90_twe
+ name = "\improper FN-TWE P90 submachinegun"
+ desc = "A variation of the FN P90 submachine gun. Used by mercenaries and royal marines commandos. This weapon only accepts the AP variation of the 5.7×28mm rounds."
+ icon = 'icons/obj/items/weapons/guns/guns_by_faction/twe_guns.dmi'
+ icon_state = "p90_twe"
+ item_state = "p90_twe"
+
+ fire_sound = 'sound/weapons/p90.ogg'
+ current_mag = /obj/item/ammo_magazine/smg/p90/p90_twe
+ attachable_allowed = list(
+ /obj/item/attachable/suppressor, // Barrel
+ /obj/item/attachable/extended_barrel,
+ /obj/item/attachable/heavy_barrel,
+ /obj/item/attachable/compensator,
+ /obj/item/attachable/reddot, // Rail
+ /obj/item/attachable/reflex,
+ /obj/item/attachable/magnetic_harness,
+ /obj/item/attachable/scope/mini,
+ )
+
+ flags_gun_features = GUN_CAN_POINTBLANK|GUN_ANTIQUE
+
+
+
+/obj/item/weapon/gun/smg/p90_twe/set_gun_attachment_offsets()
+ attachable_offset = list("muzzle_x" = 30, "muzzle_y" = 17,"rail_x" = 12, "rail_y" = 19, "under_x" = 23, "under_y" = 15, "stock_x" = 28, "stock_y" = 17)
+
+/obj/item/weapon/gun/smg/p90_twe/set_gun_config_values()
+ ..()
+ fire_delay = FIRE_DELAY_TIER_12
+ burst_delay = FIRE_DELAY_TIER_12
+ burst_amount = BURST_AMOUNT_TIER_3
+ accuracy_mult = BASE_ACCURACY_MULT + HIT_ACCURACY_MULT_TIER_3
+ accuracy_mult_unwielded = BASE_ACCURACY_MULT - HIT_ACCURACY_MULT_TIER_5
+ scatter = SCATTER_AMOUNT_TIER_6
+ burst_scatter_mult = SCATTER_AMOUNT_TIER_4
+ scatter_unwielded = SCATTER_AMOUNT_TIER_4
+ damage_mult = BASE_BULLET_DAMAGE_MULT + BULLET_DAMAGE_MULT_TIER_4
+ recoil_unwielded = RECOIL_AMOUNT_TIER_5
/obj/item/weapon/gun/smg/nailgun/compact/tactical
name = "tactical compact nailgun"
desc = "A carpentry tool, used to drive nails into tough surfaces. This one is military grade, it's olive drab and tacticool. Cannot fire nails as a projectile."
diff --git a/code/modules/projectiles/magazines/smgs.dm b/code/modules/projectiles/magazines/smgs.dm
index b89aee06f6..7fde279099 100644
--- a/code/modules/projectiles/magazines/smgs.dm
+++ b/code/modules/projectiles/magazines/smgs.dm
@@ -260,3 +260,25 @@
w_class = SIZE_SMALL
max_rounds = 48
gun_type = /obj/item/weapon/gun/smg/nailgun
+
+/obj/item/ammo_magazine/smg/p90
+ name = "\improper FN P90 magazine (5.7×28mm)"
+ desc = "A 5.7×28mm magazine for the FN P90."
+ default_ammo = /datum/ammo/bullet/smg/p90
+ caliber = "5.7×28mm"
+ icon = 'icons/obj/items/weapons/guns/ammo_by_faction/colony.dmi'
+ icon_state = "p90"
+ gun_type = /obj/item/weapon/gun/smg/p90
+ max_rounds = 50
+//-------------------------------------------------------
+//P90, a classic SMG.(TWE version)
+
+/obj/item/ammo_magazine/smg/p90/p90_twe
+ name = "\improper FN-TWE P90 AP magazine (5.7×28mm)"
+ desc = "A 5.7×28mm (AP) magazine for the FN-TWE P90."
+ default_ammo = /datum/ammo/bullet/smg/p90/p90_twe_ap
+ caliber = "5.7×28mm"
+ icon = 'icons/obj/items/weapons/guns/ammo_by_faction/twe_ammo.dmi'
+ icon_state = "p90_twe"
+ gun_type = /obj/item/weapon/gun/smg/p90/p90_twe
+ max_rounds = 50
diff --git a/code/modules/vehicles/hardpoints/wheels/van_wheels.dm b/code/modules/vehicles/hardpoints/wheels/van_wheels.dm
index f6007cfecb..944d5a8631 100644
--- a/code/modules/vehicles/hardpoints/wheels/van_wheels.dm
+++ b/code/modules/vehicles/hardpoints/wheels/van_wheels.dm
@@ -1,6 +1,6 @@
/obj/item/hardpoint/locomotion/van_wheels
- name = "Van wheels"
- desc = "Integral to the movement of the van"
+ name = "vehicle wheels"
+ desc = "Integral to the movement of the vehicle."
icon = 'icons/obj/vehicles/hardpoints/van.dmi'
icon_state = "tires"
diff --git a/code/modules/vehicles/interior/areas.dm b/code/modules/vehicles/interior/areas.dm
index 6c7140d1de..a0684b700e 100644
--- a/code/modules/vehicles/interior/areas.dm
+++ b/code/modules/vehicles/interior/areas.dm
@@ -33,6 +33,14 @@
name = "van interior"
icon_state = "van"
+/area/interior/vehicle/box_van
+ name = "box-van interior"
+ icon_state = "van"
+
+/area/interior/vehicle/pizza_van
+ name = "pizza-van interior"
+ icon_state = "van"
+
/area/interior/vehicle/arc
name = "\improper M540 ARC interior"
icon_state = "arc"
diff --git a/code/modules/vehicles/interior/interactable/seats.dm b/code/modules/vehicles/interior/interactable/seats.dm
index e798093036..5caf1990b1 100644
--- a/code/modules/vehicles/interior/interactable/seats.dm
+++ b/code/modules/vehicles/interior/interactable/seats.dm
@@ -480,6 +480,10 @@
handle_rotation()
+/obj/structure/bed/chair/vehicle/white
+ name = "passenger seat"
+ desc = "A sturdy chair with a brace that lowers over your body. Prevents being flung around in vehicle during crash being injured as a result. Fasten your seatbelts, kids! Fix with welding tool in case of damage."
+ icon = 'icons/obj/vehicles/interiors/whitechair.dmi'
/obj/structure/bed/chair/vehicle/dropship_cockpit
name = "cockpit seat"
desc = "A sturdy metal chair with a brace that lowers over your body. Holds you in place during high altitude drops."
diff --git a/code/modules/vehicles/van/box_van.dm b/code/modules/vehicles/van/box_van.dm
new file mode 100644
index 0000000000..cd090aa9c8
--- /dev/null
+++ b/code/modules/vehicles/van/box_van.dm
@@ -0,0 +1,298 @@
+//Trucks
+//Read the documentation in multitile.dm before trying to decipher this stuff
+
+/obj/vehicle/multitile/box_van
+ name = "\improper box-van"
+ desc = "A small box-type van. It's a compact vehicle with a rectangular cargo area, typically designed for transporting goods or small equipment. It features a high roof and straight sides, providing ample vertical space for storage. Its size makes it maneuverable and ideal for urban driving and tight spaces."
+ layer = ABOVE_XENO_LAYER
+
+ icon = 'icons/obj/vehicles/box_van.dmi'
+ icon_state = "van_base"
+ pixel_y = 8
+
+ bound_width = 64
+ bound_height = 64
+
+ bound_x = 0
+ bound_y = 0
+
+ interior_map = /datum/map_template/interior/box_van
+
+ entrances = list(
+ "left" = list(2, 0),
+ "right" = list(-1, 0),
+ "back_left" = list(1, 2),
+ "back_right" = list(0, 2)
+ )
+
+ vehicle_flags = VEHICLE_CLASS_WEAK
+
+ passengers_slots = 4
+ xenos_slots = 2
+
+ misc_multipliers = list(
+ "move" = 0.5, // fucking annoying how this is the only way to modify speed
+ "accuracy" = 1,
+ "cooldown" = 1
+ )
+
+ movement_sound = 'sound/vehicles/box_van_driving.ogg'
+ honk_sound = 'sound/vehicles/box_van_horn.ogg'
+
+ vehicle_light_range = 8
+
+ move_max_momentum = 3
+
+ hardpoints_allowed = list(
+ /obj/item/hardpoint/locomotion/van_wheels,
+ )
+
+ move_turn_momentum_loss_factor = 1
+
+ req_access = list()
+ req_one_access = list()
+
+ door_locked = FALSE
+
+ mob_size_required_to_hit = MOB_SIZE_XENO
+
+ var/overdrive_next = 0
+ var/overdrive_cooldown = 15 SECONDS
+ var/overdrive_duration = 3 SECONDS
+ var/overdrive_speed_mult = 0.3 // Additive (30% more speed, adds to 80% more speed)
+
+ var/momentum_loss_on_weeds_factor = 0.2
+
+ move_on_turn = TRUE
+
+ var/list/mobs_under = list()
+ var/image/under_image
+ var/image/normal_image
+
+ var/next_push = 0
+ var/push_delay = 0.5 SECONDS
+
+/obj/vehicle/multitile/box_van/Initialize()
+ . = ..()
+ under_image = image(icon, src, icon_state, layer = BELOW_MOB_LAYER)
+ under_image.alpha = 127
+
+ normal_image = image(icon, src, icon_state, layer = layer)
+
+ icon_state = null
+
+ RegisterSignal(SSdcs, COMSIG_GLOB_MOB_LOGGED_IN, PROC_REF(add_default_image))
+
+ for(var/icon in GLOB.player_list)
+ add_default_image(SSdcs, icon)
+
+/obj/vehicle/multitile/box_van/crew_mousedown(datum/source, atom/object, turf/location, control, params)
+ var/list/modifiers = params2list(params)
+ if(modifiers[SHIFT_CLICK] || modifiers[MIDDLE_CLICK] || modifiers[RIGHT_CLICK]) //don't step on examine, point, etc
+ return
+
+ switch(get_mob_seat(source))
+ if(VEHICLE_DRIVER)
+ if(modifiers[LEFT_CLICK] && modifiers[CTRL_CLICK])
+ activate_horn()
+
+/obj/vehicle/multitile/box_van/BlockedPassDirs(atom/movable/mover, target_dir)
+ if(mover in mobs_under) //can't collide with the thing you're buckled to
+ return NO_BLOCKED_MOVEMENT
+
+ if(isliving(mover))
+ var/mob/living/mob = mover
+ if(mob.mob_flags & SQUEEZE_UNDER_VEHICLES)
+ add_under_van(mob)
+ return NO_BLOCKED_MOVEMENT
+
+ if(mob.body_position == LYING_DOWN)
+ return NO_BLOCKED_MOVEMENT
+
+ if(mob.mob_size >= MOB_SIZE_IMMOBILE && next_push < world.time)
+ if(try_move(target_dir, force=TRUE))
+ next_push = world.time + push_delay
+ return NO_BLOCKED_MOVEMENT
+
+ return ..()
+
+/*
+** PRESETS
+*/
+/obj/vehicle/multitile/box_van/pre_movement()
+ . = ..()
+
+ for(var/icon in mobs_under)
+ var/mob/mob = icon
+ if(!(mob.loc in locs))
+ remove_under_van(mob)
+
+/obj/vehicle/multitile/box_van/proc/add_under_van(mob/living/living)
+ if(living in mobs_under)
+ return
+
+ mobs_under += living
+ RegisterSignal(living, COMSIG_PARENT_QDELETING, PROC_REF(remove_under_van))
+ RegisterSignal(living, COMSIG_MOB_LOGIN, PROC_REF(add_client))
+ RegisterSignal(living, COMSIG_MOVABLE_MOVED, PROC_REF(check_under_van))
+
+ if(living.client)
+ add_client(living)
+
+/obj/vehicle/multitile/box_van/proc/remove_under_van(mob/living/living)
+ SIGNAL_HANDLER
+ mobs_under -= living
+
+ if(living.client)
+ living.client.images -= under_image
+ add_default_image(SSdcs, living)
+
+ UnregisterSignal(living, list(
+ COMSIG_PARENT_QDELETING,
+ COMSIG_MOB_LOGIN,
+ COMSIG_MOVABLE_MOVED,
+ ))
+
+/obj/vehicle/multitile/box_van/proc/check_under_van(mob/mob, turf/oldloc, direction)
+ SIGNAL_HANDLER
+ if(!(mob.loc in locs))
+ remove_under_van(mob)
+
+/obj/vehicle/multitile/box_van/proc/add_client(mob/living/living)
+ SIGNAL_HANDLER
+ living.client.images += under_image
+ living.client.images -= normal_image
+
+/obj/vehicle/multitile/box_van/proc/add_default_image(subsystem, mob/mob)
+ SIGNAL_HANDLER
+ mob.client.images += normal_image
+
+/obj/vehicle/multitile/box_van/Destroy()
+ for(var/icon in mobs_under)
+ remove_under_van(icon)
+
+ for(var/icon in GLOB.player_list)
+ var/mob/mob = icon
+ mob.client.images -= normal_image
+
+ return ..()
+
+
+/obj/vehicle/multitile/box_van/pre_movement()
+ if(locate(/obj/effect/alien/weeds) in loc)
+ move_momentum *= momentum_loss_on_weeds_factor
+
+ . = ..()
+
+
+/obj/vehicle/multitile/box_van/attackby(obj/item/O, mob/user)
+ if(user.z != z)
+ return ..()
+
+ if(iswelder(O) && health >= initial(health))
+ if(!HAS_TRAIT(O, TRAIT_TOOL_BLOWTORCH))
+ to_chat(user, SPAN_WARNING("You need a stronger blowtorch!"))
+ return
+ var/obj/item/hardpoint/health
+ for(var/obj/item/hardpoint/potential_hardpoint in hardpoints)
+ if(potential_hardpoint.health < initial(potential_hardpoint.health))
+ health = potential_hardpoint
+ break
+
+ if(health)
+ health.handle_repair(O, user)
+ update_icon()
+ return
+
+ . = ..()
+
+
+/obj/vehicle/multitile/box_van/handle_click(mob/living/user, atom/A, list/mods)
+ if(mods["shift"] && !mods["alt"])
+ if(overdrive_next > world.time)
+ to_chat(user, SPAN_WARNING("You can't activate overdrive yet! Wait [round((overdrive_next - world.time) / 10, 0.1)] seconds."))
+ return
+
+ misc_multipliers["move"] -= overdrive_speed_mult
+ addtimer(CALLBACK(src, PROC_REF(reset_overdrive)), overdrive_duration)
+
+ overdrive_next = world.time + overdrive_cooldown
+ to_chat(user, SPAN_NOTICE("You activate overdrive."))
+ playsound(src, 'sound/vehicles/box_van_overdrive.ogg', 75, FALSE)
+ return
+
+ return ..()
+
+/obj/vehicle/multitile/box_van/proc/reset_overdrive()
+ misc_multipliers["move"] += overdrive_speed_mult
+
+/obj/vehicle/multitile/box_van/get_projectile_hit_boolean(obj/projectile/P)
+ if(src == P.original) //clicking on the van itself will hit it.
+ var/hitchance = P.get_effective_accuracy()
+ if(prob(hitchance))
+ return TRUE
+ return FALSE
+
+/obj/vehicle/multitile/box_van/Collide(atom/A)
+ if(!seats[VEHICLE_DRIVER])
+ return FALSE
+
+ if(istype(A, /obj/structure/barricade/plasteel))
+ return ..()
+
+ if(istype(A, /turf/closed/wall) || \
+ istype(A, /obj/structure/barricade/sandbags) || \
+ istype(A, /obj/structure/barricade/metal) || \
+ istype(A, /obj/structure/barricade/deployable) || \
+ istype(A, /obj/structure/machinery/cryopod)) //Can no longer runover cryopods
+
+ return FALSE
+
+ return ..()
+
+/*
+** PRESETS SPAWNERS
+*/
+
+/obj/effect/vehicle_spawner/box_van
+ name = "Van Spawner"
+ icon = 'icons/obj/vehicles/box_van.dmi'
+ icon_state = "van_base"
+
+/obj/effect/vehicle_spawner/box_van/Initialize()
+ . = ..()
+ spawn_vehicle()
+ qdel(src)
+
+//PRESET: no hardpoints
+/obj/effect/vehicle_spawner/box_van/spawn_vehicle()
+ var/obj/vehicle/multitile/box_van/VAN = new (loc)
+
+ load_misc(VAN)
+ handle_direction(VAN)
+ VAN.update_icon()
+
+//PRESET: wheels installed, destroyed
+/obj/effect/vehicle_spawner/box_van/decrepit/spawn_vehicle()
+ var/obj/vehicle/multitile/box_van/VAN = new (loc)
+
+ load_misc(VAN)
+ load_hardpoints(VAN)
+ handle_direction(VAN)
+ load_damage(VAN)
+ VAN.update_icon()
+
+/obj/effect/vehicle_spawner/box_van/decrepit/load_hardpoints(obj/vehicle/multitile/box_van/V)
+ V.add_hardpoint(new /obj/item/hardpoint/locomotion/van_wheels)
+
+//PRESET: wheels installed
+/obj/effect/vehicle_spawner/box_van/fixed/spawn_vehicle()
+ var/obj/vehicle/multitile/box_van/VAN = new (loc)
+
+ load_misc(VAN)
+ load_hardpoints(VAN)
+ handle_direction(VAN)
+ VAN.update_icon()
+
+/obj/effect/vehicle_spawner/box_van/fixed/load_hardpoints(obj/vehicle/multitile/box_van/V)
+ V.add_hardpoint(new /obj/item/hardpoint/locomotion/van_wheels)
diff --git a/code/modules/vehicles/van/interior.dm b/code/modules/vehicles/van/interior.dm
index 64ab88ff2c..49373a4bda 100644
--- a/code/modules/vehicles/van/interior.dm
+++ b/code/modules/vehicles/van/interior.dm
@@ -40,3 +40,89 @@
icon = 'icons/obj/vehicles/interiors/van.dmi'
icon_state = "back_1"
dir = WEST
+
+// Box-Van interior
+
+/obj/structure/interior_wall/box_van
+ name = "van interior wall"
+ desc = "An interior wall."
+ icon = 'icons/obj/vehicles/interiors/box_van_interior.dmi'
+ icon_state = "exterior_2"
+ density = TRUE
+ opacity = FALSE
+ anchored = TRUE
+ mouse_opacity = MOUSE_OPACITY_TRANSPARENT
+ layer = WINDOW_LAYER
+ flags_atom = NOINTERACT
+ unacidable = TRUE
+
+/obj/effect/vehicle_roof/box_van
+ name = "\improper van interior roof"
+ icon = 'icons/obj/vehicles/interiors/box_van_interior.dmi'
+ icon_state = "roof_1"
+
+/obj/structure/interior_exit/vehicle/box_van/left
+ name = "Van left door"
+ icon = 'icons/obj/vehicles/interiors/box_van_interior.dmi'
+ icon_state = "interior_door"
+
+/obj/structure/interior_exit/vehicle/box_van/right
+ name = "Van right door"
+ icon = 'icons/obj/vehicles/interiors/box_van_interior.dmi'
+ icon_state = "exterior_door_unique"
+ dir = SOUTH
+
+/obj/structure/interior_exit/vehicle/box_van/backleft
+ name = "Van back exit"
+ icon = 'icons/obj/vehicles/interiors/box_van_interior.dmi'
+ icon_state = "back_2"
+ dir = WEST
+
+/obj/structure/interior_exit/vehicle/box_van/backright
+ name = "Van back exit"
+ icon = 'icons/obj/vehicles/interiors/box_van_interior.dmi'
+ icon_state = "back_1"
+ dir = WEST
+
+// Pizza-Van interior
+
+/obj/structure/interior_wall/pizza_van
+ name = "van interior wall"
+ desc = "An interior wall."
+ icon = 'icons/obj/vehicles/interiors/pizza_van_interior.dmi'
+ icon_state = "exterior_2"
+ density = TRUE
+ opacity = FALSE
+ anchored = TRUE
+ mouse_opacity = MOUSE_OPACITY_TRANSPARENT
+ layer = WINDOW_LAYER
+ flags_atom = NOINTERACT
+ unacidable = TRUE
+
+/obj/effect/vehicle_roof/pizza_van
+ name = "\improper van interior roof"
+ icon = 'icons/obj/vehicles/interiors/pizza_van_interior.dmi'
+ icon_state = "roof_1"
+
+/obj/structure/interior_exit/vehicle/pizza_van/left
+ name = "Van left door"
+ icon = 'icons/obj/vehicles/interiors/pizza_van_interior.dmi'
+ icon_state = "interior_door"
+
+/obj/structure/interior_exit/vehicle/pizza_van/right
+ name = "Van right door"
+ icon = 'icons/obj/vehicles/interiors/pizza_van_interior.dmi'
+ icon_state = "exterior_door_unique"
+ dir = SOUTH
+
+/obj/structure/interior_exit/vehicle/pizza_van/backleft
+ name = "Van back exit"
+ icon = 'icons/obj/vehicles/interiors/pizza_van_interior.dmi'
+ icon_state = "back_2"
+ dir = WEST
+
+/obj/structure/interior_exit/vehicle/pizza_van/backright
+ name = "Van back exit"
+ icon = 'icons/obj/vehicles/interiors/pizza_van_interior.dmi'
+ icon_state = "back_1"
+ dir = WEST
diff --git a/code/modules/vehicles/van/pizza_van.dm b/code/modules/vehicles/van/pizza_van.dm
new file mode 100644
index 0000000000..bc52e3d865
--- /dev/null
+++ b/code/modules/vehicles/van/pizza_van.dm
@@ -0,0 +1,46 @@
+//Trucks
+//Read the documentation in multitile.dm before trying to decipher this stuff
+
+/obj/vehicle/multitile/box_van/pizza_van
+ name = "\improper box-van"
+ icon = 'icons/obj/vehicles/pizza_van.dmi'
+
+ interior_map = /datum/map_template/interior/pizza_van
+
+
+/*
+** PRESETS SPAWNERS
+*/
+
+/obj/effect/vehicle_spawner/box_van/pizza_van
+ name = "Pizza-Galaxy Van Spawner"
+ icon = 'icons/obj/vehicles/pizza_van.dmi'
+ icon_state = "van_base"
+
+//PRESET: no hardpoints
+/obj/effect/vehicle_spawner/box_van/pizza_van/spawn_vehicle()
+
+//PRESET: wheels installed, destroyed
+/obj/effect/vehicle_spawner/box_van/pizza_van/decrepit/spawn_vehicle()
+ var/obj/vehicle/multitile/box_van/pizza_van/PIZZA = new (loc)
+
+ load_misc(PIZZA)
+ load_hardpoints(PIZZA)
+ handle_direction(PIZZA)
+ load_damage(PIZZA)
+ PIZZA.update_icon()
+
+/obj/effect/vehicle_spawner/box_van/pizza_van/decrepit/load_hardpoints(obj/vehicle/multitile/box_van/pizza_van/V)
+ V.add_hardpoint(new /obj/item/hardpoint/locomotion/van_wheels)
+
+//PRESET: wheels installed
+/obj/effect/vehicle_spawner/box_van/pizza_van/fixed/spawn_vehicle()
+ var/obj/vehicle/multitile/box_van/pizza_van/PIZZA = new (loc)
+
+ load_misc(PIZZA)
+ load_hardpoints(PIZZA)
+ handle_direction(PIZZA)
+ PIZZA.update_icon()
+
+/obj/effect/vehicle_spawner/box_van/pizza_van/fixed/load_hardpoints(obj/vehicle/multitile/box_van/pizza_van/V)
+ V.add_hardpoint(new /obj/item/hardpoint/locomotion/van_wheels)
diff --git a/colonialmarines.dme b/colonialmarines.dme
index 2acf1dec00..b5cd116760 100644
--- a/colonialmarines.dme
+++ b/colonialmarines.dme
@@ -724,12 +724,14 @@
#include "code\datums\weather\weather_events\long.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\shivas_snowball.dm"
#include "code\datums\weather\weather_map_holders\sorokyne.dm"
@@ -770,6 +772,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"
@@ -882,6 +885,7 @@
#include "code\game\machinery\fusion_engine.dm"
#include "code\game\machinery\gear.dm"
#include "code\game\machinery\holosign.dm"
+#include "code\game\machinery\hybrisa_lights.dm"
#include "code\game\machinery\igniter.dm"
#include "code\game\machinery\iv_drip.dm"
#include "code\game\machinery\lightswitch.dm"
@@ -1059,6 +1063,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"
@@ -1309,6 +1314,7 @@
#include "code\game\objects\structures\girders.dm"
#include "code\game\objects\structures\grille.dm"
#include "code\game\objects\structures\gun_rack.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"
@@ -1362,6 +1368,8 @@
#include "code\game\objects\structures\crates_lockers\closets\gimmick.dm"
#include "code\game\objects\structures\crates_lockers\closets\job_closets.dm"
#include "code\game\objects\structures\crates_lockers\closets\l3closet.dm"
+#include "code\game\objects\structures\crates_lockers\closets\malfunction.dm"
+#include "code\game\objects\structures\crates_lockers\closets\phonebox.dm"
#include "code\game\objects\structures\crates_lockers\closets\utility_closets.dm"
#include "code\game\objects\structures\crates_lockers\closets\wall_locker.dm"
#include "code\game\objects\structures\crates_lockers\closets\wardrobe.dm"
@@ -1592,6 +1600,7 @@
#include "code\modules\clothing\clothing.dm"
#include "code\modules\clothing\clothing_accessories.dm"
#include "code\modules\clothing\clothing_helpers.dm"
+#include "code\modules\clothing\hybrisa.dm"
#include "code\modules\clothing\officer_stuff.dm"
#include "code\modules\clothing\glasses\glasses.dm"
#include "code\modules\clothing\glasses\hud.dm"
@@ -1829,6 +1838,7 @@
#include "code\modules\gear_presets\survivors\fiorina_sciannex\preset_fiorina_sciannex.dm"
#include "code\modules\gear_presets\survivors\fiorina_sciannex\riot_in_progress_insert_fiorina_nightmare.dm"
#include "code\modules\gear_presets\survivors\kutjevo\preset_kutjevo.dm"
+#include "code\modules\gear_presets\survivors\lv759\preset_hybrisa.dm"
#include "code\modules\gear_presets\survivors\lv_522\forcon_survivors.dm"
#include "code\modules\gear_presets\survivors\lv_624\clfship_insert_lv624.dm"
#include "code\modules\gear_presets\survivors\lv_624\corporate_dome_insert_lv624.dm"
@@ -2164,6 +2174,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"
@@ -2522,7 +2533,9 @@
#include "code\modules\vehicles\tank\aev.dm"
#include "code\modules\vehicles\tank\interior.dm"
#include "code\modules\vehicles\tank\tank.dm"
+#include "code\modules\vehicles\van\box_van.dm"
#include "code\modules\vehicles\van\interior.dm"
+#include "code\modules\vehicles\van\pizza_van.dm"
#include "code\modules\vehicles\van\van.dm"
#include "code\modules\vox\vox.dm"
#include "code\modules\vox\vox_tgui.dm"
diff --git a/icons/effects/64x64hybrisa_decals.dmi b/icons/effects/64x64hybrisa_decals.dmi
new file mode 100644
index 0000000000..3bbc0280ac
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 0000000000..417b61f145
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 0000000000..6c7d0be3ed
Binary files /dev/null and b/icons/effects/meridianlogo.dmi differ
diff --git a/icons/effects/weather.dmi b/icons/effects/weather.dmi
index 9ef3dc2d1d..e9d289c364 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 8246bb4f70..1d37c660df 100644
Binary files a/icons/mob/animal.dmi and b/icons/mob/animal.dmi differ
diff --git a/icons/mob/humans/onmob/contained/hybrisa_goons.dmi b/icons/mob/humans/onmob/contained/hybrisa_goons.dmi
new file mode 100644
index 0000000000..96d5abf5e7
Binary files /dev/null and b/icons/mob/humans/onmob/contained/hybrisa_goons.dmi differ
diff --git a/icons/mob/humans/onmob/contained/hybrisa_survivors.dmi b/icons/mob/humans/onmob/contained/hybrisa_survivors.dmi
new file mode 100644
index 0000000000..1f3828b5ba
Binary files /dev/null and b/icons/mob/humans/onmob/contained/hybrisa_survivors.dmi differ
diff --git a/icons/mob/humans/onmob/eyes.dmi b/icons/mob/humans/onmob/eyes.dmi
index 9a4fd3bd64..e87e56dc75 100644
Binary files a/icons/mob/humans/onmob/eyes.dmi and b/icons/mob/humans/onmob/eyes.dmi differ
diff --git a/icons/mob/humans/onmob/items_lefthand_1.dmi b/icons/mob/humans/onmob/items_lefthand_1.dmi
index 31eec7604a..acee81c3d4 100644
Binary files a/icons/mob/humans/onmob/items_lefthand_1.dmi and b/icons/mob/humans/onmob/items_lefthand_1.dmi differ
diff --git a/icons/mob/humans/onmob/items_righthand_1.dmi b/icons/mob/humans/onmob/items_righthand_1.dmi
index 2394301f40..e2a0fb5e8a 100644
Binary files a/icons/mob/humans/onmob/items_righthand_1.dmi and b/icons/mob/humans/onmob/items_righthand_1.dmi differ
diff --git a/icons/obj/items/black_goo_stuff.dmi b/icons/obj/items/black_goo_stuff.dmi
index b40461a401..bfb70ed183 100644
Binary files a/icons/obj/items/black_goo_stuff.dmi and b/icons/obj/items/black_goo_stuff.dmi differ
diff --git a/icons/obj/items/clothing/glasses.dmi b/icons/obj/items/clothing/glasses.dmi
index 13dd0c542c..8ec333b60f 100644
Binary files a/icons/obj/items/clothing/glasses.dmi and b/icons/obj/items/clothing/glasses.dmi differ
diff --git a/icons/obj/items/pizza_galaxy_pizza.dmi b/icons/obj/items/pizza_galaxy_pizza.dmi
new file mode 100644
index 0000000000..eee2420278
Binary files /dev/null and b/icons/obj/items/pizza_galaxy_pizza.dmi differ
diff --git a/icons/obj/items/weapons/guns/ammo_by_faction/colony.dmi b/icons/obj/items/weapons/guns/ammo_by_faction/colony.dmi
index 8d8ef7cb01..a86a0864e2 100644
Binary files a/icons/obj/items/weapons/guns/ammo_by_faction/colony.dmi and b/icons/obj/items/weapons/guns/ammo_by_faction/colony.dmi differ
diff --git a/icons/obj/items/weapons/guns/ammo_by_faction/twe_ammo.dmi b/icons/obj/items/weapons/guns/ammo_by_faction/twe_ammo.dmi
index 6d7b49c176..a3fce23d17 100644
Binary files a/icons/obj/items/weapons/guns/ammo_by_faction/twe_ammo.dmi and b/icons/obj/items/weapons/guns/ammo_by_faction/twe_ammo.dmi differ
diff --git a/icons/obj/items/weapons/guns/guns_by_faction/colony.dmi b/icons/obj/items/weapons/guns/guns_by_faction/colony.dmi
index 1ef71a2c9c..018d039b98 100644
Binary files a/icons/obj/items/weapons/guns/guns_by_faction/colony.dmi and b/icons/obj/items/weapons/guns/guns_by_faction/colony.dmi differ
diff --git a/icons/obj/items/weapons/guns/guns_by_faction/twe_guns.dmi b/icons/obj/items/weapons/guns/guns_by_faction/twe_guns.dmi
index 1976bcf883..eddc8dfbdf 100644
Binary files a/icons/obj/items/weapons/guns/guns_by_faction/twe_guns.dmi and b/icons/obj/items/weapons/guns/guns_by_faction/twe_guns.dmi differ
diff --git a/icons/obj/pipes/vent_pump_hybrisa.dmi b/icons/obj/pipes/vent_pump_hybrisa.dmi
new file mode 100644
index 0000000000..c2c6c448c4
Binary files /dev/null and b/icons/obj/pipes/vent_pump_hybrisa.dmi differ
diff --git a/icons/obj/structures/crates.dmi b/icons/obj/structures/crates.dmi
index d9f66eca1e..6bdcbb0a17 100644
Binary files a/icons/obj/structures/crates.dmi and b/icons/obj/structures/crates.dmi differ
diff --git a/icons/obj/structures/doors/hybrisa/hybrisa_2x1generic.dmi b/icons/obj/structures/doors/hybrisa/hybrisa_2x1generic.dmi
new file mode 100644
index 0000000000..85e7d828dc
Binary files /dev/null and b/icons/obj/structures/doors/hybrisa/hybrisa_2x1generic.dmi differ
diff --git a/icons/obj/structures/doors/hybrisa/hybrisa_2x1generic_solid.dmi b/icons/obj/structures/doors/hybrisa/hybrisa_2x1generic_solid.dmi
new file mode 100644
index 0000000000..29cb7b8342
Binary files /dev/null and b/icons/obj/structures/doors/hybrisa/hybrisa_2x1generic_solid.dmi differ
diff --git a/icons/obj/structures/doors/hybrisa/hybrisa_2x1medidoor.dmi b/icons/obj/structures/doors/hybrisa/hybrisa_2x1medidoor.dmi
new file mode 100644
index 0000000000..f4e67098ce
Binary files /dev/null and b/icons/obj/structures/doors/hybrisa/hybrisa_2x1medidoor.dmi differ
diff --git a/icons/obj/structures/doors/hybrisa/hybrisa_2x1medidoor_solid.dmi b/icons/obj/structures/doors/hybrisa/hybrisa_2x1medidoor_solid.dmi
new file mode 100644
index 0000000000..57395bde65
Binary files /dev/null and b/icons/obj/structures/doors/hybrisa/hybrisa_2x1medidoor_solid.dmi differ
diff --git a/icons/obj/structures/doors/hybrisa/hybrisa_2x1personaldoor.dmi b/icons/obj/structures/doors/hybrisa/hybrisa_2x1personaldoor.dmi
new file mode 100644
index 0000000000..1e2b437b2f
Binary files /dev/null and b/icons/obj/structures/doors/hybrisa/hybrisa_2x1personaldoor.dmi differ
diff --git a/icons/obj/structures/doors/hybrisa/hybrisa_2x1personaldoor_glass.dmi b/icons/obj/structures/doors/hybrisa/hybrisa_2x1personaldoor_glass.dmi
new file mode 100644
index 0000000000..fb62be0437
Binary files /dev/null and b/icons/obj/structures/doors/hybrisa/hybrisa_2x1personaldoor_glass.dmi differ
diff --git a/icons/obj/structures/doors/hybrisa/hybrisa_2x1personaldoor_glass_white.dmi b/icons/obj/structures/doors/hybrisa/hybrisa_2x1personaldoor_glass_white.dmi
new file mode 100644
index 0000000000..17ceda4897
Binary files /dev/null and b/icons/obj/structures/doors/hybrisa/hybrisa_2x1personaldoor_glass_white.dmi differ
diff --git a/icons/obj/structures/doors/hybrisa/hybrisa_2x1personaldoor_white.dmi b/icons/obj/structures/doors/hybrisa/hybrisa_2x1personaldoor_white.dmi
new file mode 100644
index 0000000000..ae927d3c89
Binary files /dev/null and b/icons/obj/structures/doors/hybrisa/hybrisa_2x1personaldoor_white.dmi differ
diff --git a/icons/obj/structures/doors/hybrisa/hybrisa_generic.dmi b/icons/obj/structures/doors/hybrisa/hybrisa_generic.dmi
new file mode 100644
index 0000000000..8956ae5ad6
Binary files /dev/null and b/icons/obj/structures/doors/hybrisa/hybrisa_generic.dmi differ
diff --git a/icons/obj/structures/doors/hybrisa/hybrisa_generic_glass.dmi b/icons/obj/structures/doors/hybrisa/hybrisa_generic_glass.dmi
new file mode 100644
index 0000000000..9009de4492
Binary files /dev/null and b/icons/obj/structures/doors/hybrisa/hybrisa_generic_glass.dmi differ
diff --git a/icons/obj/structures/doors/hybrisa/hybrisa_medidoor.dmi b/icons/obj/structures/doors/hybrisa/hybrisa_medidoor.dmi
new file mode 100644
index 0000000000..1069b442d4
Binary files /dev/null and b/icons/obj/structures/doors/hybrisa/hybrisa_medidoor.dmi differ
diff --git a/icons/obj/structures/doors/hybrisa/hybrisa_medidoor_glass.dmi b/icons/obj/structures/doors/hybrisa/hybrisa_medidoor_glass.dmi
new file mode 100644
index 0000000000..9009de4492
Binary files /dev/null and b/icons/obj/structures/doors/hybrisa/hybrisa_medidoor_glass.dmi differ
diff --git a/icons/obj/structures/doors/hybrisa/hybrisa_personaldoor.dmi b/icons/obj/structures/doors/hybrisa/hybrisa_personaldoor.dmi
new file mode 100644
index 0000000000..190acec6c6
Binary files /dev/null and b/icons/obj/structures/doors/hybrisa/hybrisa_personaldoor.dmi differ
diff --git a/icons/obj/structures/doors/hybrisa/hybrisa_personaldoor_glass.dmi b/icons/obj/structures/doors/hybrisa/hybrisa_personaldoor_glass.dmi
new file mode 100644
index 0000000000..b87a701f04
Binary files /dev/null and b/icons/obj/structures/doors/hybrisa/hybrisa_personaldoor_glass.dmi differ
diff --git a/icons/obj/structures/doors/hybrisa/hybrisa_personaldoor_glass_white.dmi b/icons/obj/structures/doors/hybrisa/hybrisa_personaldoor_glass_white.dmi
new file mode 100644
index 0000000000..f9c1eabbc7
Binary files /dev/null and b/icons/obj/structures/doors/hybrisa/hybrisa_personaldoor_glass_white.dmi differ
diff --git a/icons/obj/structures/doors/hybrisa/hybrisa_personaldoor_white.dmi b/icons/obj/structures/doors/hybrisa/hybrisa_personaldoor_white.dmi
new file mode 100644
index 0000000000..fef77b9d96
Binary files /dev/null and b/icons/obj/structures/doors/hybrisa/hybrisa_personaldoor_white.dmi differ
diff --git a/icons/obj/structures/doors/hybrisashutters.dmi b/icons/obj/structures/doors/hybrisashutters.dmi
new file mode 100644
index 0000000000..60aa3b3152
Binary files /dev/null and b/icons/obj/structures/doors/hybrisashutters.dmi differ
diff --git a/icons/obj/structures/handrail.dmi b/icons/obj/structures/handrail.dmi
index 91978cf1c8..b3b6ea4255 100644
Binary files a/icons/obj/structures/handrail.dmi and b/icons/obj/structures/handrail.dmi differ
diff --git a/icons/obj/structures/props/32x64_hybrisabillboards.dmi b/icons/obj/structures/props/32x64_hybrisabillboards.dmi
new file mode 100644
index 0000000000..749a449506
Binary files /dev/null and b/icons/obj/structures/props/32x64_hybrisabillboards.dmi differ
diff --git a/icons/obj/structures/props/64x64_hybrisarandomprops.dmi b/icons/obj/structures/props/64x64_hybrisarandomprops.dmi
new file mode 100644
index 0000000000..a6273c4001
Binary files /dev/null and b/icons/obj/structures/props/64x64_hybrisarandomprops.dmi differ
diff --git a/icons/obj/structures/props/64x96-hybrisarandomprops.dmi b/icons/obj/structures/props/64x96-hybrisarandomprops.dmi
new file mode 100644
index 0000000000..a6e37a5a6a
Binary files /dev/null and b/icons/obj/structures/props/64x96-hybrisarandomprops.dmi differ
diff --git a/icons/obj/structures/props/banners.dmi b/icons/obj/structures/props/banners.dmi
index d99ac69be2..4cf81ed67e 100644
Binary files a/icons/obj/structures/props/banners.dmi and b/icons/obj/structures/props/banners.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 0000000000..f56a5edf3c
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 0000000000..6c019ab224
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 0000000000..079b4377d3
Binary files /dev/null and b/icons/obj/structures/props/boulder_widedark.dmi differ
diff --git a/icons/obj/structures/props/containersextended.dmi b/icons/obj/structures/props/containersextended.dmi
new file mode 100644
index 0000000000..d4d99280f4
Binary files /dev/null and b/icons/obj/structures/props/containersextended.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 0000000000..a4184b5bbf
Binary files /dev/null and b/icons/obj/structures/props/dark_fence.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 0000000000..9e86a7cc3d
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 0000000000..85a88e306d
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 0000000000..658af17b3e
Binary files /dev/null and b/icons/obj/structures/props/engineerPod.dmi differ
diff --git a/icons/obj/structures/props/hybrisa64x64_signs.dmi b/icons/obj/structures/props/hybrisa64x64_signs.dmi
new file mode 100644
index 0000000000..6d879c81fe
Binary files /dev/null and b/icons/obj/structures/props/hybrisa64x64_signs.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 0000000000..64c208df74
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_lattice.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/ambulance.dmi b/icons/obj/structures/props/hybrisa_vehicles/ambulance.dmi
new file mode 100644
index 0000000000..60a2544d12
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/ambulance.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/armored_truck_blue.dmi b/icons/obj/structures/props/hybrisa_vehicles/armored_truck_blue.dmi
new file mode 100644
index 0000000000..33d349ef6a
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/armored_truck_blue.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/armored_truck_teal.dmi b/icons/obj/structures/props/hybrisa_vehicles/armored_truck_teal.dmi
new file mode 100644
index 0000000000..d0bc231477
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/armored_truck_teal.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/armored_truck_white.dmi b/icons/obj/structures/props/hybrisa_vehicles/armored_truck_white.dmi
new file mode 100644
index 0000000000..1103285ea4
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/armored_truck_white.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/armored_truck_wy_black.dmi b/icons/obj/structures/props/hybrisa_vehicles/armored_truck_wy_black.dmi
new file mode 100644
index 0000000000..71c74edabb
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/armored_truck_wy_black.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/armored_truck_wy_white.dmi b/icons/obj/structures/props/hybrisa_vehicles/armored_truck_wy_white.dmi
new file mode 100644
index 0000000000..8a17f9e1a6
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/armored_truck_wy_white.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/box_van_bluegrey.dmi b/icons/obj/structures/props/hybrisa_vehicles/box_van_bluegrey.dmi
new file mode 100644
index 0000000000..146cd21d32
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/box_van_bluegrey.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/box_van_hyperdyne.dmi b/icons/obj/structures/props/hybrisa_vehicles/box_van_hyperdyne.dmi
new file mode 100644
index 0000000000..4f760aa72d
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/box_van_hyperdyne.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/box_van_kellandmining.dmi b/icons/obj/structures/props/hybrisa_vehicles/box_van_kellandmining.dmi
new file mode 100644
index 0000000000..3feb808a9f
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/box_van_kellandmining.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/box_van_maintenanceblue.dmi b/icons/obj/structures/props/hybrisa_vehicles/box_van_maintenanceblue.dmi
new file mode 100644
index 0000000000..bd35136152
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/box_van_maintenanceblue.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/box_van_pizza.dmi b/icons/obj/structures/props/hybrisa_vehicles/box_van_pizza.dmi
new file mode 100644
index 0000000000..f2b79fe324
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/box_van_pizza.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/box_van_white.dmi b/icons/obj/structures/props/hybrisa_vehicles/box_van_white.dmi
new file mode 100644
index 0000000000..c4595c331e
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/box_van_white.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/car_pileup.dmi b/icons/obj/structures/props/hybrisa_vehicles/car_pileup.dmi
new file mode 100644
index 0000000000..830175a591
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/car_pileup.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/crawler_bed.dmi b/icons/obj/structures/props/hybrisa_vehicles/crawler_bed.dmi
new file mode 100644
index 0000000000..21f1606f82
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/crawler_bed.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/crawler_wy_1.dmi b/icons/obj/structures/props/hybrisa_vehicles/crawler_wy_1.dmi
new file mode 100644
index 0000000000..8a3e15d448
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/crawler_wy_1.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/crawler_wy_2.dmi b/icons/obj/structures/props/hybrisa_vehicles/crawler_wy_2.dmi
new file mode 100644
index 0000000000..68798eff1c
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/crawler_wy_2.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/long_truck_blue.dmi b/icons/obj/structures/props/hybrisa_vehicles/long_truck_blue.dmi
new file mode 100644
index 0000000000..d91505f07f
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/long_truck_blue.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/long_truck_brown.dmi b/icons/obj/structures/props/hybrisa_vehicles/long_truck_brown.dmi
new file mode 100644
index 0000000000..7e4b6e4615
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/long_truck_brown.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/long_truck_donk.dmi b/icons/obj/structures/props/hybrisa_vehicles/long_truck_donk.dmi
new file mode 100644
index 0000000000..a99681b563
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/long_truck_donk.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/long_truck_kelland.dmi b/icons/obj/structures/props/hybrisa_vehicles/long_truck_kelland.dmi
new file mode 100644
index 0000000000..b145b39115
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/long_truck_kelland.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/long_truck_red.dmi b/icons/obj/structures/props/hybrisa_vehicles/long_truck_red.dmi
new file mode 100644
index 0000000000..23ff613440
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/long_truck_red.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/long_truck_wy_black.dmi b/icons/obj/structures/props/hybrisa_vehicles/long_truck_wy_black.dmi
new file mode 100644
index 0000000000..5cbf8016d9
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/long_truck_wy_black.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/long_truck_wy_blue.dmi b/icons/obj/structures/props/hybrisa_vehicles/long_truck_wy_blue.dmi
new file mode 100644
index 0000000000..65d2426740
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/long_truck_wy_blue.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/meridian_black.dmi b/icons/obj/structures/props/hybrisa_vehicles/meridian_black.dmi
new file mode 100644
index 0000000000..26db7c6039
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/meridian_black.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/meridian_blue.dmi b/icons/obj/structures/props/hybrisa_vehicles/meridian_blue.dmi
new file mode 100644
index 0000000000..6d2af6848d
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/meridian_blue.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/meridian_brown.dmi b/icons/obj/structures/props/hybrisa_vehicles/meridian_brown.dmi
new file mode 100644
index 0000000000..a7f78d90fc
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/meridian_brown.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/meridian_cop.dmi b/icons/obj/structures/props/hybrisa_vehicles/meridian_cop.dmi
new file mode 100644
index 0000000000..d9368eaa65
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/meridian_cop.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/meridian_desatblue.dmi b/icons/obj/structures/props/hybrisa_vehicles/meridian_desatblue.dmi
new file mode 100644
index 0000000000..5f847fff09
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/meridian_desatblue.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/meridian_green.dmi b/icons/obj/structures/props/hybrisa_vehicles/meridian_green.dmi
new file mode 100644
index 0000000000..2f39148c44
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/meridian_green.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/meridian_lightblue.dmi b/icons/obj/structures/props/hybrisa_vehicles/meridian_lightblue.dmi
new file mode 100644
index 0000000000..de8b74f14c
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/meridian_lightblue.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/meridian_orange.dmi b/icons/obj/structures/props/hybrisa_vehicles/meridian_orange.dmi
new file mode 100644
index 0000000000..b290d817c8
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/meridian_orange.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/meridian_pink.dmi b/icons/obj/structures/props/hybrisa_vehicles/meridian_pink.dmi
new file mode 100644
index 0000000000..c84b91c635
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/meridian_pink.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/meridian_purple.dmi b/icons/obj/structures/props/hybrisa_vehicles/meridian_purple.dmi
new file mode 100644
index 0000000000..8b38050259
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/meridian_purple.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/meridian_red.dmi b/icons/obj/structures/props/hybrisa_vehicles/meridian_red.dmi
new file mode 100644
index 0000000000..049810381c
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/meridian_red.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/meridian_shell.dmi b/icons/obj/structures/props/hybrisa_vehicles/meridian_shell.dmi
new file mode 100644
index 0000000000..9818b2fc54
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/meridian_shell.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/meridian_taxi.dmi b/icons/obj/structures/props/hybrisa_vehicles/meridian_taxi.dmi
new file mode 100644
index 0000000000..36ac3c5585
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/meridian_taxi.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/meridian_turquoise.dmi b/icons/obj/structures/props/hybrisa_vehicles/meridian_turquoise.dmi
new file mode 100644
index 0000000000..9ae88e2e81
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/meridian_turquoise.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/meridian_wy.dmi b/icons/obj/structures/props/hybrisa_vehicles/meridian_wy.dmi
new file mode 100644
index 0000000000..a92dec6d8d
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/meridian_wy.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/mining_crawler.dmi b/icons/obj/structures/props/hybrisa_vehicles/mining_crawler.dmi
new file mode 100644
index 0000000000..369613cf9e
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/mining_crawler.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/mining_crawler_fuel.dmi b/icons/obj/structures/props/hybrisa_vehicles/mining_crawler_fuel.dmi
new file mode 100644
index 0000000000..f1b59846e5
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/mining_crawler_fuel.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/small_truck_blue.dmi b/icons/obj/structures/props/hybrisa_vehicles/small_truck_blue.dmi
new file mode 100644
index 0000000000..59fe439825
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/small_truck_blue.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/small_truck_blue_cargo.dmi b/icons/obj/structures/props/hybrisa_vehicles/small_truck_blue_cargo.dmi
new file mode 100644
index 0000000000..0466d5dd94
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/small_truck_blue_cargo.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/small_truck_brown.dmi b/icons/obj/structures/props/hybrisa_vehicles/small_truck_brown.dmi
new file mode 100644
index 0000000000..fcb68788ff
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/small_truck_brown.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/small_truck_brown_cargo.dmi b/icons/obj/structures/props/hybrisa_vehicles/small_truck_brown_cargo.dmi
new file mode 100644
index 0000000000..6da8e3d8a9
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/small_truck_brown_cargo.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/small_truck_brown_cargobarrels.dmi b/icons/obj/structures/props/hybrisa_vehicles/small_truck_brown_cargobarrels.dmi
new file mode 100644
index 0000000000..b0db1da8a7
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/small_truck_brown_cargobarrels.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/small_truck_garbage.dmi b/icons/obj/structures/props/hybrisa_vehicles/small_truck_garbage.dmi
new file mode 100644
index 0000000000..58a4064e57
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/small_truck_garbage.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/small_truck_green.dmi b/icons/obj/structures/props/hybrisa_vehicles/small_truck_green.dmi
new file mode 100644
index 0000000000..15cf8160f5
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/small_truck_green.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/small_truck_medical.dmi b/icons/obj/structures/props/hybrisa_vehicles/small_truck_medical.dmi
new file mode 100644
index 0000000000..ba7e735fd6
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/small_truck_medical.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/small_truck_mining.dmi b/icons/obj/structures/props/hybrisa_vehicles/small_truck_mining.dmi
new file mode 100644
index 0000000000..30235297db
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/small_truck_mining.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/small_truck_red.dmi b/icons/obj/structures/props/hybrisa_vehicles/small_truck_red.dmi
new file mode 100644
index 0000000000..879eb2768a
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/small_truck_red.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/small_truck_turquoise_cargo.dmi b/icons/obj/structures/props/hybrisa_vehicles/small_truck_turquoise_cargo.dmi
new file mode 100644
index 0000000000..d7c0e0450b
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/small_truck_turquoise_cargo.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/small_truck_white.dmi b/icons/obj/structures/props/hybrisa_vehicles/small_truck_white.dmi
new file mode 100644
index 0000000000..78c7b3c800
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/small_truck_white.dmi differ
diff --git a/icons/obj/structures/props/hybrisa_vehicles/small_truck_white_cargo.dmi b/icons/obj/structures/props/hybrisa_vehicles/small_truck_white_cargo.dmi
new file mode 100644
index 0000000000..9be801e0fd
Binary files /dev/null and b/icons/obj/structures/props/hybrisa_vehicles/small_truck_white_cargo.dmi differ
diff --git a/icons/obj/structures/props/hybrisaengineerpillarangled.dmi b/icons/obj/structures/props/hybrisaengineerpillarangled.dmi
new file mode 100644
index 0000000000..316f99b3c1
Binary files /dev/null and b/icons/obj/structures/props/hybrisaengineerpillarangled.dmi differ
diff --git a/icons/obj/structures/props/hybrisaplatforms.dmi b/icons/obj/structures/props/hybrisaplatforms.dmi
new file mode 100644
index 0000000000..0bd5ebcb92
Binary files /dev/null and b/icons/obj/structures/props/hybrisaplatforms.dmi differ
diff --git a/icons/obj/structures/props/hybrisarandomprops.dmi b/icons/obj/structures/props/hybrisarandomprops.dmi
new file mode 100644
index 0000000000..8c382561ef
Binary files /dev/null and b/icons/obj/structures/props/hybrisarandomprops.dmi differ
diff --git a/icons/obj/structures/props/hybrisatables.dmi b/icons/obj/structures/props/hybrisatables.dmi
new file mode 100644
index 0000000000..4c8ae0c160
Binary files /dev/null and b/icons/obj/structures/props/hybrisatables.dmi differ
diff --git a/icons/obj/structures/props/hybrisaxenocryogenics.dmi b/icons/obj/structures/props/hybrisaxenocryogenics.dmi
new file mode 100644
index 0000000000..c7c9ff5ab4
Binary files /dev/null and b/icons/obj/structures/props/hybrisaxenocryogenics.dmi differ
diff --git a/icons/obj/structures/props/landing_signs.dmi b/icons/obj/structures/props/landing_signs.dmi
index 95d538c73a..15468d157f 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/phonebox.dmi b/icons/obj/structures/props/phonebox.dmi
new file mode 100644
index 0000000000..75ffe466f0
Binary files /dev/null and b/icons/obj/structures/props/phonebox.dmi differ
diff --git a/icons/obj/structures/props/platforms.dmi b/icons/obj/structures/props/platforms.dmi
index c0fbf42633..1454c6d26c 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 2e38605a47..179da39df7 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/sentry_holder_wy.dmi b/icons/obj/structures/props/sentry_holder_wy.dmi
new file mode 100644
index 0000000000..37e66fbb0e
Binary files /dev/null and b/icons/obj/structures/props/sentry_holder_wy.dmi differ
diff --git a/icons/obj/structures/props/supermart.dmi b/icons/obj/structures/props/supermart.dmi
new file mode 100644
index 0000000000..d533dedd40
Binary files /dev/null and b/icons/obj/structures/props/supermart.dmi differ
diff --git a/icons/obj/structures/props/xeno_cyro_giant.dmi b/icons/obj/structures/props/xeno_cyro_giant.dmi
new file mode 100644
index 0000000000..117d4287c4
Binary files /dev/null and b/icons/obj/structures/props/xeno_cyro_giant.dmi differ
diff --git a/icons/obj/structures/rollerbed.dmi b/icons/obj/structures/rollerbed.dmi
index c0d32adc11..5ec4d03420 100644
Binary files a/icons/obj/structures/rollerbed.dmi and b/icons/obj/structures/rollerbed.dmi differ
diff --git a/icons/obj/vehicles/box_van.dmi b/icons/obj/vehicles/box_van.dmi
new file mode 100644
index 0000000000..765b3c1293
Binary files /dev/null and b/icons/obj/vehicles/box_van.dmi differ
diff --git a/icons/obj/vehicles/interiors/box_van_interior.dmi b/icons/obj/vehicles/interiors/box_van_interior.dmi
new file mode 100644
index 0000000000..3586eb716b
Binary files /dev/null and b/icons/obj/vehicles/interiors/box_van_interior.dmi differ
diff --git a/icons/obj/vehicles/interiors/pizza_van_interior.dmi b/icons/obj/vehicles/interiors/pizza_van_interior.dmi
new file mode 100644
index 0000000000..e9b4a66edb
Binary files /dev/null and b/icons/obj/vehicles/interiors/pizza_van_interior.dmi differ
diff --git a/icons/obj/vehicles/interiors/whitechair.dmi b/icons/obj/vehicles/interiors/whitechair.dmi
new file mode 100644
index 0000000000..132275015d
Binary files /dev/null and b/icons/obj/vehicles/interiors/whitechair.dmi differ
diff --git a/icons/obj/vehicles/pizza_van.dmi b/icons/obj/vehicles/pizza_van.dmi
new file mode 100644
index 0000000000..733b6b78a6
Binary files /dev/null and b/icons/obj/vehicles/pizza_van.dmi differ
diff --git a/icons/turf/dropship5.dmi b/icons/turf/dropship5.dmi
new file mode 100644
index 0000000000..f4442bde06
Binary files /dev/null and b/icons/turf/dropship5.dmi differ
diff --git a/icons/turf/floors/auto_shaledesaturated.dmi b/icons/turf/floors/auto_shaledesaturated.dmi
new file mode 100644
index 0000000000..04d285425b
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 0000000000..bb90e01731
Binary files /dev/null and b/icons/turf/floors/engineership.dmi differ
diff --git a/icons/turf/floors/hybrisa_dirt.dmi b/icons/turf/floors/hybrisa_dirt.dmi
new file mode 100644
index 0000000000..96db36d130
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 0000000000..1dd47c112b
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 0000000000..df4f61e388
Binary files /dev/null and b/icons/turf/hybrisareas.dmi differ
diff --git a/icons/turf/walls/engineership.dmi b/icons/turf/walls/engineership.dmi
new file mode 100644
index 0000000000..d5835f30ec
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 0000000000..b2aa19c52e
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 0000000000..4bf9a08d8d
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 0000000000..3486f215bb
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 0000000000..8ccd048b03
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 0000000000..d23e113bf8
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 0000000000..a895a63ca0
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 0000000000..5fd2279054
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 0000000000..fabff65fb0
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 0000000000..f4dd071109
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 0000000000..3966d92e66
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 0000000000..38de0f7680
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 0000000000..01016c382c
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 0000000000..2af3984e0b
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 0000000000..dd299a7815
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 0000000000..44f4db8f31
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 bf3570e7f5..ac5ef4228f 100644
--- a/map_config/maps.txt
+++ b/map_config/maps.txt
@@ -71,3 +71,6 @@ endmap
map whiskey_outpost_v2
endmap
+
+map lv759_hybrisa_prospera
+endmap
diff --git a/maps/interiors/box_van.dmm b/maps/interiors/box_van.dmm
new file mode 100644
index 0000000000..33be7e5e75
--- /dev/null
+++ b/maps/interiors/box_van.dmm
@@ -0,0 +1,240 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"c" = (
+/obj/structure/interior_wall/box_van{
+ icon_state = "back_1"
+ },
+/turf/open/void/vehicle,
+/area/space)
+"e" = (
+/obj/structure/interior_wall/box_van{
+ icon_state = "back_3"
+ },
+/turf/open/void/vehicle,
+/area/space)
+"f" = (
+/obj/effect/vehicle_roof/box_van{
+ icon_state = "front_2"
+ },
+/turf/open/void/vehicle,
+/area/space)
+"h" = (
+/obj/effect/landmark/interior/spawn/entrance{
+ dir = 8;
+ exit_type = /obj/structure/interior_exit/vehicle/box_van/backright;
+ name = "back right entrance marker";
+ pixel_x = -32;
+ tag = "back_right"
+ },
+/obj/structure/largecrate,
+/turf/open/shuttle/vehicle/med{
+ color = "#495462"
+ },
+/area/interior/vehicle/box_van)
+"i" = (
+/obj/effect/vehicle_roof/box_van{
+ icon_state = "front_1"
+ },
+/turf/open/void/vehicle,
+/area/space)
+"j" = (
+/obj/structure/interior_wall/box_van,
+/obj/structure/sign/poster/propaganda{
+ pixel_y = 4;
+ pixel_x = 8
+ },
+/obj/effect/vehicle_roof/box_van{
+ icon_state = "roof_4"
+ },
+/turf/open/void/vehicle,
+/area/space)
+"n" = (
+/obj/structure/interior_wall/box_van{
+ icon_state = "background_2";
+ alpha = 50;
+ layer = 5.2;
+ pixel_y = 32
+ },
+/turf/open/void/vehicle,
+/area/space)
+"o" = (
+/obj/effect/landmark/interior/spawn/interior_viewport/simple{
+ pixel_y = 30
+ },
+/obj/structure/largecrate/random/mini{
+ pixel_y = 12;
+ pixel_x = -11;
+ layer = 3.3
+ },
+/obj/effect/vehicle_roof/box_van{
+ icon_state = "roof_3"
+ },
+/turf/open/shuttle/vehicle/med{
+ color = "#495462"
+ },
+/area/interior/vehicle/box_van)
+"r" = (
+/obj/structure/interior_wall/box_van{
+ icon_state = "exterior_3"
+ },
+/obj/effect/vehicle_roof/box_van{
+ icon_state = "roof_5"
+ },
+/turf/open/void/vehicle,
+/area/space)
+"s" = (
+/obj/structure/interior_wall/box_van{
+ icon_state = "back_2"
+ },
+/turf/open/void/vehicle,
+/area/space)
+"t" = (
+/obj/effect/landmark/interior/spawn/entrance{
+ dir = 1;
+ exit_type = /obj/structure/interior_exit/vehicle/box_van/left;
+ name = "left entrance marker";
+ pixel_y = 32;
+ tag = "left"
+ },
+/obj/effect/landmark/interior/spawn/vehicle_driver_seat{
+ dir = 4;
+ icon_state = "comfychair_black"
+ },
+/obj/effect/landmark/interior/spawn/interior_viewport/simple/windshield{
+ icon_state = "windshield_viewport_bottom";
+ icon = 'icons/obj/vehicles/interiors/box_van_interior.dmi'
+ },
+/obj/effect/vehicle_roof/box_van{
+ icon_state = "front_roof_2"
+ },
+/turf/open/shuttle/vehicle{
+ icon_state = "floor_3_11"
+ },
+/area/interior/vehicle/box_van)
+"v" = (
+/obj/effect/landmark/interior/spawn/interior_viewport/simple/windshield{
+ icon = 'icons/obj/vehicles/interiors/box_van_interior.dmi'
+ },
+/obj/effect/vehicle_roof/box_van{
+ icon_state = "interior_door"
+ },
+/obj/effect/vehicle_roof/box_van{
+ icon_state = "front_roof_1"
+ },
+/turf/open/void/vehicle,
+/area/space)
+"w" = (
+/obj/effect/vehicle_roof/box_van{
+ icon_state = "front_3"
+ },
+/turf/open/void/vehicle,
+/area/space)
+"y" = (
+/obj/effect/landmark/interior/spawn/entrance{
+ alpha = 50;
+ exit_type = /obj/structure/interior_exit/vehicle/box_van/right;
+ name = "right entrance marker";
+ tag = "right"
+ },
+/obj/structure/bed/chair/comfy/black{
+ dir = 4
+ },
+/turf/open/shuttle/vehicle{
+ icon_state = "floor_3_12"
+ },
+/area/interior/vehicle/box_van)
+"G" = (
+/obj/effect/landmark/interior/spawn/interior_viewport/simple{
+ alpha = 100;
+ pixel_y = -2
+ },
+/obj/structure/largecrate/random/barrel/purewhite{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/turf/open/shuttle/vehicle/med{
+ color = "#495462"
+ },
+/area/interior/vehicle/box_van)
+"J" = (
+/obj/structure/interior_wall/box_van{
+ icon_state = "background_3";
+ alpha = 50;
+ layer = 5.2;
+ pixel_y = 32
+ },
+/turf/open/void/vehicle,
+/area/space)
+"M" = (
+/obj/effect/landmark/interior/spawn/entrance{
+ dir = 8;
+ exit_type = /obj/structure/interior_exit/vehicle/box_van/backleft;
+ name = "back left entrance marker";
+ pixel_x = -32;
+ tag = "back_left"
+ },
+/obj/structure/largecrate/random/secure{
+ pixel_y = 12;
+ layer = 4
+ },
+/obj/effect/vehicle_roof/box_van{
+ icon_state = "roof_2"
+ },
+/turf/open/shuttle/vehicle/med{
+ color = "#495462"
+ },
+/area/interior/vehicle/box_van)
+"O" = (
+/turf/open/void/vehicle,
+/area/space)
+"V" = (
+/obj/structure/interior_wall/box_van{
+ icon_state = "exterior_door";
+ alpha = 50;
+ layer = 5.2;
+ pixel_y = 32
+ },
+/turf/open/void/vehicle,
+/area/space)
+
+(1,1,1) = {"
+O
+O
+O
+O
+O
+"}
+(2,1,1) = {"
+O
+e
+s
+c
+O
+"}
+(3,1,1) = {"
+O
+j
+M
+h
+n
+"}
+(4,1,1) = {"
+O
+r
+o
+G
+J
+"}
+(5,1,1) = {"
+O
+v
+t
+y
+V
+"}
+(6,1,1) = {"
+O
+w
+f
+i
+O
+"}
diff --git a/maps/interiors/pizza_van.dmm b/maps/interiors/pizza_van.dmm
new file mode 100644
index 0000000000..2c72f7da70
--- /dev/null
+++ b/maps/interiors/pizza_van.dmm
@@ -0,0 +1,246 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"c" = (
+/obj/structure/interior_wall/pizza_van{
+ icon_state = "back_1"
+ },
+/turf/open/void/vehicle,
+/area/space)
+"e" = (
+/obj/structure/interior_wall/pizza_van{
+ icon_state = "back_3"
+ },
+/turf/open/void/vehicle,
+/area/space)
+"f" = (
+/obj/effect/vehicle_roof/pizza_van{
+ icon_state = "front_2"
+ },
+/turf/open/void/vehicle,
+/area/space)
+"h" = (
+/obj/effect/landmark/interior/spawn/entrance{
+ dir = 8;
+ exit_type = /obj/structure/interior_exit/vehicle/pizza_van/backright;
+ name = "back right entrance marker";
+ pixel_x = -32;
+ tag = "back_right"
+ },
+/obj/structure/largecrate/random/secure,
+/turf/open/shuttle/vehicle/med{
+ color = "#9c9a97"
+ },
+/area/interior/vehicle/pizza_van)
+"i" = (
+/obj/effect/vehicle_roof/pizza_van{
+ icon_state = "front_1"
+ },
+/turf/open/void/vehicle,
+/area/space)
+"j" = (
+/obj/structure/interior_wall/pizza_van,
+/obj/structure/sign/poster/ad{
+ pixel_y = 4;
+ pixel_x = 8
+ },
+/obj/effect/vehicle_roof/pizza_van{
+ icon_state = "roof_4"
+ },
+/turf/open/void/vehicle,
+/area/space)
+"n" = (
+/obj/structure/interior_wall/pizza_van{
+ icon_state = "background_2";
+ pixel_y = 32;
+ layer = 5.2;
+ alpha = 50
+ },
+/turf/open/void/vehicle,
+/area/space)
+"o" = (
+/obj/effect/landmark/interior/spawn/interior_viewport/simple{
+ pixel_y = 30
+ },
+/obj/structure/bed/chair/comfy/beige,
+/obj/item/clothing/head/hybrisa/pizza_galaxy,
+/obj/effect/vehicle_roof/pizza_van{
+ icon_state = "roof_3"
+ },
+/turf/open/shuttle/vehicle/med{
+ color = "#9c9a97"
+ },
+/area/interior/vehicle/pizza_van)
+"r" = (
+/obj/structure/interior_wall/pizza_van{
+ icon_state = "exterior_3"
+ },
+/obj/effect/vehicle_roof/pizza_van{
+ icon_state = "roof_5"
+ },
+/turf/open/void/vehicle,
+/area/space)
+"s" = (
+/obj/structure/interior_wall/pizza_van{
+ icon_state = "back_2"
+ },
+/turf/open/void/vehicle,
+/area/space)
+"t" = (
+/obj/effect/landmark/interior/spawn/entrance{
+ dir = 1;
+ exit_type = /obj/structure/interior_exit/vehicle/pizza_van/left;
+ name = "left entrance marker";
+ pixel_y = 32;
+ tag = "left"
+ },
+/obj/effect/landmark/interior/spawn/vehicle_driver_seat{
+ dir = 4;
+ icon_state = "comfychair_beige"
+ },
+/obj/effect/landmark/interior/spawn/interior_viewport/simple/windshield{
+ icon_state = "windshield_viewport_bottom";
+ icon = 'icons/obj/vehicles/interiors/pizza_van_interior.dmi'
+ },
+/obj/effect/vehicle_roof/pizza_van{
+ icon_state = "front_roof_2"
+ },
+/turf/open/shuttle/vehicle{
+ icon_state = "floor_3_11"
+ },
+/area/interior/vehicle/pizza_van)
+"v" = (
+/obj/effect/landmark/interior/spawn/interior_viewport/simple/windshield{
+ icon = 'icons/obj/vehicles/interiors/pizza_van_interior.dmi'
+ },
+/obj/effect/vehicle_roof/pizza_van{
+ icon_state = "interior_door"
+ },
+/obj/effect/vehicle_roof/pizza_van{
+ icon_state = "front_roof_1"
+ },
+/turf/open/void/vehicle,
+/area/space)
+"w" = (
+/obj/effect/vehicle_roof/pizza_van{
+ icon_state = "front_3"
+ },
+/turf/open/void/vehicle,
+/area/space)
+"y" = (
+/obj/effect/landmark/interior/spawn/entrance{
+ alpha = 50;
+ exit_type = /obj/structure/interior_exit/vehicle/pizza_van/right;
+ name = "right entrance marker";
+ tag = "right"
+ },
+/obj/structure/bed/chair/comfy/beige{
+ dir = 4
+ },
+/turf/open/shuttle/vehicle{
+ icon_state = "floor_3_12"
+ },
+/area/interior/vehicle/pizza_van)
+"G" = (
+/obj/effect/landmark/interior/spawn/interior_viewport/simple{
+ alpha = 100;
+ pixel_y = -2
+ },
+/obj/structure/bed/chair/comfy/beige{
+ dir = 1
+ },
+/obj/item/stack/sheet/cardboard{
+ layer = 1;
+ pixel_x = 12
+ },
+/turf/open/shuttle/vehicle/med{
+ color = "#9c9a97"
+ },
+/area/interior/vehicle/pizza_van)
+"J" = (
+/obj/structure/interior_wall/pizza_van{
+ icon_state = "background_3";
+ pixel_y = 32;
+ layer = 5.2;
+ alpha = 50
+ },
+/turf/open/void/vehicle,
+/area/space)
+"M" = (
+/obj/effect/landmark/interior/spawn/entrance{
+ dir = 8;
+ exit_type = /obj/structure/interior_exit/vehicle/pizza_van/backleft;
+ name = "back left entrance marker";
+ pixel_x = -32;
+ tag = "back_left"
+ },
+/obj/structure/closet/crate/plastic{
+ pixel_y = 8
+ },
+/obj/item/pizzabox/mystery/stack{
+ pixel_y = 12
+ },
+/obj/item/stack/sheet/cardboard{
+ layer = 4;
+ pixel_y = 8
+ },
+/obj/effect/vehicle_roof/pizza_van{
+ icon_state = "roof_2"
+ },
+/turf/open/shuttle/vehicle/med{
+ color = "#9c9a97"
+ },
+/area/interior/vehicle/pizza_van)
+"O" = (
+/turf/open/void/vehicle,
+/area/space)
+"V" = (
+/obj/structure/interior_wall/pizza_van{
+ icon_state = "exterior_door";
+ pixel_y = 32;
+ layer = 5.2;
+ alpha = 50
+ },
+/turf/open/void/vehicle,
+/area/space)
+
+(1,1,1) = {"
+O
+O
+O
+O
+O
+"}
+(2,1,1) = {"
+O
+e
+s
+c
+O
+"}
+(3,1,1) = {"
+O
+j
+M
+h
+n
+"}
+(4,1,1) = {"
+O
+r
+o
+G
+J
+"}
+(5,1,1) = {"
+O
+v
+t
+y
+V
+"}
+(6,1,1) = {"
+O
+w
+f
+i
+O
+"}
diff --git a/maps/lv759_hybrisa_prospera.json b/maps/lv759_hybrisa_prospera.json
new file mode 100644
index 0000000000..b0c69530e4
--- /dev/null
+++ b/maps/lv759_hybrisa_prospera.json
@@ -0,0 +1,67 @@
+{
+ "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/hybrisa/civilian",
+ "/datum/equipment_preset/survivor/hybrisa/civilian_office",
+ "/datum/equipment_preset/survivor/hybrisa/weymart",
+ "/datum/equipment_preset/survivor/hybrisa/sanitation",
+ "/datum/equipment_preset/survivor/hybrisa/pizza_galaxy",
+ "/datum/equipment_preset/survivor/hybrisa/fire_fighter",
+ "/datum/equipment_preset/survivor/hybrisa/cuppa_joes",
+ "/datum/equipment_preset/survivor/hybrisa/kelland_miner",
+ "/datum/equipment_preset/survivor/hybrisa/doctor",
+ "/datum/equipment_preset/survivor/hybrisa/paramedic",
+ "/datum/equipment_preset/survivor/hybrisa/scientist_xenobiologist",
+ "/datum/equipment_preset/survivor/hybrisa/scientist_xenoarchaeologist",
+ "/datum/equipment_preset/survivor/hybrisa/cmb_officer",
+ "/datum/equipment_preset/survivor/hybrisa/electrical_engineer",
+ "/datum/equipment_preset/survivor/hybrisa/construction_worker",
+ "/datum/equipment_preset/survivor/hybrisa/heavy_vehicle_operator",
+ "/datum/equipment_preset/survivor/hybrisa/wy_exec",
+ "/datum/equipment_preset/survivor/hybrisa/wey_po",
+ "/datum/equipment_preset/survivor/hybrisa/corporate_goon",
+ "/datum/equipment_preset/survivor/clf"
+ ],
+ "synth_survivor_types": [
+ "/datum/equipment_preset/synth/survivor/hybrisa/engineer_survivor",
+ "/datum/equipment_preset/synth/survivor/hybrisa/detective",
+ "/datum/equipment_preset/synth/survivor/hybrisa/xenoarchaeologist",
+ "/datum/equipment_preset/synth/survivor/hybrisa/civilian",
+ "/datum/equipment_preset/synth/survivor/hybrisa/paramedic",
+ "/datum/equipment_preset/synth/survivor/hybrisa/exec_bodyguard"
+ ],
+ "defcon_triggers": [
+ 3750,
+ 2600,
+ 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 0000000000..98c03612a0
--- /dev/null
+++ b/maps/map_files/LV759_Hybrisa_Prospera/LV759_Hybrisa_Prospera.dmm
@@ -0,0 +1,227485 @@
+//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
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 9
+ },
+/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)
+"aam" = (
+/obj/item/tool/warning_cone{
+ layer = 3.3;
+ pixel_x = 4;
+ pixel_y = 18
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"aap" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_4{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/closed/wall/hybrisa/colony/office,
+/area/lv759/indoors/weyyu_office)
+"aat" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/obj/structure/platform/hybrisa/metalplatform6,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"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/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_factory)
+"aaA" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/cargo)
+"aaH" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/colonial_marshals/hallway_central)
+"aaI" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"aaK" = (
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 24
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/bar/kitchen)
+"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)
+"aaU" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/tool/wirecutters,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/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/hybrisa/hospital/hospitaldivider{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/cargo_container/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/blackgoocontainer,
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"abC" = (
+/obj/structure/machinery/door/airlock/almayer/secure/autoname,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/securityarmory)
+"abN" = (
+/obj/structure/stairs/perspective/kutjevo{
+ dir = 8;
+ layer = 2.5
+ },
+/obj/structure/barricade/handrail/kutjevo,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"abR" = (
+/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/hybrisa/medical/autoname{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/paramedics_garage)
+"abY" = (
+/obj/structure/bed/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"acb" = (
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"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)
+"act" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/northfoyer)
+"acy" = (
+/obj/structure/platform/hybrisa/metalplatform6,
+/obj/structure/prop/hybrisa/fakeplatforms/platform4,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"acB" = (
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/casino/casino_vault)
+"acE" = (
+/obj/item/tool/pen/blue{
+ pixel_x = -6;
+ pixel_y = 6
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/road/lines1{
+ pixel_x = -1
+ },
+/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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/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/Box_Vans/Pizza{
+ pixel_y = 4;
+ 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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/power_plant/fusion_generators)
+"acY" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"acZ" = (
+/obj/structure/machinery/power/terminal{
+ dir = 1
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/mining_outpost/north_maint)
+"adj" = (
+/obj/structure/surface/rack,
+/obj/item/stack/sheet/metal/large_stack,
+/obj/structure/machinery/light/blue{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"ado" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 6
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"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/lv759/indoors/wy_research_complex/reception)
+"ady" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"adz" = (
+/obj/structure/platform/hybrisa/metalplatform1,
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/obj/structure/disposalpipe/tagger/partial,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/north_street)
+"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)
+"adC" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/bloodtrail{
+ dir = 6
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/spaceport/communications_office)
+"adD" = (
+/obj/structure/machinery/door/poddoor/shutters/almayer,
+/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)
+"adI" = (
+/obj/item/tool/warning_cone{
+ pixel_x = 4;
+ pixel_y = 18;
+ layer = 4.2
+ },
+/obj/item/tool/wrench,
+/obj/effect/decal/strata_decals/grime/grime3{
+ dir = 8
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/effect/hybrisa/decal/dirt,
+/obj/item/trash/eat,
+/obj/structure/largecrate/random/mini{
+ pixel_x = 6;
+ pixel_y = 17;
+ layer = 4
+ },
+/obj/structure/largecrate/random/barrel/black{
+ pixel_x = -6;
+ pixel_y = 4;
+ layer = 4
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"aew" = (
+/obj/structure/machinery/colony_floodlight/traffic_alt{
+ dir = 8;
+ pixel_x = 8;
+ pixel_y = 12
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"aex" = (
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/landing_zone_1)
+"aey" = (
+/obj/item/device/analyzer,
+/obj/structure/cable{
+ icon_state = "1-4";
+ color = "#550d0d"
+ },
+/obj/structure/cable{
+ icon_state = "4-8";
+ color = "#550d0d"
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"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/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Light_Blue{
+ icon_state = "meridian_lightblue_damage_3";
+ health = 1250
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"aeK" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname,
+/turf/open/floor/prison{
+ icon_state = "sterile_white"
+ },
+/area/lv759/indoors/hospital/emergency_room)
+"aeM" = (
+/obj/structure/window/framed/hybrisa/spaceport/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/flight_control_room)
+"aeS" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ icon_state = "zbrownfloor2";
+ dir = 8
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"aeT" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecalleft"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"aeZ" = (
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/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/almayer/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/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"afq" = (
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ dir = 4;
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi'
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"afT" = (
+/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/lv759/indoors/wy_research_complex/mainlabs)
+"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;
+ layer = 6
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/northapartments)
+"age" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"agv" = (
+/obj/structure/barricade/handrail/strata,
+/obj/effect/decal/medical_decals{
+ dir = 4;
+ icon_state = "triagedecaldir"
+ },
+/turf/open/floor/plating/kutjevo,
+/area/lv759/outdoors/landing_zone_1)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/wood/redwood,
+/area/lv759/indoors/weyyu_office/floor)
+"agH" = (
+/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/item/shard,
+/obj/effect/decal/cleanable/blood/oil,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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)
+"agQ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/weymart/maintenance)
+"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)
+"ahe" = (
+/obj/effect/decal/cleanable/blood/oil,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/landing_zone_2)
+"ahg" = (
+/obj/effect/hybrisa/decal/checkpoint_decal{
+ dir = 8;
+ pixel_x = -6
+ },
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/central_streets)
+"ahi" = (
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = 27
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/north_east_caves)
+"ahm" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "triagedecaldir"
+ },
+/turf/open/floor/prison{
+ icon_state = "sterile_white"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"ahq" = (
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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,
+/obj/item/device/radio{
+ pixel_x = -8;
+ pixel_y = 4
+ },
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/power_plant/telecomms)
+"ahB" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical_solid/autoname{
+ dir = 1
+ },
+/turf/open/floor/prison{
+ icon_state = "sterile_white"
+ },
+/area/lv759/indoors/hospital/medical_storage)
+"ahC" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/security{
+ pixel_x = 32
+ },
+/turf/open/floor/almayer{
+ dir = 9;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"aif" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname,
+/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/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/weymart)
+"aik" = (
+/obj/structure/bed/stool{
+ buckling_y = 14;
+ layer = 4;
+ pixel_y = 22
+ },
+/obj/effect/hybrisa/decal/gold/line1{
+ pixel_y = -1
+ },
+/turf/open/floor/hybrisa/carpet/carpetred,
+/area/lv759/indoors/casino)
+"aio" = (
+/obj/structure/surface/rack,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -4;
+ pixel_y = 6
+ },
+/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
+/obj/structure/prop/hybrisa/misc/graffiti/graffiti3{
+ pixel_y = 2;
+ pixel_x = -4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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)
+"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
+ },
+/obj/effect/decal/cleanable/blood/oil/streak,
+/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/indoors/derelict_ship)
+"aiz" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/tool/warning_cone{
+ pixel_x = -9;
+ pixel_y = 20
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 1
+ },
+/area/lv759/indoors/electical_systems/substation1)
+"aiF" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/sign/safety/bulkhead_door{
+ pixel_y = 32
+ },
+/obj/structure/machinery/door_control/brbutton{
+ id = "hybrisamining_northeast2";
+ indestructible = 1;
+ layer = 4;
+ name = "Mining Lockdown";
+ pixel_x = 8;
+ pixel_y = 32
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/north_caves)
+"aiG" = (
+/obj/effect/decal/cleanable/blood/gibs/limb,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/landmark/corpsespawner/hybrisa/civilian,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/eastfoyer)
+"aiH" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/bed/hybrisa/hospital/hospitaldivider{
+ pixel_y = -8
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"aiK" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"aiM" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/cigbutt{
+ pixel_x = -3;
+ pixel_y = 9
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"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)
+"aiS" = (
+/obj/structure/prop/hybrisa/vehicles/Mining_Crawlers/Fuel{
+ dir = 1;
+ 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)
+"aiY" = (
+/obj/structure/prop/hybrisa/misc/fake/lattice/full,
+/obj/structure/pipes/standard/tank/carbon_dioxide{
+ pixel_x = 16;
+ density = 0
+ },
+/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/prop/hybrisa/misc/floorprops/grate,
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/fakeplatforms/platform3{
+ icon = 'icons/obj/structures/props/platforms.dmi';
+ icon_state = "hybrisastone"
+ },
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"aje" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"ajg" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"ajj" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/eastentrance)
+"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)
+"ajx" = (
+/obj/structure/machinery/landinglight/ds1/delayone{
+ dir = 8
+ },
+/obj/structure/machinery/landinglight/ds1{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/outdoors/landing_zone_2)
+"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"
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/obj/structure/machinery/crema_switch{
+ id = "Hybrisa_Crem_switch2";
+ pixel_y = 32
+ },
+/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/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"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)
+"ajL" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tileblue,
+/area/lv759/indoors/mining_outpost/east_dorms)
+"ajN" = (
+/obj/structure/cargo_container/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)
+"ajQ" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetreddeco,
+/area/lv759/indoors/weyyu_office/supervisor)
+"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/machinery/colony_floodlight/traffic{
+ pixel_x = 8;
+ pixel_y = 5
+ },
+/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/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/weymart)
+"akv" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"akz" = (
+/obj/structure/filingcabinet{
+ density = 0;
+ icon_state = "chestdrawer";
+ pixel_x = 8;
+ pixel_y = 21;
+ layer = 3.20
+ },
+/obj/structure/filingcabinet{
+ density = 0;
+ icon_state = "chestdrawer";
+ pixel_x = -8;
+ pixel_y = 21;
+ layer = 3.20
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_security/checkpoint_northeast)
+"akE" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 3.3
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = -28
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/northeast)
+"akR" = (
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "\improper Lockdown";
+ needs_power = 0;
+ id = "hybrisaresearchlockdown"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"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/lv759/indoors/wy_research_complex/cargo)
+"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/almayer/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;
+ layer = 3.6
+ },
+/obj/structure/sign/poster/ad{
+ layer = 4;
+ pixel_x = -12;
+ pixel_y = 34
+ },
+/obj/structure/sign/poster/ad{
+ pixel_x = 4;
+ pixel_y = 32
+ },
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"alP" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/colony/engineering,
+/area/lv759/indoors/recycling_plant_waste_disposal_incinerator)
+"alQ" = (
+/obj/structure/surface/table/woodentable/fancy,
+/obj/item/device/flashlight/lamp/green{
+ pixel_y = 12
+ },
+/obj/item/clothing/head/cmo,
+/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,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -3;
+ pixel_y = 6
+ },
+/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/westbedrooms)
+"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 = "floor1";
+ dir = 1
+ },
+/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{
+ 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/lv759/indoors/wy_research_complex/weaponresearchlab)
+"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,
+/obj/structure/sign/poster/kellandmining{
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/mining_outpost/east_deploymentbay)
+"amO" = (
+/obj/item/ammo_casing/bullet,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"amY" = (
+/obj/structure/machinery/iv_drip,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/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/item/tool/pen{
+ pixel_x = 9;
+ pixel_y = 8
+ },
+/obj/item/tool/pen{
+ pixel_x = 12;
+ pixel_y = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/wood/blackwood,
+/area/lv759/indoors/weyyu_office/supervisor)
+"and" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"anf" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"ano" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/poster/kellandmining{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"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)
+"anu" = (
+/obj/structure/barricade/handrail/strata,
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/outdoors/landing_zone_1)
+"anx" = (
+/obj/structure/prop/invuln/overhead_pipe{
+ icon_state = "intact";
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"anA" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/remains/robot,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_9";
+ pixel_y = 12
+ },
+/obj/item/shard,
+/turf/open/floor/plating{
+ dir = 4;
+ icon_state = "warnplate"
+ },
+/area/lv759/indoors/recycling_plant)
+"anI" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/bar/entertainment)
+"anK" = (
+/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Science_1,
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/central_caves)
+"anN" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/machinery/big_computers/messaging_server/brown{
+ dir = 1
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/fusion_generators)
+"anU" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"anW" = (
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/obj/item/tool/warning_cone{
+ pixel_x = 5;
+ pixel_y = 13
+ },
+/obj/item/tool/warning_cone{
+ pixel_x = -4;
+ pixel_y = 8
+ },
+/obj/item/tool/warning_cone{
+ pixel_x = 4;
+ pixel_y = 18
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"anX" = (
+/obj/item/weapon/gun/rifle/nsg23/no_lock,
+/obj/item/ammo_magazine/rifle/nsg23/extended,
+/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)
+"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/indoors/derelict_ship)
+"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
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"aor" = (
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"aos" = (
+/obj/structure/machinery/big_computers/computerbrown/computer3,
+/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;
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"aow" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"aoy" = (
+/obj/structure/surface/table/woodentable/fancy,
+/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)
+"aoO" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/wy_research_complex/medical_annex)
+"aoS" = (
+/obj/structure/surface/table/woodentable/fancy,
+/obj/item/paper_bin{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/turf/open/floor/hybrisa/carpet/carpetgreendeco,
+/area/lv759/indoors/meridian/meridian_managersoffice)
+"aoY" = (
+/obj/structure/machinery/light/spot/blue{
+ dir = 8
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"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)
+"apg" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/corsat{
+ icon_state = "squares"
+ },
+/area/lv759/indoors/power_plant/gas_generators)
+"api" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/structure/prop/hybrisa/vehicles/Long_Truck/Kelland_Mining{
+ pixel_y = -8;
+ layer = 4.2
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"apj" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/fence/dark,
+/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/indoors/derelict_ship)
+"apv" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{
+ dir = 1
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/meridian/meridian_managersoffice)
+"apy" = (
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/indoors/power_plant/gas_generators)
+"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,
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastbedrooms)
+"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)
+"aqe" = (
+/obj/structure/closet/crate/trashcart{
+ opened = 1
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"aqh" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/surface/table/reinforced/black,
+/obj/structure/machinery/prop/almayer/computer/PC{
+ dir = 8;
+ pixel_x = 2;
+ pixel_y = -2
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/floor)
+"aqj" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_corner{
+ dir = 4
+ },
+/area/lv759/indoors/meridian/meridian_office)
+"aqp" = (
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/northfoyer)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"aqC" = (
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"aqM" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/power_plant/gas_generators)
+"aqP" = (
+/obj/structure/sign/safety/airlock{
+ pixel_x = 32;
+ pixel_y = 10
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = 32;
+ pixel_y = -4
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_caves)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"aqZ" = (
+/obj/structure/barricade/handrail/kutjevo{
+ dir = 4;
+ layer = 4;
+ level = 4
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"arc" = (
+/obj/structure/window/framed/hybrisa/marshalls/cell,
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/prisoners_cells)
+"ari" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 2;
+ pixel_y = 20
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/sign/safety/landingzone{
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"arm" = (
+/obj/structure/platform/hybrisa/metalplatform2{
+ dir = 1
+ },
+/obj/structure/closet/phonebox{
+ light_color = "#00AAFF";
+ light_on = 1;
+ light_power = 3;
+ light_range = 4;
+ pixel_x = 4;
+ pixel_y = -8
+ },
+/obj/structure/prop/hybrisa/misc/graffiti/graffiti1{
+ pixel_x = 4
+ },
+/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)
+"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,
+/obj/structure/bed/chair/office/light{
+ dir = 8
+ },
+/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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/effect/hybrisa/decal/dirt,
+/obj/structure/sign/safety/three{
+ pixel_y = 30;
+ pixel_x = 14
+ },
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "blue"
+ },
+/area/lv759/indoors/hospital/maintenance)
+"arH" = (
+/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/outdoors/landing_zone_2)
+"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)
+"arS" = (
+/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/hybrisashutters.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)
+"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/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,
+/obj/item/clothing/suit/armor/vest/hybrisa/civilian_vest,
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/jacks_surplus)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"asm" = (
+/obj/structure/machinery/big_computers/computerblack/computer5{
+ indestructible = 1
+ },
+/obj/structure/machinery/door_control{
+ id = "hybrisaresearchlockdown";
+ indestructible = 1;
+ name = "Research Complex - Lockdown";
+ pixel_y = -5;
+ needs_power = 0
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_off{
+ pixel_x = 1;
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ icon_state = "red1"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"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_LZ)
+"asE" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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 = 1;
+ name = "\improper Airlock"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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_LZ)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"atb" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"ats" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"aty" = (
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/janitor)
+"atQ" = (
+/obj/item/reagent_container/glass/bucket{
+ pixel_x = -9;
+ pixel_y = 9
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"atY" = (
+/obj/structure/closet,
+/obj/item/storage/box/lights/mixed,
+/obj/item/storage/box/lights/tubes,
+/obj/item/storage/box/mousetraps,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 9
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"atZ" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "SW-out";
+ layer = 2.5
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/structure/bed/chair{
+ buckling_y = 5;
+ dir = 1;
+ pixel_y = 5
+ },
+/obj/effect/hybrisa/decal/road/lines3{
+ pixel_y = -2
+ },
+/obj/effect/hybrisa/decal/road/lines1{
+ pixel_x = -1
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/weyyu_office/pressroom)
+"aui" = (
+/obj/structure/barricade/handrail{
+ dir = 4
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/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/Armored_Truck/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/Small_Truck/Turquoise_Cargo{
+ 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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"auN" = (
+/obj/structure/reagent_dispensers/water_cooler{
+ pixel_x = 11;
+ pixel_y = 8
+ },
+/turf/open/floor/almayer{
+ dir = 6;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"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/indoors/derelict_ship)
+"auT" = (
+/turf/closed/wall/engineership,
+/area/lv759/oob)
+"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 = -8
+ },
+/obj/structure/platform/hybrisa/metalplatform1,
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4;
+ pixel_y = -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/indoors/wy_research_complex/hallwaysouthwest)
+"avo" = (
+/obj/structure/barricade/handrail/hybrisa/road/wood/blue,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/central_streets)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"avB" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 7
+ },
+/obj/effect/decal/cleanable/blood,
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 4;
+ color = "#7e7d72"
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging/corner{
+ dir = 4;
+ color = "#7e7d72"
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"avE" = (
+/obj/structure/pipes/vents/pump_hybrisa,
+/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/lv759/indoors/wy_research_complex/dormsbedroom)
+"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;
+ layer = 4.2
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"avM" = (
+/turf/open/engineership/engineer_floor8{
+ dir = 4
+ },
+/area/lv759/indoors/derelict_ship)
+"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)
+"awp" = (
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"awq" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/strata{
+ dir = 4;
+ layer = 4;
+ pixel_x = -2
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/electical_systems/substation1)
+"awr" = (
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal4"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"awM" = (
+/obj/structure/bed/roller,
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"awR" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/botany/botany_mainroom)
+"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)
+"axb" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/obj/effect/hybrisa/decal/road/lines1{
+ pixel_x = -1
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/weyyu_office/pressroom)
+"axd" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33;
+ pixel_y = 2
+ },
+/obj/effect/decal/cleanable/blood/drip,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/almayer/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"axi" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 8
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"axq" = (
+/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/outdoors/landing_zone_2)
+"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)
+"aya" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 1
+ },
+/obj/structure/blackgoocontainer{
+ icon_state = "blackgoocontainer2";
+ pixel_x = -6
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"ayd" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/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)
+"ayx" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/beige_bigtile,
+/area/lv759/indoors/power_plant/workers_canteen)
+"ayC" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Mining_Crawlers/Fuel{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/south_caves)
+"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
+ },
+/obj/item/reagent_container/glass/rag{
+ desc = "A pile of clothing, these need washing...";
+ name = "pile of clothing";
+ color = "#a44e24"
+ },
+/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)
+"ayS" = (
+/obj/structure/platform_decoration,
+/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)
+"ayU" = (
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal9"
+ },
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/item/tool/warning_cone{
+ pixel_y = 19
+ },
+/obj/effect/hybrisa/decal/road/lines1,
+/obj/item/tool/warning_cone{
+ pixel_x = -10;
+ pixel_y = 11
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_street)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"azb" = (
+/obj/effect/decal/cleanable/blood/oil,
+/obj/structure/prop/hybrisa/vehicles/Box_Vans/Kelland_Mining{
+ dir = 1
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 6
+ },
+/area/lv759/outdoors/landing_zone_2)
+"azc" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"azq" = (
+/obj/structure/bed/chair{
+ dir = 8
+ },
+/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)
+"azz" = (
+/obj/effect/hybrisa/decal/dirt_2,
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/head_office)
+"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"
+ },
+/obj/structure/prop/hybrisa/misc/blood/blood3{
+ layer = 4;
+ pixel_x = -9;
+ pixel_y = 32
+ },
+/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)
+"aAb" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/supermartfloor2,
+/area/lv759/indoors/power_plant/workers_canteen_kitchen)
+"aAd" = (
+/obj/structure/machinery/space_heater/radiator/red{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/tile/tileblackcheckered,
+/area/lv759/indoors/casino)
+"aAe" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cuppajoesfloor,
+/area/lv759/indoors/spaceport/cuppajoes)
+"aAh" = (
+/obj/structure/sign/safety/maint,
+/turf/closed/wall/hybrisa/spaceport_reinforced,
+/area/lv759/indoors/spaceport/janitor)
+"aAm" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/wy_research_complex/hallwayeast)
+"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)
+"aAw" = (
+/obj/structure/barricade/wooden,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/tilegreen,
+/area/lv759/indoors/garage_reception)
+"aAz" = (
+/obj/structure/cargo_container/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/greenmetal1{
+ dir = 4
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_recreation_area)
+"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/big_computers/messaging_server/black{
+ dir = 1
+ },
+/obj/structure/sign/poster/wylogo{
+ pixel_y = 32;
+ layer = 2.9
+ },
+/turf/open/floor/strata{
+ icon_state = "red1"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"aAK" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard1{
+ icon_state = "billboard2";
+ pixel_y = 20;
+ layer = 9;
+ pixel_x = -6
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"aAM" = (
+/obj/structure/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/apartment/eastentrance)
+"aAO" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 1
+ },
+/obj/structure/barricade/handrail/strata{
+ layer = 3.1
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard5{
+ dir = 6;
+ pixel_y = 32;
+ pixel_x = 16
+ },
+/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,
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "whitered"
+ },
+/area/lv759/indoors/hospital/operation)
+"aBa" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/colonial_marshals/hallway_central)
+"aBe" = (
+/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
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/strata_decals/grime/grime3{
+ icon_state = "grime1"
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"aBk" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ dir = 4;
+ id = "hybrisaLZ2_1";
+ name = "Emergency Lockdown";
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/corsat,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"aBn" = (
+/obj/structure/machinery/door/airlock/almayer/generic{
+ dir = 8;
+ autoname = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"aBq" = (
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "4-9";
+ layer = 5
+ },
+/obj/structure/cable/white{
+ color = "550d0d";
+ icon_state = "5-9";
+ layer = 5
+ },
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "6-8";
+ layer = 5
+ },
+/obj/structure/cable/white{
+ color = "#9f8700";
+ icon_state = "5-6";
+ layer = 5;
+ level = 2
+ },
+/obj/structure/cable/white{
+ color = "#9f8700";
+ icon_state = "2-9";
+ layer = 5;
+ level = 2
+ },
+/obj/structure/cable/white{
+ color = "#007740";
+ icon_state = "1-10";
+ layer = 5;
+ level = 2
+ },
+/obj/structure/cable/white{
+ color = "#007740";
+ icon_state = "1-4";
+ layer = 5;
+ level = 2
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/red,
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ pixel_x = -4
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"aBC" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/turf/open/shuttle/escapepod{
+ icon_state = "floor1";
+ dir = 1
+ },
+/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)
+"aBM" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"aBN" = (
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"aBS" = (
+/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)
+"aBT" = (
+/obj/structure/machinery/door/airlock/almayer/generic{
+ dir = 2;
+ autoname = 1
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"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{
+ autoname = 1;
+ name = "\improper Airlock"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"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)
+"aCK" = (
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/outdoors/caveplateau)
+"aCO" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"aCR" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/closet/crate/weapon{
+ opened = 1;
+ pixel_x = -4
+ },
+/obj/effect/spawner/random/gun/shotgun/lowchance,
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 4;
+ color = "#7e7d72"
+ },
+/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{
+ pixel_y = -2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"aDe" = (
+/obj/structure/closet/crate/trashcart{
+ opened = 1
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/plating,
+/area/lv759/outdoors/colony_streets/north_street)
+"aDj" = (
+/obj/structure/window/reinforced{
+ dir = 8;
+ health = 80
+ },
+/obj/structure/window/reinforced,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"aDl" = (
+/obj/structure/filingcabinet/chestdrawer{
+ density = 0;
+ pixel_x = -6;
+ pixel_y = 18
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1,
+/area/lv759/indoors/meridian/meridian_office)
+"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)
+"aDv" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/decal/cleanable/blood/drip{
+ pixel_x = 10;
+ pixel_y = 21
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/hallway_north_locker)
+"aDx" = (
+/obj/structure/barricade/handrail{
+ dir = 1;
+ pixel_y = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/wy_research_complex/changingroom)
+"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
+ },
+/obj/structure/bed/chair/wood/normal{
+ dir = 4
+ },
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/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)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastfoyer)
+"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/structure/noticeboard{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"aEe" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_north)
+"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/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"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/indoors/derelict_ship)
+"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)
+"aEQ" = (
+/obj/item/device/flashlight/lamp/tripod/grey,
+/turf/open/engineership/engineer_floor2,
+/area/lv759/indoors/derelict_ship)
+"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)
+"aFj" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/garage_workshop_storage)
+"aFm" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/obj/structure/machinery/conveyor{
+ dir = 8;
+ id = "cargo_container"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"aFn" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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)
+"aFs" = (
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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/outdoors/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{
+ color = "#5d524b"
+ },
+/obj/item/stack/rods{
+ pixel_y = 14
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"aFM" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 4;
+ layer = 4;
+ pixel_x = -2
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/electical_systems/substation1)
+"aFV" = (
+/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/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -3;
+ pixel_y = 6
+ },
+/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 8
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = -4
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"aFW" = (
+/obj/structure/bed/chair/office/light{
+ dir = 8
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/meridian/meridian_office)
+"aFX" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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 = "floor1";
+ dir = 8
+ },
+/area/lv759/indoors/electical_systems/substation2)
+"aGc" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 14
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security)
+"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/Meridian/Desat_Blue{
+ dir = 1
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/central_streets)
+"aGn" = (
+/obj/structure/fence/dark/warning,
+/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)
+"aGu" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/westfoyer)
+"aGD" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical_solid/autoname{
+ dir = 1
+ },
+/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/ore_box,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/south_east_caves)
+"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/structure/machinery/light,
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/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/ship_hull/non_weedable_hull{
+ dir = 6
+ },
+/area/lv759/oob)
+"aHh" = (
+/obj/item/stack/rods,
+/obj/structure/closet/crate/trashcart{
+ opened = 1
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/billboard5{
+ 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;
+ buckling_x = 3;
+ buckling_y = 17
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"aHx" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/misc/wysmallleft,
+/area/lv759/indoors/weymart)
+"aHy" = (
+/obj/structure/surface/table/almayer,
+/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/northapartments)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/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)
+"aHO" = (
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"aHV" = (
+/obj/structure/machinery/sentry_holder/wy{
+ pixel_y = 26
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 5
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"aHW" = (
+/obj/structure/prop/hybrisa/vehicles/Box_Vans/Maintenance_Blue{
+ dir = 1;
+ layer = 4.3
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/landing_zone_2)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/corsat{
+ icon_state = "officesquares"
+ },
+/area/lv759/indoors/recycling_plant_waste_disposal_incinerator)
+"aHY" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/prison{
+ dir = 10
+ },
+/area/lv759/indoors/electical_systems/substation3)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"aIh" = (
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 1;
+ color = "#bbbaae"
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_street)
+"aIl" = (
+/obj/structure/bed/chair/comfy/hybrisa/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)
+"aIp" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"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,
+/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/strata{
+ icon_state = "orange_cover"
+ },
+/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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"aIL" = (
+/obj/structure/machinery/photocopier,
+/obj/effect/hybrisa/decal/trash{
+ pixel_y = 12
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/meridian/meridian_office)
+"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/lv759/indoors/wy_research_complex/changingroom)
+"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/lv759/indoors/wy_research_complex/cargo)
+"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/lv759/indoors/wy_research_complex/cargo)
+"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)
+"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)
+"aKk" = (
+/obj/structure/cargo_container/hybrisa/containersextended/bluewywingsright,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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"
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/hallway_northwest)
+"aKo" = (
+/obj/item/trash/cigbutt,
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 1
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"aKr" = (
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "red4"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"aKt" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 1
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"aKx" = (
+/obj/effect/hybrisa/decal/road/lines1,
+/obj/effect/decal/cleanable/blood/xeno,
+/obj/item/ammo_casing/bullet,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"aKH" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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)
+"aKO" = (
+/turf/closed/wall/hybrisa/colony/ribbed,
+/area/lv759/oob)
+"aKR" = (
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/spaceport/heavyequip)
+"aKV" = (
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/eastfoyer)
+"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)
+"aLi" = (
+/obj/structure/machinery/light,
+/turf/open/floor/kutjevo/fake_wood,
+/area/lv759/indoors/bar)
+"aLt" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/blocker/forcefield/vehicles,
+/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"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "cargo_arrow"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"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)
+"aLA" = (
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi'
+ },
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal_solid_white/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/lv759/indoors/wy_research_complex/dormsfoyer)
+"aLO" = (
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/item/device/encryptionkey/WY,
+/obj/item/device/motiondetector/m717,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/northfoyer)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"aMl" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/plastic/black,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"aMp" = (
+/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/indoors/derelict_ship)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"aMy" = (
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/westfoyer)
+"aMB" = (
+/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/colony_streets/central_streets)
+"aMG" = (
+/obj/structure/window/framed/hybrisa/colony/engineering/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/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)
+"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,
+/obj/structure/prop/hybrisa/misc/blood/blood1{
+ layer = 3.1;
+ pixel_y = 38
+ },
+/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)
+"aNh" = (
+/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
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_off{
+ dir = 1;
+ pixel_y = 32
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/engineering)
+"aNl" = (
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/interrogation)
+"aNn" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"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/colony/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/east_dorms)
+"aNL" = (
+/obj/structure/machinery/landinglight/ds2/delaythree{
+ dir = 8
+ },
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecalleft"
+ },
+/turf/open/floor/plating/kutjevo,
+/area/lv759/outdoors/landing_zone_1)
+"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)
+"aNW" = (
+/obj/structure/platform/hybrisa/metalplatformstair1,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"aOa" = (
+/obj/structure/prop/hybrisa/vehicles/Meridian/Red{
+ pixel_y = 8;
+ pixel_x = -6
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_street)
+"aOc" = (
+/obj/structure/machinery/power/geothermal,
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = -6;
+ pixel_y = 32
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/electical_systems/substation2)
+"aOg" = (
+/obj/structure/largecrate/random/barrel/purewhite,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"aOp" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/deco_edging/corner{
+ color = "#7e7d72"
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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
+ },
+/obj/structure/sign/safety/airtraffictower{
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"aOB" = (
+/obj/effect/hybrisa/decal/road/road_edge,
+/obj/effect/hybrisa/decal/road/lines1,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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"
+ },
+/obj/structure/sign/poster/pinup{
+ pixel_x = 4;
+ pixel_y = 35
+ },
+/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)
+"aOQ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"aOW" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"aOZ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/northhallway)
+"aPa" = (
+/obj/item/stack/sheet/cardboard,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_17";
+ pixel_x = -8;
+ pixel_y = 12
+ },
+/obj/item/poster,
+/mob/living/simple_animal/rat/brown/Old_Timmy,
+/obj/item/reagent_container/syringe{
+ icon_state = "broken"
+ },
+/obj/structure/prop/hybrisa/misc/graffiti/graffiti5,
+/obj/item/pizzabox/pizza_galaxy,
+/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)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/wy_research_complex/medical_annex)
+"aPr" = (
+/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)
+"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)
+"aPA" = (
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/corsat{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/colonial_marshals/garage)
+"aPJ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/stack/rods{
+ pixel_y = 14
+ },
+/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/item/reagent_container/dropper,
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"aPO" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/electical_systems/substation1)
+"aPQ" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/bed/chair/comfy/black{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/frame{
+ pixel_y = 32
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = 32
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"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)
+"aQi" = (
+/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/west_caves)
+"aQl" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"aQr" = (
+/turf/open/floor{
+ dir = 8;
+ icon_state = "carpet9-4"
+ },
+/area/lv759/indoors/apartment/eastbedroomsstorage)
+"aQt" = (
+/obj/structure/machinery/door/airlock/hybrisa/medical/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/white{
+ 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)
+"aQR" = (
+/obj/structure/largecrate/random,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 9
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"aQS" = (
+/turf/open/floor/prison{
+ dir = 4;
+ 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/westbedrooms)
+"aRj" = (
+/obj/structure/machinery/photocopier,
+/obj/effect/hybrisa/decal/trash{
+ pixel_y = 12
+ },
+/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;
+ layer = 6
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/northhallway)
+"aRq" = (
+/obj/structure/bed/chair/comfy/teal{
+ dir = 8
+ },
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecalbottomright"
+ },
+/obj/structure/sign/safety/biolab{
+ pixel_x = 32
+ },
+/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{
+ color = "#a6aeab"
+ },
+/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/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"aRu" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/obj/item/stack/sheet/cardboard{
+ layer = 1
+ },
+/turf/open/floor/hybrisa/metal/metalwhitefull,
+/area/lv759/indoors/spaceport/cuppajoes)
+"aRx" = (
+/obj/effect/hybrisa/decal/road/lines4{
+ pixel_x = 1
+ },
+/obj/structure/bed/chair{
+ buckling_y = 5;
+ dir = 1;
+ pixel_y = 5
+ },
+/obj/effect/hybrisa/decal/road/lines2{
+ pixel_y = 2
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/weyyu_office/pressroom)
+"aRB" = (
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/White_Cargo{
+ dir = 1;
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"aRE" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tileblackcheckered,
+/area/lv759/indoors/casino)
+"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/hybrisa/medical/autoname{
+ dir = 1
+ },
+/turf/open/floor/prison{
+ icon_state = "sterile_white"
+ },
+/area/lv759/indoors/hospital/outgoing)
+"aRK" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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_LZ)
+"aRR" = (
+/obj/structure/machinery/colony_floodlight/traffic_alt{
+ dir = 8;
+ pixel_x = 5;
+ pixel_y = 10
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 9
+ },
+/area/lv759/outdoors/landing_zone_2)
+"aRU" = (
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal3"
+ },
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/effect/hybrisa/decal/road/lines4,
+/obj/effect/decal/cleanable/blood,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_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)
+"aSa" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 8
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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,
+/obj/structure/prop/hybrisa/misc/blood/blood2{
+ dir = 8;
+ pixel_y = 30
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/hospital/patient_ward)
+"aSl" = (
+/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/outdoors/landing_zone_2)
+"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/indoors/derelict_ship)
+"aSE" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"aSG" = (
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice12";
+ pixel_y = 16
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyright,
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"aSI" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "darkbrown3"
+ },
+/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)
+"aSZ" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 3.3
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/obj/structure/machinery/light/spot/blue{
+ dir = 8
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"aTd" = (
+/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 = 12;
+ pixel_x = -12
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"aTg" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1,
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"aTl" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"aTm" = (
+/obj/structure/machinery/light/small/blue{
+ dir = 4
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"aTu" = (
+/obj/structure/platform/strata/metal{
+ dir = 4
+ },
+/obj/structure/machinery/light/spot/blue{
+ dir = 8
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "blue3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"aTv" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/tool/warning_cone{
+ pixel_x = 4;
+ pixel_y = 18
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "NE-out"
+ },
+/obj/structure/sign/safety/bulkhead_door{
+ pixel_x = -3;
+ pixel_y = 32
+ },
+/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 = 30;
+ pixel_x = 4
+ },
+/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)
+"aTz" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/cable/white{
+ color = "#9f8700";
+ icon_state = "4-9";
+ layer = 5;
+ level = 2
+ },
+/obj/effect/spawner/random/toolbox,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"aTA" = (
+/obj/structure/reagent_dispensers/water_cooler{
+ pixel_x = 11;
+ pixel_y = 8
+ },
+/obj/structure/machinery/light{
+ dir = 4
+ },
+/obj/structure/pipes/vents/pump,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"aTC" = (
+/obj/item/spacecash/c1{
+ pixel_x = 12;
+ pixel_y = 4
+ },
+/obj/item/spacecash/ewallet,
+/obj/structure/machinery/atm{
+ pixel_y = 28;
+ pixel_x = -2
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"aTE" = (
+/obj/structure/bed/chair{
+ buckling_y = 5;
+ dir = 1;
+ pixel_y = 5
+ },
+/obj/effect/hybrisa/decal/road/lines3{
+ pixel_y = -2
+ },
+/obj/effect/hybrisa/decal/road/lines4{
+ pixel_x = 1
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/weyyu_office/pressroom)
+"aTG" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ 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,
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/westbedrooms)
+"aTL" = (
+/obj/item/clipboard,
+/obj/item/paper,
+/obj/item/tool/pen/blue,
+/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_LZ)
+"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;
+ layer = 6
+ },
+/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/lv759/indoors/wy_research_complex/medical_annex)
+"aUv" = (
+/obj/structure/largecrate/random/case/double,
+/turf/open/engineership/engineer_floor2,
+/area/lv759/indoors/derelict_ship)
+"aUy" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Green{
+ icon_state = "meridian_green_damage_2";
+ dir = 4;
+ health = 1750
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/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/almayer/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)
+"aUJ" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"aUQ" = (
+/obj/structure/machinery/colony_floodlight/traffic_alt{
+ pixel_x = 4;
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"aUT" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ dir = 4;
+ id = "hybrisaLZ2_1";
+ name = "Emergency Lockdown";
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"aUU" = (
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"aVc" = (
+/obj/structure/machinery/big_computers/computerbrown/computer5{
+ icon_state = "sensor_comp1_off"
+ },
+/obj/structure/noticeboard{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/tcomms_northwest)
+"aVd" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"aVk" = (
+/obj/item/reagent_container/food/drinks/cans/classcola,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/surface/table/reinforced/prison{
+ color = "#F13F3F"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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,
+/obj/item/trash/cigbutt,
+/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)
+"aVG" = (
+/obj/structure/fence/dark,
+/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)
+"aVI" = (
+/turf/closed/wall/r_wall/bunker{
+ name = "reinforced metal wall"
+ },
+/area/lv759/indoors/weymart)
+"aVJ" = (
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 8;
+ color = "#7e7d72"
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"aVS" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/buildinggreebliessmall/smallvent3{
+ 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
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 6
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/weymart/maintenance)
+"aWg" = (
+/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/lv759/indoors/wy_research_complex/securityarmory)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"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/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice12";
+ pixel_y = 16
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"aWF" = (
+/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/indoors/landing_zone_2/kmcc_hub/lz2_console)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"aWQ" = (
+/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/effect/decal/cleanable/dirt{
+ layer = 5
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = -17
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"aXh" = (
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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/hybrisa/personal/autoname,
+/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,
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 9
+ },
+/area/lv759/indoors/spaceport/flight_control_room)
+"aXE" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ id = "hybrisaLZ2_2";
+ name = "Emergency Lockdown";
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/corsat,
+/area/lv759/outdoors/landing_zone_2)
+"aXF" = (
+/obj/structure/largecrate/random/barrel/black{
+ layer = 3.1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"aXH" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cuppajoesfloor,
+/area/lv759/indoors/spaceport/cuppajoes)
+"aXL" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer0_plate,
+/area/lv759/indoors/caves/south_caves)
+"aXM" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"aXQ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/bar)
+"aXS" = (
+/obj/structure/surface/rack,
+/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)
+"aXT" = (
+/obj/effect/hybrisa/decal/road/road_stop{
+ icon_state = "stop_decal2"
+ },
+/obj/item/stack/barbed_wire,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/westentertainment)
+"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,
+/obj/item/folder,
+/obj/item/tool/pen/blue{
+ pixel_x = -6
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/meridian/meridian_office)
+"aYi" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/structure/prop/hybrisa/misc/coffeestuff/coffeemachine1,
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 6
+ },
+/area/lv759/indoors/meridian/meridian_showroom)
+"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" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"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{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/curtain/open/shower,
+/obj/effect/landmark/monkey_spawn,
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/apartment/westshowers)
+"aYD" = (
+/obj/structure/bed/chair/vehicle/white{
+ 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)
+"aYN" = (
+/obj/effect/hybrisa/decal/grate{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "3"
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/west_caves)
+"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,
+/obj/structure/platform,
+/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/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;
+ layer = 6
+ },
+/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)
+"aZk" = (
+/turf/open/floor/hybrisa/tile/beige_bigtile,
+/area/lv759/indoors/power_plant/workers_canteen)
+"aZp" = (
+/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/east_central_street)
+"aZq" = (
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/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
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastfoyer)
+"aZO" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/north_east_caves)
+"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)
+"aZZ" = (
+/obj/effect/decal/cleanable/blood,
+/turf/open/auto_turf/hybrisashale/layer0_plate,
+/area/lv759/outdoors/caveplateau)
+"bab" = (
+/obj/item/trash/cigbutt{
+ pixel_x = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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)
+"bae" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/northhallway)
+"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/lv759/indoors/wy_research_complex/dormsfoyer)
+"bal" = (
+/obj/structure/closet/secure_closet/security,
+/obj/item/clothing/under/marine/veteran/pmc/corporate/hybrisa,
+/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead,
+/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa,
+/obj/item/storage/belt/gun/m4a3,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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)
+"baN" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/electical_systems/substation1)
+"baR" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/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/hybrisa/containersextended/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"bbx" = (
+/obj/structure/closet,
+/obj/item/clothing/mask/rebreather/scarf/tacticalmask/black,
+/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa/lead,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"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/heavyequip)
+"bbK" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/road/road_stop{
+ dir = 8;
+ icon_state = "stop_decal5"
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"bbM" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/landmark/corpsespawner/hybrisa/sanitation,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"bbQ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/storage/briefcase{
+ dir = 3;
+ layer = 3;
+ pixel_x = 8;
+ pixel_y = 16
+ },
+/turf/open/floor/plating/prison,
+/area/lv759/indoors/colonial_marshals/office)
+"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/lv759/indoors/wy_research_complex/cargo)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/indoors/recycling_plant/garage)
+"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/buckshot,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/janitor)
+"bck" = (
+/obj/structure/inflatable/popped/door{
+ layer = 2
+ },
+/turf/open/engineership/engineer_floor2,
+/area/lv759/indoors/derelict_ship)
+"bcl" = (
+/obj/structure/prop/hybrisa/misc/machinery/screens/frame{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"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{
+ pixel_y = 12
+ },
+/obj/structure/window/reinforced,
+/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/lv759/indoors/wy_research_complex/dormsfoyer)
+"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)
+"bcS" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "test_floor4"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"bda" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/effect/hybrisa/decal/dirt,
+/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)
+"bdb" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 8
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/landing_zone_1)
+"bdc" = (
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal3"
+ },
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/effect/decal/cleanable/liquid_fuel,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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"
+ },
+/obj/structure/sign/safety/three{
+ pixel_y = 32
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/north_caves)
+"bdr" = (
+/obj/item/toy/dice,
+/obj/effect/hybrisa/decal/gold/line2{
+ pixel_x = 1
+ },
+/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/eastfoyer)
+"bdt" = (
+/obj/item/tool/warning_cone{
+ pixel_x = -9;
+ pixel_y = 20
+ },
+/obj/item/tool/warning_cone{
+ layer = 3.3;
+ pixel_x = 4;
+ pixel_y = 18
+ },
+/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/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/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)
+"bed" = (
+/obj/effect/decal/strata_decals/grime/grime3,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{
+ pixel_y = 25
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"beh" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -1;
+ pixel_y = 1
+ },
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_foyer)
+"bep" = (
+/obj/item/clothing/head/bio_hood/wy_bio/alt,
+/turf/open/floor/plating/prison,
+/area/lv759/outdoors/caveplateau)
+"bes" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/office)
+"beD" = (
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard1{
+ layer = 9;
+ pixel_x = -26;
+ pixel_y = 20;
+ dir = 5
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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)
+"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)
+"beN" = (
+/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/outdoors/landing_zone_2)
+"beR" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/weyyu_office/vip)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/weymart)
+"bfg" = (
+/obj/structure/sign/poster/clf,
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/mining_outpost/south)
+"bfi" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/greenmetal1{
+ dir = 4
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_recreation_area)
+"bfm" = (
+/obj/structure/bed/portable_surgery,
+/obj/effect/decal/cleanable/blood,
+/obj/item/alien_embryo,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"bfE" = (
+/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/outdoors/landing_zone_2)
+"bfH" = (
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/west_caves)
+"bfJ" = (
+/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/hybrisarandomprops.dmi';
+ name = "spacecraft fuel-mix tank"
+ },
+/obj/effect/decal/cleanable/liquid_fuel,
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/engineering)
+"bfK" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 2
+ },
+/obj/structure/prop/hybrisa/xenobiology/small/larva,
+/turf/open/floor/bluegrid,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"bfP" = (
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"bfR" = (
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice8";
+ pixel_y = 16
+ },
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"bfV" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"bga" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 2;
+ pixel_y = 20;
+ layer = 4
+ },
+/obj/item/trash/cigbutt,
+/obj/item/trash/eat,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_5"
+ },
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"bge" = (
+/obj/structure/surface/rack,
+/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
+ },
+/obj/item/ammo_magazine/pistol/vp78,
+/obj/item/ammo_magazine/pistol/vp78,
+/obj/item/weapon/gun/pistol/vp78,
+/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)
+"bgx" = (
+/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/outdoors/mining_outpost/south_entrance)
+"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"
+ },
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/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)
+"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/cargo_container/hybrisa/containersextended/greywyleft{
+ layer = 3
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"bgT" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 1
+ },
+/obj/structure/machinery/big_computers/computerblack/computer3,
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_factory)
+"bgU" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/item/stack/rods{
+ amount = 25
+ },
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"bhd" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname{
+ dir = 1
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/meridian/meridian_office)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"bhk" = (
+/turf/open/engineership/engineer_floor1,
+/area/lv759/indoors/derelict_ship)
+"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" = (
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_3";
+ pixel_x = -8;
+ pixel_y = 12
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/tcomms_northwest)
+"bhw" = (
+/obj/structure/largecrate/random/barrel/black,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/central_caves)
+"bhA" = (
+/obj/structure/largecrate/random/mini/ammo{
+ pixel_x = -6;
+ pixel_y = -3
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/item/stack/sheet/cardboard/small_stack{
+ layer = 2
+ },
+/obj/item/prop/helmetgarb/compass{
+ pixel_x = -4
+ },
+/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)
+"bhL" = (
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/largecrate/random/barrel/black,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"bhZ" = (
+/obj/structure/barricade/sandbags/wired{
+ dir = 8
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = 8
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"bib" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 4;
+ layer = 4;
+ pixel_x = -2
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/electical_systems/substation1)
+"bid" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "blue3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"bif" = (
+/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/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)
+"biB" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco1,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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)
+"biE" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"biR" = (
+/obj/structure/sink{
+ pixel_y = 24
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/wy_research_complex/changingroom)
+"biU" = (
+/obj/effect/hybrisa/decal/engineership_corners{
+ dir = 1
+ },
+/turf/open/engineership/ship_hull/non_weedable_hull{
+ dir = 10
+ },
+/area/lv759/indoors/derelict_ship)
+"biZ" = (
+/obj/structure/cargo_container/hybrisa/containersextended/greywyright,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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)
+"bjo" = (
+/obj/structure/largecrate/random/barrel{
+ layer = 2
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"bjr" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "red3"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"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/indoors/derelict_ship)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"bjI" = (
+/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/outdoors/landing_zone_2)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/wy_research_complex/cargo)
+"bjX" = (
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi';
+ dir = 2
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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/indoors/derelict_ship)
+"bkn" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"bkt" = (
+/obj/structure/prop/hybrisa/misc/fire/fire1{
+ pixel_y = 13
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/fire/firebarrel{
+ pixel_y = 6;
+ pixel_x = 6
+ },
+/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)
+"bkw" = (
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "\improper Lockdown";
+ needs_power = 0;
+ id = "hybrisaresearchlockdown"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/wood/redwood,
+/area/lv759/indoors/weyyu_office/floor)
+"bkC" = (
+/obj/effect/hybrisa/decal/dirt_2,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"bkG" = (
+/obj/structure/blocker/forcefield/vehicles,
+/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/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "\improper Lockdown";
+ needs_power = 0
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"bkM" = (
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 4
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/casino)
+"bkT" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 4
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"bkZ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/hybrisa/dropship/dropship3,
+/area/lv759/indoors/wy_research_complex/changingroom)
+"bld" = (
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"blq" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/westbedrooms)
+"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 = "floor0";
+ dir = 8
+ },
+/area/lv759/indoors/power_plant/geothermal_generators)
+"blA" = (
+/turf/open/hybrisa/dropship/dropship3,
+/area/lv759/indoors/spaceport/horizon_runner)
+"blH" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = 4
+ },
+/obj/item/trash/hotdog,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"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)
+"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)
+"bme" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/hallway_north_locker)
+"bmi" = (
+/obj/structure/surface/rack,
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/structure/machinery/light/small/blue{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/engineering)
+"bmk" = (
+/obj/structure/platform_decoration/strata/metal{
+ dir = 4
+ },
+/obj/structure/sign/safety/landingzone{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"bmo" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean2"
+ },
+/area/lv759/indoors/hospital/operation)
+"bmp" = (
+/obj/structure/machinery/disposal,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = -12
+ },
+/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/northapartments)
+"bmt" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "plating_striped"
+ },
+/area/lv759/indoors/spaceport/heavyequip)
+"bmu" = (
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/north_east_caves)
+"bmv" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/hospital/operation)
+"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{
+ color = "#5d524b"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_4"
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "squares"
+ },
+/area/lv759/indoors/power_plant/gas_generators)
+"bmF" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/fence/dark,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/north_caves)
+"bmM" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"bmS" = (
+/obj/structure/bed/chair/comfy/blue{
+ dir = 8
+ },
+/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/outgoing)
+"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/hybrisa/generic/autoname,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/apartment/eastentrance)
+"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/lv759/indoors/wy_research_complex/reception)
+"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/machinery/big_computers/computerbrown/computer4,
+/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_on{
+ dir = 1;
+ light_color = "#00da64";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/mining_outpost/east_command)
+"bnI" = (
+/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
+ },
+/obj/structure/machinery/meter{
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"bnK" = (
+/obj/structure/closet/crate/medical,
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/wy_research_complex/medical_annex)
+"bnP" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/stack/rods{
+ pixel_y = -2
+ },
+/obj/effect/decal/cleanable/dirt{
+ icon_state = "thermite";
+ name = "impact"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood/oil/streak,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"bnX" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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;
+ pixel_y = 2;
+ pixel_x = -4
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/colonial_marshals/office)
+"bon" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/landmark/monkey_spawn,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"boy" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"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" = (
+/obj/structure/bed/roller/hospital_empty/bigrollerempty{
+ dir = 4
+ },
+/obj/structure/closet/bodybag/cryobag,
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"boD" = (
+/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)
+"boH" = (
+/obj/structure/machinery/cm_vending/sorted/medical/no_access,
+/obj/structure/machinery/light{
+ dir = 4
+ },
+/obj/structure/sign/safety/maint{
+ pixel_y = 32
+ },
+/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{
+ pixel_y = 8
+ },
+/obj/item/prop/alien/hugger{
+ pixel_y = 4
+ },
+/obj/item/tool/surgery/retractor,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"boN" = (
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "Vault Lockdown";
+ id = "hybrisacasinovault";
+ needs_power = 0;
+ unacidable = 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)
+"boY" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/power_plant/fusion_generators)
+"bph" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/effect/decal/cleanable/blood/gibs/core,
+/turf/open/floor/plating/plating_catwalk/prison,
+/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)
+"bpp" = (
+/obj/effect/decal/cleanable/blood/oil/streak,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"bpt" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Turquoise{
+ layer = 2.9;
+ pixel_y = 4
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"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/hybrisa/personal_solid/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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";
+ color = "#a44e24"
+ },
+/turf/open/floor/hybrisa/metal/metalwhitefull,
+/area/lv759/indoors/colonial_marshals/prisoners_recreation_area)
+"bqi" = (
+/obj/item/trash/cigbutt{
+ pixel_x = 1;
+ pixel_y = 8
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 6
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"bqk" = (
+/obj/item/trash/hotdog,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"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;
+ pixel_x = -8
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"bqF" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/cigbutt,
+/obj/effect/decal/strata_decals/grime/grime3{
+ icon_state = "grime1"
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"bqJ" = (
+/obj/structure/prop/hybrisa/cavedecor/stalagmite5,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_east_caves)
+"bqM" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/hybrisa/tile/tilered,
+/area/lv759/indoors/pizzaria)
+"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)
+"bqQ" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1,
+/obj/structure/largecrate/random/mini/small_case/c{
+ pixel_x = 11;
+ pixel_y = 15;
+ layer = 4
+ },
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"bre" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/turf/open/hybrisa/street/asphalt,
+/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/northapartments)
+"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"
+ },
+/obj/structure/prop/hybrisa/misc/fire/fire2{
+ color = "#FF7700";
+ icon = 'icons/effects/fire.dmi';
+ icon_state = "dynamic_2";
+ pixel_y = 14;
+ layer = 5.3
+ },
+/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/northapartments)
+"brr" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 9;
+ pixel_x = 2
+ },
+/obj/item/shard,
+/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/machinery/computer/cameras/wooden_tv{
+ pixel_x = -2;
+ pixel_y = 14;
+ layer = 4
+ },
+/obj/structure/machinery/big_computers/messaging_server/brown{
+ dir = 1
+ },
+/obj/structure/sign/poster/kellandmining{
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/mining_outpost/east_command)
+"brw" = (
+/obj/item/storage/briefcase{
+ pixel_y = -2
+ },
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = 8
+ },
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = -8
+ },
+/turf/open/hybrisa/dropship/dropship2,
+/area/lv759/indoors/spaceport/starglider)
+"brx" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/westbedrooms)
+"brD" = (
+/obj/structure/surface/rack,
+/obj/item/storage/pouch/flare,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/north_west_caves)
+"brH" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/closet/fireaxecabinet{
+ pixel_y = 29
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/power_plant/geothermal_generators)
+"brL" = (
+/obj/structure/machinery/cm_vending/sorted/medical/blood,
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/hospital/medical_storage)
+"brQ" = (
+/obj/structure/machinery/portable_atmospherics/canister/empty/oxygen,
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/mining_outpost/east_deploymentbay)
+"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)
+"bsd" = (
+/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/landing_zone_2)
+"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)
+"bsk" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/hospital/icu)
+"bsm" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/strata_decals/grime/grime1,
+/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)
+"bss" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"bsG" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 2
+ },
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"bsM" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/central_streets)
+"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/colony/autoname,
+/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)
+"btt" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/communications_office)
+"btC" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/window/reinforced{
+ 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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cuppajoesfloor,
+/area/lv759/indoors/spaceport/cuppajoes)
+"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/item/tool/pen{
+ pixel_x = 9;
+ pixel_y = 12
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/surface/table/almayer{
+ color = "#EBD9B7"
+ },
+/obj/item/clothing/head/helmet/hybrisa/kelland_mining_helmet{
+ pixel_y = 12;
+ pixel_x = -4
+ },
+/obj/item/pizzabox/pizza_galaxy/meat{
+ pixel_y = 6
+ },
+/obj/item/reagent_container/food/snacks/meatpizzaslice,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/mining_outpost/east_command)
+"bub" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/misc/wysmallright,
+/area/lv759/indoors/weymart)
+"buc" = (
+/obj/item/shard,
+/turf/open/floor/hybrisa/tile/tileblackcheckered,
+/area/lv759/indoors/casino)
+"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/item/shard,
+/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/westfoyer)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"bvD" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/floor)
+"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{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"bvQ" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/meridian/meridian_office)
+"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/lv759/indoors/wy_research_complex/cafeteria)
+"bvU" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/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,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"bwl" = (
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal12"
+ },
+/obj/structure/platform/hybrisa/metalplatform6,
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/item/tool/warning_cone{
+ pixel_y = 19
+ },
+/obj/effect/hybrisa/decal/road/lines1,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_street)
+"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,
+/obj/item/clothing/head/helmet/hybrisa/pizza_galaxy,
+/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" = (
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/plating,
+/area/lv759/indoors/weymart/maintenance)
+"bwC" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/outdoors/colony_streets/north_street)
+"bwE" = (
+/obj/item/device/flashlight/lamp/tripod,
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"bwN" = (
+/obj/structure/closet/crate/trashcart{
+ desc = "A heavy, metal foodcart with wheels.";
+ icon = 'icons/obj/structures/props/hybrisarandomprops.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/hybrisarandomprops.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)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_factory)
+"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/lv759/indoors/wy_research_complex/hallwayeast)
+"bwY" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 2
+ },
+/obj/structure/machinery/space_heater/radiator/red{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"bxi" = (
+/obj/item/trash/cigbutt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/north_street)
+"bxl" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{
+ autoname = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"bxp" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/reception)
+"bxq" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"bxJ" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"bxK" = (
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security)
+"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/outdoors/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/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"bya" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/recycling_plant)
+"byb" = (
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"bye" = (
+/obj/structure/cargo_container/hybrisa/containersextended/medicalleft,
+/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;
+ pixel_x = 5;
+ pixel_y = 12
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_security/checkpoint_northwest)
+"byr" = (
+/obj/structure/window/framed/hybrisa/marshalls/reinforced,
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 1
+ },
+/obj/structure/machinery/door/poddoor/almayer/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)
+"byH" = (
+/obj/structure/surface/table/almayer{
+ color = "#EBD9B7"
+ },
+/obj/effect/spawner/random/toolbox{
+ pixel_y = 12
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"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/lv759/indoors/wy_research_complex/weaponresearchlab)
+"byW" = (
+/obj/structure/barricade/handrail/wire{
+ dir = 8
+ },
+/obj/structure/largecrate/random/barrel/black,
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"bzq" = (
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"bzr" = (
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/south_west_caves)
+"bzs" = (
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/landing_zone_2)
+"bzu" = (
+/obj/item/prop/alien/hugger,
+/turf/open/floor/almayer/research/containment/corner{
+ dir = 1
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"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;
+ autoname = 1
+ },
+/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)
+"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;
+ layer = 6
+ },
+/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,
+/obj/structure/sign/safety/high_voltage{
+ pixel_x = -18
+ },
+/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;
+ layer = 3
+ },
+/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/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/almayer/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/almayer/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
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"bAB" = (
+/obj/item/shard{
+ layer = 2.9
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"bAF" = (
+/obj/structure/blocker/invisible_wall,
+/obj/structure/window/framed/hybrisa/colony/engineering/hull,
+/obj/structure/machinery/door/poddoor/almayer/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/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/weymart)
+"bAP" = (
+/obj/structure/prop/hybrisa/vehicles/Meridian/Turquoise{
+ dir = 1;
+ pixel_y = 6
+ },
+/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)
+"bBp" = (
+/obj/item/tool/warning_cone{
+ pixel_y = 17
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"bBq" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"bBr" = (
+/obj/structure/fence/electrified{
+ dir = 1
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/north_west_caves)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/misc/wysmallleft,
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"bBK" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/equipment_east)
+"bBP" = (
+/obj/structure/closet/crate,
+/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
+/obj/item/clothing/head/soft/sec/corp,
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"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 = 4
+ },
+/obj/structure/machinery/light/spot/blue{
+ dir = 1
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/green_bigtile,
+/area/lv759/indoors/botany/botany_greenhouse)
+"bCh" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 5;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"bCu" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "blue"
+ },
+/area/lv759/indoors/hospital/outgoing)
+"bCw" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/central_streets)
+"bCL" = (
+/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/tiretrack{
+ dir = 6;
+ pixel_x = -16
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"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)
+"bCT" = (
+/obj/structure/blackgoocontainer{
+ icon_state = "blackgoocontainer2"
+ },
+/turf/open/engineership/engineer_floor2,
+/area/lv759/indoors/derelict_ship)
+"bDc" = (
+/obj/effect/decal/strata_decals/grime/grime3{
+ icon_state = "grime1"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"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)
+"bDw" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"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/lv759/indoors/wy_research_complex/securitycommand)
+"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
+ },
+/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/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/recycling_plant_office)
+"bDW" = (
+/obj/structure/disposalpipe/tagger/partial,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"bEe" = (
+/turf/closed/shuttle/ert{
+ icon_state = "wy3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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/northapartments)
+"bEm" = (
+/obj/structure/platform_decoration/kutjevo/smooth,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/machinery/light,
+/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/blocker/invisible_wall,
+/obj/structure/machinery/light/blue{
+ dir = 4
+ },
+/turf/open/shuttle/escapepod{
+ icon_state = "floor1"
+ },
+/area/lv759/oob)
+"bEs" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"bEu" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"bEy" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/tool/wirecutters{
+ pixel_y = 6
+ },
+/obj/item/storage/toolbox/electrical,
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 4
+ },
+/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)
+"bEE" = (
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/meridian/meridian_foyer)
+"bEI" = (
+/obj/structure/closet/crate/trashcart{
+ desc = "A heavy, metal foodcart with wheels.";
+ icon = 'icons/obj/structures/props/hybrisarandomprops.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/hybrisarandomprops.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)
+"bEO" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{
+ autoname = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"bER" = (
+/obj/structure/bed/roller{
+ pixel_y = 12
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 4
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"bET" = (
+/obj/structure/window/framed/hybrisa/colony/office,
+/obj/structure/machinery/door/poddoor/almayer/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/yellow_bigtile,
+/area/lv759/indoors/power_plant/workers_canteen)
+"bFf" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/office)
+"bFh" = (
+/obj/structure/platform/mineral,
+/obj/structure/platform/mineral{
+ dir = 8
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"bFr" = (
+/obj/structure/bed/hybrisa/bunkbed1{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/carpet/carpetbluedeco,
+/area/lv759/indoors/apartment/westbedrooms)
+"bFs" = (
+/obj/structure/surface/table,
+/obj/item/device/flashlight/lamp/on,
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/apartment/westbedrooms)
+"bFt" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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/outdoors/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/lv759/indoors/wy_research_complex/hangarbay)
+"bFL" = (
+/obj/structure/surface/table/woodentable/fancy,
+/obj/structure/machinery/light{
+ dir = 4
+ },
+/obj/item/device/flashlight/lamp/green{
+ pixel_y = 12;
+ pixel_x = 7
+ },
+/obj/structure/machinery/computer/emails{
+ pixel_y = 4;
+ pixel_x = -4
+ },
+/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/northfoyer)
+"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/indoors/derelict_ship)
+"bGd" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/westentertainment)
+"bGe" = (
+/obj/item/reagent_container/hypospray/sedative,
+/turf/open/floor/prison{
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"bGi" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/researchanddevelopment)
+"bGp" = (
+/obj/structure/bed/chair/comfy/blue{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"bGA" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"bGE" = (
+/obj/effect/landmark/corpsespawner/hybrisa/kelland_miner,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/south_caves)
+"bGG" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/armory_foyer)
+"bGH" = (
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"bGU" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/machinery/light/blue{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/northfoyer)
+"bHd" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 14
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 4;
+ color = "#7e7d72"
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 8;
+ color = "#7e7d72"
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"bHg" = (
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/equipment_west)
+"bHh" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/dirt_2,
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/head_office)
+"bHi" = (
+/obj/structure/prop/hybrisa/misc/metergreen{
+ pixel_y = 32
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/spaceport/engineering)
+"bHj" = (
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"bHI" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/road/lines1,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"bHK" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/south_public_restroom)
+"bHL" = (
+/obj/effect/decal/cleanable/liquid_fuel,
+/obj/item/tool/warning_cone,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"bHQ" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 2;
+ pixel_y = 20;
+ layer = 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{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"bHR" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "docstripingdir"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"bHS" = (
+/obj/structure/machinery/vending/cola,
+/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen{
+ pixel_y = 32
+ },
+/obj/structure/sign/poster/pinup{
+ pixel_x = -28;
+ pixel_y = 32
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/westentertainment)
+"bIi" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/weyyu_office/floor)
+"bIm" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"bIn" = (
+/obj/structure/prop/hybrisa/vehicles/Meridian/Shell{
+ 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/outdoors/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/lv759/indoors/caves/wy_research_complex_entrance)
+"bJb" = (
+/obj/item/trash/cigbutt{
+ pixel_x = 1;
+ pixel_y = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_showroom)
+"bJg" = (
+/obj/structure/morgue,
+/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)
+"bJw" = (
+/obj/structure/machinery/big_computers/computerwhite/computer3,
+/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{
+ light_color = "#00f4ff";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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{
+ color = "#5d524b"
+ },
+/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)
+"bJR" = (
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"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)
+"bKa" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/apartment/eastbedrooms)
+"bKc" = (
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/apartment/westentertainment)
+"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/lv759/indoors/wy_research_complex/dormsfoyer)
+"bKq" = (
+/obj/item/weapon/gun/rifle/mar40/carbine,
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/south_west_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)
+"bKO" = (
+/obj/effect/hybrisa/decal/dirt,
+/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/effect/hybrisa/decal/trash{
+ dir = 8;
+ icon_state = "trash_11"
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"bKV" = (
+/obj/structure/machinery/computer/crew,
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32;
+ layer = 2.8
+ },
+/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,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/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/lv759/indoors/wy_research_complex/mainlabs)
+"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/hybrisa/hospital/hospitaldivider{
+ dir = 1
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"bLl" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/cigbutt{
+ pixel_x = -3;
+ pixel_y = 9
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -4;
+ pixel_y = 6;
+ layer = 3.1
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ layer = 3.2;
+ pixel_x = 3;
+ pixel_y = -2
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ layer = 3;
+ 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)
+"bLp" = (
+/obj/structure/bed/roller/hospital_empty/bigrollerempty{
+ dir = 4
+ },
+/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/westbedrooms)
+"bLI" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/tool/warning_cone{
+ pixel_x = -11;
+ pixel_y = 6
+ },
+/obj/structure/sign/safety/opens_up{
+ pixel_y = 32;
+ pixel_x = 14
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/north_street)
+"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/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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)
+"bMi" = (
+/obj/structure/platform/hybrisa/metalplatform6,
+/obj/structure/barricade/handrail/wire{
+ layer = 3
+ },
+/obj/structure/surface/rack,
+/obj/effect/spawner/random/powercell{
+ layer = 2.9
+ },
+/obj/structure/cable/white{
+ color = "#9f8700";
+ icon_state = "4-8";
+ layer = 5;
+ level = 2
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"bMn" = (
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/botany/botany_mainroom)
+"bMp" = (
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/obj/structure/barricade/handrail/medical{
+ dir = 1
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "blue"
+ },
+/area/lv759/indoors/hospital/outgoing)
+"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)
+"bMD" = (
+/obj/structure/bed/chair{
+ dir = 4
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"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)
+"bML" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_x = -1;
+ pixel_y = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red,
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"bMM" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/warning_stripes{
+ 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/lv759/indoors/caves/wy_research_complex_entrance)
+"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/indoors/derelict_ship)
+"bNl" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"bNq" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/hybrisa/wy_bio,
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaycentral)
+"bNt" = (
+/obj/structure/largecrate/random/case/double,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ 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)
+"bNx" = (
+/obj/item/trash/cigbutt{
+ pixel_x = 4
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/central_streets)
+"bND" = (
+/obj/structure/surface/table,
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/westhallway)
+"bNE" = (
+/obj/structure/prop/hybrisa/vehicles/Meridian/Brown{
+ 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/lv759/indoors/wy_research_complex/hangarbay)
+"bNI" = (
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_caves)
+"bNJ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"bNN" = (
+/obj/structure/surface/rack,
+/obj/item/stack/sheet/metal/small_stack,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 6
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"bNQ" = (
+/obj/structure/window/framed/hybrisa/colony/engineering,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/power_plant)
+"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/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/head_office)
+"bOj" = (
+/obj/structure/cargo_container/hybrisa/containersextended/tanwywingsleft,
+/obj/structure/machinery/light/blue,
+/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)
+"bOs" = (
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 10
+ },
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"bOt" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/largecrate/random/mini{
+ 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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/bloodtrail,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Orange{
+ icon_state = "meridian_orange_damage_2";
+ dir = 1;
+ health = 1750;
+ pixel_x = 2
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"bON" = (
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/communications_office)
+"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{
+ color = "#a6aeab";
+ dir = 5
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"bOX" = (
+/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/outdoors/landing_zone_1)
+"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)
+"bPa" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"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/machinery/computer/communications/simple{
+ dir = 8
+ },
+/obj/item/tool/pen/blue{
+ pixel_x = -6;
+ pixel_y = 6
+ },
+/obj/structure/surface/table/reinforced/black,
+/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
+ },
+/obj/structure/prop/hybrisa/misc/metergreen{
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"bPt" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 3.3
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/south_maintenance)
+"bPC" = (
+/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/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"
+ },
+/obj/structure/sign/safety/opens_up{
+ pixel_y = 32
+ },
+/obj/structure/sign/safety/one{
+ pixel_x = 14;
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/north_east_caves)
+"bPK" = (
+/obj/structure/cable{
+ icon_state = "4-10";
+ level = 2;
+ color = "#550d0d"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/central_caves)
+"bPL" = (
+/obj/structure/curtain/medical,
+/obj/structure/window/framed/corsat,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/medical_annex)
+"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)
+"bPO" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 8
+ },
+/area/lv759/indoors/wy_research_complex/hallwaycentral)
+"bPR" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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)
+"bPY" = (
+/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/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/obj/effect/hybrisa/decal/trash,
+/turf/open/floor/hybrisa/carpet/carpetblackdeco,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"bQc" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/holding_cells)
+"bQf" = (
+/obj/structure/platform/hybrisa/metalplatform6,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"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/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"bQp" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 1
+ },
+/obj/structure/blackgoocontainer{
+ pixel_x = -6;
+ pixel_y = 4
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"bQq" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"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
+ },
+/obj/structure/machinery/door_control{
+ id = "marshalls_garage";
+ name = "CMB - Garage Lockdown";
+ pixel_y = 30
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"bQS" = (
+/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/outdoors/landing_zone_2)
+"bQU" = (
+/obj/structure/bed/chair/comfy/black{
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/gold/line4{
+ pixel_x = -1
+ },
+/turf/open/floor/hybrisa/carpet/carpetreddeco,
+/area/lv759/indoors/casino)
+"bQY" = (
+/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/east_caves)
+"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)
+"bRl" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"bRo" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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,
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/corsat,
+/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 = 2;
+ autoname = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"bRK" = (
+/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)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"bRP" = (
+/obj/structure/prop/ice_colony/ground_wire{
+ dir = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/caveplateau)
+"bRQ" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ icon_state = "intact";
+ color = "#a6aeab"
+ },
+/obj/structure/prop/invuln/pipe_water{
+ color = "#7ccc5f"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"bRR" = (
+/obj/structure/closet/crate,
+/obj/item/clothing/under/colonist/workwear,
+/obj/item/prop/colony/folded_bedroll,
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastbedrooms)
+"bRS" = (
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"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)
+"bSj" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/electical_systems/substation1)
+"bSk" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 2.1
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/emptymedicalleft{
+ pixel_x = 16
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/landing_zone_1)
+"bSp" = (
+/obj/structure/machinery/light/blue{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/spaceport/cargo)
+"bSu" = (
+/obj/structure/fence/dark,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"bSv" = (
+/obj/structure/bed/hybrisa/prisonbed{
+ dir = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/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)
+"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)
+"bSO" = (
+/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
+ },
+/obj/structure/machinery/light/small{
+ dir = 8
+ },
+/obj/effect/hybrisa/decal/trash,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"bST" = (
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"bSV" = (
+/obj/structure/platform_decoration/hybrisa/engineer_corner{
+ dir = 4
+ },
+/obj/item/device/flashlight/lamp/tripod/grey,
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"bSY" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"bTc" = (
+/obj/item/trash/hotdog,
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/item/tool/warning_cone{
+ pixel_x = -21;
+ pixel_y = 3
+ },
+/obj/item/stack/sheet/cardboard{
+ layer = 1
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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/structure/surface/table/reinforced/prison,
+/obj/structure/barricade/handrail/strata,
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/weyyu_office/pressroom)
+"bTi" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/tagger{
+ dir = 4
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/central_streets)
+"bTu" = (
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"bTx" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/decal/cleanable/blood/gibs/core,
+/obj/effect/landmark/corpsespawner/hybrisa/cmb_officer,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"bTF" = (
+/obj/structure/prop/hybrisa/misc/slotmachine{
+ pixel_x = 6
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/gold/line3{
+ pixel_y = 2
+ },
+/obj/structure/sign/poster/art{
+ pixel_y = 32;
+ layer = 3.1
+ },
+/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)
+"bTN" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"bTP" = (
+/obj/structure/bed/roller/hospital,
+/turf/open/floor/almayer/research/containment/corner_var1{
+ dir = 4
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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/indoors/derelict_ship)
+"bTU" = (
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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{
+ dir = 8;
+ autoname = 1
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/bar/bathroom)
+"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{
+ pixel_y = -2
+ },
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 8;
+ pixel_y = 12
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"bUA" = (
+/obj/item/tool/pen/blue{
+ pixel_x = 6;
+ pixel_y = -7
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 1
+ },
+/area/lv759/indoors/meridian/meridian_office)
+"bUG" = (
+/obj/structure/platform/hybrisa/rockdark,
+/obj/structure/prop/hybrisa/cavedecor/stalagmite1,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/south_west_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 = "floor1"
+ },
+/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,
+/obj/structure/sign/safety/opens_up{
+ pixel_y = -28
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 4
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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)
+"bUS" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 3;
+ pixel_y = 20
+ },
+/obj/structure/disposalpipe/segment,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/turf/open/floor/plating/plating_catwalk/prison,
+/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"
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = 6;
+ pixel_y = -24
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"bVd" = (
+/obj/structure/machinery/light,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"bVf" = (
+/obj/effect/hybrisa/decal/road/lines4,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"bVh" = (
+/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/landing_zone_2)
+"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)
+"bVq" = (
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"bVu" = (
+/obj/structure/sink{
+ dir = 8;
+ pixel_x = -11
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood{
+ icon_state = "mgibbl3"
+ },
+/obj/structure/prop/hybrisa/misc/blood/blood1{
+ pixel_y = 32;
+ layer = 3.6
+ },
+/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)
+"bVH" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/structure/machinery/chem_dispenser/soda/beer,
+/obj/effect/hybrisa/decal/gold/line4{
+ pixel_x = -1
+ },
+/obj/effect/hybrisa/decal/gold/line1{
+ pixel_y = -1
+ },
+/turf/open/floor/hybrisa/carpet/carpetreddeco,
+/area/lv759/indoors/casino)
+"bVM" = (
+/obj/structure/closet/secure_closet/hybrisa/miner,
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/north)
+"bVN" = (
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 8
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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"
+ },
+/obj/structure/sign/safety/biolab{
+ pixel_x = 4;
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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{
+ color = "#5d524b"
+ },
+/obj/effect/decal/cleanable/molten_item,
+/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/yellow,
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ pixel_x = 4
+ },
+/obj/structure/platform,
+/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)
+"bWr" = (
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"bWy" = (
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal3"
+ },
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 6;
+ pixel_y = 2
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"bWH" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "triagedecaldir"
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"bWP" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/fake/lattice/full,
+/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/northapartments)
+"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,
+/obj/structure/prop/hybrisa/signs/high_voltage{
+ desc = null;
+ pixel_y = 32
+ },
+/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/dark,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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)
+"bXL" = (
+/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)
+"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)
+"bXO" = (
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 9
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"bXU" = (
+/obj/item/reagent_container/glass/bucket{
+ pixel_x = -4;
+ 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
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/northeast)
+"bXV" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/armory_foyer)
+"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/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/obj/structure/closet/bombclosetsecurity{
+ pixel_x = -8
+ },
+/obj/structure/closet/bombclosetsecurity{
+ pixel_x = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/hybrisa/engineer_helmet{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/obj/item/reagent_container/dropper{
+ pixel_y = 10
+ },
+/obj/item/hybrisa/engineer_helmet{
+ pixel_x = 6
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"bYg" = (
+/obj/structure/machinery/iv_drip{
+ layer = 2.9;
+ pixel_y = 19
+ },
+/obj/structure/bed/roller/hospital{
+ dir = 1
+ },
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/emergency_room)
+"bYl" = (
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/northhallway)
+"bYv" = (
+/obj/structure/bed/chair/wood/normal{
+ layer = 4;
+ pixel_y = 2
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastbedroomsstorage)
+"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{
+ pixel_y = -2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/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/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/light/small/blue,
+/obj/item/clothing/suit/storage/hazardvest/kelland_mining,
+/obj/item/clothing/suit/storage/hazardvest/kelland_mining,
+/obj/item/clothing/suit/storage/hazardvest/kelland_mining,
+/obj/item/clothing/suit/storage/hazardvest/kelland_mining,
+/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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"bYV" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 4
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/landing_zone_1)
+"bYY" = (
+/turf/open/floor/prison{
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/reception)
+"bYZ" = (
+/obj/structure/platform/hybrisa/metalplatform3{
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 4
+ },
+/area/lv759/indoors/meridian/meridian_showroom)
+"bZk" = (
+/obj/structure/barricade/handrail/hybrisa/handrail,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/light/small/blue{
+ dir = 1
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/central_caves)
+"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/hybrisa/personal/autoname{
+ dir = 1
+ },
+/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/westrestroom)
+"bZs" = (
+/obj/structure/prop/hybrisa/Factory/Conveyor_belt{
+ layer = 2
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Shell,
+/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)
+"bZz" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/machinery/computer/cameras{
+ dir = 4;
+ pixel_y = 2
+ },
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/colonial_marshals/office)
+"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)
+"bZE" = (
+/obj/structure/prop/hybrisa/misc/redmeter{
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/northeast)
+"bZF" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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/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
+ },
+/obj/effect/hybrisa/decal/road/lines4{
+ pixel_x = 1
+ },
+/obj/effect/hybrisa/decal/road/lines2{
+ pixel_y = 2
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/pressroom)
+"bZH" = (
+/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/landing_zone_2)
+"bZJ" = (
+/obj/item/prop/helmetgarb/spent_buckshot,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"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/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"bZW" = (
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_25"
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/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/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/Box_Vans/Maintenance_Blue,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"caj" = (
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"cak" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"caJ" = (
+/obj/structure/platform_decoration{
+ dir = 1
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = -26
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/west_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/effect/decal/warning_stripes{
+ icon_state = "S";
+ pixel_y = -1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_foyer)
+"caN" = (
+/obj/structure/bed/stool,
+/obj/effect/hybrisa/decal/gold/line2{
+ pixel_x = 1
+ },
+/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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"cbs" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"cbt" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/weymart)
+"cbu" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_4{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/closed/wall/hybrisa/colony/office,
+/area/lv759/indoors/weyyu_office/breakroom)
+"cbz" = (
+/obj/structure/prop/hybrisa/vehicles/Mining_Crawlers{
+ icon_state = "mining_crawler_4";
+ dir = 8;
+ pixel_x = -6
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/east_caves)
+"cbG" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/fence/dark,
+/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{
+ color = "#5d524b"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/airlock/dropship_hatch/two{
+ 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"
+ },
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/machinery/computer/communications{
+ dir = 4;
+ pixel_y = 5
+ },
+/obj/structure/machinery/computer/communications{
+ dir = 4;
+ pixel_y = -10
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "red3"
+ },
+/area/lv759/indoors/spaceport/security_office)
+"cbY" = (
+/turf/open/hybrisa/street/cement2,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"cbZ" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ layer = 4
+ },
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 1;
+ layer = 4
+ },
+/obj/structure/fence/dark,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/north_street)
+"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,
+/obj/effect/decal/cleanable/blood/oil,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"ccx" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecaltop"
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"ccA" = (
+/obj/item/trash/cigbutt,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/eastfoyer)
+"ccC" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/garage_workshop)
+"ccD" = (
+/obj/structure/sink{
+ dir = 1;
+ pixel_y = -9
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/hospital/virology)
+"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)
+"cdf" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/obj/structure/largecrate/random/case{
+ pixel_x = 3
+ },
+/obj/structure/largecrate/random/mini/ammo{
+ pixel_y = 8;
+ pixel_x = 4
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{
+ pixel_y = 25
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_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;
+ layer = 6
+ },
+/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
+ },
+/obj/item/tool/warning_cone{
+ pixel_y = 19
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"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/machinery/colony_floodlight/traffic{
+ 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/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"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
+ },
+/obj/structure/disposalpipe/segment,
+/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/westshowers)
+"ceO" = (
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_foyer)
+"ceS" = (
+/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyleft,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"cfb" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"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/lattice_prop/lattice_3{
+ pixel_x = -26;
+ layer = 6
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/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/Meridian/Red{
+ icon_state = "meridian_red_damage_2";
+ health = 1750;
+ pixel_x = -1;
+ 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/pipes/vents/pump,
+/obj/structure/surface/table/almayer{
+ color = "#848484"
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{
+ light_color = "#FF0000";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"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/hybrisa/generic_solid/autoname,
+/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/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"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;
+ indestructible = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"cfU" = (
+/obj/structure/surface/table,
+/obj/item/reagent_container/spray/plantbgone{
+ pixel_x = 4;
+ pixel_y = 6
+ },
+/obj/effect/spawner/random/toolbox{
+ layer = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/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)
+"cgq" = (
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/west_caves)
+"cgr" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"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 = 16
+ },
+/obj/structure/machinery/computer/communications{
+ dir = 4;
+ pixel_y = 2
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 10
+ },
+/area/lv759/indoors/spaceport/flight_control_room)
+"cgQ" = (
+/obj/structure/machinery/sentry_holder/wy{
+ 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/indoors/derelict_ship)
+"cgU" = (
+/obj/structure/closet,
+/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,
+/obj/structure/sign/safety/landingzone{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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/prop/hybrisa/misc/fake/wire/blue{
+ pixel_x = -4
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow,
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ pixel_x = 4
+ },
+/obj/structure/cable/white{
+ color = "550d0d";
+ icon_state = "5-6";
+ layer = 5
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/fusion_generators)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"chr" = (
+/obj/structure/sign/poster/ad{
+ layer = 4;
+ pixel_x = -12;
+ pixel_y = 34
+ },
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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)
+"chD" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"chE" = (
+/obj/structure/blackgoocontainer{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"chF" = (
+/obj/structure/largecrate/random/case/double,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"chG" = (
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/structure/bed/chair/wheelchair,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"chI" = (
+/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/outdoors/landing_zone_2)
+"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)
+"chQ" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/central_caves)
+"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/hybrisa/generic/autoname{
+ dir = 1
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/south_caves)
+"ciu" = (
+/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)
+"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)
+"ciD" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"ciE" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/northapartments)
+"ciH" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/reinforced{
+ autoname = 1;
+ name = "\improper Reinforced Airlock"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/flight_control_room)
+"cjl" = (
+/obj/structure/bed/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"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 = "floor1"
+ },
+/area/lv759/oob)
+"cjq" = (
+/obj/structure/blocker/invisible_wall,
+/obj/structure/machinery/colony_floodlight/engineer_circular,
+/turf/open/engineership/engineer_floor5,
+/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/fire2{
+ color = "#FF7700";
+ icon = 'icons/effects/fire.dmi';
+ icon_state = "dynamic_2";
+ pixel_y = 14;
+ layer = 5.3
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_3{
+ pixel_x = -26;
+ layer = 6
+ },
+/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 = "darkbrown3"
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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"
+ },
+/obj/structure/prop/hybrisa/misc/urinal{
+ pixel_y = 32
+ },
+/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)
+"cjM" = (
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Mining{
+ layer = 4.2
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/landing_zone_2)
+"cjP" = (
+/obj/structure/platform/strata/metal{
+ dir = 1
+ },
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_29";
+ pixel_y = 6
+ },
+/obj/structure/sign/safety/landingzone{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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/prop/hybrisa/misc/deco_edging{
+ 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)
+"ckn" = (
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal4"
+ },
+/turf/open/hybrisa/street/sidewalkcenter,
+/area/lv759/outdoors/landing_zone_2)
+"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/lv759/indoors/wy_research_complex/reception)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "blue3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"cky" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 4
+ },
+/area/lv759/outdoors/landing_zone_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/indoors/derelict_ship)
+"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
+ },
+/obj/structure/sign/poster/safety{
+ pixel_x = -4;
+ pixel_y = 34
+ },
+/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
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_y = 32
+ },
+/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/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/northhallway)
+"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
+ },
+/obj/structure/platform_decoration/shiva{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/maintenance)
+"clA" = (
+/obj/item/stack/sheet/cardboard/small_stack{
+ layer = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_3{
+ pixel_x = -26;
+ layer = 6
+ },
+/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)
+"clN" = (
+/turf/open/floor/plating,
+/area/lv759/outdoors/landing_zone_2)
+"clO" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/stack/rods{
+ pixel_y = 14
+ },
+/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{
+ pixel_y = 34
+ },
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"clR" = (
+/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 = -9;
+ pixel_y = 20
+ },
+/turf/open/hybrisa/street/asphalt,
+/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/buildinggreebliessmall/smallvent2{
+ pixel_y = 25
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/west_caves)
+"clY" = (
+/obj/item/stool{
+ layer = 5;
+ pixel_x = -4;
+ pixel_y = 23
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/armory)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"cmB" = (
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Red{
+ pixel_y = 4
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"cmF" = (
+/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/lv759/indoors/caves/central_caves)
+"cmG" = (
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/eastfoyer)
+"cmJ" = (
+/obj/structure/machinery/colony_floodlight,
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 4
+ },
+/turf/open/floor/mech_bay_recharge_floor,
+/area/lv759/indoors/caves/south_west_caves)
+"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/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/corsat,
+/area/lv759/oob)
+"cmN" = (
+/obj/structure/bed/chair,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/beige_bigtile,
+/area/lv759/indoors/power_plant/workers_canteen)
+"cmV" = (
+/obj/structure/bed/chair{
+ dir = 16
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_9";
+ pixel_x = -8;
+ pixel_y = 12
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"cmW" = (
+/obj/structure/fence/dark,
+/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/white{
+ pixel_x = 8
+ },
+/obj/structure/bed/chair/vehicle/white{
+ pixel_x = -8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/turf/open/hybrisa/dropship/dropship2,
+/area/lv759/indoors/spaceport/starglider)
+"cna" = (
+/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/indoors/caves/central_caves)
+"cnk" = (
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_3"
+ },
+/obj/item/tool/pen{
+ pixel_x = 4;
+ pixel_y = -4
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/colonial_marshals/north_office)
+"cnl" = (
+/obj/structure/machinery/big_computers/computerwhite/computer1,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/floor)
+"cnG" = (
+/obj/structure/barricade/handrail/hybrisa/road/wood/orange{
+ pixel_x = 4;
+ pixel_y = 12;
+ layer = 3.6
+ },
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"cnH" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"cnJ" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "ramptop"
+ },
+/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)
+"cnS" = (
+/obj/item/device/flashlight/lamp/tripod/grey{
+ pixel_y = 12
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"cnV" = (
+/obj/structure/fence/dark/warning,
+/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)
+"cnW" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean2"
+ },
+/area/lv759/indoors/hospital/operation)
+"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
+ },
+/obj/structure/noticeboard{
+ pixel_y = 30
+ },
+/obj/item/reagent_container/glass/bucket{
+ pixel_x = -11;
+ pixel_y = 1
+ },
+/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
+ },
+/obj/structure/sign/poster/propaganda{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/apartment/northapartments)
+"cov" = (
+/obj/item/prop/alien/hugger,
+/obj/effect/decal/cleanable/blood/xeno{
+ dir = 8;
+ icon_state = "xsplatter5"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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{
+ 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/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"coK" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/trash{
+ pixel_y = 12
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/recycling_plant)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"coU" = (
+/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
+ },
+/obj/effect/decal/cleanable/blackgoo{
+ color = "#0079ff";
+ desc = "It's dried to the floor.";
+ name = "spilled paint";
+ alpha = 50
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Shell{
+ pixel_y = -8
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkbrown3"
+ },
+/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/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/eastbedrooms)
+"cpc" = (
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/changingroom)
+"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"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"cpG" = (
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ pixel_y = -12
+ },
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"cpV" = (
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "3"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"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)
+"cqk" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{
+ dir = 1;
+ autoname = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"cqm" = (
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/hallway_north_locker)
+"cqo" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/reagent_container/food/drinks/coffeecup{
+ pixel_x = 7;
+ pixel_y = 14
+ },
+/obj/item/reagent_container/food/drinks/coffeecup/wy{
+ pixel_x = -7;
+ pixel_y = 4
+ },
+/obj/item/reagent_container/food/snacks/donkpocket,
+/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/prop/hybrisa/misc/machinery/screens/multimonitormedium_on{
+ light_color = "#00da64";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_x = -4;
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/power_plant/telecomms)
+"cqz" = (
+/obj/structure/janitorialcart,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "squares"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"cqA" = (
+/obj/structure/bed/chair/comfy/beige,
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 5
+ },
+/area/lv759/indoors/meridian/meridian_showroom)
+"cqH" = (
+/turf/closed/shuttle/dropship2/WY/StarGlider{
+ icon_state = "zwing3";
+ opacity = 0
+ },
+/area/lv759/indoors/spaceport/horizon_runner)
+"cqL" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"cqS" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"cqZ" = (
+/turf/open/floor/hybrisa/wood/blackwood,
+/area/lv759/indoors/apartment/northapartments)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"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;
+ layer = 3.9
+ },
+/obj/structure/bed/roller/hospital_empty/bigrollerempty3{
+ dir = 4;
+ icon_state = "bigrollerempty3_up";
+ layer = 4
+ },
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "whitered"
+ },
+/area/lv759/indoors/hospital/icu)
+"crt" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/clothing/head/soft/ferret{
+ pixel_x = 4
+ },
+/obj/structure/pipes/vents/pump,
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/obj/structure/largecrate/random/mini/small_case{
+ pixel_x = -9;
+ pixel_y = 10
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_y = 12;
+ pixel_x = 8
+ },
+/obj/item/trash/hybrisa/cuppa_joes_static/lid,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"crA" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/vehicles/Armored_Truck/WY_Black{
+ pixel_x = -10;
+ layer = 4.2;
+ pixel_y = -8
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"crD" = (
+/obj/effect/decal/medical_decals{
+ dir = 4;
+ icon_state = "triagedecaldir"
+ },
+/obj/structure/machinery/meter{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"crR" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 4
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"csc" = (
+/obj/item/stack/sheet/metal,
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/west_caves)
+"cse" = (
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"csm" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/tool/warning_cone{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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,
+/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,
+/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)
+"csK" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/apartment/eastbedrooms)
+"csL" = (
+/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,
+/obj/effect/decal/cleanable/blood/gibs/body,
+/obj/effect/hybrisa/decal/road/lines4,
+/obj/effect/hybrisa/decal/road/road_stop{
+ dir = 8;
+ icon_state = "stop_decal5"
+ },
+/obj/effect/hybrisa/decal/road/road_stop{
+ dir = 4;
+ icon_state = "stop_decal5"
+ },
+/obj/item/tool/pickaxe{
+ pixel_y = -7
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"csR" = (
+/obj/structure/surface/rack,
+/obj/item/bodybag/tarp/reactive,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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)
+"ctz" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"ctB" = (
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_reception)
+"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/hybrisa/personal/autoname{
+ dir = 1
+ },
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_security/checkpoint_east)
+"ctL" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 4
+ },
+/area/lv759/outdoors/landing_zone_2)
+"ctQ" = (
+/obj/structure/machinery/fuelcell_recycler,
+/obj/structure/machinery/power/terminal,
+/turf/open/floor/corsat,
+/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/lv759/indoors/wy_research_complex/hallwaynorth)
+"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" = (
+/turf/closed/shuttle/ert{
+ icon_state = "wy22"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/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)
+"cuj" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/pizzabox/pizza_galaxy/vegetable,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/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/cement2,
+/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/lv759/indoors/wy_research_complex/weaponresearchlab)
+"cuC" = (
+/obj/structure/cargo_container/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/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/structure/machinery/light{
+ dir = 1
+ },
+/obj/structure/surface/table/almayer{
+ color = "#EBD9B7"
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/turf/open/floor/prison{
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"cuZ" = (
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"cvb" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/bar/entertainment)
+"cvf" = (
+/obj/structure/machinery/colony_floodlight/traffic{
+ dir = 4;
+ pixel_x = 5;
+ 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
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ layer = 8;
+ pixel_x = 3;
+ pixel_y = -2
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -4;
+ pixel_y = 6;
+ layer = 7
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"cvm" = (
+/obj/structure/surface/rack,
+/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/item/tool/surgery/scalpel,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/bloodtrail,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"cvp" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/eastfoyer)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"cvt" = (
+/obj/structure/window/framed/hybrisa/colony/engineering,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/power_plant/workers_canteen)
+"cvw" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/greenmetal1{
+ dir = 4
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_recreation_area)
+"cvx" = (
+/obj/structure/largecrate/random/case,
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 7
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"cvA" = (
+/obj/structure/machinery/light/double,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "blackcorner"
+ },
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"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/hybrisa/tile/tilewhite,
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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
+ },
+/obj/structure/pipes/vents/pump,
+/obj/structure/sign/poster/music{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/weymart)
+"cwl" = (
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/west_caves)
+"cwr" = (
+/obj/item/ammo_casing/bullet,
+/obj/item/ammo_casing/bullet,
+/obj/item/ammo_magazine/smg/p90,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/effect/hybrisa/decal/road/lines3,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"cwv" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/northeast)
+"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
+ },
+/obj/structure/sign/safety/landingzone{
+ pixel_x = 32
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"cwO" = (
+/obj/item/reagent_container/syringe/drugs,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"cwR" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Mining_Crawlers{
+ icon_state = "mining_crawler_3";
+ dir = 1;
+ pixel_x = -4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/north_caves)
+"cwY" = (
+/obj/structure/bed/sofa/south/grey/left,
+/obj/item/storage/pouch/cassette,
+/obj/item/tape/random,
+/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/meridian/meridian_office)
+"cwZ" = (
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/structure/window/reinforced,
+/obj/item/device/analyzer,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"cxd" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/armory_foyer)
+"cxg" = (
+/obj/structure/barricade/handrail/hybrisa/handrail{
+ dir = 4
+ },
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"cxK" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/garage_workshop)
+"cxO" = (
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/south)
+"cxR" = (
+/obj/structure/machinery/colony_floodlight/traffic_alt{
+ dir = 4;
+ pixel_y = 12
+ },
+/obj/structure/barricade/handrail/hybrisa/road/plastic/black{
+ dir = 4
+ },
+/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/lv759/indoors/wy_research_complex/cargo)
+"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,
+/obj/structure/prop/hybrisa/vehicles/Meridian/WeylandYutani{
+ icon_state = "meridian_wy_damage_5";
+ health = 250;
+ layer = 6;
+ dir = 8;
+ pixel_y = 8
+ },
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/central_streets)
+"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)
+"cyo" = (
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"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
+ },
+/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/lv759/indoors/wy_research_complex/reception)
+"czh" = (
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Garbage,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"czj" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/obj/structure/machinery/light/double/blue{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"czs" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/south_maintenance)
+"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"
+ },
+/obj/effect/decal/cleanable/blood/oil/streak,
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"czC" = (
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"czF" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/stack/sheet/metal,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"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/outdoors/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)
+"cAj" = (
+/obj/effect/hybrisa/decal/bloodtrail,
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"cAk" = (
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_4"
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/metal/bluemetalfull,
+/area/lv759/indoors/spaceport/communications_office)
+"cAm" = (
+/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/item/ammo_casing/bullet,
+/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"
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_security/checkpoint_central)
+"cAq" = (
+/obj/effect/hybrisa/decal/road/road_stop{
+ icon_state = "stop_decal4"
+ },
+/obj/effect/hybrisa/decal/tiretrack{
+ pixel_x = 7
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"cAw" = (
+/obj/item/device/flashlight/lamp/tripod/grey,
+/obj/structure/platform{
+ layer = 4
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"cAx" = (
+/obj/effect/decal/cleanable/blood/oil,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Orange{
+ icon_state = "meridian_orange_damage_2";
+ pixel_x = -2;
+ health = 1750
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/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/indoors/derelict_ship)
+"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/northapartments)
+"cAX" = (
+/obj/effect/hybrisa/decal/road/lines1,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/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)
+"cBc" = (
+/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/landing_zone_2)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"cBs" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = -19;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/landing_zone_2)
+"cBB" = (
+/obj/structure/bed/hybrisa/hospital/hospitaldivider{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"cBE" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard5{
+ dir = 10;
+ pixel_y = 20;
+ layer = 9;
+ pixel_x = 8
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/central_streets)
+"cBH" = (
+/obj/structure/machinery/light/small/blue{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 30;
+ pixel_x = 4
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/tcomms_northwest)
+"cBP" = (
+/obj/structure/sign/safety/security{
+ pixel_y = 32;
+ pixel_x = 4
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"cBQ" = (
+/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,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/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/hybrisa/personal_solid/autoname{
+ locked = 1
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = 34;
+ pixel_y = 32
+ },
+/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_LZ)
+"cCt" = (
+/obj/structure/machinery/line_nexter{
+ dir = 1;
+ id = "MTline";
+ pixel_y = 3
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/weymart)
+"cCw" = (
+/obj/item/storage/briefcase{
+ pixel_y = 14;
+ pixel_x = 4
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/head_office)
+"cCD" = (
+/obj/structure/largecrate/random/mini/small_case{
+ pixel_x = 5;
+ pixel_y = 7
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "NE-out"
+ },
+/obj/structure/closet/hydrant{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/hallway_east)
+"cCH" = (
+/obj/structure/bed/chair/office/light{
+ dir = 4
+ },
+/obj/structure/machinery/light,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_8";
+ pixel_y = 12
+ },
+/obj/item/paper/crumpled{
+ pixel_x = 6;
+ pixel_y = 18
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = -7;
+ pixel_y = 13
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"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/cargo_container/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{
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 1;
+ color = "#bbbaae"
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 4;
+ color = "#bbbaae"
+ },
+/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_LZ)
+"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)
+"cDo" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"cDz" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"cDA" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyleft,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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"
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"cDC" = (
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice4";
+ pixel_y = 16
+ },
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security)
+"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)
+"cDH" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/reagent_container/food/drinks/coffeecup{
+ pixel_x = 7;
+ pixel_y = 14
+ },
+/obj/item/reagent_container/food/drinks/flask,
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/obj/structure/prop/hybrisa/misc/metergreen{
+ pixel_y = 32
+ },
+/obj/item/ashtray/bronze{
+ icon_state = "ashtray_full_bl";
+ pixel_x = 8;
+ pixel_y = -3
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 9
+ },
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"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
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/weymart/maintenance)
+"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)
+"cDY" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"cEb" = (
+/obj/structure/surface/rack,
+/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
+/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
+ },
+/obj/item/ammo_magazine/pistol/vp78,
+/obj/item/ammo_magazine/pistol/vp78,
+/obj/item/weapon/gun/pistol/vp78,
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 30
+ },
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "red"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security)
+"cEd" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/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/clothing/suit/armor/vest/hybrisa/cmb_vest,
+/obj/item/clothing/suit/armor/vest/hybrisa/cmb_vest,
+/obj/item/weapon/shield/riot,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"cEe" = (
+/turf/open/floor/hybrisa/tile/tileblue,
+/area/lv759/indoors/mining_outpost/east_dorms)
+"cEf" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname,
+/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)
+"cEj" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/closet/crate/trashcart,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -3;
+ pixel_y = 6
+ },
+/obj/item/trash/barcardine,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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)
+"cEu" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"cEw" = (
+/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;
+ pixel_y = 6
+ },
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/meridian/meridian_office)
+"cEA" = (
+/obj/structure/platform/strata/metal{
+ dir = 8
+ },
+/obj/structure/surface/table/almayer,
+/obj/structure/machinery/light/spot/blue{
+ dir = 8
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = 4
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"cED" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/strata_decals/grime/grime3{
+ icon_state = "grime4"
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ layer = 6;
+ 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)
+"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;
+ layer = 3.6
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/poster/safety{
+ pixel_y = 32
+ },
+/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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"cEO" = (
+/obj/structure/barricade/handrail/hybrisa/handrail{
+ dir = 8;
+ layer = 4
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"cEP" = (
+/obj/structure/closet/crate/trashcart{
+ opened = 1
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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"
+ },
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"cFg" = (
+/obj/structure/platform,
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/outdoors/landing_zone_1)
+"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;
+ layer = 6
+ },
+/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,
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/obj/item/device/camera_film{
+ pixel_y = 12;
+ pixel_x = 8
+ },
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/colonial_marshals/head_office)
+"cFz" = (
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/weymart)
+"cFG" = (
+/obj/structure/barricade/handrail/wire{
+ dir = 8
+ },
+/obj/structure/largecrate/random/barrel/blue,
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"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
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"cGr" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/road/road_stop{
+ icon_state = "stop_decal4"
+ },
+/obj/item/shard,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/WeylandYutani{
+ icon_state = "meridian_wy_damage_5";
+ health = 250;
+ dir = 8;
+ pixel_y = 5;
+ layer = 4.11
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"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/buildinggreebliessmall/smallvent3{
+ 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/colony/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"cGC" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ dir = 8;
+ icon_state = "carpet13-5"
+ },
+/area/lv759/indoors/bar)
+"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)
+"cGH" = (
+/obj/structure/machinery/floodlight/landing,
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/landing_zone_2)
+"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_LZ)
+"cGQ" = (
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_2";
+ pixel_x = -8;
+ pixel_y = 12
+ },
+/obj/item/trash/cigbutt,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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"
+ },
+/obj/structure/prop/hybrisa/misc/graffiti/graffiti6,
+/turf/open/floor/plating,
+/area/lv759/indoors/hobosecret)
+"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)
+"cGV" = (
+/obj/structure/surface/rack,
+/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,
+/obj/item/weapon/gun/revolver/spearhead,
+/obj/item/weapon/gun/revolver/spearhead,
+/obj/item/weapon/gun/pistol/highpower,
+/turf/open/floor/prison{
+ icon_state = "redfull"
+ },
+/area/lv759/indoors/colonial_marshals/armory)
+"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)
+"cGZ" = (
+/obj/item/tool/mop{
+ layer = 4;
+ pixel_x = -6;
+ pixel_y = 24
+ },
+/obj/structure/sign/poster/safety{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/obj/structure/sign/poster/wylogo{
+ pixel_y = 32;
+ layer = 2.9
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "cyan4"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"cHg" = (
+/obj/structure/fence/electrified,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/north_west_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)
+"cHq" = (
+/obj/effect/hybrisa/decal/dirt_2,
+/obj/item/trash/cigbutt{
+ pixel_x = 1;
+ pixel_y = 8
+ },
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/southwest_public_restroom)
+"cHt" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4;
+ pixel_y = -4
+ },
+/obj/structure/platform/hybrisa/metalplatform1,
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = -8
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"cHx" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"cHB" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco3{
+ dir = 4
+ },
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco3{
+ dir = 1
+ },
+/obj/effect/hybrisa/decal/dirt,
+/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/hybrisa/generic/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/apartment/eastfoyer)
+"cHL" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ pixel_x = -8;
+ pixel_y = 20
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_caves)
+"cHP" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/south_maintenance)
+"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,
+/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/indoors/derelict_ship)
+"cIx" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{
+ dir = 1
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_security/checkpoint_east)
+"cIC" = (
+/obj/structure/prop/hybrisa/vehicles/Meridian/Purple{
+ pixel_y = -4
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"cIG" = (
+/obj/effect/decal/cleanable/blood/oil/streak,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Brown{
+ dir = 1;
+ icon_state = "meridian_brown_damage_2";
+ health = 1750;
+ pixel_x = 2
+ },
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"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)
+"cJc" = (
+/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,
+/area/lv759/indoors/caves/south_west_caves)
+"cJd" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 4
+ },
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"cJi" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_reception)
+"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/janitor)
+"cJL" = (
+/obj/structure/machinery/light/spot/blue,
+/obj/structure/machinery/light/spot/blue{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Red{
+ layer = 6;
+ pixel_y = 12
+ },
+/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/lv759/indoors/wy_research_complex/dormsbedroom)
+"cJO" = (
+/obj/structure/cargo_container/hybrisa/containersextended/medicalleft,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/structure/platform_decoration{
+ dir = 1
+ },
+/obj/item/lightstick/red/spoke/planted{
+ layer = 5;
+ level = 3;
+ pixel_x = 14;
+ pixel_y = -4
+ },
+/turf/open/auto_turf/hybrisashale/layer0_plate,
+/area/lv759/outdoors/caveplateau)
+"cKe" = (
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/spaceport/cargo)
+"cKi" = (
+/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/outdoors/landing_zone_1)
+"cKj" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating/prison,
+/area/lv759/indoors/colonial_marshals/office)
+"cKr" = (
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_10"
+ },
+/obj/effect/hybrisa/decal/gold/line1{
+ pixel_y = -1
+ },
+/obj/effect/hybrisa/decal/gold/line2{
+ pixel_x = 1
+ },
+/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/strata,
+/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/machinery/computer/communications{
+ dir = 4;
+ pixel_y = 5
+ },
+/obj/structure/machinery/computer/communications{
+ dir = 4;
+ pixel_y = -10
+ },
+/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)
+"cKO" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/marhsalls_reinforced,
+/area/lv759/indoors/colonial_marshals/armory_foyer)
+"cKQ" = (
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/office)
+"cKS" = (
+/obj/structure/barricade/handrail/hybrisa/handrail{
+ dir = 8;
+ layer = 4
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"cKY" = (
+/obj/item/shard,
+/obj/effect/decal/cleanable/blood{
+ icon_state = "mgibbl3"
+ },
+/obj/item/tank/oxygen/yellow,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"cKZ" = (
+/obj/structure/surface/rack,
+/obj/effect/spawner/random/toolbox{
+ layer = 4
+ },
+/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/platform{
+ dir = 8;
+ layer = 4
+ },
+/obj/structure/prop/hybrisa/misc/metergreen{
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/maintenance)
+"cLa" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6,
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"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)
+"cLc" = (
+/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/indoors/landing_zone_2/kmcc_hub_security)
+"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,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/south)
+"cLo" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"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;
+ layer = 6
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"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)
+"cLF" = (
+/obj/structure/machinery/light/double{
+ dir = 8;
+ pixel_y = -5
+ },
+/obj/structure/surface/table/almayer{
+ color = "#848484"
+ },
+/obj/item/clothing/under/marine/veteran/pmc/corporate/hybrisa/lead,
+/obj/item/storage/backpack/lightpack,
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"cLL" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"cLU" = (
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/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)
+"cMg" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/colony/ribbed,
+/area/lv759/indoors/meridian/meridian_factory)
+"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/effect/decal/cleanable/blood/drip{
+ pixel_x = 10;
+ pixel_y = 21
+ },
+/obj/effect/hybrisa/decal/bloodtrail,
+/obj/item/weapon/gun/smg/p90,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"cMu" = (
+/obj/structure/stairs/perspective{
+ dir = 1;
+ icon_state = "p_stair_full";
+ color = "#b8b8b0"
+ },
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"cMw" = (
+/obj/structure/window/framed/hybrisa/colony/engineering/reinforced,
+/obj/structure/platform_decoration{
+ dir = 8;
+ layer = 4
+ },
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/power_plant/transformers_north)
+"cMC" = (
+/obj/structure/coatrack{
+ pixel_x = 10
+ },
+/obj/structure/coatrack{
+ icon_state = "coat_cmo";
+ pixel_x = 10
+ },
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/turf/open/floor/wood,
+/area/lv759/indoors/hospital/cmo_office)
+"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)
+"cMT" = (
+/obj/structure/machinery/light{
+ dir = 4
+ },
+/obj/structure/machinery/photocopier{
+ pixel_y = 4
+ },
+/turf/open/floor/hybrisa/metal/bluemetalfull,
+/area/lv759/indoors/spaceport/communications_office)
+"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{
+ color = "#a6aeab"
+ },
+/turf/closed/wall/r_wall/bunker{
+ name = "reinforced metal wall"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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{
+ pixel_x = -2
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/weymart)
+"cNE" = (
+/obj/effect/decal/cleanable/blood,
+/obj/structure/barricade/handrail/wire{
+ dir = 4
+ },
+/obj/effect/landmark/corpsespawner/hybrisa/scientist_xenobiologist,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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;
+ layer = 6
+ },
+/turf/closed/wall/hybrisa/colony/hospital,
+/area/lv759/indoors/hospital/virology)
+"cNJ" = (
+/obj/effect/spawner/random/toolbox{
+ pixel_y = 12
+ },
+/obj/item/trash/cigbutt{
+ pixel_y = 8
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/landing_zone_2)
+"cNK" = (
+/obj/structure/filingcabinet{
+ density = 0;
+ pixel_x = -8;
+ pixel_y = 20;
+ layer = 3.20
+ },
+/obj/structure/filingcabinet{
+ density = 0;
+ pixel_x = 8;
+ pixel_y = 20;
+ layer = 3.20
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/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,
+/obj/structure/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"cNZ" = (
+/obj/effect/decal/strata_decals/grime/grime4{
+ dir = 1
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/colonial_marshals/hallway_central)
+"cOa" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice12";
+ pixel_y = 16
+ },
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 4
+ },
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"cOc" = (
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"cOd" = (
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"cOf" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_foyer)
+"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/hybrisa/marshal,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "redcorner"
+ },
+/area/lv759/indoors/colonial_marshals/armory_foyer)
+"cOs" = (
+/obj/structure/platform/hybrisa/metalplatform1,
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"cOu" = (
+/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";
+ dir = 1
+ },
+/area/lv759/oob)
+"cOw" = (
+/obj/effect/decal/cleanable/blood{
+ icon_state = "armor_blood"
+ },
+/obj/effect/hybrisa/decal/bloodtrail{
+ dir = 1
+ },
+/obj/structure/machinery/door/airlock/almayer/generic{
+ dir = 2;
+ autoname = 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)
+"cOD" = (
+/obj/structure/prop/hybrisa/misc/coffeestuff/coffeemachine1{
+ pixel_x = -2;
+ pixel_y = 8
+ },
+/obj/item/reagent_container/food/drinks/coffeecup,
+/obj/structure/surface/table/reinforced/black,
+/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/indoors/derelict_ship)
+"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{
+ color = "#5d524b"
+ },
+/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)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/weyyu_office/pressroom)
+"cPo" = (
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 1
+ },
+/area/lv759/indoors/meridian/meridian_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/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"cPG" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/power_plant)
+"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)
+"cPJ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilered,
+/area/lv759/indoors/pizzaria)
+"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)
+"cPS" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "triagedecaldir";
+ layer = 2
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"cPW" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/high_voltage{
+ pixel_x = 32;
+ pixel_y = 8
+ },
+/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)
+"cQL" = (
+/obj/structure/machinery/light/double/blue,
+/turf/open/floor/prison,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"cQM" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"cRb" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/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/east_central_street)
+"cRi" = (
+/obj/structure/prop/hybrisa/vehicles/Mining_Crawlers{
+ icon_state = "mining_crawler_blank";
+ pixel_y = 2;
+ pixel_x = 2
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/east_caves)
+"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/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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)
+"cRB" = (
+/obj/item/device/flashlight/lamp/tripod{
+ light_pixel_y = 1;
+ pixel_y = 12;
+ layer = 4
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/east_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/colony_streets/south_west_street_comms)
+"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)
+"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,
+/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/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"cRU" = (
+/obj/structure/window/framed/corsat/research,
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ dir = 4;
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi'
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"cRV" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 4
+ },
+/area/lv759/indoors/caves/south_west_caves)
+"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)
+"cSb" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/closet/crate/trashcart,
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"cSc" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/landmark/corpsespawner/hybrisa_goon,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"cSi" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/window/framed/hybrisa/colony/hospital/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/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)
+"cSB" = (
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/westfoyer)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"cSQ" = (
+/turf/open/floor/hybrisa/metal/stripe_red,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"cST" = (
+/turf/open/floor{
+ icon_state = "rampbottom"
+ },
+/area/lv759/indoors/apartment/westentertainment)
+"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)
+"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/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/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/lv759/indoors/wy_research_complex/securitycommand)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 9
+ },
+/area/lv759/indoors/spaceport/flight_control_room)
+"cTD" = (
+/obj/structure/cargo_container/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"
+ },
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/hybrisa/dropship/dropship3,
+/area/lv759/indoors/wy_research_complex/changingroom)
+"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/caves/south_east_caves)
+"cTK" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 2.1
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/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_LZ)
+"cTL" = (
+/obj/effect/decal/strata_decals/grime/grime4{
+ icon_state = "grime3"
+ },
+/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)
+"cTO" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/security)
+"cTX" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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_casing/bullet,
+/obj/item/ammo_casing/bullet,
+/obj/item/ammo_casing/bullet,
+/obj/item/ammo_casing/bullet,
+/obj/item/ammo_magazine/revolver/spearhead/hollowpoint,
+/turf/open/floor/prison{
+ icon_state = "redfull"
+ },
+/area/lv759/indoors/colonial_marshals/armory_firingrange)
+"cUq" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/strata{
+ dir = 4
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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)
+"cUt" = (
+/obj/structure/cargo_container/wy/mid,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/landing_zone_2)
+"cUx" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_caves)
+"cUD" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/eastentrance)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"cUN" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ pixel_x = -2;
+ pixel_y = 20
+ },
+/obj/effect/decal/cleanable/blood{
+ layer = 3
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"cUS" = (
+/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/landing_zone_2)
+"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/indoors/derelict_ship)
+"cVa" = (
+/obj/structure/machinery/door/airlock/almayer/generic{
+ dir = 2;
+ autoname = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/weyyu_office/breakroom)
+"cVb" = (
+/obj/effect/hybrisa/decal/road/lines1,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice12";
+ pixel_y = 16
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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,
+/obj/effect/hybrisa/decal/tiretrack{
+ pixel_x = -8
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"cVF" = (
+/obj/structure/prop/hybrisa/misc/stoneplanterseats/empty{
+ dir = 1;
+ pixel_x = -8;
+ pixel_y = 7
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"cVQ" = (
+/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
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4;
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = 6
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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)
+"cWj" = (
+/obj/structure/machinery/light/double/blue{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"cWq" = (
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/prison,
+/area/lv759/indoors/meridian/meridian_foyer)
+"cWx" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ pixel_y = 20
+ },
+/obj/effect/decal/cleanable/dirt{
+ icon_state = "thermite";
+ name = "impact"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/central_caves)
+"cWK" = (
+/obj/structure/toilet{
+ dir = 1
+ },
+/obj/effect/landmark/monkey_spawn,
+/obj/structure/machinery/light/small,
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/weymart)
+"cXj" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{
+ dir = 1
+ },
+/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,
+/obj/item/stack/rods,
+/obj/item/stack/sheet/metal,
+/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/prop/hybrisa/misc/stoneplanterseats/empty{
+ dir = 1;
+ layer = 4;
+ pixel_x = -8;
+ pixel_y = 4
+ },
+/obj/structure/machinery/light/blue,
+/obj/structure/sign/safety/landingzone{
+ pixel_x = -17
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/lv759/indoors/wy_research_complex/hallwaycentral)
+"cYi" = (
+/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/hybrisarandomprops.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/hybrisarandomprops.dmi';
+ icon_closed = "foodcart2";
+ icon_opened = "foodcart2_open";
+ icon_state = "foodcart2";
+ name = "\improper food cart"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"cYm" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/garage_restroom)
+"cYq" = (
+/obj/item/weapon/twohanded/folded_metal_chair,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"cYu" = (
+/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,
+/obj/item/paper,
+/obj/item/tool/stamp{
+ pixel_x = -7
+ },
+/obj/item/tool/pen,
+/obj/structure/surface/table/almayer{
+ color = "#848484"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "red3"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"cYL" = (
+/obj/structure/ore_box{
+ pixel_x = 5
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"cYR" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"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/outdoors/power_plant/transformers_south)
+"cYU" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "triagedecaldir"
+ },
+/obj/item/shard,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"cYX" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/tool/warning_cone{
+ 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/lv759/indoors/caves/wy_research_complex_entrance)
+"cZy" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/newscaster{
+ pixel_y = 30
+ },
+/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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"cZA" = (
+/obj/structure/closet/crate/secure,
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"cZB" = (
+/obj/structure/bed/stool,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"cZN" = (
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"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)
+"cZS" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/colonial_marshals/press_room)
+"cZW" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 1;
+ layer = 1
+ },
+/obj/structure/largecrate/random/case/double{
+ layer = 2
+ },
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_factory)
+"cZZ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"daj" = (
+/obj/structure/largecrate/random/secure,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"das" = (
+/obj/structure/surface/rack,
+/obj/structure/machinery/light/blue{
+ dir = 4
+ },
+/obj/structure/sign/poster/io{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "red4"
+ },
+/area/lv759/indoors/spaceport/security_office)
+"dav" = (
+/obj/structure/machinery/door/poddoor/shutters/almayer{
+ id = "marshalls_garage"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/colonial_marshals/garage)
+"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/effect/decal/cleanable/blood/oil,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/lattice_prop/lattice_2{
+ pixel_x = -26
+ },
+/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/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/garage_reception)
+"dbf" = (
+/obj/effect/hybrisa/decal/road/road_stop{
+ dir = 8;
+ icon_state = "stop_decal5"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/closet/bodybag,
+/obj/structure/bed/roller,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_street)
+"dbi" = (
+/obj/structure/machinery/door/poddoor/shutters/almayer{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/recycling_plant)
+"dbn" = (
+/obj/structure/cargo_container/hybrisa/containersextended/tanwywingsleft,
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"dbo" = (
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_3";
+ pixel_x = -8;
+ pixel_y = 12
+ },
+/turf/open/floor/hybrisa/wood/blackwood,
+/area/lv759/indoors/weyyu_office/vip)
+"dbp" = (
+/obj/effect/decal/cleanable/blood/oil/streak,
+/obj/structure/machinery/colony_floodlight/traffic_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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/westhallway)
+"dbu" = (
+/turf/closed/wall/hybrisa/colony/ribbed,
+/area/lv759/indoors/caves/north_east_caves)
+"dbx" = (
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/hospital/operation)
+"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,
+/obj/item/prop/colony/usedbandage{
+ dir = 10
+ },
+/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/lv759/indoors/wy_research_complex/mainlabs)
+"dbH" = (
+/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark3,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/west_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)
+"dcb" = (
+/obj/structure/machinery/computer/cameras{
+ dir = 4;
+ layer = 3;
+ pixel_y = 4
+ },
+/obj/structure/surface/table/almayer{
+ color = "#848484"
+ },
+/obj/structure/machinery/light/double{
+ dir = 8;
+ pixel_y = -5
+ },
+/turf/open/floor/hybrisa/carpet/carpetblackdeco,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"dce" = (
+/obj/structure/surface/rack,
+/obj/item/device/toner,
+/obj/item/device/toner,
+/obj/structure/sign/safety/restrictedarea{
+ pixel_y = -4;
+ pixel_x = -17
+ },
+/obj/structure/sign/safety/airlock{
+ pixel_y = 10;
+ pixel_x = -17
+ },
+/turf/open/floor/plating/prison,
+/area/lv759/indoors/colonial_marshals/office)
+"dch" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 1
+ },
+/obj/structure/surface/table/almayer{
+ color = "#848484"
+ },
+/obj/item/storage/toolbox/mechanical{
+ pixel_y = 6
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_factory)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"dcl" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10
+ },
+/area/lv759/indoors/hospital/virology)
+"dcm" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"dcp" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/structure/closet/crate/trashcart{
+ opened = 1
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 2;
+ pixel_y = 20
+ },
+/obj/effect/hybrisa/decal/dirt_2,
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/central_streets)
+"dcs" = (
+/obj/structure/stairs/perspective/kutjevo,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"dcC" = (
+/obj/effect/decal/cleanable/blood,
+/obj/structure/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/hospital/patient_ward)
+"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{
+ 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,
+/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)
+"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)
+"ddb" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33;
+ pixel_y = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/misc/wysmallright,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"ddc" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 4
+ },
+/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/lv759/indoors/wy_research_complex/securitycommand)
+"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/lv759/indoors/wy_research_complex/weaponresearchlab)
+"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/northfoyer)
+"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)
+"ddH" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"ddI" = (
+/obj/structure/machinery/chem_dispenser/medbay,
+/turf/open/floor/prison{
+ 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/caves/south_east_caves)
+"ddW" = (
+/obj/structure/dispenser/oxygen,
+/obj/structure/pipes/standard/simple/visible{
+ dir = 10
+ },
+/obj/structure/sign/safety/med_cryo{
+ pixel_y = 32
+ },
+/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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"ddY" = (
+/obj/structure/bed/chair{
+ dir = 4;
+ icon_state = "chair_alt";
+ pixel_x = -4;
+ pixel_y = 12;
+ buckling_x = -4;
+ buckling_y = 12
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = 7
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"dec" = (
+/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/northapartments)
+"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)
+"dem" = (
+/obj/structure/platform,
+/obj/structure/platform{
+ dir = 4
+ },
+/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)
+"dez" = (
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "3"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/cargo_container/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,
+/obj/effect/decal/cleanable/blood/oil/streak,
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/item/stack/sheet/metal,
+/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"
+ },
+/obj/item/ammo_magazine/smg/p90,
+/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/cargo_container/hybrisa/containersextended/tanwywingsright{
+ layer = 4
+ },
+/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)
+"dfg" = (
+/obj/structure/blackgoocontainer{
+ pixel_y = 18;
+ layer = 3.01
+ },
+/obj/item/hybrisa/engineer_helmet{
+ pixel_x = 6
+ },
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"dfn" = (
+/obj/item/reagent_container/blood/empty,
+/obj/effect/decal/cleanable/blood/drip{
+ pixel_x = 10;
+ pixel_y = 21
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/effect/landmark/corpsespawner/hybrisa/civilian,
+/obj/structure/sign/poster/ad{
+ pixel_x = 7;
+ pixel_y = 32;
+ layer = 3.2
+ },
+/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/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -4;
+ pixel_y = 6;
+ layer = 3.1
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue,
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{
+ dir = 4;
+ pixel_y = -12
+ },
+/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)
+"dfy" = (
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"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;
+ layer = 6
+ },
+/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)
+"dfX" = (
+/obj/item/device/flashlight/lamp/tripod,
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 4
+ },
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"dga" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/casino/casino_office)
+"dgc" = (
+/obj/structure/stairs{
+ color = "#a6aeab";
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4;
+ layer = 2.9
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/north_street)
+"dgl" = (
+/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/outdoors/landing_zone_2)
+"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/hybrisa/medical/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/structure/machinery/light/double/blue{
+ dir = 8
+ },
+/turf/open/floor/strata{
+ icon_state = "cyan4"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"dgJ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_foyer)
+"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
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/floor)
+"dhg" = (
+/obj/structure/fence/dark,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/south)
+"dhh" = (
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"dhm" = (
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = 32;
+ pixel_y = -8
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"dhn" = (
+/obj/effect/decal/cleanable/blackgoo{
+ color = "#f400ff";
+ desc = "It's dried to the floor.";
+ name = "spilled paint";
+ alpha = 25;
+ pixel_x = 24;
+ pixel_y = 12
+ },
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/meridian/meridian_maintenance_south)
+"dho" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "SE-out"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"dhA" = (
+/obj/effect/spawner/random/toy,
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastbedrooms)
+"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/billboardsandsigns/bigroadsigns/road_sign_1{
+ pixel_y = 16;
+ layer = 8
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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
+ },
+/obj/structure/machinery/light/small/blue,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/janitor)
+"dhR" = (
+/obj/structure/bed/chair/wood/normal{
+ dir = 4
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/bar)
+"dhV" = (
+/obj/effect/hybrisa/decal/road/road_stop{
+ icon_state = "stop_decal3"
+ },
+/obj/effect/decal/cleanable/blood/gibs/core,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"dhW" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 4;
+ color = "#7e7d72"
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging/corner{
+ dir = 1;
+ color = "#7e7d72"
+ },
+/turf/open/hybrisa/street/cement2,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"dhX" = (
+/obj/structure/platform,
+/obj/item/clothing/gloves/marine/veteran/insulated,
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "6-8";
+ layer = 5
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/fusion_generators)
+"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/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/road/lines4{
+ pixel_x = 1
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"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)
+"diH" = (
+/obj/structure/machinery/computer/arcade,
+/obj/structure/machinery/light/blue{
+ dir = 1
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/westentertainment)
+"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_LZ)
+"diN" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"diR" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/bed/stool,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "SW-out"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "SE-out"
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"diT" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/black{
+ dir = 4
+ },
+/obj/structure/largecrate/random/barrel/purewhite,
+/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/effect/decal/cleanable/blood/oil/streak,
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/central_streets)
+"djf" = (
+/obj/structure/machinery/vending/snack{
+ density = 0;
+ pixel_y = 16
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"djh" = (
+/obj/structure/machinery/autolathe/medilathe,
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/hospital/medical_storage)
+"djj" = (
+/obj/item/device/flashlight/lamp/tripod,
+/obj/structure/machinery/light/blue,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"djk" = (
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/largecrate/random/barrel/brown,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_caves)
+"djn" = (
+/obj/structure/machinery/landinglight/ds2/spoke,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/landing_zone_2)
+"djs" = (
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4;
+ pixel_y = 6
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 6
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = -6
+ },
+/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/hybrisa/generic_solid/autoname{
+ locked = 1
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/apartment/eastbedrooms)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastbedroomsstorage)
+"djP" = (
+/obj/structure/cargo_container/hybrisa/containersextended/greenleft,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"djS" = (
+/obj/effect/hybrisa/decal/road/lines3,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"djT" = (
+/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/indoors/landing_zone_2/kmcc_hub_fuel)
+"dkb" = (
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/power_plant/workers_canteen_kitchen)
+"dkf" = (
+/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Science_2{
+ dir = 8
+ },
+/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;
+ layer = 6
+ },
+/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 = "floor1";
+ dir = 1
+ },
+/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,
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/recycling_plant_office)
+"dks" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "docstriping"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/hybrisa/tile/lightbeige_bigtile,
+/area/lv759/indoors/hospital/paramedics_garage)
+"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/Meridian/Pink{
+ dir = 1;
+ pixel_y = 4;
+ pixel_x = 5
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"dkJ" = (
+/obj/structure/machinery/light/blue{
+ dir = 8
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/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)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"dln" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"dlq" = (
+/turf/open/floor/hybrisa/misc/wybiglogo{
+ dir = 8
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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;
+ layer = 6
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"dlF" = (
+/obj/effect/decal/cleanable/blood/drip{
+ pixel_x = 10;
+ pixel_y = 21
+ },
+/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)
+"dlN" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"dlX" = (
+/obj/item/clothing/suit/apron/cuppa_joes,
+/turf/open/floor/hybrisa/metal/metalwhitefull,
+/area/lv759/indoors/spaceport/cuppajoes)
+"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
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/central_streets)
+"dmq" = (
+/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)
+"dmr" = (
+/obj/item/ammo_magazine/rifle/nsg23{
+ current_rounds = 17
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/central_caves)
+"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
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage{
+ desc = null;
+ pixel_y = 32
+ },
+/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)
+"dmD" = (
+/obj/item/stack/rods,
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/central_caves)
+"dmI" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/black{
+ dir = 4
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"dmJ" = (
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard1{
+ dir = 10;
+ layer = 8;
+ pixel_y = 20
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 4
+ },
+/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)
+"dmY" = (
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters,
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"dna" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "blue3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"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)
+"dnl" = (
+/obj/item/tool/warning_cone{
+ pixel_y = 17
+ },
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/landing_zone_2)
+"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/lv759/indoors/wy_research_complex/hallwaynorth)
+"dnL" = (
+/obj/effect/hybrisa/decal/dirt,
+/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)
+"dnV" = (
+/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/outdoors/landing_zone_2)
+"dnZ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/liquid_fuel,
+/turf/open/floor/prison,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"doe" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6,
+/obj/structure/barricade/handrail/wire,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"dom" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco2{
+ dir = 8
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/blackwyright{
+ layer = 4.2
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"dou" = (
+/obj/effect/hybrisa/decal/road/road_stop{
+ icon_state = "stop_decal5"
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"dov" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"doy" = (
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/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)
+"doK" = (
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"doL" = (
+/obj/structure/surface/table/reinforced/almayer_B,
+/obj/structure/prop/cash_register/off/open,
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/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)
+"doT" = (
+/obj/structure/machinery/atm{
+ icon = 'icons/obj/structures/props/64x64_hybrisarandomprops.dmi';
+ pixel_x = 6;
+ pixel_y = 11
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"doU" = (
+/obj/structure/barricade/sandbags/wired{
+ dir = 8
+ },
+/obj/item/ammo_casing/bullet,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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";
+ pixel_y = 8
+ },
+/obj/structure/mirror{
+ pixel_y = 32
+ },
+/obj/structure/mirror{
+ pixel_y = 32;
+ pixel_x = 14
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/hybrisa/personal/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/newscaster{
+ pixel_y = 30
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/cuppajoes)
+"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,
+/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;
+ start_charge = 10
+ },
+/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/indoors/derelict_ship)
+"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/lv759/indoors/wy_research_complex/dormsfoyer)
+"dpW" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood{
+ icon_state = "gib6";
+ pixel_y = -8
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"dqn" = (
+/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/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"dqo" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/ice_colony/dense/planter_box{
+ dir = 5
+ },
+/obj/structure/machinery/meter{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/greenfull_bigtile,
+/area/lv759/indoors/botany/botany_greenhouse)
+"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/westentertainment)
+"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)
+"dqA" = (
+/obj/structure/platform_decoration{
+ dir = 8
+ },
+/obj/item/lightstick/red/spoke/planted{
+ layer = 5;
+ level = 3;
+ pixel_x = 16
+ },
+/turf/open/auto_turf/hybrisashale/layer0_plate,
+/area/lv759/outdoors/caveplateau)
+"dqD" = (
+/turf/open/floor/hybrisa/metal/greenmetal1{
+ dir = 6
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_recreation_area)
+"dqH" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"dqJ" = (
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/northapartments)
+"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)
+"dqP" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"dqQ" = (
+/obj/structure/surface/table/gamblingtable{
+ layer = 3
+ },
+/obj/item/prop/colony/game,
+/obj/structure/prop/hybrisa/misc/blood/blood2{
+ layer = 3.5;
+ pixel_y = 62
+ },
+/turf/open/floor/hybrisa/carpet/carpetorangered,
+/area/lv759/indoors/bar/entertainment)
+"dqS" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_4";
+ pixel_y = 12
+ },
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/bloodtrail,
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"drp" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/floor/hybrisa/metal/grated,
+/area/lv759/outdoors/colony_streets/central_streets)
+"dru" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/sign/poster/wylogo{
+ pixel_y = 32;
+ layer = 2.9
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"drw" = (
+/obj/item/stack/rods,
+/obj/structure/sign/safety/airlock{
+ pixel_x = 11;
+ pixel_y = 32
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_caves)
+"drx" = (
+/obj/structure/bed/hybrisa/bunkbed3,
+/obj/structure/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/hybrisa/carpet/carpetgreen,
+/area/lv759/indoors/apartment/eastbedrooms)
+"drA" = (
+/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
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"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)
+"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)
+"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/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard5{
+ dir = 5;
+ pixel_y = 20;
+ layer = 9
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 4
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"drZ" = (
+/obj/effect/decal/strata_decals/grime/grime3,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"dsk" = (
+/obj/structure/closet,
+/obj/item/clothing/head/hybrisa/wy_cap,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"dsn" = (
+/obj/structure/machinery/door/airlock/hybrisa/medical/autoname,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean2"
+ },
+/area/lv759/indoors/hospital/reception)
+"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)
+"dss" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"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{
+ dir = 4
+ },
+/obj/structure/surface/table/reinforced/prison,
+/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,
+/obj/item/device/radio{
+ pixel_x = -8;
+ pixel_y = 4
+ },
+/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"
+ },
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/supermartfloor1,
+/area/lv759/indoors/bar/kitchen)
+"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)
+"dsS" = (
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/landing_zone_2)
+"dsT" = (
+/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname,
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/indoors/derelict_ship)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/botany/botany_mainroom)
+"dtB" = (
+/obj/item/trash/cigbutt,
+/obj/structure/sign/safety/medical{
+ pixel_x = 8;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/north_street)
+"dtJ" = (
+/obj/structure/surface/table/woodentable/fancy,
+/obj/structure/prop/hybrisa/misc/coffeestuff/coffeemachine1,
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/head_office)
+"dtM" = (
+/obj/item/storage/bag/plasticbag,
+/obj/structure/bedsheetbin{
+ icon_state = "linenbin-empty";
+ pixel_y = -20;
+ name = "bag basket";
+ desc = "A basket for shopping bags."
+ },
+/obj/structure/bedsheetbin{
+ icon_state = "linenbin-empty";
+ layer = 2.9;
+ pixel_y = -8;
+ name = "bag basket";
+ desc = "A basket for shopping bags."
+ },
+/obj/structure/barricade/handrail{
+ dir = 1;
+ pixel_y = 2
+ },
+/obj/item/storage/bag/plasticbag,
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/weymart)
+"dtR" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/colony_floodlight/street{
+ 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/fully_broken{
+ dir = 1
+ },
+/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"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"dun" = (
+/obj/effect/decal/strata_decals/grime/grime3{
+ dir = 8
+ },
+/obj/effect/decal/strata_decals/grime/grime3,
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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/machinery/colony_floodlight/traffic{
+ dir = 8;
+ pixel_x = 8;
+ pixel_y = 12
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"dvf" = (
+/obj/structure/machinery/door/airlock/almayer/generic{
+ dir = 8;
+ autoname = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/northapartments)
+"dvk" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 9
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"dvl" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 7
+ },
+/obj/item/card/id/guest{
+ pixel_y = 12
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"dvn" = (
+/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)
+"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)
+"dvu" = (
+/obj/structure/sign/safety/storage{
+ pixel_x = 34;
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"dvw" = (
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/structure/machinery/computer/communications/simple{
+ pixel_x = 12
+ },
+/obj/item/paper_bin{
+ pixel_x = -4;
+ pixel_y = 7
+ },
+/obj/item/tool/pen/blue{
+ pixel_x = -6;
+ pixel_y = 6
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{
+ light_color = "#00f4ff";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/bluemetalfull,
+/area/lv759/indoors/wy_research_complex/reception)
+"dvy" = (
+/obj/structure/prop/hybrisa/furniture/tables/tablepool{
+ dir = 1
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"dvA" = (
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 5
+ },
+/area/lv759/indoors/weyyu_office)
+"dvB" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/bed/chair{
+ dir = 8
+ },
+/obj/item/tool/screwdriver{
+ layer = 4;
+ pixel_y = 8;
+ pixel_x = -10
+ },
+/obj/structure/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/electical_systems/substation1)
+"dvD" = (
+/obj/structure/prop/hybrisa/vehicles/Armored_Truck/WY_Black{
+ dir = 4
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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)
+"dvJ" = (
+/obj/structure/largecrate/random/barrel/black{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/structure/largecrate/random/mini/small_case{
+ pixel_x = -6;
+ pixel_y = -5
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"dvQ" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 1
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/blackwyleft{
+ layer = 4.2
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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/hybrisa/hospital/hospitaldivider{
+ pixel_y = 20;
+ dir = 1
+ },
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med{
+ pixel_y = 28
+ },
+/turf/open/floor/prison{
+ icon_state = "blue_plate"
+ },
+/area/lv759/indoors/hospital/outgoing)
+"dvU" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_south)
+"dvY" = (
+/obj/structure/machinery/vending/snack,
+/obj/structure/machinery/light{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/greenmetal1{
+ dir = 5
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_recreation_area)
+"dwc" = (
+/obj/structure/platform/strata/metal{
+ dir = 1
+ },
+/obj/structure/sign/safety/security{
+ pixel_y = 32
+ },
+/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)
+"dwe" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/westfoyer)
+"dwg" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood,
+/obj/item/reagent_container/food/drinks/coffee{
+ pixel_x = 11;
+ pixel_y = 21
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 1;
+ color = "#7e7d72"
+ },
+/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/prop/hybrisa/misc/floorprops/grate,
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 4
+ },
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"dwn" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/wood/redwood,
+/area/lv759/indoors/weyyu_office/floor)
+"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/lv759/indoors/wy_research_complex/medical_annex)
+"dwE" = (
+/obj/item/trash/cigbutt,
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 13
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"dwT" = (
+/obj/effect/decal/cleanable/blood{
+ icon_state = "gibleg"
+ },
+/obj/structure/bed/roller,
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 1;
+ color = "#bbbaae"
+ },
+/turf/open/hybrisa/street/cement2,
+/area/lv759/outdoors/colony_streets/north_street)
+"dxk" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"dxl" = (
+/obj/effect/decal/strata_decals/grime/grime3{
+ dir = 8
+ },
+/obj/structure/machinery/light{
+ unacidable = 1;
+ unslashable = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"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)
+"dxE" = (
+/obj/structure/cargo_container/hybrisa/containersextended/redwywingsright,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/landing_zone_2)
+"dxF" = (
+/obj/structure/cargo_container/hybrisa/containersextended/blackwyleft{
+ layer = 2.9
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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/lv759/indoors/wy_research_complex/cargo)
+"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)
+"dyd" = (
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "sterile"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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)
+"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)
+"dyM" = (
+/obj/structure/cargo_container/hd/left/alt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/landing_zone_2)
+"dyT" = (
+/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname,
+/turf/open/hybrisa/street/cement1,
+/area/lv759/indoors/meridian/meridian_maintenance_east)
+"dyX" = (
+/obj/structure/surface/table/reinforced/almayer_B,
+/obj/structure/window/reinforced{
+ dir = 8;
+ health = 80
+ },
+/obj/structure/machinery/computer/cameras{
+ dir = 4;
+ layer = 4;
+ pixel_y = -2
+ },
+/obj/structure/machinery/computer/cameras{
+ dir = 4;
+ layer = 3.9;
+ pixel_y = 12
+ },
+/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)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = 27
+ },
+/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/indoors/derelict_ship)
+"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)
+"dzK" = (
+/obj/structure/largecrate/random,
+/obj/structure/largecrate/random/mini{
+ layer = 4;
+ pixel_y = 14
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/garage_workshop)
+"dzT" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/mining_outpost/processing)
+"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/lv759/indoors/wy_research_complex/hallwaynorth)
+"dzW" = (
+/obj/structure/closet/l3closet/virology,
+/obj/structure/machinery/light/blue{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/turf/open/floor/prison{
+ dir = 10
+ },
+/area/lv759/indoors/hospital/virology)
+"dAf" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_reception)
+"dAh" = (
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ pixel_x = 8;
+ pixel_y = 20
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/south_west_caves)
+"dAo" = (
+/obj/structure/machinery/light/double/blue,
+/obj/structure/prop/hybrisa/misc/deco_edging/corner{
+ dir = 4;
+ color = "#7e7d72"
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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)
+"dAt" = (
+/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/outdoors/landing_zone_2)
+"dAw" = (
+/obj/structure/tunnel/maint_tunnel/hybrisa/no_xeno_desc,
+/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)
+"dAH" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_office)
+"dAN" = (
+/obj/structure/cargo_container/hybrisa/containersextended/greenright,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/landing_zone_2)
+"dAQ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"dBq" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/south{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"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
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"dBB" = (
+/obj/effect/decal/cleanable/blood{
+ icon_state = "gib6";
+ pixel_y = 12
+ },
+/obj/effect/decal/cleanable/blood{
+ icon_state = "mgibbl2"
+ },
+/obj/structure/bed/hybrisa/hospital/hospitaldivider,
+/obj/structure/prop/hybrisa/misc/blood/blood2{
+ dir = 4;
+ pixel_y = 30
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/hospital/morgue)
+"dBC" = (
+/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{
+ color = "#5d524b"
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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;
+ pixel_y = 22
+ },
+/obj/structure/platform{
+ dir = 1;
+ layer = 1
+ },
+/obj/structure/machinery/autolathe,
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_factory)
+"dCf" = (
+/obj/structure/machinery/big_computers/computerblack/computer1,
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"dCh" = (
+/obj/item/device/flashlight/flare,
+/turf/open/shuttle/dropship{
+ icon_state = "rasputin8"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"dCi" = (
+/obj/structure/platform{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/outdoors/caveplateau)
+"dCo" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 8
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"dCp" = (
+/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/central_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)
+"dCx" = (
+/obj/structure/platform/hybrisa/metalplatform6,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"dCy" = (
+/obj/structure/bed/hybrisa/prisonbed{
+ dir = 10
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/apartment/westbedrooms)
+"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)
+"dCJ" = (
+/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/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"dCW" = (
+/obj/structure/platform{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/central_caves)
+"dCY" = (
+/obj/structure/reagent_dispensers/fueltank{
+ desc = "A fuel tank mix with fuel designed for various spacecraft, very combustible.";
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi';
+ name = "spacecraft fuel-mix tank"
+ },
+/obj/effect/decal/cleanable/liquid_fuel,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"dDh" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/ashtray/bronze{
+ pixel_x = -7;
+ pixel_y = 4
+ },
+/obj/item/tool/stamp/weyyu,
+/obj/structure/machinery/light/double{
+ dir = 4;
+ pixel_y = -5
+ },
+/turf/open/floor/hybrisa/carpet/carpetblackdeco,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"dDk" = (
+/obj/structure/surface/table,
+/obj/item/reagent_container/blood/empty,
+/obj/structure/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/wy_research_complex/medical_annex)
+"dDy" = (
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"dDE" = (
+/obj/effect/hybrisa/decal/road/road_stop,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"dDK" = (
+/obj/item/trash/burger,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"dEw" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/spaceport_reinforced,
+/area/lv759/indoors/spaceport/docking_bay_2)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"dEE" = (
+/obj/structure/closet/crate/trashcart{
+ layer = 3;
+ opened = 1
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -4;
+ pixel_y = 6
+ },
+/obj/item/pizzabox/pizza_galaxy/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)
+"dEK" = (
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal3"
+ },
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/structure/blocker/invisible_wall,
+/obj/structure/machinery/door/poddoor/shutters/almayer{
+ dir = 4;
+ indestructible = 1;
+ needs_power = 0
+ },
+/turf/closed/wall/hybrisa/colony/reinforced/hull,
+/area/lv759/oob)
+"dEM" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/greywyright,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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/lv759/indoors/wy_research_complex/reception)
+"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/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
+ },
+/obj/structure/surface/table/reinforced/prison{
+ color = "#8B7B5B"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/mining_outpost/east_command)
+"dFb" = (
+/obj/structure/pipes/vents/pump,
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "cyan4"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"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)
+"dFh" = (
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ id = "hybrisa_mining_lockdown1";
+ name = "Emergency Lockdown";
+ unacidable = 1;
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"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,
+/obj/structure/bed/roller,
+/obj/effect/decal/cleanable/blood,
+/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"
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/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)
+"dFP" = (
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/meridian/meridian_office)
+"dGc" = (
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ id = "hybrisa_mining_lockdown2";
+ name = "Emergency Lockdown";
+ unacidable = 1;
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"dGd" = (
+/obj/effect/decal/cleanable/blood{
+ dir = 4;
+ icon_state = "gib6"
+ },
+/obj/item/tool/surgery/scalpel,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/hospital/morgue)
+"dGf" = (
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"dGw" = (
+/obj/structure/largecrate/random/mini{
+ layer = 4;
+ pixel_x = -7;
+ pixel_y = 16
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/east_caves)
+"dGy" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/airlock/almayer/generic{
+ dir = 2;
+ autoname = 1
+ },
+/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/prop/hybrisa/misc/buildinggreeblies/greeble12{
+ pixel_x = -13;
+ pixel_y = 18;
+ layer = 4.2
+ },
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/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/structure/surface/rack{
+ color = "#8B7B5B"
+ },
+/obj/item/clothing/accessory/poncho/black,
+/obj/item/clothing/accessory/poncho/black,
+/obj/item/clothing/accessory/poncho/blue,
+/obj/item/clothing/accessory/poncho/blue,
+/obj/item/clothing/accessory/poncho/purple,
+/obj/item/clothing/accessory/poncho/purple,
+/turf/open/floor/interior/wood,
+/area/lv759/indoors/jacks_surplus)
+"dHf" = (
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"dHg" = (
+/obj/item/device/megaphone,
+/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
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"dHl" = (
+/obj/item/trash/cigbutt{
+ pixel_y = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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"
+ },
+/obj/structure/pipes/vents/pump,
+/turf/open/floor/almayer{
+ dir = 9;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"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/lv759/indoors/wy_research_complex/weaponresearchlab)
+"dHp" = (
+/obj/structure/largecrate/random/case/double,
+/obj/effect/spawner/random/tool,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"dHq" = (
+/obj/structure/closet,
+/obj/structure/machinery/light/double,
+/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead,
+/obj/item/clothing/under/marine/veteran/pmc/corporate/hybrisa,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"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"
+ },
+/obj/structure/sink{
+ pixel_y = 30
+ },
+/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)
+"dHI" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/sign/safety/biolab{
+ pixel_x = 32
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "silver"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaycentral)
+"dHK" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/caveplateau)
+"dHS" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"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/structure/pipes/vents/pump_hybrisa,
+/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/lv759/indoors/wy_research_complex/dormsfoyer)
+"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/westhallway)
+"dIo" = (
+/obj/item/prop/helmetgarb/spent_buckshot,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastfoyer)
+"dIp" = (
+/obj/structure/barricade/handrail/kutjevo,
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "triagedecaldir"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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/Meridian/Black{
+ pixel_y = 4
+ },
+/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)
+"dIz" = (
+/obj/structure/platform/hybrisa/metalplatform3,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_showroom)
+"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";
+ vehicle_resistant = 1
+ },
+/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
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ icon_state = "intact";
+ color = "#a6aeab"
+ },
+/obj/structure/prop/invuln/pipe_water{
+ color = "#7ccc5f"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"dJj" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/sign/safety/maint{
+ pixel_x = -17
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"dJk" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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/effect/hybrisa/decal/dirt_2,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ pixel_x = 8;
+ pixel_y = 20
+ },
+/obj/structure/sign/poster/propaganda{
+ pixel_x = -8;
+ pixel_y = 34
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"dJr" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/effect/decal/warning_stripes{
+ icon_state = "NW-out";
+ layer = 2.5
+ },
+/obj/item/tool/warning_cone{
+ pixel_x = -9;
+ pixel_y = 20
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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)
+"dJC" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/weyyu_office)
+"dJD" = (
+/obj/structure/platform/strata/metal{
+ dir = 8
+ },
+/obj/structure/barricade/handrail/strata{
+ dir = 8;
+ layer = 4
+ },
+/obj/structure/bed/chair/comfy/hybrisa/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/lv759/indoors/wy_research_complex/weaponresearchlab)
+"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)
+"dJH" = (
+/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/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -9;
+ pixel_y = 20
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/hybrisa/street/underground_unweedable,
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"dJR" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -7;
+ pixel_y = 13
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = -7;
+ pixel_y = 13
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"dJY" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/largecrate/random/case/double,
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{
+ pixel_y = 30
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"dKh" = (
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "red3"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"dKi" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_11"
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ 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,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/apartment/eastbedrooms)
+"dKp" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/botany/botany_hallway)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"dKL" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/colony/office,
+/area/lv759/indoors/weyyu_office/supervisor)
+"dKO" = (
+/obj/structure/largecrate{
+ layer = 3.7
+ },
+/obj/structure/sign/poster/kellandmining{
+ pixel_y = 32
+ },
+/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)
+"dKX" = (
+/obj/structure/cargo_container/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/cable/white{
+ color = "#550d0d";
+ icon_state = "4-8";
+ layer = 5;
+ level = 2
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/maintenance_north)
+"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)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"dLA" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"dLB" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/airlock/almayer/engineering/autoname{
+ name = "\improper Airlock"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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,
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/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)
+"dLN" = (
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/westentertainment)
+"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)
+"dMa" = (
+/obj/structure/largecrate/random/barrel{
+ layer = 4.12;
+ pixel_x = -8;
+ pixel_y = -16
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/kelland_right,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/landing_zone_2)
+"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/Colony_Crawlers/Crawler_Cargo,
+/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)
+"dMk" = (
+/obj/item/trash/cigbutt{
+ desc = "Have you got the CuppaJoe Smile? Stay perky! Freeze-dried CuppaJoe's Coffee.";
+ icon = 'icons/obj/structures/props/hybrisarandomprops.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)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"dMt" = (
+/obj/structure/machinery/space_heater/radiator/red{
+ dir = 4;
+ pixel_y = 7
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/westhallway)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/hospital/morgue)
+"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
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "sterile"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"dML" = (
+/obj/structure/stairs/perspective{
+ icon_state = "p_stair_full";
+ color = "#b8b8b0"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/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/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/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/effect/decal/cleanable/blood/drip{
+ icon_state = "3"
+ },
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname,
+/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)
+"dNA" = (
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"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/hybrisa/generic/autoname{
+ dir = 1
+ },
+/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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"dOn" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"dOr" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/machinery/computer/cameras{
+ dir = 8;
+ pixel_y = 4
+ },
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/colonial_marshals/office)
+"dOs" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_4{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/eastbedrooms)
+"dOu" = (
+/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest2{
+ dir = 8
+ },
+/obj/structure/blocker/invisible_wall,
+/turf/open/engineership/ship_hull/non_weedable_hull,
+/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/hybrisa/wy_bio,
+/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/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"dOD" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{
+ dir = 1;
+ locked = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/jacks_surplus)
+"dOH" = (
+/obj/effect/decal/cleanable/liquid_fuel,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/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)
+"dOP" = (
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/westfoyer)
+"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;
+ layer = 6
+ },
+/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/ship_hull/non_weedable_hull{
+ 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)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"dPr" = (
+/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 = 8;
+ pixel_y = 12
+ },
+/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 = "SW-out"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "SE-out"
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"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)
+"dPR" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/yellow_bigtile,
+/area/lv759/indoors/power_plant/workers_canteen)
+"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/corsat{
+ icon_state = "officesquares"
+ },
+/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;
+ autoname = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/bar/bathroom)
+"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/lv759/indoors/wy_research_complex/hallwaynorth)
+"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{
+ 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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/cargo_container/hybrisa/containersextended/bluewywingsright{
+ layer = 4.2
+ },
+/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/lv759/indoors/wy_research_complex/securitycommand)
+"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)
+"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/Small_Truck/Medical_Cargo,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"dSk" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/closet/phonebox_off,
+/obj/structure/prop/hybrisa/misc/graffiti/graffiti1,
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"dSq" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/structure/barricade/handrail/wire{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/maintenance_south)
+"dSv" = (
+/obj/structure/barricade/handrail/hybrisa/handrail{
+ dir = 4
+ },
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"dSw" = (
+/obj/structure/bed/chair,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/hybrisa/tile/yellow_bigtile,
+/area/lv759/indoors/power_plant/workers_canteen)
+"dSy" = (
+/obj/structure/closet/secure_closet/hybrisa/marshal,
+/obj/item/clothing/suit/storage/cmb/hybrisa,
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "redcorner"
+ },
+/area/lv759/indoors/colonial_marshals/armory_foyer)
+"dSA" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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)
+"dSK" = (
+/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/hybrisarandomprops.dmi';
+ name = "spacecraft fuel-mix tank"
+ },
+/obj/effect/decal/cleanable/liquid_fuel,
+/obj/structure/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/sign/safety/maint{
+ pixel_y = 32;
+ pixel_x = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"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,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/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/prop/hybrisa/lattice_prop/lattice_4{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/closed/wall/hybrisa/spaceport,
+/area/lv759/indoors/spaceport/cuppajoes)
+"dTq" = (
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_29";
+ pixel_y = 6
+ },
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_25";
+ pixel_x = 5
+ },
+/turf/open/floor/plating/prison,
+/area/lv759/indoors/colonial_marshals/office)
+"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/handcuffs,
+/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)
+"dTJ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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/lv759/indoors/wy_research_complex/reception)
+"dTS" = (
+/obj/structure/cargo_container/hybrisa/containersextended/blueright,
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"dUf" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison,
+/area/lv759/indoors/bar)
+"dUj" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 2
+ },
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice3";
+ pixel_x = 6;
+ pixel_y = 19
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"dUn" = (
+/obj/item/tool/warning_cone{
+ pixel_x = -9;
+ pixel_y = 20
+ },
+/obj/item/device/flashlight/lamp/tripod,
+/obj/structure/sign/safety/maint{
+ pixel_y = 32
+ },
+/obj/structure/sign/safety/airlock{
+ pixel_x = 13;
+ pixel_y = 32
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"dUs" = (
+/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitormedium_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)
+"dUD" = (
+/obj/structure/machinery/light/double{
+ dir = 8;
+ pixel_y = -5
+ },
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = -8
+ },
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = 8
+ },
+/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/hybrisa/cuppa_joes/empty_cup,
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 9;
+ pixel_y = 4
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"dUQ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"dUR" = (
+/obj/structure/blocker/invisible_wall,
+/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest2{
+ dir = 8
+ },
+/turf/open/engineership/ship_hull/non_weedable_hull,
+/area/lv759/oob)
+"dUV" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Box_Vans/Pizza,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"dUX" = (
+/obj/structure/machinery/colony_floodlight/traffic_alt{
+ dir = 1;
+ pixel_x = 2;
+ pixel_y = 8
+ },
+/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;
+ buckling_x = 7;
+ buckling_y = 10
+ },
+/obj/item/paper/crumpled,
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/floor)
+"dVb" = (
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = 8
+ },
+/obj/structure/bed/chair/vehicle/white{
+ 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)
+"dVo" = (
+/obj/structure/machinery/vending/coffee{
+ density = 0;
+ pixel_x = -6;
+ pixel_y = 16
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastentrance)
+"dVq" = (
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"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
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "cyan4"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"dVF" = (
+/obj/effect/decal/cleanable/blood,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"dVG" = (
+/obj/structure/blocker/invisible_wall,
+/turf/open/engineership/pillars/west/pillarwest1,
+/area/lv759/oob)
+"dVH" = (
+/obj/structure/platform/strata/metal{
+ dir = 8
+ },
+/obj/structure/machinery/light/spot/blue{
+ dir = 4
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "blue3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"dVT" = (
+/obj/structure/prop/ice_colony/ground_wire,
+/obj/structure/prop/ice_colony/ground_wire{
+ dir = 8
+ },
+/turf/open/auto_turf/hybrisashale/layer0_plate,
+/area/lv759/outdoors/caveplateau)
+"dVU" = (
+/obj/structure/prop/hybrisa/Factory/Conveyor_belt{
+ layer = 2
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Shell{
+ dir = 1;
+ layer = 2.9
+ },
+/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
+ },
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"dWo" = (
+/obj/structure/bed/chair/wood/normal{
+ dir = 4;
+ layer = 2;
+ pixel_x = 12;
+ pixel_y = 2;
+ buckling_x = 12;
+ buckling_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)
+"dWq" = (
+/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/outdoors/landing_zone_2)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"dWF" = (
+/turf/open/floor/almayer/research/containment/corner{
+ dir = 1
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"dWQ" = (
+/obj/effect/hybrisa/decal/road/lines1,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Garbage,
+/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)
+"dWV" = (
+/obj/structure/cargo_container/hybrisa/containersextended/blackwyright{
+ layer = 2.9
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"dXb" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 1;
+ layer = 2
+ },
+/obj/structure/machinery/big_computers/computerwhite/computer1{
+ pixel_y = 6
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"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)
+"dXx" = (
+/obj/item/device/flashlight/lamp/tripod,
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = 6;
+ pixel_y = -24
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/west_caves)
+"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)
+"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)
+"dXP" = (
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "\improper Lockdown";
+ needs_power = 0
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/emergency_room)
+"dYb" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Brown_Cargo_Barrels{
+ dir = 1;
+ pixel_y = -8
+ },
+/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,
+/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,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/electical_systems/substation1)
+"dYp" = (
+/obj/structure/machinery/disposal/delivery,
+/obj/structure/sign/safety/galley{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "darkyellowcorners2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"dYu" = (
+/obj/item/paper{
+ layer = 5;
+ pixel_x = -7;
+ pixel_y = 7
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"dYD" = (
+/obj/structure/closet/fireaxecabinet,
+/turf/closed/wall/hybrisa/colony/reinforced/hull,
+/area/lv759/oob)
+"dYE" = (
+/obj/structure/toilet{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/hospital/virology)
+"dYH" = (
+/obj/effect/decal/cleanable/blood{
+ dir = 4;
+ icon_state = "gib6"
+ },
+/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname{
+ dir = 1
+ },
+/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)
+"dYS" = (
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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,
+/obj/item/prop/geiger_counter,
+/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)
+"dZc" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/item/shard,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"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 = 6
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4;
+ pixel_y = 12
+ },
+/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/lv759/indoors/wy_research_complex/medical_annex)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/hybrisa/tile/cuppajoesfloor,
+/area/lv759/indoors/spaceport/cuppajoes)
+"dZw" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"dZD" = (
+/obj/item/shard,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"dZL" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"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;
+ start_charge = 10
+ },
+/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)
+"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
+ },
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/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/lv759/indoors/wy_research_complex/hallwaynorth)
+"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/almayer/hybrisa/open_shutters,
+/obj/structure/prop/hybrisa/lattice_prop/lattice_2{
+ pixel_x = -26;
+ layer = 6
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/tcomms_northwest)
+"eaJ" = (
+/obj/structure/cargo_container/hybrisa/containersextended/blueright{
+ layer = 4
+ },
+/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
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"eaP" = (
+/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;
+ layer = 3.1
+ },
+/obj/item/tool/warning_cone{
+ pixel_x = -20;
+ layer = 3
+ },
+/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)
+"ebo" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 4;
+ layer = 4
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"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/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/deco_edging/corner{
+ dir = 4;
+ color = "#7e7d72"
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"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)
+"ebK" = (
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = -28
+ },
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/north_east_caves)
+"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,
+/obj/structure/machinery/meter{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/mining_outpost/north_maint)
+"ebQ" = (
+/obj/effect/hybrisa/decal/road/road_stop{
+ icon_state = "stop_decal3"
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Red{
+ icon_state = "meridian_red_damage_2";
+ health = 1750;
+ dir = 1
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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)
+"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/lv759/indoors/wy_research_complex/researchanddevelopment)
+"eck" = (
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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
+ },
+/turf/open/floor/hybrisa/carpet/carpetblue,
+/area/lv759/indoors/hospital/virology)
+"ecs" = (
+/obj/structure/cargo_container/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)
+"ecB" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison,
+/area/lv759/indoors/meridian/meridian_foyer)
+"ecE" = (
+/obj/structure/bed/hybrisa/bunkbed1{
+ dir = 1
+ },
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/apartment/eastbedrooms)
+"ecG" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_off{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/power_plant/geothermal_generators)
+"ecR" = (
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/weyyu_office)
+"ecS" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/structure/largecrate/random/barrel/black{
+ layer = 3.2;
+ pixel_x = -6;
+ pixel_y = 4
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"edd" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_5{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"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
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage{
+ desc = null;
+ pixel_y = 32
+ },
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"edr" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"edA" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/stairs{
+ color = "#b7b8b2"
+ },
+/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)
+"edB" = (
+/obj/structure/prop/hybrisa/vehicles/Meridian/Brown,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/central_streets)
+"edJ" = (
+/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/landing_zone_2)
+"edL" = (
+/obj/structure/surface/table/almayer,
+/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/indoors/derelict_ship)
+"edP" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/recycling_plant/synthetic_storage)
+"edQ" = (
+/obj/structure/closet,
+/obj/item/storage/box/sprays,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/weymart/maintenance)
+"edR" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/botany/botany_hallway)
+"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/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/power_plant/transformers_south)
+"eef" = (
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "Emergency Lockdown";
+ dir = 8;
+ indestructible = 1;
+ id = "hybrisacolonylockdown";
+ needs_power = 0;
+ unacidable = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/south_maintenance)
+"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/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ color = "#7e7d72"
+ },
+/turf/open/hybrisa/street/cement2,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"eeO" = (
+/obj/structure/stairs{
+ color = "#b7b8b2";
+ dir = 1
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/caves/north_west_caves_outdoors)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"eeX" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/weyyu_office)
+"efb" = (
+/obj/effect/decal/strata_decals/grime/grime3{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"efi" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/recycling_plant/synthetic_storage)
+"efp" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/shard,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Blue{
+ icon_state = "meridian_blue_damage_2";
+ health = 1750;
+ pixel_y = 3;
+ pixel_x = -2
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"efq" = (
+/obj/structure/machinery/space_heater/radiator/red{
+ dir = 1;
+ pixel_y = 26
+ },
+/obj/structure/bed/chair{
+ icon_state = "chair_alt";
+ pixel_x = 3;
+ pixel_y = 17
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastbedrooms)
+"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/cargo_container/hybrisa/containersextended/lightgreywyright,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/west_caves)
+"efw" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33;
+ pixel_y = 2
+ },
+/obj/structure/barricade/handrail/kutjevo,
+/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{
+ light_color = "#FF0000";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/orangeline,
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"efy" = (
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"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_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/hybrisa/medical/autoname,
+/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,
+/obj/structure/machinery/iv_drip{
+ pixel_y = 19;
+ layer = 4
+ },
+/obj/item/prop/colony/usedbandage,
+/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/indoors/derelict_ship)
+"ego" = (
+/obj/item/ammo_casing/bullet,
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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,
+/obj/item/reagent_container/glass/beaker/vial,
+/obj/item/reagent_container/glass/beaker/vial,
+/obj/item/reagent_container/glass/beaker/vial,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"egu" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/westentertainment)
+"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)
+"egA" = (
+/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/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"egG" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_4{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/westshowers)
+"egH" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"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)
+"egM" = (
+/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble2{
+ light_color = "#00ff9f";
+ light_on = 1;
+ light_power = 2;
+ light_range = 3;
+ pixel_y = 12
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/electical_systems/substation1)
+"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/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Box_Vans/Maintenance_Blue,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"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{
+ color = "#5d524b"
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"ehf" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/hybrisa/generic/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/weyyu_office)
+"ehx" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/sign/poster/ad{
+ layer = 4;
+ pixel_x = 12;
+ pixel_y = 34
+ },
+/obj/structure/sign/poster/ad{
+ pixel_x = 4;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"ehy" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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;
+ layer = 4
+ },
+/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)
+"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)
+"ehV" = (
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_foyer)
+"ehY" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/electical_systems/substation1)
+"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/hybrisa/containersextended/kelland_right,
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/northeast)
+"eig" = (
+/obj/structure/largecrate/random/mini/small_case{
+ pixel_x = 5;
+ pixel_y = 7
+ },
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard2{
+ dir = 6;
+ pixel_y = 32
+ },
+/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
+ },
+/obj/item/stack/sheet/wood,
+/obj/item/tool/carpenters_hammer,
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/eastfoyer)
+"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)
+"eir" = (
+/obj/effect/decal/medical_decals{
+ dir = 4;
+ icon_state = "triagedecaldir"
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{
+ light_color = "#FF0000";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 8
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"eis" = (
+/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Science_1{
+ dir = 1
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/northhallway)
+"eja" = (
+/obj/structure/filingcabinet{
+ density = 0;
+ icon_state = "chestdrawer";
+ pixel_x = -8;
+ pixel_y = 14
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"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{
+ 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/buckshot,
+/obj/structure/sign/poster/art{
+ pixel_y = 32;
+ layer = 3.1
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastbedrooms)
+"ejt" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_corner{
+ dir = 1
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"eju" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/blood/blood3{
+ pixel_x = -9;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"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/cuppa_joes{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/reagent_container/food/drinks/cans/cola,
+/obj/structure/closet/hydrant{
+ pixel_y = 32
+ },
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/northfoyer)
+"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)
+"ejB" = (
+/obj/item/shard,
+/obj/item/shard,
+/obj/structure/prop/hybrisa/misc/machinery/screens/telescreenbrokespark{
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/central_streets)
+"ejJ" = (
+/obj/structure/stairs/perspective{
+ color = "#6e6e6e"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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)
+"ekb" = (
+/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/hybrisarandomprops.dmi';
+ icon_state = "coffeecuppajoe";
+ name = "cuppa joe's coffee cup"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cuppajoesfloor,
+/area/lv759/indoors/spaceport/cuppajoes)
+"ekf" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer{
+ dir = 1;
+ autoname = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/cargo)
+"ekj" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/obj/structure/sign/safety/coffee{
+ pixel_x = -17
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"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)
+"eky" = (
+/obj/structure/sign/safety/maint{
+ pixel_y = 32
+ },
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 30
+ },
+/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)
+"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/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/medical_annex)
+"elr" = (
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/weapon/twohanded/folded_metal_chair{
+ pixel_x = -7;
+ pixel_y = 9
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/south_maintenance)
+"elA" = (
+/obj/structure/ore_box,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/north_street)
+"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)
+"elO" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/pizzaria)
+"elP" = (
+/obj/item/prop/tableflag{
+ pixel_y = 12;
+ pixel_x = -8;
+ layer = 3.2
+ },
+/obj/structure/surface/table{
+ color = "#8B7B5B"
+ },
+/obj/item/weapon/sword/machete,
+/obj/item/weapon/sword/katana/replica{
+ pixel_y = 8
+ },
+/obj/item/weapon/throwing_knife{
+ pixel_y = -4;
+ pixel_x = 4
+ },
+/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)
+"ema" = (
+/obj/structure/machinery/big_computers/computerbrown/computer3,
+/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_on{
+ dir = 1;
+ light_color = "#00da64";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/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)
+"emf" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "SE-out"
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/kelland_right,
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/north)
+"emm" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/cuppajoes)
+"emp" = (
+/obj/structure/cable{
+ icon_state = "4-8";
+ color = "#550d0d"
+ },
+/obj/item/tool/screwdriver{
+ pixel_x = 7;
+ pixel_y = 4
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/caveplateau)
+"emw" = (
+/obj/structure/machinery/light/blue{
+ dir = 4
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"emF" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ id = "hybrisaLZ2_2";
+ name = "Emergency Lockdown";
+ needs_power = 0;
+ vehicle_resistant = 1;
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security)
+"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)
+"emL" = (
+/obj/effect/hybrisa/decal/road/road_stop{
+ icon_state = "stop_decal4"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"emV" = (
+/obj/structure/largecrate/random/mini/small_case/c{
+ pixel_x = 11;
+ pixel_y = 15
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/derelict_ship)
+"emX" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/obj/effect/hybrisa/decal/road/lines6{
+ pixel_x = -3
+ },
+/obj/effect/hybrisa/decal/road/lines2,
+/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
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Green{
+ pixel_y = -12;
+ pixel_x = 8
+ },
+/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)
+"ena" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"enh" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/cigbutt{
+ 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
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/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
+ },
+/obj/effect/hybrisa/decal/bloodtrail{
+ dir = 10
+ },
+/obj/effect/decal/cleanable/blood/drip,
+/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/eastbedrooms)
+"enD" = (
+/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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 8
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = -4
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"enM" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/surface/table/reinforced/black,
+/obj/structure/machinery/computer/communications/simple{
+ dir = 4;
+ pixel_y = 2;
+ pixel_x = 2
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/floor)
+"enP" = (
+/obj/item/device/toner,
+/obj/item/trash/cigbutt{
+ pixel_x = -3;
+ pixel_y = 9
+ },
+/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)
+"eob" = (
+/obj/structure/window/framed/hybrisa/colony/office,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/weyyu_office)
+"eoc" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 4
+ },
+/obj/structure/sign/safety/landingzone{
+ pixel_x = 32;
+ pixel_y = -7
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"eof" = (
+/obj/structure/surface/rack,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"eoj" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door_control{
+ id = "hybrisagarage_1";
+ name = "Garage Lockdown";
+ pixel_y = -20
+ },
+/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)
+"eos" = (
+/obj/structure/bed/chair/comfy/beige{
+ dir = 1
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1,
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"eov" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6,
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/north_street)
+"eoC" = (
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters,
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/cargo)
+"eoE" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -3;
+ pixel_y = 9
+ },
+/obj/effect/hybrisa/decal/dirt_2,
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/colonial_marshals/head_office)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"eoO" = (
+/obj/structure/ore_box,
+/obj/structure/machinery/light/small{
+ dir = 1
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_y = 12;
+ pixel_x = -4
+ },
+/obj/structure/sign/poster/kellandmining{
+ pixel_y = 32
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"eoZ" = (
+/turf/closed/shuttle/dropship2/WY/StarGlider{
+ icon_state = "4"
+ },
+/area/lv759/indoors/spaceport/starglider)
+"epc" = (
+/obj/structure/bed/sofa/south/grey/left,
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_foyer)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"epv" = (
+/obj/structure/largecrate/random/barrel/blue,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/central_caves)
+"epI" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"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/closet/phonebox_off{
+ pixel_x = 3;
+ pixel_y = -2
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"epM" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/obj/structure/surface/table/woodentable/fancy,
+/obj/item/device/taperecorder,
+/obj/item/reagent_container/food/drinks/coffeecup{
+ pixel_x = -7;
+ pixel_y = 11
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/head_office)
+"epP" = (
+/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/indoors/landing_zone_2/kmcc_hub_maintenance)
+"epT" = (
+/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/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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)
+"eqf" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/wood/blackwood,
+/area/lv759/indoors/weyyu_office/vip)
+"eqi" = (
+/obj/structure/bed/chair{
+ dir = 8;
+ pixel_x = 7;
+ pixel_y = 7;
+ buckling_x = 7;
+ buckling_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/effect/hybrisa/decal/road/lines4,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"eql" = (
+/obj/structure/cable{
+ icon_state = "4-8";
+ color = "#550d0d"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"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/device/flashlight/lamp/green{
+ pixel_x = -6;
+ pixel_y = 13
+ },
+/obj/item/tool/lighter/zippo/gold{
+ pixel_y = 14;
+ pixel_x = 4
+ },
+/obj/item/clothing/head/hybrisa/synth_detective_hat/alt,
+/obj/structure/noticeboard{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"eqL" = (
+/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/outdoors/mining_outpost/south_entrance)
+"eqR" = (
+/obj/item/tool/warning_cone{
+ pixel_x = -9;
+ pixel_y = 20
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"eqU" = (
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"eqZ" = (
+/obj/structure/sign/safety/bathunisex{
+ pixel_x = -16;
+ pixel_y = -24
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/office)
+"erb" = (
+/obj/structure/barricade/handrail/hybrisa/handrail,
+/obj/item/shard,
+/turf/open/floor/plating,
+/area/lv759/indoors/hobosecret)
+"erj" = (
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"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/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/equipment_west)
+"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)
+"erA" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"erO" = (
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"erT" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/item/lightstick/red/spoke/planted{
+ layer = 5;
+ level = 3;
+ pixel_x = 16
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/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)
+"esb" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"esc" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6,
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"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)
+"esm" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 5
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"esp" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_security/checkpoint_northeast)
+"esy" = (
+/obj/structure/lamarr,
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"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/machinery/big_computers/messaging_server/brown{
+ dir = 4
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 9
+ },
+/area/lv759/indoors/spaceport/communications_office)
+"esG" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 4
+ },
+/obj/item/trash/cigbutt,
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 1
+ },
+/obj/item/tool/warning_cone{
+ pixel_x = -22;
+ pixel_y = 4
+ },
+/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/indoors/derelict_ship)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"esS" = (
+/obj/effect/decal/cleanable/dirt{
+ icon_state = "thermite";
+ name = "impact"
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"esT" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/implantcase/death_alarm{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/item/implantcase/loyalty{
+ pixel_y = 6;
+ pixel_x = 4
+ },
+/obj/item/implantcase/loyalty{
+ pixel_y = 8;
+ pixel_x = 4
+ },
+/obj/item/clipboard{
+ pixel_x = -12;
+ pixel_y = 5
+ },
+/obj/item/paper{
+ pixel_x = -12;
+ pixel_y = 6
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"esX" = (
+/obj/structure/largecrate/random/mini/small_case{
+ layer = 4
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"etb" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "NE-out";
+ pixel_y = 2
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "redcorner"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_foyer)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"ett" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/landmark/survivor_spawner,
+/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)
+"etz" = (
+/obj/effect/decal/cleanable/blood/drip,
+/obj/item/ammo_casing/bullet,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"etA" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 4;
+ layer = 4
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/central_streets)
+"etK" = (
+/obj/structure/closet/secure_closet/security,
+/obj/item/clothing/under/marine/veteran/pmc/corporate/hybrisa,
+/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead,
+/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa,
+/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/lv759/indoors/wy_research_complex/securitycommand)
+"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)
+"etU" = (
+/obj/structure/machinery/big_computers/computerwhite/computer3,
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"etV" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname,
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"eug" = (
+/obj/structure/machinery/atm{
+ icon = 'icons/obj/structures/props/64x64_hybrisarandomprops.dmi';
+ pixel_x = 6;
+ pixel_y = 11
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"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
+ },
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/hybrisa/metal/bluemetal1,
+/area/lv759/indoors/weyyu_office)
+"eui" = (
+/obj/structure/machinery/colony_floodlight/traffic{
+ dir = 4;
+ pixel_y = 8;
+ pixel_x = 5
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"eum" = (
+/obj/item/weapon/dart,
+/obj/structure/dartboard{
+ pixel_y = 32
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/westentertainment)
+"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
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/frame{
+ pixel_y = 32
+ },
+/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/lv759/indoors/wy_research_complex/mainlabs)
+"euw" = (
+/obj/item/trash/cigbutt,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/wy_security/checkpoint_northwest)
+"euF" = (
+/obj/structure/surface/table/reinforced,
+/obj/item/reagent_container/food/drinks/coffeecup{
+ pixel_x = -7;
+ pixel_y = 11
+ },
+/obj/item/tool/stamp{
+ pixel_x = -7
+ },
+/obj/item/clipboard{
+ pixel_x = 4;
+ pixel_y = 5
+ },
+/obj/item/paper{
+ pixel_x = 4;
+ pixel_y = 6
+ },
+/obj/item/tool/pen/blue{
+ pixel_x = 6;
+ pixel_y = -7
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/wy_security/checkpoint_west)
+"euI" = (
+/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/metal/zbrownfloor1,
+/area/lv759/indoors/meridian/meridian_office)
+"euK" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/obj/structure/machinery/door/poddoor/almayer/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_LZ)
+"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/lv759/indoors/wy_research_complex/cafeteria)
+"evb" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_y = 12;
+ pixel_x = -4
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"evd" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/power_plant/equipment_east)
+"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)
+"evt" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/metal/stripe_red,
+/area/lv759/outdoors/landing_zone_2)
+"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/westbedrooms)
+"evA" = (
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/floor/hybrisa/metal/metalwhitefull,
+/area/lv759/indoors/spaceport/cuppajoes)
+"evB" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "2-6";
+ layer = 5
+ },
+/obj/structure/platform{
+ dir = 4;
+ layer = 2.8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/maintenance)
+"evD" = (
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_22";
+ layer = 4;
+ pixel_y = 16
+ },
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 5
+ },
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"evE" = (
+/obj/structure/prop/hybrisa/cavedecor/stalagmite1,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_east_caves)
+"evM" = (
+/obj/structure/pipes/standard/manifold/visible,
+/obj/item/tank/anesthetic,
+/turf/open/floor/prison{
+ icon_state = "sterile_white"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"evP" = (
+/obj/structure/bed/stool{
+ buckling_y = 14;
+ pixel_x = 4;
+ pixel_y = 22
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/hallway_north_locker)
+"evV" = (
+/turf/open/hybrisa/street/sidewalkcenter,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"evY" = (
+/obj/effect/hybrisa/decal/road/road_edge,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 5
+ },
+/area/lv759/outdoors/landing_zone_2)
+"ewl" = (
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/obj/item/shard,
+/obj/effect/decal/cleanable/blood/oil/streak,
+/turf/open/hybrisa/street/sidewalkcenter,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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)
+"ewz" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/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)
+"ewA" = (
+/obj/structure/bed/chair{
+ icon_state = "chair_alt";
+ pixel_x = 3;
+ pixel_y = 17;
+ base_pixel_x = 3;
+ base_pixel_y = 17
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean2"
+ },
+/area/lv759/indoors/hospital/operation)
+"ewI" = (
+/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/outdoors/landing_zone_2)
+"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)
+"ewO" = (
+/obj/effect/decal/cleanable/blood/drip{
+ pixel_x = 10;
+ pixel_y = 21
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/eastfoyer)
+"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)
+"ewT" = (
+/obj/effect/hybrisa/decal/road/lines1,
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/item/stack/sandbags,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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 = "floor1"
+ },
+/area/lv759/oob)
+"ewY" = (
+/obj/effect/decal/cleanable/blood,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/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)
+"exm" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 1
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/landing_zone_1)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"exB" = (
+/obj/structure/blackgoocontainer{
+ pixel_y = 18;
+ layer = 3.01
+ },
+/obj/item/hybrisa/engineer_helmet{
+ pixel_x = 6
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"exC" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood/oil,
+/obj/effect/decal/cleanable/blood/oil,
+/obj/item/stack/sheet/metal,
+/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/Meridian/Shell,
+/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)
+"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;
+ color = "#a6aeab"
+ },
+/obj/structure/window/reinforced{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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"
+ },
+/obj/structure/machinery/power/terminal,
+/obj/structure/sign/poster/safety{
+ pixel_y = 32
+ },
+/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)
+"eyr" = (
+/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/meter{
+ pixel_y = 32
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/gas_generators)
+"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/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"eyz" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/airlock/almayer/generic{
+ dir = 2;
+ autoname = 1
+ },
+/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/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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)
+"eyL" = (
+/obj/item/tool/warning_cone{
+ pixel_x = 5;
+ pixel_y = 13
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"eyR" = (
+/obj/structure/fence/dark,
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/power_plant/transformers_south)
+"eyT" = (
+/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/outdoors/landing_zone_1)
+"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
+ },
+/obj/structure/sign/poster/wylogo{
+ pixel_y = 32
+ },
+/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{
+ pixel_y = -2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"ezl" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/platform,
+/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)
+"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,
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "squares"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"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)
+"ezK" = (
+/turf/open/floor/strata{
+ dir = 9;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/weymart)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"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/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_16"
+ },
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{
+ dir = 4;
+ pixel_y = -12
+ },
+/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{
+ pixel_y = 12
+ },
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"eAf" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalkcenter,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"eAi" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "silver"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaycentral)
+"eAj" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"eAw" = (
+/obj/structure/largecrate/random/case/double,
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/docking_bay_2)
+"eAz" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/caves/north_west_caves_outdoors)
+"eAA" = (
+/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/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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)
+"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)
+"eAW" = (
+/obj/item/shard,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"eBD" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/structure/machinery/computer/emails,
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/meridian/meridian_office)
+"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)
+"eBL" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/clipboard{
+ pixel_y = 4
+ },
+/obj/item/paper{
+ pixel_y = 4
+ },
+/obj/item/tool/pen/blue{
+ pixel_x = -6
+ },
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_17";
+ pixel_x = 10;
+ pixel_y = 15
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/meridian/meridian_office)
+"eBM" = (
+/obj/structure/machinery/light/double{
+ dir = 4;
+ pixel_y = -5
+ },
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = -8
+ },
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = 8
+ },
+/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)
+"eCh" = (
+/obj/structure/bed/chair/office/dark{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/floor)
+"eCi" = (
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal7"
+ },
+/obj/structure/largecrate/random/secure,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_street)
+"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/Colony_Crawlers/Science_1{
+ dir = 8
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/central_caves)
+"eCq" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/item/paper/crumpled{
+ pixel_x = 9
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "red3"
+ },
+/area/lv759/indoors/spaceport/security)
+"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)
+"eCA" = (
+/obj/structure/morgue/crematorium{
+ id = "Hybrisa_Crem_switch2"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ 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"
+ },
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 8;
+ pixel_y = 12
+ },
+/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)
+"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/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_y = 32
+ },
+/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)
+"eDR" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/bar/bathroom)
+"eDS" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard2{
+ layer = 9;
+ pixel_y = 19;
+ dir = 6;
+ pixel_x = -2
+ },
+/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/westentertainment)
+"eDW" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/spaceport/cuppajoes)
+"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/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)
+"eEp" = (
+/obj/structure/surface/rack,
+/obj/item/storage/box/bodybags,
+/obj/item/storage/box/bodybags,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/obj/item/clothing/suit/hybrisa/EMT_red_utility,
+/obj/item/clothing/suit/hybrisa/EMT_green_utility,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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 = "floor1";
+ dir = 4
+ },
+/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/dark/warning,
+/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)
+"eEJ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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/hybrisa/generic/autoname,
+/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/lv759/indoors/wy_research_complex/xenoarcheology)
+"eFF" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "sterile_white"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"eFH" = (
+/obj/structure/platform_decoration{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/shuttle/escapepod{
+ icon_state = "floor1"
+ },
+/area/lv759/indoors/spaceport/engineering)
+"eFT" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal_solid_white/autoname{
+ dir = 1
+ },
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ dir = 4;
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi'
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"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/Box_Vans/Kelland_Mining,
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"eGg" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/prop/almayer/handheld1,
+/obj/item/tool/pen{
+ pixel_x = 9;
+ pixel_y = 8
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1,
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"eGl" = (
+/obj/structure/window/framed/hybrisa/colony/hospital/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/emergency_room)
+"eGo" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/mining_outpost/north_maint)
+"eGq" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/supermartfloor2,
+/area/lv759/indoors/power_plant/workers_canteen_kitchen)
+"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)
+"eGs" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 8
+ },
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/landing_zone_2)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"eGu" = (
+/obj/structure/fence/dark{
+ layer = 3
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"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/barricade/handrail/hybrisa/road/plastic/black{
+ dir = 1
+ },
+/obj/item/tool/warning_cone{
+ layer = 2;
+ pixel_x = -20
+ },
+/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,
+/obj/item/ammo_magazine/smg/p90,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/securityarmory)
+"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
+ },
+/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/eastfoyer)
+"eHn" = (
+/obj/structure/fence/dark/warning,
+/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_west_caves)
+"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" = (
+/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)
+"eHE" = (
+/turf/open/hybrisa/street/sidewalk{
+ dir = 10
+ },
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"eHR" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ id = "hybrisaLZ2_1";
+ name = "Emergency Lockdown";
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"eHZ" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 3;
+ pixel_y = 20;
+ layer = 5
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"eId" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/poster/safety{
+ pixel_x = -4;
+ pixel_y = 34
+ },
+/obj/structure/sign/poster/safety{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/mining_outpost/east_deploymentbay)
+"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)
+"eIp" = (
+/obj/structure/bed/chair/dropship/passenger{
+ dir = 8
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"eIq" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_2)
+"eIt" = (
+/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/outdoors/landing_zone_1)
+"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;
+ pixel_y = 22
+ },
+/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"
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/hospital/morgue)
+"eIH" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/machinery/computer/cameras{
+ dir = 4
+ },
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/colonial_marshals/office)
+"eII" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 2.5
+ },
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/strata{
+ icon_state = "red4"
+ },
+/area/lv759/indoors/wy_research_complex/securityarmory)
+"eIL" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "silver"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"eIN" = (
+/obj/structure/disposalpipe/tagger,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"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)
+"eIY" = (
+/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 = 6;
+ pixel_x = -16
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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/outdoors/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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)
+"eJv" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/apartment/eastbedrooms)
+"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{
+ dir = 4
+ },
+/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)
+"eKe" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform3{
+ icon = 'icons/obj/structures/props/platforms.dmi';
+ icon_state = "hybrisastone"
+ },
+/obj/structure/machinery/meter{
+ pixel_y = 32
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = -8
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4;
+ pixel_y = -4
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"eKg" = (
+/obj/effect/decal/cleanable/blood{
+ icon_state = "gibleg"
+ },
+/obj/effect/decal/cleanable/blood/drip{
+ pixel_x = 10;
+ pixel_y = 21
+ },
+/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/pizza_galaxy/margherita,
+/obj/item/reagent_container/food/snacks/flour{
+ pixel_y = 16;
+ pixel_x = 8
+ },
+/obj/item/reagent_container/food/snacks/flour{
+ pixel_y = 17;
+ pixel_x = -8
+ },
+/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)
+"eKF" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/lv759/indoors/wy_research_complex/xenoarcheology)
+"eKN" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Garbage{
+ dir = 1;
+ pixel_x = -6
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/recycling_plant/garage)
+"eKQ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/colony_floodlight/street{
+ 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
+ },
+/obj/structure/closet/hydrant{
+ pixel_y = 32
+ },
+/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/Box_Vans/Hyperdyne{
+ 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/lv759/indoors/wy_research_complex/hangarbay)
+"eLd" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/weymart/maintenance)
+"eLk" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1,
+/obj/structure/inflatable/popped/door{
+ layer = 2
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"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)
+"eLw" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1;
+ pixel_y = -1
+ },
+/obj/structure/machinery/light/small/blue,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"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)
+"eLN" = (
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 4;
+ color = "#7e7d72"
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"eLQ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer,
+/area/lv759/indoors/spaceport/cargo)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"eLZ" = (
+/obj/structure/closet/crate/trashcart{
+ opened = 1
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -3;
+ pixel_y = 6
+ },
+/obj/item/pizzabox/pizza_galaxy/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)
+"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/lv759/indoors/wy_research_complex/cafeteria)
+"eMd" = (
+/obj/structure/surface/rack,
+/obj/effect/spawner/random/gun/shotgun/lowchance,
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/legcuffs/beartrap,
+/obj/item/legcuffs/beartrap,
+/obj/item/legcuffs/beartrap,
+/obj/item/legcuffs/beartrap,
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/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/item/paper{
+ layer = 5;
+ pixel_x = -7;
+ pixel_y = 7
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 4
+ },
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"eMl" = (
+/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/outdoors/landing_zone_2)
+"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/Meridian/Blue{
+ dir = 1;
+ pixel_x = 8;
+ pixel_y = -7
+ },
+/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/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/weymart)
+"eMC" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"eMI" = (
+/obj/structure/platform/strata/metal,
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "triagedecaldir";
+ pixel_x = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "blue3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"eMO" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/reception)
+"eMP" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/platform,
+/obj/structure/stairs{
+ color = "#a6aeab";
+ dir = 4
+ },
+/obj/structure/platform/stair_cut,
+/obj/structure/cable{
+ icon_state = "5-8";
+ color = "#550d0d"
+ },
+/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)
+"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/heavyequip)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"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/eastfoyer)
+"eNU" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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,
+/obj/structure/prop/hybrisa/vehicles/Meridian/WeylandYutani{
+ icon_state = "meridian_wy_damage_5";
+ health = 250;
+ layer = 5
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"eNV" = (
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"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/lv759/indoors/caves/west_caves)
+"eOg" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = 8
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/south_east_caves)
+"eOl" = (
+/obj/item/spacecash/c10,
+/turf/open/floor/hybrisa/tile/tileblackcheckered,
+/area/lv759/indoors/casino)
+"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)
+"eOE" = (
+/obj/item/tool/warning_cone{
+ pixel_x = -10;
+ pixel_y = 11
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/almayer/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)
+"ePk" = (
+/obj/structure/machinery/door/poddoor/almayer{
+ dir = 2;
+ id = "hybrisagarage_2";
+ name = "\improper Garage";
+ vehicle_resistant = 1
+ },
+/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/machinery/colony_floodlight/traffic_alt{
+ dir = 1;
+ pixel_x = 2;
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"ePt" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/botany/botany_hallway)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"ePR" = (
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_25"
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/westhallway)
+"ePT" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"eQe" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/decal/cleanable/blood/gibs/core,
+/obj/effect/landmark/corpsespawner/wy/manager,
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ color = "#bbbaae"
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"eQl" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/beige_bigtile,
+/area/lv759/indoors/power_plant/workers_canteen)
+"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/dark,
+/obj/effect/decal/cleanable/blood,
+/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/hybrisa/miner,
+/obj/structure/window/reinforced{
+ 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/buildinggreebliessmall/smallvent3{
+ 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{
+ color = "#5d524b"
+ },
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 4;
+ pixel_y = 7
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood/oil/streak,
+/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/almayer/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/westhallway)
+"eRr" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"eRB" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal_solid_white/autoname{
+ dir = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"eRH" = (
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/structure/machinery/computer/cameras{
+ dir = 8
+ },
+/obj/structure/machinery/light{
+ dir = 4
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/wardens_office)
+"eRM" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/mining_outpost/east_deploymentbay)
+"eRR" = (
+/obj/structure/machinery/door/airlock/almayer/engineering/autoname,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/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)
+"eRV" = (
+/obj/structure/machinery/power/terminal{
+ dir = 1
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/equipment_east)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"eSo" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/garage)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"eSs" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard3{
+ dir = 4;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_street)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"eSB" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco2{
+ dir = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"eSF" = (
+/obj/item/device/flashlight/lamp/tripod/grey,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_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)
+"eSO" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/closet/crate/trashcart{
+ opened = 1
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 2;
+ layer = 6;
+ pixel_y = 20
+ },
+/obj/item/trash/buritto,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/north_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/lv759/indoors/wy_research_complex/hangarbay)
+"eTi" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "cargo_arrow"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"eTm" = (
+/obj/structure/machinery/prop/almayer/computer/PC{
+ dir = 4;
+ 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" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/misc/wysmallright,
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"eTF" = (
+/obj/effect/hybrisa/decal/engineership_corners{
+ dir = 4
+ },
+/obj/structure/platform_decoration{
+ dir = 1
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"eTN" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"eTP" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood/xeno,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/south_east_caves)
+"eTU" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/poster/safety{
+ pixel_x = -4;
+ pixel_y = 34
+ },
+/turf/open/floor/prison{
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"eTW" = (
+/obj/item/trash/candy,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/strata_decals/grime/grime3{
+ dir = 4;
+ pixel_x = -6;
+ pixel_y = 12
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"eTX" = (
+/obj/structure/machinery/space_heater/radiator/red{
+ dir = 4;
+ pixel_y = 7
+ },
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/apartment/westbedrooms)
+"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/westfoyer)
+"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
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 10
+ },
+/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
+ },
+/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)
+"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/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"eUv" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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)
+"eUE" = (
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ dir = 2;
+ icon = 'icons/obj/structures/doors/hybrisashutters.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/hybrisashutters.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/hybrisashutters.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/hybrisashutters.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)
+"eUF" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 14
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/eastbedrooms)
+"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/eastbedrooms)
+"eVm" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic_solid/autoname{
+ dir = 1;
+ locked = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/eastbedrooms)
+"eVt" = (
+/obj/structure/prop/hybrisa/engineer/engineerpillar/southwesttop{
+ pixel_y = -65
+ },
+/turf/open/engineership/ship_hull,
+/area/lv759/oob)
+"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/heavyequip)
+"eVz" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{
+ dir = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"eVB" = (
+/obj/effect/hybrisa/decal/road/road_edge,
+/obj/effect/hybrisa/decal/road/lines1,
+/obj/item/tool/warning_cone{
+ pixel_x = -10;
+ pixel_y = 11
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_street)
+"eVC" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 4
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"eVF" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"eVH" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 1
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/landing_zone_2)
+"eVI" = (
+/obj/structure/surface/table/reinforced,
+/obj/effect/spawner/random/toolbox{
+ layer = 4
+ },
+/obj/effect/spawner/random/tool,
+/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";
+ pixel_x = 32;
+ pixel_y = 4
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"eVL" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"eVN" = (
+/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Crawler_Cargo,
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"eWp" = (
+/obj/structure/platform_decoration/hybrisa/rockdark,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/west_caves)
+"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)
+"eWL" = (
+/obj/item/ammo_casing/bullet,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"eWV" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 1;
+ layer = 2
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = -19;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"eXd" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/surface/table/reinforced/black,
+/obj/item/paper{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/item/tool/pen/blue{
+ pixel_x = -6
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -6;
+ pixel_y = 6
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/floor)
+"eXe" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/shard,
+/obj/structure/sign/safety/medical{
+ pixel_x = 8;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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)
+"eXv" = (
+/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/pipes/pipe1,
+/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,
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"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)
+"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)
+"eXL" = (
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "1-2";
+ layer = 5
+ },
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/cryo_room)
+"eXN" = (
+/obj/structure/surface/rack,
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/obj/item/clothing/suit/storage/hazardvest/weymart,
+/obj/item/clothing/suit/storage/hazardvest/weymart,
+/obj/item/clothing/suit/storage/hazardvest/weymart,
+/obj/item/clothing/suit/storage/hazardvest/weymart,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/weymart/backrooms)
+"eXU" = (
+/obj/structure/largecrate/random/case/small,
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"eYa" = (
+/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/outdoors/landing_zone_1)
+"eYc" = (
+/obj/structure/largecrate,
+/obj/structure/largecrate/random/mini{
+ layer = 4;
+ pixel_x = 1;
+ pixel_y = 14
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ 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
+ },
+/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)
+"eYj" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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
+ },
+/turf/open/floor/hybrisa/wood/blackwood,
+/area/lv759/indoors/weyyu_office/vip)
+"eYB" = (
+/obj/structure/surface/table/reinforced,
+/obj/item/bodybag/cryobag,
+/obj/item/roller,
+/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,
+/obj/item/device/camera{
+ pixel_y = 16;
+ pixel_x = 4
+ },
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"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)
+"eZc" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 4
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_y = 12
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_5"
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_15";
+ pixel_y = 14
+ },
+/obj/effect/decal/cleanable/blood/gibs/body,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_east_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 = 7
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/eastfoyer)
+"eZx" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/item/reagent_container/glass/rag{
+ desc = "A pile of clothing, these need washing...";
+ name = "pile of clothing";
+ color = "#a44e24"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/bed/stool{
+ buckling_y = 14;
+ pixel_x = 4;
+ pixel_y = 5
+ },
+/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/stairs{
+ color = "#a6aeab";
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8;
+ layer = 2.9
+ },
+/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)
+"eZH" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"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)
+"fag" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/botany/botany_mainroom)
+"fah" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/northfoyer)
+"fak" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "docstripingdir"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"fan" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "\improper Lockdown";
+ needs_power = 0;
+ dir = 4;
+ id = "hybrisaresearchlockdown"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"fap" = (
+/obj/item/weapon/twohanded/folded_metal_chair{
+ pixel_x = 3;
+ pixel_y = 12
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/eastfoyer)
+"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)
+"faK" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/hallway_northwest)
+"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/outdoors/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,
+/obj/structure/pipes/vents/pump_hybrisa,
+/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/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard1{
+ dir = 10;
+ layer = 8;
+ pixel_y = 20
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 4
+ },
+/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/lv759/indoors/wy_research_complex/mainlabs)
+"fbL" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/metal/grated,
+/area/lv759/indoors/caves/south_west_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/heavyequip)
+"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/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/kelland_left,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/north_east_caves)
+"fce" = (
+/obj/structure/machinery/landinglight/ds1{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/outdoors/landing_zone_2)
+"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";
+ color = "#550d0d"
+ },
+/obj/item/storage/xeno_tag_case,
+/obj/item/clothing/glasses/regular/hipster,
+/obj/structure/surface/table/almayer,
+/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/prop/hybrisa/misc/deco_edging{
+ dir = 8;
+ color = "#bbbaae"
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"fcq" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetreddeco,
+/area/lv759/indoors/weyyu_office/supervisor)
+"fct" = (
+/obj/item/lightstick/planted,
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/central_caves)
+"fcB" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_security/checkpoint_west)
+"fcI" = (
+/obj/structure/machinery/medical_pod/sleeper,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "sterile_white"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"fcK" = (
+/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{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/westshowers)
+"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"
+ },
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"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.";
+ name = "Television set";
+ network = null;
+ pixel_x = -3;
+ pixel_y = 6;
+ layer = 4
+ },
+/turf/open/floor/hybrisa/carpet/carpetpatternbrown,
+/area/lv759/indoors/apartment/northapartments)
+"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/indoors/derelict_ship)
+"fdA" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"fdE" = (
+/obj/structure/machinery/light,
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_25"
+ },
+/turf/open/floor/hybrisa/tile/tilegreen,
+/area/lv759/indoors/garage_reception)
+"fdQ" = (
+/obj/structure/prop/turbine{
+ layer = 6
+ },
+/obj/structure/barricade/handrail/strata,
+/obj/structure/barricade/handrail/strata{
+ dir = 8;
+ layer = 4
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/electical_systems/substation1)
+"fdR" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"fdX" = (
+/obj/item/ammo_casing/bullet,
+/obj/structure/machinery/light/double/blue,
+/turf/open/floor/strata{
+ icon_state = "red3"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"feb" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/weymart/maintenance)
+"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)
+"feh" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/westshowers)
+"fet" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_north)
+"fex" = (
+/obj/item/trash/cigbutt{
+ pixel_x = 1;
+ pixel_y = 8
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = 1;
+ pixel_y = 8
+ },
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_office)
+"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/cargo_container/hybrisa/containersextended/tanwywingsleft{
+ layer = 4
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/central_streets)
+"feD" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/machinery/computer/communications/simple{
+ dir = 4;
+ pixel_y = 4
+ },
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/meridian/meridian_office)
+"feM" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/obj/structure/stairs{
+ color = "#a6aeab"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"feN" = (
+/obj/structure/prop/hybrisa/Factory/Robotic_arm{
+ dir = 4;
+ layer = 4.2;
+ 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)
+"feS" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"feU" = (
+/obj/structure/machinery/light/blue,
+/obj/structure/machinery/big_computers/messaging_server/black{
+ dir = 1
+ },
+/turf/open/floor/strata{
+ icon_state = "red3"
+ },
+/area/lv759/indoors/spaceport/security)
+"feZ" = (
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"ffa" = (
+/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
+ },
+/obj/item/device/radio/intercom{
+ freerange = 1;
+ frequency = 1469;
+ name = "General Listening Channel";
+ pixel_y = 30
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 9
+ },
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"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/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/blue{
+ dir = 4;
+ pixel_y = -4
+ },
+/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{
+ dir = 4;
+ pixel_y = -12
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/turf/open/hybrisa/street/underground_unweedable,
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_marked"
+ },
+/area/lv759/indoors/recycling_plant)
+"ffn" = (
+/obj/structure/platform/hybrisa/rockdark,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/south_west_caves)
+"ffp" = (
+/obj/structure/bed/chair/wheelchair{
+ dir = 8
+ },
+/obj/structure/barricade/handrail{
+ dir = 1;
+ pixel_y = 2
+ },
+/obj/structure/pipes/vents/pump,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 30
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/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,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/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/wy_bio/alt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"ffy" = (
+/obj/structure/platform_decoration{
+ dir = 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)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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/lv759/indoors/wy_research_complex/janitor)
+"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)
+"ffI" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/restroom)
+"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/outdoors/power_plant/transformers_south)
+"ffN" = (
+/turf/closed/wall/hybrisa/rock,
+/area/lv759/indoors/caves/east_caves)
+"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)
+"fgh" = (
+/obj/effect/hybrisa/decal/tiretrack,
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/effect/decal/cleanable/dirt{
+ icon_state = "thermite";
+ name = "impact"
+ },
+/obj/effect/hybrisa/decal/bloodtrail{
+ dir = 5
+ },
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/maintenance_east)
+"fgM" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecaltopleft"
+ },
+/obj/structure/sign/safety/twilight_zone_terminator{
+ desc = "Semiotic Standard denoting the nearby presence of a weapon research lab.";
+ name = "weapon research lab semiotic";
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/securityarmory)
+"fgS" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1,
+/obj/structure/platform_decoration/hybrisa/engineer_corner{
+ dir = 4
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"fgU" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/botany/botany_hallway)
+"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{
+ 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/indoors/derelict_ship)
+"fhm" = (
+/obj/structure/machinery/landinglight/ds1/delayone{
+ dir = 8
+ },
+/obj/structure/machinery/landinglight/ds1/delaytwo,
+/turf/open/floor/plating,
+/area/lv759/outdoors/landing_zone_2)
+"fhq" = (
+/obj/structure/closet/secure_closet,
+/turf/open/hybrisa/dropship/dropship3,
+/area/lv759/indoors/wy_research_complex/changingroom)
+"fht" = (
+/obj/structure/machinery/autolathe/medilathe,
+/obj/structure/window/reinforced,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"fhw" = (
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/hybrisa/tile/supermartfloor1,
+/area/lv759/indoors/weymart)
+"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)
+"fhD" = (
+/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/outdoors/landing_zone_2)
+"fhG" = (
+/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/outdoors/mining_outpost/south_entrance)
+"fhH" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 4
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"fhI" = (
+/obj/item/prop/alien/hugger,
+/obj/effect/decal/cleanable/blood/xeno,
+/obj/item/attachable/bayonet,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"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/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"fhT" = (
+/obj/effect/hybrisa/decal/road/road_edge,
+/obj/effect/hybrisa/decal/road/lines1,
+/obj/structure/prop/hybrisa/vehicles/Ambulance{
+ pixel_y = 8;
+ pixel_x = 14
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_street)
+"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/hybrisa/generic/autoname,
+/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/eastbedrooms)
+"fiD" = (
+/obj/structure/machinery/space_heater/radiator/red{
+ dir = 4;
+ pixel_y = 7
+ },
+/obj/structure/bed/stool{
+ buckling_y = 14;
+ pixel_y = 22
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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,
+/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)
+"fiP" = (
+/obj/structure/platform{
+ dir = 1
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/central_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,
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/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/dark,
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/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/attachable/heavy_barrel,
+/obj/item/ammo_magazine/smg/p90,
+/obj/item/ammo_magazine/smg/p90,
+/obj/item/ammo_magazine/smg/p90,
+/obj/item/ammo_magazine/smg/p90,
+/obj/item/weapon/gun/smg/p90,
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "red4"
+ },
+/area/lv759/indoors/wy_research_complex/securityarmory)
+"fjr" = (
+/obj/item/tool/mop,
+/obj/structure/closet/crate/trashcart{
+ opened = 1
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/holding_cells)
+"fjA" = (
+/obj/structure/surface/rack,
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"fjC" = (
+/obj/effect/decal/strata_decals/grime/grime4,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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 = "floor1";
+ dir = 1
+ },
+/area/lv759/indoors/spaceport/engineering)
+"fke" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/colony_floodlight/traffic{
+ dir = 8;
+ pixel_x = 8;
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_street)
+"fkg" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/reagent_container/food/drinks/coffeecup/wy{
+ pixel_x = -7;
+ pixel_y = 2
+ },
+/obj/item/tool/pen/fountain,
+/obj/item/ashtray/bronze{
+ pixel_x = 6;
+ pixel_y = -5
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/meridian/meridian_office)
+"fkq" = (
+/obj/structure/machinery/door/airlock/hybrisa/medical/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean2"
+ },
+/area/lv759/indoors/hospital/operation)
+"fks" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/armory)
+"fkv" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1;
+ pixel_y = -1
+ },
+/obj/structure/sign/safety/bulkhead_door{
+ pixel_y = -24
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"fkx" = (
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice12";
+ pixel_y = 16
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/heavyequip)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"fkO" = (
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab"
+ },
+/obj/structure/largecrate/random/barrel/blue,
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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/lv759/indoors/wy_research_complex/xenoarcheology)
+"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)
+"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"
+ },
+/obj/item/tool/warning_cone{
+ pixel_x = -9;
+ pixel_y = 20
+ },
+/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/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/outdoors/power_plant/transformers_north)
+"flH" = (
+/obj/structure/bed/hybrisa/bunkbed1,
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/apartment/eastbedrooms)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"fmk" = (
+/obj/structure/stairs{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_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/hybrisa/generic_solid/autoname{
+ dir = 1;
+ locked = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/eastbedroomsstorage)
+"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,
+/obj/structure/prop/hybrisa/misc/redmeter{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"fmQ" = (
+/obj/item/ammo_magazine/smg/p90,
+/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/lv759/indoors/wy_research_complex/cargo)
+"fmT" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/wood/blue{
+ dir = 4;
+ pixel_y = 8;
+ pixel_x = -8;
+ layer = 3.2
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/central_streets)
+"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)
+"fmY" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/machinery/light/spot/blue{
+ dir = 1;
+ pixel_y = 22
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ icon_state = "intact";
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"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_LZ)
+"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)
+"fnO" = (
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/ship_hull/non_weedable_hull{
+ dir = 10
+ },
+/area/lv759/oob)
+"fnT" = (
+/obj/structure/largecrate/random/mini/small_case{
+ pixel_x = -9;
+ pixel_y = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ dir = 8;
+ icon_state = "carpet9-4"
+ },
+/area/lv759/indoors/bar)
+"fok" = (
+/obj/item/tool/warning_cone{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_west_caves)
+"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)
+"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/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"foB" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 4
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/prop/hybrisa/signs/high_voltage{
+ desc = null;
+ pixel_y = 32
+ },
+/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/indoors/derelict_ship)
+"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{
+ autoname = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"foQ" = (
+/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,
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32;
+ layer = 2.8
+ },
+/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/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/south_maintenance)
+"fpb" = (
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"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/decal/cleanable/blood,
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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,
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 4;
+ color = "#bbbaae"
+ },
+/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,
+/obj/item/clothing/head/hybrisa/cmb_cap_new,
+/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/structure/machinery/light{
+ dir = 4
+ },
+/obj/structure/sign/poster/wylogo{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/bluemetalfull,
+/area/lv759/indoors/spaceport/communications_office)
+"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"
+ },
+/obj/item/clothing/head/helmet/hybrisa/medtech,
+/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)
+"fqs" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/apartment/westentertainment)
+"fqt" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4;
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4;
+ pixel_y = 6
+ },
+/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)
+"fqw" = (
+/obj/effect/hybrisa/decal/trash{
+ dir = 1;
+ icon_state = "trash_11"
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = 1;
+ pixel_y = 8
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/southwest_public_restroom)
+"fqA" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"fqF" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "triagedecaldir"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"fqH" = (
+/obj/structure/machinery/light/double/blue{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"fqI" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/trash/hybrisa/cuppa_joes_static/empty_cup{
+ pixel_x = -5
+ },
+/obj/item/trash/hybrisa/cuppa_joes_static/empty_cup_stack{
+ pixel_y = 18;
+ pixel_x = -9
+ },
+/obj/item/trash/hybrisa/cuppa_joes_static/empty_cup_stack{
+ pixel_y = 18
+ },
+/obj/item/trash/hybrisa/cuppa_joes_static/empty_cup_stack{
+ pixel_y = 18;
+ pixel_x = 9
+ },
+/obj/item/trash/hybrisa/cuppa_joes_static/empty_cup_stack{
+ pixel_y = 8;
+ pixel_x = 4
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/cuppajoes)
+"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
+ },
+/obj/structure/sign/safety/high_voltage{
+ pixel_x = 12;
+ pixel_y = 32
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"frj" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/reception)
+"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)
+"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)
+"frH" = (
+/obj/structure/grille,
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/north_caves)
+"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"
+ },
+/turf/open/floor/almayer{
+ dir = 10;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"fsi" = (
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/power_plant)
+"fsm" = (
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/south_caves)
+"fsz" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecaldir"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 1
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"fsJ" = (
+/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/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"fsS" = (
+/obj/structure/machinery/door/poddoor{
+ indestructible = 1;
+ needs_power = 0
+ },
+/obj/structure/blocker/invisible_wall,
+/turf/closed/wall/hybrisa/spaceport_unmeltable,
+/area/lv759/oob)
+"fsV" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Turquoise_Cargo{
+ 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/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
+ },
+/obj/effect/hybrisa/decal/gold/line2{
+ pixel_x = 1
+ },
+/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{
+ pixel_x = 9;
+ pixel_y = 12;
+ layer = 3.1
+ },
+/obj/structure/largecrate/random/barrel/purewhite{
+ layer = 3.2
+ },
+/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/plating,
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"ftK" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal/autoname{
+ dir = 1
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"ftL" = (
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"ftP" = (
+/obj/item/clothing/shoes/marine/corporate,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "red4"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"ftQ" = (
+/obj/structure/cargo_container/hybrisa/containersextended/bluewywingsleft{
+ layer = 4.2
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/landing_zone_2)
+"ftT" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"ftU" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecalleft"
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_1)
+"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)
+"fuk" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 4
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 8
+ },
+/area/lv759/outdoors/landing_zone_2)
+"ful" = (
+/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/effect/hybrisa/decal/dirt_2,
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/obj/structure/sign/poster/ad{
+ pixel_x = 7;
+ pixel_y = 32;
+ layer = 2.9
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/cuppajoes)
+"fuo" = (
+/obj/structure/machinery/big_computers/computerblack/computer3,
+/obj/structure/prop/hybrisa/misc/machinery/screens/frame{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 1
+ },
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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"
+ },
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"fuE" = (
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = 27
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/central_caves)
+"fuF" = (
+/obj/structure/closet/secure_closet/brig,
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/holding_cells)
+"fuH" = (
+/obj/structure/sign/safety/coffee{
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"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/platform/hybrisa/metalplatform6,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Orange{
+ dir = 8;
+ pixel_y = 2
+ },
+/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)
+"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)
+"fvj" = (
+/obj/structure/prop/invuln/minecart_tracks{
+ dir = 8
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ id = "hybrisa_mining_lockdown3";
+ name = "Emergency Lockdown";
+ dir = 4;
+ unacidable = 1;
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"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/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/dirt,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"fvE" = (
+/obj/effect/hybrisa/decal/road/lines1,
+/obj/effect/hybrisa/decal/road/lines2,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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/lv759/indoors/wy_research_complex/hallwaycentral)
+"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)
+"fvX" = (
+/obj/structure/closet/secure_closet/security,
+/obj/item/clothing/suit/armor/vest/hybrisa/cmb_vest,
+/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;
+ layer = 8
+ },
+/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)
+"fwm" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "docstriping"
+ },
+/obj/structure/sign/safety/med_cryo{
+ pixel_x = 32
+ },
+/turf/open/floor/hybrisa/tile/lightbeige_bigtile,
+/area/lv759/indoors/hospital/paramedics_garage)
+"fwo" = (
+/obj/structure/bed/chair/comfy{
+ dir = 8;
+ icon_state = "chair_alt"
+ },
+/obj/effect/hybrisa/decal/gold/line3{
+ pixel_y = 2
+ },
+/obj/item/shard,
+/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)
+"fwu" = (
+/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_LZ)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"fwE" = (
+/obj/structure/prop/hybrisa/misc/graffiti/graffiti4,
+/obj/structure/cargo_container/hybrisa/containersextended/kelland_right,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/north_street)
+"fwI" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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,
+/obj/item/reagent_container/food/snacks/meatpizzaslice{
+ pixel_x = 3;
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"fwT" = (
+/obj/effect/decal/cleanable/dirt{
+ layer = 5
+ },
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/morgue)
+"fxb" = (
+/obj/structure/bed/chair{
+ dir = 8;
+ icon_state = "chair_alt";
+ pixel_y = 4;
+ buckling_y = 4
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"fxf" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"fxk" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"fxl" = (
+/turf/closed/wall/hybrisa/spaceport,
+/area/lv759/indoors/spaceport/communications_office)
+"fxm" = (
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"fxs" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/road/road_stop{
+ dir = 4;
+ icon_state = "stop_decal5";
+ pixel_x = 2
+ },
+/obj/effect/landmark/survivor_spawner,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"fxt" = (
+/obj/structure/filingcabinet/chestdrawer{
+ density = 0;
+ pixel_x = 10;
+ pixel_y = 18;
+ layer = 3.20
+ },
+/obj/structure/filingcabinet/chestdrawer{
+ density = 0;
+ pixel_x = -6;
+ pixel_y = 18;
+ layer = 3.20
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1,
+/area/lv759/indoors/meridian/meridian_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/buildinggreebliessmall/smallvent3{
+ 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/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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)
+"fxP" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/landing_zone_1)
+"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,
+/obj/structure/noticeboard{
+ pixel_y = 32
+ },
+/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/blackgoocontainer{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"fyF" = (
+/obj/effect/decal/cleanable/blood/drip{
+ pixel_x = 10;
+ pixel_y = 21
+ },
+/obj/effect/decal/cleanable/blood/drip,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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"
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = 6;
+ pixel_y = -24
+ },
+/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 = "floor1"
+ },
+/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,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/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/power/terminal{
+ dir = 4
+ },
+/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)
+"fzs" = (
+/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/outdoors/landing_zone_2)
+"fzu" = (
+/obj/structure/platform_decoration/hybrisa/engineer_corner{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/fakeplatforms/platform1,
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"fzB" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/hallway_north_locker)
+"fzJ" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/landmark/corpsespawner/hybrisa/medical_doctor_corpse,
+/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)
+"fzQ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/strata{
+ dir = 8
+ },
+/obj/item/stack/sheet/cardboard{
+ pixel_y = -12
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -4;
+ pixel_y = 6;
+ layer = 7
+ },
+/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)
+"fzR" = (
+/obj/structure/machinery/big_computers/messaging_server/black{
+ dir = 4
+ },
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 30
+ },
+/turf/open/floor/plating/prison,
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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{
+ autoname = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"fAd" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"fAk" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/south_east_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
+ },
+/obj/structure/machinery/door_control/brbutton{
+ id = "hybrisa_mining_lockdown3";
+ indestructible = 1;
+ layer = 4;
+ name = "lockdown button";
+ pixel_y = 26
+ },
+/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)
+"fAD" = (
+/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/structure/largecrate/random/barrel/red,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"fAE" = (
+/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Crawler_Cargo{
+ dir = 1
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_caves)
+"fAF" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/structure/closet/crate/trashcart{
+ opened = 1
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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" = (
+/obj/item/storage/bag/plasticbag,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/strata{
+ dir = 5;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/weymart)
+"fBj" = (
+/obj/structure/sign/safety/galley,
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"fBk" = (
+/obj/structure/machinery/space_heater/radiator/red,
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_foyer)
+"fBl" = (
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = -8
+ },
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = 8
+ },
+/turf/open/hybrisa/dropship/dropship2,
+/area/lv759/indoors/spaceport/starglider)
+"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/northapartments)
+"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)
+"fBO" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/greenfull_bigtile,
+/area/lv759/indoors/botany/botany_mainroom)
+"fBX" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/heavyequip)
+"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
+ },
+/obj/item/reagent_container/syringe{
+ icon_state = "broken"
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"fCD" = (
+/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,
+/obj/item/tool/warning_cone{
+ pixel_x = 5;
+ pixel_y = 13
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"fCF" = (
+/obj/effect/hybrisa/decal/WY/WYworn{
+ pixel_x = -16;
+ pixel_y = -18
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"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,
+/obj/item/stack/rods,
+/turf/open/hybrisa/street/sidewalkcenter,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"fCU" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean2"
+ },
+/area/lv759/indoors/hospital/operation)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"fDR" = (
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"fEg" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/fence/dark/warning,
+/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/indoors/derelict_ship)
+"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)
+"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)
+"fEy" = (
+/obj/structure/platform/hybrisa/metalplatform1,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"fEz" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"fEA" = (
+/obj/effect/spawner/random/toy,
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"fED" = (
+/obj/structure/bed/chair{
+ dir = 8;
+ pixel_x = 7;
+ pixel_y = 7
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"fEI" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/ice_colony/dense/planter_box{
+ dir = 9
+ },
+/obj/structure/flora/bush/ausbushes/var3/ywflowers,
+/obj/structure/machinery/light/spot/blue{
+ dir = 1;
+ pixel_y = 22
+ },
+/turf/open/floor/hybrisa/tile/greenfull_bigtile,
+/area/lv759/indoors/botany/botany_greenhouse)
+"fEN" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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)
+"fEQ" = (
+/obj/structure/machinery/big_computers/computerblack/computer4,
+/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/strata{
+ icon_state = "red1"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"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/northfoyer)
+"fEY" = (
+/obj/structure/surface/rack,
+/obj/item/storage/firstaid,
+/obj/item/tool/extinguisher,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"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/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"fFc" = (
+/obj/structure/window/framed/hybrisa/spaceport/cell,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/heavyequip)
+"fFh" = (
+/obj/effect/landmark/corpsespawner/hybrisa/civilian,
+/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/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/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{
+ pixel_x = 7;
+ layer = 4.21
+ },
+/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/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/structure/surface/table/reinforced/black,
+/obj/effect/hybrisa/decal/gold/line2{
+ pixel_x = 1
+ },
+/obj/effect/hybrisa/decal/gold/line3{
+ pixel_y = 2
+ },
+/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
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{
+ light_color = "#FF0000";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/orangeline,
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"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)
+"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)
+"fGb" = (
+/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/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"fGi" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/closet/phonebox{
+ pixel_x = 4;
+ light_color = "#00AAFF";
+ light_on = 1;
+ light_power = 3;
+ light_range = 4;
+ layer = 3.02;
+ pixel_y = -10
+ },
+/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)
+"fGp" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"fGv" = (
+/obj/structure/sign/safety/maint{
+ pixel_y = 6
+ },
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"fGw" = (
+/obj/structure/window/framed/hybrisa/colony/engineering/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/gas_generators)
+"fGB" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"fGC" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_corner{
+ dir = 1
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"fGN" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/greenfull_bigtile,
+/area/lv759/indoors/botany/botany_mainroom)
+"fGO" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/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/colony/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"fHg" = (
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/northhallway)
+"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{
+ pixel_y = 4
+ },
+/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)
+"fHr" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/obj/effect/decal/cleanable/blood/oil/streak,
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 6;
+ pixel_y = -7
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Taxi{
+ icon_state = "meridian_taxi_damage_3";
+ pixel_x = -3;
+ pixel_y = 3;
+ dir = 8;
+ health = 1250;
+ layer = 5.1
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"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)
+"fHy" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"fHz" = (
+/obj/structure/surface/rack,
+/obj/structure/barricade/handrail{
+ 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/lv759/indoors/wy_research_complex/cargo)
+"fHF" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/weymart)
+"fHI" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/turf/open/floor/prison{
+ icon_state = "red"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security)
+"fHK" = (
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"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)
+"fHW" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/interrogation)
+"fHZ" = (
+/obj/structure/machinery/door/poddoor/shutters/almayer,
+/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/effect/hybrisa/decal/dirt,
+/obj/effect/decal/strata_decals/grime/grime3{
+ icon_state = "grime4"
+ },
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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{
+ color = "#5d524b"
+ },
+/obj/effect/decal/cleanable/blood,
+/obj/effect/decal/cleanable/blood/gibs/body,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"fIN" = (
+/obj/item/weapon/twohanded/folded_metal_chair{
+ pixel_y = -8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/westhallway)
+"fIO" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/shard,
+/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{
+ pixel_y = 12
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"fJc" = (
+/obj/structure/window/framed/corsat,
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi';
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"fJD" = (
+/obj/effect/hybrisa/decal/tiretrack,
+/obj/effect/landmark/corpsespawner/hybrisa/civilian_office,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/bloodtrail,
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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/almayer/hybrisa/shutters,
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"fKq" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/paramedics_garage)
+"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)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"fKG" = (
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 10
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"fKI" = (
+/obj/structure/platform/hybrisa/rockdark,
+/obj/structure/platform{
+ dir = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer2,
+/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)
+"fLb" = (
+/obj/structure/largecrate/random/barrel{
+ desc = "A red storage barrel.";
+ icon_state = "barrel_red";
+ name = "red barrel";
+ pixel_x = 13;
+ pixel_y = 16;
+ layer = 2.91
+ },
+/obj/item/tool/warning_cone{
+ pixel_x = -11;
+ pixel_y = -4
+ },
+/obj/effect/decal/cleanable/blood/oil/streak,
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/structure/largecrate/random/mini{
+ pixel_y = 8;
+ layer = 2.9;
+ pixel_x = -9
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"fLe" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/northhallway)
+"fLl" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/north_west_caves)
+"fLm" = (
+/obj/structure/surface/rack,
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/equipment_east)
+"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/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"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)
+"fLB" = (
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "\improper Lockdown";
+ needs_power = 0;
+ id = "hybrisaresearchlockdown"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"fLG" = (
+/obj/effect/landmark/corpsespawner/hybrisa/scientist_xenoarchaeologist,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/spawner/random/gun/pistol/lowchance,
+/turf/open/auto_turf/hybrisashale/layer0_plate,
+/area/lv759/outdoors/caveplateau)
+"fLL" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/hospital/morgue)
+"fLX" = (
+/obj/structure/prop/hybrisa/Factory/Robotic_arm{
+ layer = 4.2;
+ 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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/indoors/recycling_plant/garage)
+"fMi" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/hallway_east)
+"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{
+ color = "#5d524b"
+ },
+/obj/item/stack/sheet/metal,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"fMy" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/electical_systems/substation3)
+"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
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/frame{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/carpet/carpetorangered,
+/area/lv759/indoors/colonial_marshals/press_room)
+"fMP" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/westhallway)
+"fMQ" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "warnplate"
+ },
+/area/lv759/indoors/hospital/paramedics_garage)
+"fMR" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -4;
+ pixel_y = 6
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 3;
+ pixel_y = -2
+ },
+/obj/structure/machinery/igniter{
+ layer = 2
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/recycling_plant_waste_disposal_incinerator)
+"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/eastfoyer)
+"fNf" = (
+/obj/structure/cargo_container/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"fNq" = (
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "3"
+ },
+/obj/item/weapon/twohanded/folded_metal_chair{
+ pixel_x = 3;
+ pixel_y = 12
+ },
+/obj/effect/hybrisa/decal/gold/line1{
+ pixel_y = -1
+ },
+/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/lv759/indoors/wy_research_complex/cargo)
+"fNu" = (
+/obj/effect/hybrisa/decal/road/lines5,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"fNy" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"fOc" = (
+/obj/structure/sign/safety/landingzone{
+ pixel_y = 7;
+ pixel_x = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"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/hybrisa/marshal,
+/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,
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"fOt" = (
+/obj/structure/machinery/light,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/westhallway)
+"fOC" = (
+/obj/structure/machinery/light/double{
+ dir = 4;
+ pixel_y = -5
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"fOH" = (
+/obj/structure/ore_box{
+ layer = 2
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/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/structure/bed/chair{
+ buckling_y = 5;
+ dir = 1;
+ pixel_y = 5
+ },
+/obj/effect/hybrisa/decal/road/lines1{
+ pixel_x = -1
+ },
+/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,
+/obj/item/prop/colony/canister{
+ pixel_x = 4;
+ pixel_y = 16
+ },
+/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
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/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/almayer/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,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"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)
+"fPA" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/prop/almayer/comp_open,
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"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)
+"fPD" = (
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/apartment/westentertainment)
+"fPE" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/mining_outpost/north_maint)
+"fPH" = (
+/obj/effect/decal/cleanable/blood,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"fPQ" = (
+/obj/structure/machinery/colony_floodlight/traffic{
+ dir = 1;
+ pixel_x = 5;
+ pixel_y = 5;
+ layer = 4.12
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"fQg" = (
+/obj/structure/closet/cabinet,
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/obj/item/clothing/under/hybrisa/wy_exec_suit_uniform/brown,
+/obj/item/clothing/under/hybrisa/wy_exec_suit_uniform/brown/jacket,
+/obj/item/clothing/under/hybrisa/wy_exec_suit_uniform/jacket,
+/obj/item/clothing/under/hybrisa/wy_exec_suit_uniform/jacket_only,
+/obj/item/clothing/under/hybrisa/wy_exec_suit_uniform,
+/obj/item/clothing/suit/storage/cmb/hybrisa/fur_lined_trench_coat,
+/obj/item/clothing/suit/storage/cmb/hybrisa/fur_lined_trench_coat/alt,
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/apartment/northapartments)
+"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)
+"fQo" = (
+/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3,
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/west_caves)
+"fQq" = (
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"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)
+"fQx" = (
+/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/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 2;
+ layer = 6;
+ pixel_y = 20
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"fQA" = (
+/obj/structure/largecrate/supply,
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "cargo_arrow"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"fQH" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"fQI" = (
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe3{
+ dir = 8
+ },
+/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/structure/machinery/light{
+ dir = 8
+ },
+/obj/effect/hybrisa/decal/gold/line4{
+ pixel_x = -1
+ },
+/turf/open/floor/hybrisa/carpet/carpetreddeco,
+/area/lv759/indoors/casino)
+"fQV" = (
+/obj/structure/machinery/colony_floodlight/traffic_alt{
+ dir = 8;
+ pixel_x = 4;
+ pixel_y = 12
+ },
+/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/outdoors/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;
+ layer = 6
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/northapartments)
+"fRe" = (
+/obj/structure/machinery/recharge_station,
+/obj/structure/catwalk/prison,
+/obj/structure/barricade/handrail{
+ dir = 8
+ },
+/obj/structure/sign/safety/one{
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/weymart/backrooms)
+"fRh" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/power_plant/geothermal_generators)
+"fRi" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"fRk" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/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/red/kelland{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = 8
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = -4
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_y = 12;
+ pixel_x = 8
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/maint{
+ pixel_x = 32
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/recycling_plant/synthetic_storage)
+"fRI" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"fRP" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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,
+/obj/structure/pipes/vents/pump_hybrisa,
+/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)
+"fSa" = (
+/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/hybrisa/misc/trash_bag_full_prop{
+ layer = 3.2;
+ pixel_x = 3;
+ pixel_y = -2
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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/dark/warning,
+/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
+ },
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 8
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"fSD" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/spaceport/cargo)
+"fSJ" = (
+/turf/closed/shuttle/ert{
+ icon_state = "wy8"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"fSM" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean2"
+ },
+/area/lv759/indoors/hospital/operation)
+"fSW" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"fTb" = (
+/obj/structure/closet,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor{
+ dir = 1;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/recycling_plant/garage)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"fTf" = (
+/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"
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "red"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security)
+"fTh" = (
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/apartment/northapartments)
+"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
+ },
+/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/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)
+"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)
+"fTK" = (
+/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
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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{
+ pixel_x = -12
+ },
+/obj/structure/machinery/computer/card{
+ pixel_x = 6
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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)
+"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)
+"fUc" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/poster/safety{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"fUf" = (
+/obj/structure/machinery/light,
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/westhallway)
+"fUg" = (
+/obj/structure/reagent_dispensers/water_cooler{
+ density = 0;
+ layer = 1;
+ pixel_x = -11;
+ pixel_y = 8
+ },
+/obj/structure/bed/hybrisa/hospital/hospitaldivider{
+ layer = 3.9
+ },
+/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,
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32;
+ layer = 2.8
+ },
+/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)
+"fUn" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/item/trash/cigbutt,
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_security/checkpoint_northwest)
+"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,
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/hospital/outgoing)
+"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)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "red3"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"fUU" = (
+/obj/item/clothing/gloves/marine/veteran/insulated,
+/turf/open/floor/almayer{
+ dir = 6;
+ icon_state = "orange"
+ },
+/area/lv759/indoors/spaceport/heavyequip)
+"fUY" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"fVt" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -4;
+ pixel_y = 6;
+ layer = 7
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"fVA" = (
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastbedroomsstorage)
+"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)
+"fVK" = (
+/obj/item/tool/warning_cone{
+ pixel_y = 19
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_caves)
+"fVM" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"fVW" = (
+/obj/structure/closet/secure_closet/engineering_personal,
+/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/hybrisa/hospital/hospitaldivider,
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"fWn" = (
+/obj/item/reagent_container/food/drinks/flask/weylandyutani,
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = -8
+ },
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = 8
+ },
+/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/indoors/derelict_ship)
+"fWC" = (
+/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark2,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/central_caves)
+"fWL" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_foyer)
+"fWN" = (
+/obj/item/clothing/under/suit_jacket/tan,
+/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
+/obj/structure/closet/cabinet,
+/obj/item/clothing/shoes/royal_marine,
+/obj/item/clothing/accessory/patch/royal_marines,
+/obj/item/clothing/under/marine/veteran/royal_marine,
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/northapartments)
+"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/hybrisa/generic/autoname{
+ dir = 1
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/bar/entertainment)
+"fXa" = (
+/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/landing_zone_2)
+"fXb" = (
+/obj/structure/bed/chair/comfy/black{
+ dir = 4
+ },
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 4
+ },
+/area/lv759/indoors/weyyu_office)
+"fXe" = (
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1,
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4;
+ pixel_y = -8
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = -4
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"fXf" = (
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice12";
+ pixel_y = 16
+ },
+/obj/structure/platform/strata/metal{
+ dir = 1
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/tanwywingsleft,
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/structure/prop/hybrisa/misc/coffeestuff/coffeemachine1{
+ pixel_x = 12
+ },
+/obj/item/reagent_container/food/drinks/coffeecup{
+ pixel_x = -7;
+ pixel_y = 11
+ },
+/obj/item/reagent_container/food/drinks/coffeecup/wy{
+ pixel_x = -7;
+ pixel_y = 2
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1,
+/area/lv759/indoors/meridian/meridian_showroom)
+"fXw" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"fXx" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 1
+ },
+/turf/open/auto_turf/hybrisashale/layer0_plate,
+/area/lv759/outdoors/caveplateau)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"fXN" = (
+/obj/structure/prop/hybrisa/misc/fire/firebarrel{
+ pixel_y = 6;
+ pixel_x = 6
+ },
+/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/westshowers)
+"fYa" = (
+/obj/structure/largecrate/supply/supplies/tables_racks,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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{
+ color = "#5d524b"
+ },
+/obj/effect/decal/cleanable/liquid_fuel,
+/obj/effect/hybrisa/decal/road/lines3,
+/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/vehicles/Meridian/Green{
+ icon_state = "meridian_green_damage_4";
+ health = 750;
+ layer = 3
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"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)
+"fYs" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"fYy" = (
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/floor)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"fYG" = (
+/obj/item/prop/colony/canister{
+ pixel_x = 4;
+ pixel_y = 16
+ },
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"fZi" = (
+/obj/structure/platform/hybrisa/rockdark,
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/caveplateau)
+"fZm" = (
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ pixel_x = -2;
+ pixel_y = 20
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"fZn" = (
+/obj/structure/blocker/invisible_wall,
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 4
+ },
+/turf/open/engineership/ship_hull/non_weedable_hull{
+ dir = 10
+ },
+/area/lv759/oob)
+"fZv" = (
+/obj/structure/machinery/floodlight/landing,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/landing_zone_2)
+"fZz" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4;
+ pixel_y = 6
+ },
+/turf/open/floor/plating,
+/area/lv759/outdoors/colony_streets/central_streets)
+"fZD" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/interior/wood,
+/area/lv759/indoors/jacks_surplus)
+"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/northapartments)
+"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_LZ)
+"fZS" = (
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ dir = 4;
+ id = "hybrisaLZ2_4";
+ name = "Emergency Lockdown";
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"fZU" = (
+/obj/structure/machinery/vending/coffee{
+ density = 0;
+ pixel_x = 11;
+ pixel_y = 16;
+ layer = 4
+ },
+/obj/structure/reagent_dispensers/water_cooler{
+ density = 0;
+ pixel_x = -8;
+ pixel_y = 16;
+ layer = 4
+ },
+/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/structure/sign/poster/wylogo{
+ pixel_y = 32;
+ layer = 2.9
+ },
+/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/lv759/indoors/wy_research_complex/reception)
+"gaw" = (
+/obj/structure/machinery/light,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1,
+/area/lv759/indoors/spaceport/communications_office)
+"gax" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegreen,
+/area/lv759/indoors/garage_reception)
+"gaB" = (
+/obj/structure/blackgoocontainer,
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"gaL" = (
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_13"
+ },
+/obj/effect/hybrisa/decal/trash{
+ dir = 1;
+ icon_state = "trash_11"
+ },
+/obj/item/shard,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/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/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/obj/structure/bed/hybrisa/bunkbed3{
+ dir = 4
+ },
+/turf/open/floor/hybrisa/carpet/carpetgreen,
+/area/lv759/indoors/apartment/eastbedrooms)
+"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)
+"gba" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"gbo" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/turf/open/floor/almayer/research/containment/floor2{
+ dir = 1
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"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)
+"gbq" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"gbv" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/surface/table/reinforced/black,
+/obj/structure/machinery/computer/communications/simple{
+ dir = 8;
+ pixel_y = -2
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/floor)
+"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)
+"gbH" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/hospital/operation)
+"gbK" = (
+/obj/structure/machinery/big_computers/computerbrown/computer5,
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"gbP" = (
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"gbU" = (
+/obj/structure/machinery/light{
+ unacidable = 1;
+ unslashable = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"gcd" = (
+/obj/structure/window/reinforced{
+ 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
+ },
+/obj/structure/machinery/big_computers/computerbrown/computer3,
+/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_off{
+ dir = 1;
+ pixel_y = 32
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/gas_generators)
+"gcg" = (
+/obj/structure/surface/table/reinforced,
+/obj/item/handcuffs,
+/obj/item/weapon/gun/pistol/vp78,
+/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/Long_Truck/Donk{
+ pixel_y = -8
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/central_streets)
+"gck" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform3,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_factory)
+"gcm" = (
+/obj/item/trash/cigbutt,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_street)
+"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,
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/carpet/carpetpatternbrown,
+/area/lv759/indoors/apartment/northapartments)
+"gcw" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/obj/item/stack/rods,
+/obj/item/stock_parts/manipulator,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"gcy" = (
+/obj/structure/bed/chair{
+ dir = 4;
+ pixel_y = 8
+ },
+/turf/open/floor/corsat{
+ icon_state = "squares"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"gcA" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/cargo_container/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/outdoors/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"
+ },
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/emergency_room)
+"gcW" = (
+/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{
+ dir = 8
+ },
+/obj/structure/pipes/vents/pump,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"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/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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/indoors/derelict_ship)
+"gdu" = (
+/obj/structure/prop/hybrisa/misc/cabinet{
+ dir = 8;
+ pixel_x = 5;
+ pixel_y = 12;
+ layer = 3.20
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_7"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/recycling_plant_office)
+"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/eastbedrooms)
+"gdJ" = (
+/obj/structure/machinery/vending/cigarette{
+ pixel_y = 12
+ },
+/obj/effect/hybrisa/decal/gold/line4{
+ pixel_x = -1
+ },
+/obj/effect/hybrisa/decal/gold/line3{
+ pixel_y = 2
+ },
+/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_LZ)
+"geh" = (
+/obj/item/stool{
+ pixel_x = -4;
+ pixel_y = 23
+ },
+/obj/structure/cable/white{
+ color = "#9f8700";
+ icon_state = "4-9";
+ layer = 5;
+ level = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/machinery/requests_console{
+ pixel_y = 28
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"gen" = (
+/obj/structure/machinery/gibber,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"geo" = (
+/obj/structure/bed/chair,
+/obj/structure/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/interrogation)
+"gep" = (
+/obj/structure/platform/hybrisa/metalplatform2,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_10";
+ pixel_x = -8;
+ pixel_y = 12
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 3;
+ pixel_y = 20;
+ layer = 5
+ },
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/colony_streets/central_streets)
+"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/indoors/derelict_ship)
+"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)
+"geO" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/wood/redwood,
+/area/lv759/indoors/weyyu_office/floor)
+"geP" = (
+/obj/structure/platform/hybrisa/metalplatform2{
+ dir = 8
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"geQ" = (
+/obj/structure/cargo_container/hybrisa/containersextended/blackwyleft,
+/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;
+ start_charge = 10
+ },
+/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/lv759/indoors/wy_research_complex/weaponresearchlab)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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)
+"gfu" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitered"
+ },
+/area/lv759/indoors/hospital/operation)
+"gfv" = (
+/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/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 2;
+ layer = 6;
+ 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)
+"gfw" = (
+/obj/structure/platform/hybrisa/metalplatform2,
+/obj/structure/prop/hybrisa/cavedecor/stalagmite5,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"gfx" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 2
+ },
+/obj/structure/cable/white{
+ color = "550d0d";
+ icon_state = "5-9";
+ layer = 5
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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)
+"gfQ" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/east_deploymentbay)
+"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{
+ pixel_y = -2
+ },
+/obj/effect/decal/cleanable/blood,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"gfZ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/jacks_surplus)
+"ggc" = (
+/obj/structure/bed/chair/office/dark{
+ dir = 1
+ },
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"ggk" = (
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/hybrisa/tile/tileblue,
+/area/lv759/indoors/mining_outpost/east_dorms)
+"ggo" = (
+/obj/structure/sign/safety/medical{
+ pixel_x = -17
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"ggu" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"ggA" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform4,
+/obj/structure/cargo_container/hybrisa/containersextended/greywyright{
+ layer = 3
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/hybrisa/generic/autoname{
+ 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/Meridian/Cop{
+ pixel_x = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/garage)
+"ggT" = (
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/janitor)
+"ggV" = (
+/obj/structure/machinery/light/spot{
+ dir = 4
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "orange"
+ },
+/area/lv759/indoors/spaceport/heavyequip)
+"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)
+"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{
+ 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/lv759/indoors/wy_research_complex/xenobiology)
+"ghK" = (
+/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/hybrisarandomprops.dmi';
+ name = "spacecraft fuel-mix tank"
+ },
+/obj/structure/machinery/light/spot/blue{
+ dir = 4
+ },
+/turf/open/floor/shiva{
+ icon_state = "radiator_tile2"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"ghX" = (
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/metal/bluemetal1,
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"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/eastbedrooms)
+"git" = (
+/obj/structure/machinery/medical_pod/bodyscanner,
+/obj/structure/machinery/light{
+ dir = 1
+ },
+/obj/structure/sign/poster/safety{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ icon_state = "blue_plate"
+ },
+/area/lv759/indoors/hospital/outgoing)
+"giu" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"giv" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/security)
+"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/lv759/indoors/wy_research_complex/cargo)
+"giD" = (
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"giI" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/meridian/meridian_showroom)
+"giM" = (
+/obj/effect/decal/cleanable/liquid_fuel,
+/turf/open/floor/prison,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"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/machinery/colony_floodlight/traffic{
+ dir = 8;
+ pixel_y = 10
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/central_streets)
+"giV" = (
+/obj/effect/decal/cleanable/blood{
+ icon_state = "mgibbl3"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"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/lv759/indoors/wy_research_complex/changingroom)
+"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)
+"gjO" = (
+/obj/structure/largecrate/supply,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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_LZ)
+"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,
+/obj/structure/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/item/reagent_container/syringe{
+ icon_state = "broken"
+ },
+/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)
+"gkd" = (
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{
+ dir = 4
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ layer = 5;
+ pixel_y = 20;
+ pixel_x = 2
+ },
+/obj/item/trash/cigbutt,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"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)
+"gku" = (
+/obj/structure/machinery/big_computers/computerblack/computer4,
+/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_off{
+ pixel_x = 3;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 1
+ },
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"gkB" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/cargo_container/hybrisa/containersextended/kelland_left{
+ layer = 4.12
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/east_caves)
+"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)
+"gkN" = (
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/central_caves)
+"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,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 8
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = -4
+ },
+/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
+ },
+/obj/structure/sink{
+ dir = 1;
+ pixel_y = -10
+ },
+/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/effect/hybrisa/decal/trash,
+/obj/structure/bed/chair/office/dark{
+ dir = 4;
+ pixel_x = 7;
+ pixel_y = 10;
+ buckling_x = 7;
+ buckling_y = 10
+ },
+/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)
+"glf" = (
+/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyright{
+ layer = 4.2
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"glD" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_y = 4
+ },
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/structure/blackgoocontainer{
+ pixel_y = 18;
+ layer = 3.01
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"glG" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 2.5
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/surface/table/almayer,
+/obj/structure/window/reinforced{
+ layer = 3.3
+ },
+/obj/effect/spawner/random/gun/special/midchance,
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "red3"
+ },
+/area/lv759/indoors/wy_research_complex/securityarmory)
+"glH" = (
+/obj/structure/barricade/wooden{
+ dir = 1;
+ layer = 3.1;
+ pixel_y = 12
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"glK" = (
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "silver"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"gmb" = (
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice12";
+ pixel_y = 16
+ },
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/greywyleft{
+ layer = 4;
+ pixel_x = 4
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/wy_research_complex/hallwaynorth)
+"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{
+ autoname = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"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)
+"gmt" = (
+/obj/structure/bed/stool,
+/obj/structure/sign/poster/corporate{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"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/almayer/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/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/almayer{
+ id = "ambulance_garage"
+ },
+/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/lv759/indoors/wy_research_complex/hallwaynorth)
+"gnw" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"gnx" = (
+/obj/structure/bed/chair{
+ buckling_y = 5;
+ dir = 1;
+ pixel_y = 5
+ },
+/obj/effect/hybrisa/decal/road/lines2{
+ pixel_y = 2
+ },
+/obj/effect/hybrisa/decal/road/lines1{
+ pixel_x = -1
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/weyyu_office/pressroom)
+"gny" = (
+/obj/structure/powerloader_wreckage,
+/obj/structure/sign/poster/safety{
+ pixel_y = 32
+ },
+/obj/structure/sign/poster/safety{
+ pixel_x = -4;
+ pixel_y = 34
+ },
+/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"
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/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,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/bar/entertainment)
+"gnE" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/power_plant/equipment_west)
+"gnH" = (
+/obj/structure/machinery/door/airlock/almayer/security/reinforced/colony{
+ autoname = 1;
+ name = "autoname"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/security)
+"gnI" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/mining_outpost/north_maint)
+"gnL" = (
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/northfoyer)
+"gnP" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_north)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/green_bigtile,
+/area/lv759/indoors/botany/botany_greenhouse)
+"god" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"goe" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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,
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ color = "#7e7d72"
+ },
+/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/layer2,
+/area/lv759/indoors/caves/south_west_caves)
+"gon" = (
+/obj/structure/barricade/handrail/medical{
+ dir = 4
+ },
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/obj/effect/hybrisa/decal/dirt,
+/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/lv759/indoors/wy_research_complex/dormsbedroom)
+"goF" = (
+/obj/structure/machinery/vending/cola,
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/eastfoyer)
+"goH" = (
+/obj/structure/largecrate/random/barrel/white,
+/turf/open/floor/almayer{
+ dir = 9;
+ icon_state = "orange"
+ },
+/area/lv759/indoors/spaceport/heavyequip)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"goQ" = (
+/obj/effect/decal/medical_decals{
+ dir = 8;
+ icon_state = "triagedecaldir"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/frame{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"goT" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 2.5
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/spaceport/starglider)
+"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)
+"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/buckshot,
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/northeast)
+"gpA" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblue,
+/area/lv759/indoors/apartment/westentertainment)
+"gpC" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/engineering)
+"gqc" = (
+/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
+ },
+/obj/structure/sign/safety/maint{
+ pixel_y = 32
+ },
+/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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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)
+"gqM" = (
+/obj/structure/filingcabinet/chestdrawer{
+ density = 0;
+ pixel_x = -6;
+ pixel_y = 18;
+ layer = 3.1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen{
+ pixel_y = 32
+ },
+/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_LZ)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"gru" = (
+/obj/structure/platform/hybrisa/metalplatform4,
+/obj/structure/machinery/light/double/blue,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_14";
+ pixel_y = 27
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/central_streets)
+"grv" = (
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "\improper Lockdown";
+ needs_power = 0;
+ dir = 4;
+ id = "hybrisaresearchlockdown"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/item/trash/hotdog,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"grS" = (
+/obj/item/ammo_casing/bullet,
+/turf/closed/wall/hybrisa/marhsalls_reinforced,
+/area/lv759/indoors/colonial_marshals/armory_firingrange)
+"gsb" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"gsg" = (
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"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" = (
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/meridian/meridian_office)
+"gsz" = (
+/obj/structure/barricade/handrail/kutjevo,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"gsH" = (
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4;
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4;
+ pixel_y = 6
+ },
+/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"
+ },
+/obj/structure/sign/safety/north{
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"gsS" = (
+/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/outdoors/landing_zone_1)
+"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
+ },
+/obj/item/stack/cable_coil/cut{
+ icon_state = "coil2";
+ color = "#550d0d"
+ },
+/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/heavyequip)
+"gtc" = (
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_foyer)
+"gtg" = (
+/obj/structure/machinery/iv_drip,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/bar)
+"gtn" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/hospital/operation)
+"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;
+ autoname = 1
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/westrestroom)
+"gtz" = (
+/obj/structure/machinery/light/double/blue,
+/obj/structure/prop/hybrisa/misc/deco_edging/corner{
+ dir = 8;
+ color = "#7e7d72"
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"gtD" = (
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastbedrooms)
+"gtL" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Garbage{
+ pixel_y = -8;
+ pixel_x = -4
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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,
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_foyer)
+"gtV" = (
+/obj/structure/curtain/open/shower,
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"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{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"gtZ" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/caves/south_west_caves)
+"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/lv759/indoors/wy_research_complex/changingroom)
+"gun" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/effect/decal/cleanable/liquid_fuel,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"guq" = (
+/obj/structure/barricade/deployable{
+ dir = 8
+ },
+/obj/item/ammo_casing/bullet,
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/item/stool{
+ pixel_x = -4;
+ pixel_y = 23;
+ layer = 4.2
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"guK" = (
+/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/outdoors/landing_zone_1)
+"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
+ },
+/obj/structure/sign/safety/flightcontrol{
+ pixel_y = 32;
+ pixel_x = 7
+ },
+/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{
+ color = "#5d524b"
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"gvc" = (
+/turf/open/floor/hybrisa/metal/stripe_red,
+/area/lv759/outdoors/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)
+"gvq" = (
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/bar)
+"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/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/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/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"gvE" = (
+/obj/structure/platform_decoration{
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/metalplatform2{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/cavedecor/stalagmite4,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/cargo_container/hybrisa/containersextended/greywyleft{
+ layer = 6;
+ pixel_x = 4
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/platform/hybrisa/metalplatform1{
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 4
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/structure/sign/safety/fire_haz{
+ pixel_y = 32
+ },
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1,
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = -9
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"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)
+"gvZ" = (
+/obj/structure/largecrate/random/case/small{
+ pixel_y = 9
+ },
+/obj/item/stock_parts/matter_bin/adv{
+ pixel_x = 6;
+ pixel_y = 13
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"gwb" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/cigbutt{
+ pixel_x = 4
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ pixel_x = -5;
+ pixel_y = 21;
+ layer = 3.1
+ },
+/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/lv759/indoors/wy_research_complex/reception)
+"gwj" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 2.1
+ },
+/obj/item/stack/cable_coil/cut{
+ icon_state = "coil2";
+ color = "#550d0d"
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/power_plant/fusion_generators)
+"gwk" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/green_bigtile,
+/area/lv759/indoors/botany/botany_greenhouse)
+"gwl" = (
+/obj/structure/platform/hybrisa/metalplatform3,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_showroom)
+"gwo" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/indoors/recycling_plant/garage)
+"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)
+"gwv" = (
+/obj/structure/platform,
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/caves/north_west_caves_outdoors)
+"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"
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 1
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/mining_outpost/north_maint)
+"gwS" = (
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_security/checkpoint_west)
+"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
+ },
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/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)
+"gxo" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 6
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/corsat{
+ icon_state = "officesquares"
+ },
+/area/lv759/indoors/recycling_plant_waste_disposal_incinerator)
+"gyb" = (
+/obj/structure/cargo_container/kelland/left{
+ 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/almayer{
+ icon_state = "test_floor4"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"gyx" = (
+/obj/structure/bed/sofa/vert/grey/top,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"gyL" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/tileblue,
+/area/lv759/indoors/mining_outpost/south)
+"gyR" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"gyS" = (
+/obj/structure/sign/safety/bathunisex{
+ pixel_x = -16;
+ 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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "cyan4"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"gyV" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 2.1
+ },
+/obj/structure/machinery/light,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/electical_systems/substation1)
+"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/lv759/indoors/wy_research_complex/xenoarcheology)
+"gzd" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door_control/brbutton{
+ id = "hybrisamining_northeast2";
+ indestructible = 1;
+ name = "Mining Lockdown";
+ pixel_x = -6;
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/northeast)
+"gze" = (
+/obj/structure/surface/rack,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/obj/item/stack/sheet/cardboard/full_stack,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"gzg" = (
+/turf/open/floor/almayer/research/containment/corner{
+ dir = 4
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"gzk" = (
+/obj/item/reagent_container/glass/bucket{
+ pixel_x = 6;
+ pixel_y = -2
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 4
+ },
+/area/lv759/indoors/spaceport/flight_control_room)
+"gzr" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_south)
+"gzt" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_3{
+ pixel_x = -26;
+ layer = 6
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/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;
+ layer = 4.2
+ },
+/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)
+"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/effect/hybrisa/decal/dirt,
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 13
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile,
+/area/lv759/indoors/mining_outpost/northeast)
+"gzX" = (
+/obj/structure/largecrate/random/secure,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"gzZ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"gAn" = (
+/obj/effect/hybrisa/decal/road/road_stop,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_street)
+"gAp" = (
+/obj/structure/machinery/light,
+/obj/structure/bed/hybrisa/hospital/hospitaldivider{
+ dir = 1
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"gAv" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"gAI" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2;
+ layer = 3.1
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5;
+ layer = 3.2
+ },
+/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;
+ base_pixel_x = 3;
+ base_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/lv759/indoors/wy_research_complex/hallwaynorth)
+"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)
+"gBm" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 2.1
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/medicalleft{
+ layer = 6
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/landing_zone_1)
+"gBn" = (
+/obj/structure/largecrate/random/mini/small_case{
+ pixel_x = -6;
+ pixel_y = -5
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"gBt" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/structure/platform/hybrisa/metalplatform1,
+/obj/structure/closet/crate/trashcart{
+ opened = 1
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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)
+"gBE" = (
+/obj/effect/spawner/random/powercell,
+/obj/structure/cable{
+ icon_state = "1-2";
+ level = 2;
+ color = "#550d0d"
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"gBF" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/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)
+"gBL" = (
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"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)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/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)
+"gCn" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/road/lines4{
+ pixel_x = 1
+ },
+/obj/effect/hybrisa/decal/road/lines3{
+ pixel_y = -1
+ },
+/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,
+/obj/structure/mirror{
+ pixel_y = 32
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/westrestroom)
+"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/lv759/indoors/wy_research_complex/securityarmory)
+"gCD" = (
+/obj/structure/blackgoocontainer{
+ pixel_x = -2
+ },
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"gCE" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"gCR" = (
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/White{
+ dir = 1;
+ pixel_y = 4
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"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)
+"gDc" = (
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/reception)
+"gDd" = (
+/obj/structure/closet/crate/trashcart{
+ opened = 1
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/mining_outpost/east_command)
+"gDy" = (
+/obj/structure/barricade/handrail/hybrisa/handrail{
+ dir = 8;
+ layer = 4
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/landing_zone_2)
+"gDC" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/reagent_container/syringe{
+ icon_state = "broken"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"gDF" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 4
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = 32;
+ pixel_y = 32
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"gDH" = (
+/obj/structure/platform{
+ dir = 1
+ },
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/item/ammo_casing/bullet,
+/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
+ },
+/obj/structure/largecrate/random/barrel/purewhite,
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"gDX" = (
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal4"
+ },
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 4;
+ pixel_y = 7
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"gEe" = (
+/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Science_2{
+ dir = 8
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/caveplateau)
+"gEh" = (
+/obj/structure/prop/hybrisa/vehicles/Meridian/Taxi{
+ pixel_y = 3;
+ pixel_x = 2
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"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/Small_Truck/Brown_Cargo_Barrels{
+ dir = 1
+ },
+/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,
+/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)
+"gEA" = (
+/obj/structure/bed/chair/comfy/hybrisa/brown{
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/trash{
+ pixel_y = 12
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/meridian/meridian_office)
+"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,
+/obj/item/ammo_magazine/smg/p90/p90_twe,
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/south)
+"gEU" = (
+/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
+/obj/effect/landmark/xeno_spawn,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/south_west_caves)
+"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)
+"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)
+"gFy" = (
+/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/hybrisarandomprops.dmi';
+ name = "spacecraft fuel-mix tank"
+ },
+/turf/open/floor/shiva{
+ icon_state = "radiator_tile2"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/botany/botany_maintenance)
+"gFG" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 1
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/stack/sheet/cardboard{
+ layer = 1;
+ pixel_x = 12
+ },
+/obj/item/paper/crumpled{
+ pixel_x = 15;
+ pixel_y = -9
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_4"
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = -3;
+ pixel_y = 9
+ },
+/obj/item/trash/hybrisa/cuppa_joes_static/lid,
+/obj/item/trash/hybrisa/cuppa_joes_static/empty_cup,
+/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/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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/tool/shovel,
+/obj/item/tool/shovel,
+/obj/item/clothing/head/helmet/hybrisa/kelland_mining_helmet,
+/obj/item/clothing/suit/storage/marine/light/vest/hybrisa_kelland,
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/south)
+"gGc" = (
+/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/outdoors/landing_zone_2)
+"gGe" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecalbottomright"
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/medicalright,
+/obj/structure/barricade/handrail/medical{
+ dir = 4;
+ layer = 6
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"gGA" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "blackcorner"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"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/item/paper{
+ layer = 2
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "red3"
+ },
+/area/lv759/indoors/spaceport/security)
+"gGO" = (
+/obj/structure/prop/hybrisa/vehicles/Armored_Truck/WY_White,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"gGQ" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"gGX" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8;
+ layer = 2.9
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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)
+"gHi" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/decal/cleanable/blood/drip{
+ pixel_x = 10;
+ pixel_y = 21
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"gHn" = (
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal3"
+ },
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/structure/prop/hybrisa/vehicles/Long_Truck/Brown{
+ dir = 1;
+ pixel_y = 6
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"gHs" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/bar/bathroom)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"gHF" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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/prison{
+ dir = 8;
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"gHS" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/central_streets)
+"gHV" = (
+/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/outdoors/landing_zone_1)
+"gHY" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal4"
+ },
+/obj/item/tool/warning_cone{
+ pixel_y = 17;
+ layer = 4.2
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 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/lv759/indoors/wy_research_complex/dormsbedroom)
+"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/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/largecrate/random/barrel/black,
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "ramptop"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"gIy" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ layer = 4
+ },
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 1;
+ layer = 4
+ },
+/obj/structure/fence/dark,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"gIz" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = -8
+ },
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = 8
+ },
+/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)
+"gIJ" = (
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "\improper Lockdown";
+ needs_power = 0;
+ dir = 4;
+ id = "hybrisaresearchlockdown"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"gIO" = (
+/obj/item/trash/cigbutt,
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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
+ },
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/mining_outpost/east_command)
+"gJt" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"gJw" = (
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/eastbedrooms)
+"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/cargo_container/hybrisa/containersextended/blackwyright,
+/obj/structure/machinery/light/double/blue,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/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)
+"gJU" = (
+/obj/structure/window/framed/hybrisa/colony/hospital,
+/obj/structure/bed/hybrisa/hospital/hospitaldivider{
+ pixel_y = -8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/outgoing)
+"gJY" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/device/flashlight/lamp/green{
+ pixel_x = 5;
+ pixel_y = 13
+ },
+/obj/item/paper_bin{
+ pixel_x = -4;
+ pixel_y = 7
+ },
+/turf/open/floor/hybrisa/carpet/carpetblackdeco,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"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
+ },
+/obj/structure/prop/hybrisa/misc/urinal/dark{
+ pixel_y = 32
+ },
+/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/dark/warning,
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"gKu" = (
+/obj/item/device/flashlight/lamp/tripod/grey,
+/obj/structure/barricade/handrail/hybrisa/road/plastic/black{
+ dir = 1
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"gKz" = (
+/obj/structure/machinery/space_heater/radiator/red{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 8
+ },
+/area/lv759/indoors/weyyu_office)
+"gKA" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ dir = 4
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 8
+ },
+/area/lv759/outdoors/landing_zone_2)
+"gKC" = (
+/obj/structure/machinery/mineral/processing_unit,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/strata{
+ icon_state = "floor3"
+ },
+/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"
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/tileblackcheckered,
+/area/lv759/indoors/casino)
+"gKL" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/janitor)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"gKS" = (
+/obj/effect/decal/cleanable/blood/drip{
+ pixel_x = 10;
+ pixel_y = 21
+ },
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "3"
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"gKV" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"gLa" = (
+/turf/open/floor/hybrisa/metal/metalwhitefull,
+/area/lv759/indoors/colonial_marshals/prisoners_recreation_area)
+"gLd" = (
+/obj/structure/sink{
+ dir = 1;
+ pixel_y = -10
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/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/hybrisa/cuppa_joes/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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_showroom)
+"gLs" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/marhsalls_reinforced,
+/area/lv759/indoors/colonial_marshals/prisoners_recreation_area)
+"gLu" = (
+/obj/structure/platform/hybrisa/metalplatform1,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_street)
+"gLy" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 1
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 6
+ },
+/area/lv759/outdoors/landing_zone_2)
+"gLA" = (
+/obj/structure/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/misc/metergreen{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"gLG" = (
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/eastentrance)
+"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/cargo_container/hybrisa/containersextended/blueleft{
+ layer = 4
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"gLR" = (
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/apartment/eastentrance)
+"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)
+"gLX" = (
+/obj/structure/prop/hybrisa/billboardsandsigns/bigroadsigns/road_sign_2{
+ pixel_y = 16;
+ layer = 8
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 4
+ },
+/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)
+"gMi" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"gMn" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/hallway_north_locker)
+"gMq" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/power_plant/power_storage)
+"gMs" = (
+/obj/item/stack/sandbags,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"gMC" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_5{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/outdoors/colony_streets/central_streets)
+"gME" = (
+/obj/structure/closet/crate/trashcart{
+ opened = 1
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -3;
+ pixel_y = 6
+ },
+/obj/item/trash/buritto,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"gMG" = (
+/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/south_west_caves)
+"gMI" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/northhallway)
+"gMK" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"gMW" = (
+/obj/structure/platform_decoration/shiva,
+/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)
+"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/hybrisa/street/cement1,
+/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)
+"gNY" = (
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"gOh" = (
+/obj/structure/barricade/handrail/wire{
+ dir = 8
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"gOm" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/light{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/recycling_plant/garage)
+"gOn" = (
+/obj/structure/closet/secure_closet/hybrisa/marshal,
+/obj/structure/machinery/light/double/blue,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/armory_foyer)
+"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
+ },
+/obj/item/tool/pen/fountain{
+ pixel_y = -16
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"gOw" = (
+/obj/structure/machinery/door/poddoor/shutters,
+/obj/structure/prop/hybrisa/lattice_prop/lattice_2{
+ pixel_x = -26;
+ layer = 6
+ },
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"gOG" = (
+/obj/structure/stairs{
+ color = "#a6aeab";
+ dir = 1
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/north_street)
+"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/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/closet/secure_closet/guncabinet{
+ locked = 0
+ },
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/lv759/indoors/wy_research_complex/securityarmory)
+"gOW" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"gOX" = (
+/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/outdoors/landing_zone_2)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"gOZ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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)
+"gPi" = (
+/obj/structure/closet/bodybag,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/hospital/morgue)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"gPQ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"gPX" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{
+ dir = 1
+ },
+/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/hybrisa,
+/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead,
+/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa,
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/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
+ },
+/obj/structure/sign/poster/ad{
+ pixel_x = 4;
+ pixel_y = 32
+ },
+/obj/structure/sign/poster/ad{
+ layer = 4;
+ pixel_x = 12;
+ pixel_y = 34
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/north_street)
+"gQp" = (
+/obj/structure/machinery/light{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"gQs" = (
+/obj/item/stack/rods{
+ pixel_y = 14
+ },
+/obj/effect/hybrisa/decal/road/roadmiddle{
+ dir = 1;
+ pixel_y = 14
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/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)
+"gQD" = (
+/obj/structure/machinery/big_computers/computerblack/computer5,
+/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitormedium_on{
+ light_color = "#00f4ff";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_x = 2;
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "red3"
+ },
+/area/lv759/indoors/spaceport/security)
+"gQH" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 2
+ },
+/obj/item/shard,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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 = "floor1";
+ dir = 8
+ },
+/area/lv759/indoors/power_plant/fusion_generators)
+"gQZ" = (
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "cargo_arrow"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/window/framed/hybrisa/marshalls/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/prisoners_foyer)
+"gRi" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{
+ dir = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/armory_firingrange)
+"gRk" = (
+/obj/effect/decal/cleanable/blood{
+ icon_state = "mgibbl4"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"gRm" = (
+/obj/structure/window/framed/hybrisa/spaceport/cell,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/baggagehandling)
+"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)
+"gRw" = (
+/obj/structure/machinery/space_heater/radiator/red{
+ dir = 8
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/northhallway)
+"gRD" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/wood/blue{
+ dir = 1;
+ pixel_x = -5
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"gRE" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/north_office)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"gRU" = (
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/westfoyer)
+"gRW" = (
+/obj/structure/machinery/light/spot/blue{
+ dir = 1;
+ pixel_y = 22
+ },
+/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/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/weyyu_office)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"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/effect/decal/cleanable/blood/gibs/limb,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/spawner/random/gun/pistol/highchance,
+/obj/effect/landmark/corpsespawner/hybrisa/civilian,
+/obj/structure/prop/hybrisa/misc/urinal/dark{
+ pixel_y = 32
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"gSq" = (
+/obj/structure/cargo_container/arious/left,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/north_street)
+"gSr" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"gSs" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/obj/structure/platform/hybrisa/metalplatform1,
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1,
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{
+ dir = 4;
+ pixel_y = 14;
+ layer = 2.1
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = -9
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 4
+ },
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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";
+ color = "#973a3a"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblue,
+/area/lv759/indoors/apartment/westentertainment)
+"gSE" = (
+/obj/item/ammo_casing/bullet,
+/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)
+"gSF" = (
+/turf/closed/shuttle/dropship2/WY/StarGlider{
+ icon_state = "99"
+ },
+/area/lv759/indoors/spaceport/starglider)
+"gSH" = (
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/landing_zone_1)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"gST" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_security/checkpoint_northeast)
+"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)
+"gSY" = (
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/northhallway)
+"gSZ" = (
+/obj/item/lightstick/red/spoke/planted{
+ layer = 5;
+ level = 3;
+ pixel_x = 16;
+ pixel_y = -4
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/caveplateau)
+"gTa" = (
+/obj/structure/bed/roller,
+/obj/structure/closet/bodybag,
+/obj/structure/prop/hybrisa/misc/metergreen{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/cafeteria)
+"gTj" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 4
+ },
+/obj/structure/inflatable/popped/door{
+ layer = 2
+ },
+/turf/open/engineership/engineer_floor2,
+/area/lv759/indoors/derelict_ship)
+"gTl" = (
+/obj/structure/ore_box,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/north_caves)
+"gTt" = (
+/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
+ },
+/obj/structure/sign/safety/storage{
+ pixel_x = 14;
+ pixel_y = 32
+ },
+/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/almayer/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,
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32;
+ layer = 2.8
+ },
+/turf/open/floor/prison{
+ icon_state = "blue_plate"
+ },
+/area/lv759/indoors/hospital/outgoing)
+"gTP" = (
+/obj/structure/barricade/handrail/strata{
+ layer = 3.1
+ },
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"gTS" = (
+/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 = 1;
+ pixel_y = 10
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"gTT" = (
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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
+ },
+/obj/structure/prop/hybrisa/misc/metergreen{
+ pixel_y = 32
+ },
+/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)
+"gUm" = (
+/obj/item/paper_bin{
+ pixel_x = -6;
+ pixel_y = 4
+ },
+/obj/item/tool/pen{
+ pixel_x = 4;
+ pixel_y = -4
+ },
+/obj/structure/surface/table/almayer{
+ color = "#848484"
+ },
+/obj/structure/noticeboard{
+ pixel_y = 32
+ },
+/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/indoors/derelict_ship)
+"gUt" = (
+/obj/item/trash/cigbutt{
+ pixel_x = 1;
+ pixel_y = 8
+ },
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "Emergency Lockdown";
+ indestructible = 1;
+ id = "hybrisacolonylockdown";
+ needs_power = 0;
+ unacidable = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/meridian/meridian_maintenance_south)
+"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)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"gVe" = (
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/north_street)
+"gVi" = (
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/tile/beige_bigtile,
+/area/lv759/indoors/power_plant/workers_canteen)
+"gVj" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"gVl" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/structure/blackgoocontainer{
+ pixel_x = 8;
+ pixel_y = 8
+ },
+/obj/structure/blackgoocontainer{
+ pixel_x = -6;
+ pixel_y = 4
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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)
+"gVs" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/lv759/indoors/spaceport/hallway_north)
+"gVt" = (
+/obj/structure/surface/table/almayer,
+/obj/item/tool/kitchen/tray{
+ pixel_y = 9
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"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/buildinggreeblies/greeble7{
+ pixel_x = 2;
+ pixel_y = 10;
+ layer = 3
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4;
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = 6
+ },
+/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,
+/obj/item/smallDelivery,
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"gWy" = (
+/obj/structure/sign/safety/maint,
+/turf/closed/wall/r_wall/bunker{
+ name = "reinforced metal wall"
+ },
+/area/lv759/indoors/weymart/maintenance)
+"gWC" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{
+ dir = 1
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_south)
+"gWE" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/pressroom)
+"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{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"gWY" = (
+/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
+ },
+/obj/item/reagent_container/glass/paint/violet{
+ pixel_x = -14;
+ pixel_y = 4
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"gXa" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/weymart)
+"gXb" = (
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal2"
+ },
+/obj/effect/hybrisa/decal/road/lines4,
+/obj/item/stack/sheet/metal,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Light_Blue{
+ icon_state = "meridian_lightblue_damage_3";
+ health = 1250;
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"gXt" = (
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/indoors/derelict_ship)
+"gXO" = (
+/obj/effect/decal/medical_decals{
+ dir = 4;
+ icon_state = "triagedecaldir"
+ },
+/obj/structure/barricade/handrail/medical{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"gXR" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"gXU" = (
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/reception)
+"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)
+"gYn" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood/oil/streak,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Cop{
+ dir = 1;
+ pixel_y = 4;
+ icon_state = "meridian_cop_damage_3";
+ health = 750
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"gYr" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"gYt" = (
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/apartment/northhallway)
+"gYA" = (
+/obj/item/tool/crowbar/red{
+ layer = 5
+ },
+/obj/item/storage/belt/utility,
+/obj/structure/machinery/power/apc/wires_cut{
+ dir = 1
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/electical_systems/substation1)
+"gYD" = (
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"gYK" = (
+/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/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/item/stack/sheet/wood{
+ layer = 4.1;
+ pixel_x = 14;
+ pixel_y = -4
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/eastfoyer)
+"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)
+"gYY" = (
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"gYZ" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/tcomms_northwest)
+"gZc" = (
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 6
+ },
+/area/lv759/indoors/weyyu_office)
+"gZf" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 18
+ },
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 18
+ },
+/obj/item/tool/warning_cone{
+ layer = 4;
+ pixel_x = -20
+ },
+/turf/open/hybrisa/street/cement2,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"gZg" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{
+ dir = 8
+ },
+/turf/open/shuttle/escapepod{
+ icon_state = "floor1";
+ dir = 1
+ },
+/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
+ },
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/turf/open/floor/corsat{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/colonial_marshals/garage)
+"gZt" = (
+/obj/structure/largecrate/random/case/double,
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"gZu" = (
+/obj/item/tool/warning_cone{
+ layer = 2;
+ pixel_x = -20
+ },
+/obj/item/tool/warning_cone{
+ pixel_x = -13;
+ pixel_y = 19
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"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
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/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;
+ pixel_y = 8
+ },
+/obj/structure/surface/table/reinforced/black,
+/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" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 8;
+ layer = 4
+ },
+/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/lv759/indoors/wy_research_complex/cafeteria)
+"gZR" = (
+/obj/effect/hybrisa/decal/trash{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"gZV" = (
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_2"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"had" = (
+/obj/structure/platform,
+/turf/closed/wall/hybrisa/rock,
+/area/lv759/oob)
+"hap" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{
+ pixel_y = 30
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"haz" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"haK" = (
+/obj/structure/machinery/recharge_station,
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/docking_bay_2)
+"haL" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 8
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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"
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"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/indoors/derelict_ship)
+"haT" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal/autoname{
+ dir = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"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/lv759/indoors/wy_research_complex/cargo)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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/barricade/handrail/hybrisa/handrail,
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red,
+/area/lv759/indoors/electical_systems/substation1)
+"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)
+"hbP" = (
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"hbS" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12;
+ pixel_x = 1
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"hbU" = (
+/obj/structure/reagent_dispensers/fueltank{
+ desc = "A fuel tank mix with fuel designed for various spacecraft, very combustible.";
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi';
+ name = "spacecraft fuel-mix tank"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/docking_bay_2)
+"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/structure/surface/table/reinforced/prison{
+ color = "#F13F3F"
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -6;
+ pixel_y = 6
+ },
+/obj/item/reagent_container/food/drinks/cans/classcola,
+/turf/open/floor/hybrisa/tile/cuppajoesfloor,
+/area/lv759/indoors/spaceport/cuppajoes)
+"hce" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "NE-out"
+ },
+/obj/structure/cable/white{
+ color = "550d0d";
+ icon_state = "4-5";
+ layer = 5
+ },
+/turf/open/floor/almayer{
+ dir = 10;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/kutjevo/grey,
+/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/outdoors/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{
+ color = "#5d524b"
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"hct" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecalleft"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/effect/decal/cleanable/blood{
+ icon_state = "armor_blood"
+ },
+/obj/item/weapon/gun/smg/p90,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"hdf" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 1
+ },
+/obj/structure/surface/table/almayer{
+ color = "#848484"
+ },
+/obj/effect/spawner/random/tool,
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_factory)
+"hdh" = (
+/obj/structure/surface/table,
+/obj/item/storage/pouch/autoinjector/full,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"hdQ" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = 4
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = 4
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"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/outdoors/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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"heb" = (
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/item/reagent_container/food/drinks/dry_ramen,
+/obj/item/reagent_container/food/drinks/coffeecup{
+ pixel_x = -7;
+ pixel_y = 11
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/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)
+"hei" = (
+/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/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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)
+"heC" = (
+/obj/effect/decal/cleanable/blood,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/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/lv759/indoors/wy_research_complex/mainlabs)
+"heM" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/bloodtrail{
+ dir = 5
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/eastbedrooms)
+"heU" = (
+/obj/structure/window/framed/hybrisa/colony/hospital/reinforced,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/virology)
+"heX" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/cigbutt{
+ pixel_x = 7
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"hfd" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/recycling_plant_office)
+"hfi" = (
+/obj/structure/toilet,
+/obj/structure/machinery/light/small{
+ dir = 1;
+ pixel_y = 20
+ },
+/obj/effect/decal/strata_decals/grime/grime3{
+ dir = 4;
+ pixel_x = -6;
+ pixel_y = 12
+ },
+/obj/effect/decal/strata_decals/grime/grime3{
+ icon_state = "grime4"
+ },
+/obj/effect/hybrisa/decal/dirt_2,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_recreation_area)
+"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/hybrisa/hospital/hospitaldivider{
+ pixel_y = -8;
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "blue"
+ },
+/area/lv759/indoors/hospital/outgoing)
+"hfz" = (
+/obj/structure/largecrate/random/mini/small_case{
+ pixel_x = 8;
+ pixel_y = -3;
+ layer = 2.9
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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)
+"hfJ" = (
+/obj/structure/barricade/handrail/hybrisa/handrail{
+ dir = 1
+ },
+/obj/structure/surface/table/almayer{
+ color = "#848484";
+ layer = 4
+ },
+/obj/structure/machinery/computer/card{
+ layer = 4;
+ pixel_x = 4
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 1
+ },
+/area/lv759/indoors/electical_systems/substation1)
+"hfL" = (
+/obj/structure/largecrate/mule,
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"hfO" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/structure/stairs{
+ color = "#b7b8b2";
+ dir = 1
+ },
+/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/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"hfS" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/barricade/handrail/hybrisa/road/plastic/black{
+ dir = 1
+ },
+/obj/structure/largecrate/random/case/double,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"hfT" = (
+/obj/item/stack/cable_coil/cut{
+ icon_state = "coil2";
+ color = "#550d0d"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/electical_systems/substation1)
+"hfV" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 2.1
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"hfY" = (
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"hgp" = (
+/obj/structure/cargo_container/hybrisa/containersextended/greenwywingsright{
+ layer = 4.2
+ },
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"hgq" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/largecrate/random/mini/med{
+ pixel_x = 3;
+ pixel_y = 24;
+ layer = 4.01
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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)
+"hgx" = (
+/obj/structure/prop/hybrisa/vehicles/Box_Vans/Hyperdyne{
+ dir = 1
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"hgz" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/almayer/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/lv759/indoors/wy_research_complex/xenobiology)
+"hgI" = (
+/obj/structure/largecrate/supply/supplies/flares,
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"hgL" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/fakeplatforms/platform4{
+ icon = 'icons/obj/structures/props/platforms.dmi';
+ icon_state = "kutjevo_platform_sm"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"hgP" = (
+/obj/structure/bed/sofa/vert/grey/bot,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"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/prop/hybrisa/misc/machinery/screens/multimonitorsmall_off{
+ dir = 1;
+ pixel_y = 32
+ },
+/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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "red3"
+ },
+/area/lv759/indoors/spaceport/security_office)
+"hhy" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/structure/platform,
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/landing_zone_1)
+"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 = "floor1";
+ dir = 1
+ },
+/area/lv759/oob)
+"hhD" = (
+/obj/structure/prop/hybrisa/vehicles/Mining_Crawlers{
+ icon_state = "mining_crawler_blank"
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/south_caves)
+"hhE" = (
+/turf/closed/wall/hybrisa/spaceport_reinforced,
+/area/lv759/indoors/spaceport/cuppajoes)
+"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)
+"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)
+"hhO" = (
+/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/landing_zone_2)
+"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/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/turf/open/floor/almayer{
+ icon_state = "test_floor4"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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"
+ },
+/obj/item/attachable/suppressor,
+/obj/effect/spawner/random/attachment,
+/obj/item/prop/helmetgarb/netting,
+/obj/item/attachable/scope/mini,
+/obj/structure/machinery/light{
+ dir = 4
+ },
+/obj/structure/closet/crate/green,
+/obj/item/prop/helmetgarb/raincover,
+/obj/item/storage/pouch/machete,
+/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;
+ layer = 8
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"hii" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/mainlabs)
+"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
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"hiq" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecalbottomright"
+ },
+/obj/item/lightstick/red/spoke/planted,
+/turf/open/floor/plating/kutjevo,
+/area/lv759/outdoors/landing_zone_1)
+"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/indoors/derelict_ship)
+"hiw" = (
+/obj/structure/bed/chair/comfy/black{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 8
+ },
+/area/lv759/indoors/weyyu_office/hallway)
+"hiL" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2,
+/turf/closed/wall/hybrisa/research/reinforced/hull,
+/area/lv759/oob)
+"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/Meridian/Purple,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/oob)
+"hjf" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/armory)
+"hjg" = (
+/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/colony_streets/north_street)
+"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/lv759/indoors/wy_research_complex/securitycommand)
+"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/pipes/pipe1,
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"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/hybrisa/vehicles/Meridian/Green{
+ icon_state = "meridian_green_damage_2";
+ dir = 1;
+ health = 1750;
+ pixel_y = 2
+ },
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/effect/decal/cleanable/blood/drip{
+ icon_state = "3"
+ },
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = 8
+ },
+/turf/open/hybrisa/dropship/dropshipfloorcorner2,
+/area/lv759/indoors/spaceport/starglider)
+"hkm" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"hku" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/east_caves)
+"hkM" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_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)
+"hkZ" = (
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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/chair/comfy/hybrisa/brown{
+ dir = 1
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_3";
+ pixel_x = -8;
+ pixel_y = 12
+ },
+/turf/open/floor/hybrisa/carpet/carpetgreendeco,
+/area/lv759/indoors/meridian/meridian_managersoffice)
+"hlm" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/tool/warning_cone,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"hlp" = (
+/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/outdoors/landing_zone_2)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = -4
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 8
+ },
+/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)
+"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)
+"hlK" = (
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = -17
+ },
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/obj/item/tool/warning_cone{
+ pixel_y = 12;
+ pixel_x = -12
+ },
+/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)
+"hlM" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"hlT" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -9;
+ pixel_y = -6
+ },
+/obj/structure/machinery/colony_floodlight/street{
+ 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)
+"hlW" = (
+/obj/structure/largecrate/random/barrel/brown,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"hlY" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname,
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"hmb" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/poddoor/shutters/almayer{
+ id = "marshalls_garage"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/colonial_marshals/garage)
+"hmh" = (
+/obj/structure/window/framed/hybrisa/colony/hospital/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/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
+ },
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/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;
+ layer = 8
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"hmn" = (
+/obj/structure/fence/dark,
+/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/westbedrooms)
+"hmE" = (
+/obj/structure/bed/chair/comfy/black{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 10
+ },
+/area/lv759/indoors/weyyu_office)
+"hmG" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ dir = 4;
+ id = "hybrisaLZ2_1";
+ name = "Emergency Lockdown";
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"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/northapartments)
+"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,
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/westentertainment)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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/item/tool/warning_cone{
+ pixel_x = -21;
+ pixel_y = 3
+ },
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard2{
+ dir = 6;
+ pixel_y = 34
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"hnq" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "SW-out"
+ },
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/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/effect/decal/cleanable/blood,
+/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,
+/obj/item/reagent_container/glass/beaker,
+/obj/item/reagent_container/glass/beaker,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"hnC" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalkcenter,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"hnG" = (
+/obj/structure/largecrate/random/case/small,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/Ambulance{
+ dir = 1;
+ pixel_x = 8;
+ pixel_y = -8
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"hof" = (
+/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1{
+ layer = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"hog" = (
+/obj/item/ammo_casing/bullet,
+/obj/item/ammo_casing/bullet,
+/turf/open/shuttle/dropship{
+ icon_state = "rasputin3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/effect/landmark/corpsespawner/hybrisa/scientist_xenoarchaeologist,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/west_caves)
+"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;
+ layer = 6
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"hpd" = (
+/obj/structure/platform/hybrisa/metalplatform3,
+/turf/open/floor/kutjevo/grey,
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/emergency_room)
+"hpl" = (
+/obj/structure/machinery/computer/secure_data{
+ dir = 8;
+ pixel_y = 16;
+ layer = 3
+ },
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/structure/machinery/computer/cameras{
+ dir = 8;
+ layer = 3.1
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/wardens_office)
+"hpm" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/window/reinforced{
+ 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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"hpr" = (
+/obj/structure/blackgoocontainer{
+ icon_state = "blackgoocontainer2";
+ dir = 4
+ },
+/obj/effect/decal/strata_decals/grime/grime4{
+ icon_state = "grime3"
+ },
+/obj/effect/decal/cleanable/molten_item,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"hps" = (
+/obj/effect/decal/cleanable/blood/xeno,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/north_west_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)
+"hpD" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetgreendeco,
+/area/lv759/indoors/jacks_surplus)
+"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/dark,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"hpS" = (
+/obj/structure/ore_box{
+ layer = 2
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 9
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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/effect/hybrisa/decal/dirt,
+/obj/structure/cargo_container/hybrisa/containersextended/kelland_right,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/east_caves)
+"hqB" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/road/lines4{
+ pixel_x = 1
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/weyyu_office/pressroom)
+"hqD" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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/ship_hull/non_weedable_hull{
+ dir = 9
+ },
+/area/lv759/oob)
+"hqP" = (
+/obj/structure/machinery/light{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_showroom)
+"hra" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/misc/wybiglogo{
+ dir = 9
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"hrp" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"hrt" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/billboardsandsigns/bigbillboards{
+ layer = 8;
+ pixel_y = 20;
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"hrz" = (
+/obj/structure/platform/hybrisa/rockdark,
+/obj/item/stack/sheet/cardboard,
+/obj/structure/bed/bedroll{
+ dir = 9
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"hrF" = (
+/obj/structure/blackgoocontainer,
+/turf/open/engineership/engineer_floor1,
+/area/lv759/indoors/derelict_ship)
+"hrG" = (
+/obj/structure/platform_decoration{
+ dir = 4
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = -26
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/west_caves)
+"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)
+"hrM" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 3.3
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 7
+ },
+/turf/open/floor/plating/prison,
+/area/lv759/indoors/colonial_marshals/office)
+"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/lv759/indoors/wy_research_complex/janitor)
+"hrP" = (
+/obj/structure/window/framed/hybrisa/marshalls/cell,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/prisoners_cells)
+"hrQ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 1
+ },
+/obj/structure/machinery/light/small,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"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)
+"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/lv759/indoors/wy_research_complex/hallwaycentral)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"hsk" = (
+/obj/structure/bed/chair{
+ dir = 8;
+ pixel_x = 7;
+ pixel_y = 7
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 6
+ },
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"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" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"hsB" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_street)
+"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/lv759/indoors/wy_research_complex/cargo)
+"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)
+"hsS" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 30;
+ pixel_x = 4
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/northhallway)
+"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,
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"hsY" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"hsZ" = (
+/obj/item/weapon/broken_glass,
+/obj/effect/hybrisa/decal/gold/line3{
+ pixel_y = 2
+ },
+/obj/item/shard,
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/casino)
+"htk" = (
+/obj/structure/barricade/handrail/hybrisa/road/wood/blue{
+ dir = 1
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"htm" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/hybrisa/tile/tileblackcheckered,
+/area/lv759/indoors/casino)
+"hto" = (
+/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/north_street)
+"hts" = (
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/outdoors/landing_zone_2)
+"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/eastfoyer)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"hud" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tileblackcheckered,
+/area/lv759/indoors/casino)
+"hue" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/turf/open/floor/corsat{
+ icon_state = "spiralplate"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"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/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/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)
+"huA" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/one{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"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)
+"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/lv759/indoors/wy_research_complex/reception)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"hvh" = (
+/obj/structure/largecrate/supply/explosives/mines,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/caveplateau)
+"hvj" = (
+/obj/item/tool/warning_cone{
+ pixel_y = 17
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/central_caves)
+"hvl" = (
+/turf/open/floor/hybrisa/metal/bluemetalcorner{
+ dir = 8
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"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/reinforced/colony{
+ autoname = 1;
+ name = "autoname";
+ dir = 1
+ },
+/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/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/fake/wire/blue{
+ dir = 4;
+ pixel_y = -4
+ },
+/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{
+ dir = 4;
+ pixel_y = -12
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/turf/open/hybrisa/street/underground_unweedable,
+/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;
+ density = 0
+ },
+/obj/structure/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_security/checkpoint_northeast)
+"hwa" = (
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = -6;
+ pixel_y = 32
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/west_caves)
+"hwd" = (
+/obj/structure/platform/strata/metal{
+ dir = 1
+ },
+/obj/structure/machinery/light/spot/blue{
+ dir = 1;
+ pixel_y = 22
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"hwg" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33;
+ pixel_y = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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/lv759/indoors/wy_research_complex/hallwaycentral)
+"hwp" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"hwr" = (
+/obj/structure/closet,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"hwu" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"hwy" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/item/reagent_container/food/snacks/eat_bar,
+/obj/item/reagent_container/food/drinks/coffeecup/wy{
+ pixel_x = -7;
+ pixel_y = 2
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_y = 12;
+ pixel_x = 8
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{
+ pixel_y = 25
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/mining_outpost/north_maint)
+"hwK" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/hallway_east)
+"hwR" = (
+/obj/item/device/flashlight/lamp/tripod,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/west_caves)
+"hwX" = (
+/obj/item/spacecash/c1000,
+/obj/item/reagent_container/food/snacks/meatpizzaslice{
+ layer = 4;
+ 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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "orange"
+ },
+/area/lv759/indoors/spaceport/heavyequip)
+"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/indoors/derelict_ship)
+"hxA" = (
+/turf/closed/wall/hybrisa/spaceport_reinforced,
+/area/lv759/indoors/spaceport/janitor)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/buckshot,
+/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/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"hxX" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/structure/surface/table/almayer,
+/obj/structure/window/reinforced,
+/obj/item/weapon/gun/smg/p90,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/securityarmory)
+"hxZ" = (
+/obj/structure/cargo_container/hybrisa/containersextended/greenright{
+ layer = 4
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "cargo_arrow"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"hym" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/mining_outpost/east_deploymentbay)
+"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)
+"hyv" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"hyx" = (
+/obj/structure/machinery/door/airlock/hybrisa/medical/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/cmo_office)
+"hyA" = (
+/turf/closed/shuttle/dropship2/WY/StarGlider{
+ icon_state = "zwing8";
+ opacity = 0
+ },
+/area/lv759/indoors/spaceport/horizon_runner)
+"hyC" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "silver"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaycentral)
+"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/almayer/hybrisa/shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/electical_systems/substation2)
+"hyH" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/device/flashlight/lamp/tripod,
+/obj/structure/machinery/light/blue,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/landing_zone_2)
+"hyI" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecaltopright"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"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{
+ pixel_y = -2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/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)
+"hzk" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/airlock/almayer/generic{
+ dir = 2;
+ autoname = 1
+ },
+/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/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/holding_cells)
+"hzo" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2
+ },
+/obj/structure/machinery/big_computers/computerwhite/computer3,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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/hybrisa/cuppa_joes/lid,
+/obj/structure/surface/table/reinforced/prison{
+ color = "#F13F3F"
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/wallegg_on{
+ dir = 8;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/orangelinecorner{
+ dir = 8
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"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/structure/machinery/light,
+/obj/structure/surface/table/reinforced/prison{
+ color = "#F13F3F"
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes,
+/turf/open/floor/hybrisa/tile/cuppajoesfloor,
+/area/lv759/indoors/spaceport/cuppajoes)
+"hzD" = (
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "cargo_arrow"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/pipes/vents/pump_hybrisa,
+/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{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ 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/westshowers)
+"hzO" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/misc/wysmallright,
+/area/lv759/indoors/weymart)
+"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{
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 1;
+ color = "#bbbaae"
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 8;
+ color = "#bbbaae"
+ },
+/turf/open/hybrisa/street/cement2,
+/area/lv759/outdoors/colony_streets/north_street)
+"hAb" = (
+/obj/structure/prop/hybrisa/misc/slotmachine_broken{
+ pixel_x = 1
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_12";
+ pixel_y = 12
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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"
+ },
+/obj/structure/machinery/light/blue{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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,
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"hAA" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/bed/chair/comfy/teal{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"hAH" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 8;
+ color = "#7e7d72"
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/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)
+"hAO" = (
+/obj/structure/cargo_container/hybrisa/containersextended/kelland_left,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_2)
+"hAS" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/weymart)
+"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/colonist/workwear/pink,
+/obj/item/clothing/under/colonist/workwear/pink,
+/obj/structure/closet/cabinet,
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastbedroomsstorage)
+"hBg" = (
+/obj/structure/largecrate/random/barrel/black,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/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
+ },
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/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/indoors/derelict_ship)
+"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/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"hBB" = (
+/obj/structure/stairs/perspective{
+ color = "#6e6e6e";
+ dir = 4;
+ icon_state = "p_stair_full"
+ },
+/obj/structure/platform/stair_cut,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"hBC" = (
+/obj/structure/surface/table/reinforced/cloth,
+/obj/structure/prop/hybrisa/supermart/supermartfruitbasketpears{
+ pixel_x = -3
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/weymart)
+"hBD" = (
+/obj/item/weapon/twohanded/folded_metal_chair{
+ pixel_y = -8
+ },
+/obj/item/bodybag/cryobag,
+/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)
+"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)
+"hBM" = (
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"hBN" = (
+/obj/structure/window/framed/hybrisa/colony/hospital/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/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)
+"hBP" = (
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal4"
+ },
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/structure/blocker/invisible_wall,
+/obj/structure/machinery/door/poddoor/shutters/almayer{
+ dir = 4;
+ indestructible = 1;
+ needs_power = 0
+ },
+/turf/closed/wall/hybrisa/colony/reinforced/hull,
+/area/lv759/oob)
+"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/indoors/derelict_ship)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"hCb" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"hCf" = (
+/obj/structure/machinery/colony_floodlight/engineer_circular,
+/turf/open/engineership/engineer_floor2,
+/area/lv759/indoors/derelict_ship)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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,
+/obj/structure/bed/hybrisa/hospital/hospitaldivider{
+ pixel_y = 20;
+ dir = 1
+ },
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/emergency_room)
+"hCC" = (
+/obj/effect/hybrisa/decal/dirt,
+/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)
+"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,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/power_plant/fusion_generators)
+"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{
+ 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/autoname{
+ dir = 1
+ },
+/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/caves/south_east_caves)
+"hDv" = (
+/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/outdoors/landing_zone_2)
+"hDw" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"hDx" = (
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = 34
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/east_caves)
+"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)
+"hDF" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/floor)
+"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)
+"hDV" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/shard,
+/obj/effect/decal/cleanable/blood/oil,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/east_central_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"
+ },
+/obj/effect/landmark/corpsespawner/hybrisa/civilian,
+/obj/effect/decal/cleanable/blood,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"hEd" = (
+/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1,
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 8
+ },
+/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/snacks/meatpizzaslice{
+ layer = 4;
+ pixel_x = 3;
+ pixel_y = 12
+ },
+/obj/item/pizzabox/pizza_galaxy{
+ pixel_y = 12
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"hEv" = (
+/obj/item/weapon/twohanded/folded_metal_chair,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"hEy" = (
+/obj/structure/fence/dark,
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"hEA" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal_solid_white/autoname,
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi'
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaycentral)
+"hEE" = (
+/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/indoors/landing_zone_2/kmcc_hub_security)
+"hEI" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"hEM" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"hEP" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/airlock/almayer/generic{
+ dir = 2;
+ autoname = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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
+ },
+/turf/closed/wall/r_wall/biodome,
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"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)
+"hFa" = (
+/obj/structure/largecrate/random/barrel/brown,
+/obj/effect/decal/cleanable/blood/oil/streak,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"hFc" = (
+/obj/effect/decal/strata_decals/catwalk/prison,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/shiva{
+ icon_state = "radiator_tile2"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"hFe" = (
+/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"hFs" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_4";
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/fire/firebarrel{
+ pixel_y = 6;
+ pixel_x = 6
+ },
+/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/lv759/indoors/wy_research_complex/dormsfoyer)
+"hFL" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/plastic/black{
+ dir = 8
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/largecrate/random/secure,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"hFO" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -1;
+ pixel_y = 1
+ },
+/obj/effect/decal/cleanable/blood,
+/obj/effect/landmark/corpsespawner/hybrisa/civilian_office,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/spaceport/starglider)
+"hFP" = (
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/maintenance_south)
+"hFU" = (
+/obj/structure/platform_decoration/hybrisa/engineer_corner,
+/obj/structure/platform_decoration/hybrisa/engineer_corner{
+ dir = 8
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"hGb" = (
+/obj/structure/largecrate/random/barrel/black{
+ layer = 2
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/west_caves)
+"hGe" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"hGj" = (
+/obj/structure/window/framed/hybrisa/colony/engineering,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/recycling_plant)
+"hGn" = (
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 4
+ },
+/area/lv759/indoors/meridian/meridian_office)
+"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)
+"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
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/emergency_room)
+"hGx" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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/offempty,
+/turf/open/floor/bluegrid,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"hGB" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/medical{
+ dir = 1;
+ layer = 5
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/indoors/derelict_ship)
+"hGG" = (
+/obj/structure/machinery/space_heater/radiator/red{
+ dir = 8
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 8
+ },
+/area/lv759/indoors/weyyu_office)
+"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,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"hGS" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{
+ dir = 1
+ },
+/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/lv759/indoors/wy_research_complex/cafeteria)
+"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)
+"hHo" = (
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 8
+ },
+/obj/structure/platform/hybrisa/rockdark,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/north_west_caves)
+"hHp" = (
+/obj/structure/barricade/handrail/kutjevo{
+ dir = 8;
+ layer = 4;
+ level = 4
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"hHs" = (
+/obj/item/tool/pen/blue{
+ pixel_x = -6
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "sterile"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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/lv759/indoors/wy_research_complex/reception)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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/snow_suit/hybrisa/parka_green{
+ pixel_y = 2
+ },
+/obj/structure/coatrack,
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastbedrooms)
+"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
+ },
+/obj/structure/sign/safety/east{
+ pixel_x = -19;
+ pixel_y = 32
+ },
+/obj/structure/sign/poster/propaganda{
+ pixel_y = 32
+ },
+/obj/structure/sign/poster/ad{
+ pixel_x = 7;
+ pixel_y = 38;
+ layer = 3.2
+ },
+/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/hybrisa/decal/dirt,
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = -4
+ },
+/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)
+"hIj" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/cargo_container/kelland/left,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/landing_zone_2)
+"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/lv759/indoors/wy_research_complex/dormsfoyer)
+"hIx" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/colony/engineering,
+/area/lv759/indoors/recycling_plant/garage)
+"hIy" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"hIB" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/greywyleft,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"hIN" = (
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/apartment/eastentrance)
+"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)
+"hIS" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/obj/item/device/flashlight/lamp/tripod/grey,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/south_west_caves)
+"hIU" = (
+/obj/structure/machinery/computer/med_data,
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/hospital/virology)
+"hIY" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_corner{
+ dir = 8
+ },
+/area/lv759/indoors/meridian/meridian_office)
+"hJe" = (
+/obj/structure/prop/hybrisa/vehicles/Meridian/Turquoise,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"hJf" = (
+/obj/structure/cable/white{
+ color = "#9f8700";
+ icon_state = "6-8";
+ layer = 5;
+ level = 2
+ },
+/obj/structure/cable/white{
+ color = "#007740";
+ icon_state = "1-10";
+ layer = 5;
+ level = 2
+ },
+/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/blue{
+ dir = 4;
+ pixel_y = -9
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"hJi" = (
+/obj/structure/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/westshowers)
+"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/heavyequip)
+"hJp" = (
+/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;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 8
+ },
+/area/lv759/indoors/meridian/meridian_office)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"hJs" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"hJz" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"hJA" = (
+/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark2,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"hJF" = (
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/apartment/westentertainment)
+"hJT" = (
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetpatternbrown,
+/area/lv759/indoors/apartment/eastbedroomsstorage)
+"hJY" = (
+/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Science_2{
+ dir = 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
+ },
+/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/cementflat,
+/area/lv759/indoors/colonial_marshals/changing_room)
+"hKf" = (
+/obj/structure/machinery/conveyor,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"hKg" = (
+/obj/structure/window/framed/hybrisa/spaceport/cell,
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/kitchen)
+"hKk" = (
+/obj/structure/machinery/light,
+/obj/structure/machinery/big_computers/messaging_server/brown{
+ dir = 1
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"hKl" = (
+/obj/structure/filingcabinet{
+ density = 0;
+ icon_state = "chestdrawer";
+ layer = 3.20;
+ pixel_x = 8;
+ pixel_y = 21
+ },
+/obj/structure/filingcabinet{
+ density = 0;
+ icon_state = "chestdrawer";
+ layer = 3.20;
+ pixel_x = -8;
+ pixel_y = 21
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/colonial_marshals/north_office)
+"hKm" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_reception)
+"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/hybrisa/personal/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"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;
+ layer = 4
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/pharmacy)
+"hKN" = (
+/turf/closed/shuttle/ert{
+ icon_state = "wy12"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"hKO" = (
+/obj/structure/surface/table/almayer,
+/obj/item/clipboard,
+/obj/item/paper,
+/obj/item/device/flashlight/pen{
+ pixel_x = 7;
+ pixel_y = 3
+ },
+/obj/item/ammo_casing/bullet,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "red3"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"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)
+"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/indoors/derelict_ship)
+"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)
+"hLs" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"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/indoors/derelict_ship)
+"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)
+"hLF" = (
+/obj/structure/machinery/sentry_holder/wy{
+ 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)
+"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)
+"hMi" = (
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"hMk" = (
+/obj/item/weapon/twohanded/folded_metal_chair{
+ pixel_x = 3;
+ pixel_y = 12
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cuppajoesfloor,
+/area/lv759/indoors/spaceport/cuppajoes)
+"hMo" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/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,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/obj/structure/largecrate/random/barrel/black{
+ layer = 3.2;
+ pixel_x = -6;
+ pixel_y = 4
+ },
+/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/indoors/derelict_ship)
+"hML" = (
+/obj/item/trash/cigbutt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/obj/item/device/flashlight/lamp/tripod/grey,
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"hMN" = (
+/obj/structure/closet/secure_closet/hybrisa/miner,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/sign/poster/wylogo{
+ pixel_y = 32
+ },
+/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/indoors/derelict_ship)
+"hMQ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"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" = (
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 8;
+ color = "#bbbaae"
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"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
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/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)
+"hNp" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/prison{
+ icon_state = "blue"
+ },
+/area/lv759/indoors/power_plant/telecomms)
+"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)
+"hNx" = (
+/obj/structure/closet,
+/obj/item/storage/backpack/satchel,
+/obj/item/tape,
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/colonial_marshals/changing_room)
+"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/westbedrooms)
+"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{
+ color = "#5d524b"
+ },
+/obj/effect/decal/cleanable/blood/oil/streak,
+/obj/effect/hybrisa/decal/doubleroad/lines2{
+ pixel_y = 4
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Taxi{
+ icon_state = "meridian_taxi_damage_2";
+ pixel_x = -3;
+ pixel_y = 3;
+ dir = 8;
+ health = 1750
+ },
+/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)
+"hNN" = (
+/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/outdoors/colony_streets/north_east_street_LZ)
+"hNP" = (
+/obj/structure/cargo_container/hybrisa/containersextended/kelland_right{
+ layer = 4.13
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/landing_zone_2)
+"hNV" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/recycling_plant/synthetic_storage)
+"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)
+"hOo" = (
+/obj/structure/prop/hybrisa/boulders/wide_boulderdark,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/central_caves)
+"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)
+"hOw" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 14
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security)
+"hOx" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"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/bed/roller/hospital/bloody{
+ dir = 1
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/hospital/morgue)
+"hOE" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33;
+ pixel_y = 2
+ },
+/obj/structure/bed/chair/office/light{
+ dir = 8
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_security/checkpoint_west)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"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/westbedrooms)
+"hPh" = (
+/obj/structure/bed/chair{
+ dir = 8;
+ pixel_x = 7;
+ pixel_y = 7;
+ buckling_x = 7;
+ buckling_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)
+"hPn" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_foyer)
+"hPq" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname,
+/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 = "floor1";
+ dir = 8
+ },
+/area/lv759/indoors/power_plant/fusion_generators)
+"hPC" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/morgue)
+"hPL" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/bed/sofa/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/eastfoyer)
+"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)
+"hQi" = (
+/obj/structure/machinery/landinglight/ds1/delaytwo,
+/turf/open/floor/plating,
+/area/lv759/outdoors/landing_zone_2)
+"hQl" = (
+/obj/structure/surface/table/almayer,
+/obj/item/storage/box/beakers,
+/obj/item/tool/hand_labeler,
+/obj/structure/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{
+ light_color = "#00f4ff";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/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)
+"hQC" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{
+ autoname = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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/lv759/indoors/wy_research_complex/weaponresearchlab)
+"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_y = -12
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ pixel_x = 20;
+ pixel_y = -12;
+ layer = 2.9
+ },
+/turf/closed/wall/hybrisa/spaceport_reinforced,
+/area/lv759/indoors/spaceport/cuppajoes)
+"hQL" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/largecrate/random/barrel/black,
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"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" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/hybrisa/tile/darkbrown_bigtile,
+/area/lv759/indoors/recycling_plant/garage)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"hRe" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6,
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"hRu" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/armory_foyer)
+"hRw" = (
+/obj/item/trash/cigbutt,
+/obj/effect/landmark/corpsespawner/hybrisa/civilian,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"hRy" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/effect/hybrisa/decal/tiretrack{
+ pixel_x = 7
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"hRA" = (
+/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 = 30;
+ pixel_x = 6
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/east_caves)
+"hRD" = (
+/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{
+ pixel_x = 4
+ },
+/obj/item/reagent_container/food/drinks/coffeecup/wy{
+ pixel_x = -7;
+ pixel_y = 2;
+ layer = 2.9
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/head_office)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"hRV" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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{
+ pixel_x = -1
+ },
+/turf/open/floor/hybrisa/carpet/carpetred,
+/area/lv759/indoors/casino)
+"hSf" = (
+/obj/structure/platform/hybrisa/metalplatform2{
+ dir = 8
+ },
+/obj/structure/platform/hybrisa/metalplatform2{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/cavedecor/stalagmite4,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"hSk" = (
+/obj/structure/fence/dark/warning,
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/colonial_marshals/hallway_central)
+"hSv" = (
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/apartment/westentertainment)
+"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/indoors/derelict_ship)
+"hSH" = (
+/obj/structure/sign/poster/wylogo{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/meridian/meridian_managersoffice)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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
+ },
+/turf/open/engineership/engineer_floor8{
+ dir = 4
+ },
+/area/lv759/indoors/derelict_ship)
+"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;
+ layer = 6
+ },
+/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
+ },
+/obj/item/smallDelivery{
+ layer = 5;
+ pixel_y = 15
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"hTl" = (
+/obj/item/tool/wirecutters,
+/turf/open/floor/prison{
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"hTn" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/platform/hybrisa/metalplatform6,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"hTA" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/surface/table/reinforced/black,
+/obj/item/reagent_container/food/snacks/donkpocket,
+/obj/item/card/id/pmc/ds{
+ layer = 2.9
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -6;
+ pixel_y = 6
+ },
+/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)
+"hTP" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ level = 1;
+ plane = -7;
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ level = 1;
+ plane = -7;
+ dir = 4;
+ pixel_y = 6
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/central_streets)
+"hTX" = (
+/obj/structure/largecrate/random/barrel{
+ layer = 5.1;
+ pixel_x = 13;
+ pixel_y = 16
+ },
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/item/tool/warning_cone{
+ pixel_x = -9;
+ pixel_y = 20
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/westfoyer)
+"hUd" = (
+/obj/effect/hybrisa/decal/road/lines1,
+/obj/item/shard,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/effect/decal/cleanable/blood/oil,
+/obj/effect/decal/cleanable/blood,
+/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)
+"hUi" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"hUr" = (
+/obj/item/stack/cable_coil/cyan,
+/obj/structure/showcase{
+ breakable = 1;
+ density = 0;
+ desc = null;
+ icon_state = "igniter0";
+ name = "floor panel"
+ },
+/obj/structure/cable/white{
+ color = "550d0d";
+ icon_state = "5-6";
+ layer = 5
+ },
+/obj/structure/cable/white{
+ color = "#9f8700";
+ icon_state = "4-9";
+ layer = 5;
+ level = 2
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/fusion_generators)
+"hUt" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/largecrate/random/barrel/white,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"hUG" = (
+/obj/item/tool/warning_cone{
+ pixel_y = 17
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/landing_zone_2)
+"hUJ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/flora/pottedplant,
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/reception)
+"hUL" = (
+/turf/closed/shuttle/ert{
+ icon_state = "wy14"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"hUX" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood/oil/streak,
+/obj/effect/hybrisa/decal/road/road_stop{
+ dir = 8;
+ icon_state = "stop_decal5"
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"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
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"hVa" = (
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"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/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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,
+/obj/structure/prop/hybrisa/misc/blood/blood1{
+ layer = 3.1;
+ pixel_y = 68
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"hVE" = (
+/obj/structure/window/framed/hybrisa/marshalls/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/head_office)
+"hVH" = (
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "red3"
+ },
+/area/lv759/indoors/spaceport/security_office)
+"hVN" = (
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"hVP" = (
+/obj/structure/barricade/handrail{
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/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/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/garage_reception)
+"hWs" = (
+/obj/structure/blocker/invisible_wall,
+/obj/structure/machinery/door/poddoor{
+ indestructible = 1;
+ needs_power = 0
+ },
+/turf/closed/wall/hybrisa/spaceport_unmeltable,
+/area/lv759/oob)
+"hWx" = (
+/obj/structure/cargo_container/hybrisa/containersextended/kelland_left,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"hWH" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/machinery/door_control/brbutton/alt{
+ id = "hybrisaLZ2_2";
+ name = "north - door-control";
+ indestructible = 1
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/item/reagent_container/food/drinks/coffeecup/wy{
+ layer = 4;
+ pixel_x = 16;
+ pixel_y = 8
+ },
+/obj/item/card/id/guest{
+ pixel_y = 12
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "red"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security)
+"hWI" = (
+/obj/structure/prop/turbine,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"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/buildinggreebliessmall/smallvent3{
+ 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/lv759/indoors/wy_research_complex/mainlabs)
+"hWP" = (
+/turf/open/floor/prison{
+ icon_state = "blue_plate"
+ },
+/area/lv759/indoors/hospital/outgoing)
+"hWS" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/weyyu_office)
+"hWW" = (
+/obj/structure/largecrate/random/case,
+/obj/item/ammo_magazine/smg/nailgun,
+/obj/structure/pipes/vents/pump_hybrisa,
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"hXe" = (
+/obj/structure/platform_decoration/hybrisa/engineer_corner,
+/obj/structure/platform_decoration/hybrisa/engineer_corner{
+ dir = 8
+ },
+/obj/structure/blackgoocontainer{
+ pixel_x = -6;
+ pixel_y = 4
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"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{
+ autoname = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/indoors/derelict_ship)
+"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{
+ color = "#a6aeab"
+ },
+/obj/item/stack/sheet/wood,
+/obj/structure/tunnel/maint_tunnel/hybrisa/no_xeno_desc{
+ pixel_y = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"hXT" = (
+/obj/structure/machinery/photocopier{
+ pixel_y = 4
+ },
+/obj/structure/sign/poster/corporate{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"hXU" = (
+/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark3,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/caves/north_west_caves_outdoors)
+"hXV" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/tcomms_northwest)
+"hYa" = (
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"hYb" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{
+ dir = 1
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"hYe" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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)
+"hYy" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Green{
+ dir = 1;
+ pixel_x = -4
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_street)
+"hYB" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/bed/chair/comfy/teal{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_9";
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/north_street)
+"hYD" = (
+/obj/structure/cargo_container/hybrisa/containersextended/bluewywingsleft,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/colony_streets/south_east_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
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -5;
+ pixel_y = 32
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"hYT" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/colony_floodlight/street{
+ 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/hybrisa/hospital/hospitaldivider{
+ 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/almayer/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
+ },
+/obj/structure/sign/safety/airtraffictower{
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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)
+"hZL" = (
+/obj/structure/prop/hybrisa/misc/redmeter{
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/securityarmory)
+"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)
+"hZW" = (
+/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/indoors/landing_zone_2/kmcc_hub_security)
+"hZZ" = (
+/obj/effect/spawner/random/powercell,
+/obj/item/tool/shovel,
+/obj/item/device/radio{
+ pixel_x = -5;
+ pixel_y = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/surface/table/almayer{
+ color = "#EBD9B7"
+ },
+/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)
+"iam" = (
+/obj/structure/disposalpipe/segment,
+/obj/item/tool/warning_cone{
+ pixel_y = 19
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"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
+ },
+/obj/item/weed_extract{
+ pixel_x = 6;
+ pixel_y = 2
+ },
+/obj/item/weed_extract{
+ pixel_x = -5;
+ pixel_y = -2
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"iaw" = (
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/cargo)
+"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)
+"iaD" = (
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/northfoyer)
+"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)
+"iaX" = (
+/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/prop/hybrisa/fakeplatforms/platform3{
+ icon = 'icons/obj/structures/props/platforms.dmi';
+ icon_state = "hybrisastone"
+ },
+/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/indoors/wy_research_complex/hallwaysoutheast)
+"ibe" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"ibh" = (
+/obj/item/prop/colony/used_flare,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/north_west_caves)
+"ibk" = (
+/obj/structure/machinery/vending/coffee,
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32;
+ layer = 2.8
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"ibu" = (
+/obj/structure/machinery/light/small/blue{
+ dir = 8;
+ layer = 6
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble3{
+ pixel_x = 20;
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ pixel_x = -2;
+ pixel_y = 20
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/south_west_caves)
+"ibv" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"ibA" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/weymart/backrooms)
+"ibB" = (
+/obj/structure/bed/stool,
+/obj/structure/barricade/sandbags/wired{
+ dir = 1
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_2)
+"ibD" = (
+/obj/structure/machinery/light/small,
+/obj/structure/closet/secure_closet/engineering_personal,
+/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)
+"icp" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = 26
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_security/checkpoint_northeast)
+"icq" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"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_LZ)
+"icB" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice12";
+ pixel_y = 16
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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/chair/comfy/hybrisa/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
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/wy_research_complex/changingroom)
+"icR" = (
+/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/lv759/indoors/wy_research_complex/cafeteria)
+"icV" = (
+/obj/structure/bed/chair{
+ dir = 8;
+ pixel_x = 7;
+ pixel_y = 7
+ },
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/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)
+"icY" = (
+/obj/structure/prop/invuln/overhead_pipe{
+ icon_state = "intact";
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"ida" = (
+/obj/structure/largecrate/random/barrel/blue,
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "plating_striped"
+ },
+/area/lv759/indoors/spaceport/heavyequip)
+"idd" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"idr" = (
+/obj/structure/cable{
+ icon_state = "2-4";
+ color = "#550d0d"
+ },
+/obj/structure/cable{
+ icon_state = "4-10";
+ color = "#550d0d"
+ },
+/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)
+"idF" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/weyyu_office)
+"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)
+"idR" = (
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "1-6";
+ layer = 5
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"idT" = (
+/obj/effect/decal/strata_decals/grime/grime4{
+ dir = 4
+ },
+/obj/item/ammo_casing/bullet,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"iea" = (
+/obj/structure/closet/crate,
+/obj/item/storage/briefcase,
+/obj/item/coin/gold,
+/obj/structure/mirror{
+ pixel_y = 32;
+ pixel_x = 4
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/apartment/northapartments)
+"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{
+ autoname = 1;
+ name = "\improper Airlock"
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"ieA" = (
+/obj/structure/closet/crate/trashcart{
+ desc = "A heavy, metal foodcart with wheels.";
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi';
+ icon_closed = "foodcart2";
+ icon_opened = "foodcart2_open";
+ icon_state = "foodcart2";
+ name = "\improper food cart"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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/indoors/derelict_ship)
+"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/indoors/derelict_ship)
+"ifb" = (
+/obj/structure/surface/rack,
+/obj/structure/machinery/light/double/blue,
+/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)
+"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,
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"ifq" = (
+/obj/structure/platform/strata/metal{
+ dir = 1
+ },
+/obj/item/shard,
+/obj/structure/sign/safety/landingzone{
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"ifv" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "docstriping"
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/tile/lightbeige_bigtile,
+/area/lv759/indoors/hospital/paramedics_garage)
+"ifw" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/poster/safety{
+ pixel_x = 5;
+ pixel_y = 32
+ },
+/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/westhallway)
+"ifI" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6,
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 1
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"ifZ" = (
+/obj/structure/fence/dark,
+/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{
+ name = "\improper WY-LWI Horizon Runner HR-150 airlock"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/spaceport/horizon_runner)
+"igg" = (
+/obj/item/prop/colony/used_flare,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/west_caves)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"igo" = (
+/obj/structure/platform_decoration/hybrisa/rockdark,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/caveplateau)
+"igx" = (
+/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
+ },
+/turf/open/hybrisa/street/sidewalkcenter,
+/area/lv759/outdoors/landing_zone_2)
+"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/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"igB" = (
+/obj/structure/bed/chair/wood/normal,
+/turf/open/floor{
+ dir = 5;
+ icon_state = "carpetside"
+ },
+/area/lv759/indoors/bar)
+"igF" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/landing_zone_2)
+"igG" = (
+/obj/structure/machinery/light/double/blue{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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/iv_drip,
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/machinery/flasher{
+ id = "Containment Cell 5";
+ layer = 2.1;
+ name = "Mounted Flash";
+ pixel_y = 30
+ },
+/turf/open/floor/almayer/research/containment/corner_var1{
+ icon_state = "containment_corner_variant_2"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"igZ" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 4
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"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
+ },
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/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,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_14";
+ pixel_y = 17
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"ihm" = (
+/obj/item/trash/eat,
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/clothing/head/hardhat/dblue{
+ pixel_x = 4;
+ pixel_y = 10
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"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,
+/obj/structure/sign/safety/firingrange{
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"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/eastbedroomsstorage)
+"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)
+"ihx" = (
+/obj/structure/closet/emcloset,
+/obj/item/storage/pouch/sling,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"ihy" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/landing_zone_2)
+"ihH" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating{
+ dir = 4;
+ icon_state = "warnplate"
+ },
+/area/lv759/indoors/hospital/paramedics_garage)
+"ihJ" = (
+/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/indoors/landing_zone_2/kmcc_hub_fuel)
+"ihX" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 1
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_3"
+ },
+/obj/structure/machinery/colony_floodlight/traffic{
+ 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
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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)
+"iiq" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/trash/hybrisa/cuppa_joes_static/empty_cup,
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 10
+ },
+/area/lv759/indoors/meridian/meridian_showroom)
+"iir" = (
+/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
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = 34
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"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/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/lv759/indoors/wy_research_complex/mainlabs)
+"iiD" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/closed/wall/hybrisa/marhsalls_reinforced,
+/area/lv759/indoors/colonial_marshals/interrogation)
+"iiI" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"ije" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/westbedrooms)
+"ijh" = (
+/obj/structure/platform/hybrisa/rockdark,
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 4
+ },
+/turf/closed/wall/hybrisa/rock,
+/area/lv759/oob)
+"ijl" = (
+/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark2,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/south_west_caves)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/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/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)
+"ijN" = (
+/obj/item/stack/sheet/metal,
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "plating_striped"
+ },
+/area/lv759/indoors/spaceport/heavyequip)
+"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)
+"ikl" = (
+/obj/structure/stairs/perspective/kutjevo,
+/obj/structure/barricade/handrail/kutjevo{
+ dir = 8
+ },
+/obj/item/prop/alien/hugger,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"ikn" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 8;
+ color = "#7e7d72"
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 6
+ },
+/area/lv759/indoors/meridian/meridian_showroom)
+"ikw" = (
+/obj/structure/machinery/big_computers/computerblack/computer5{
+ indestructible = 1
+ },
+/obj/structure/machinery/door_control{
+ id = "hybrisacolonylockdown";
+ indestructible = 1;
+ name = "Colony Exterior - Lockdown";
+ pixel_x = 1;
+ pixel_y = -5;
+ needs_power = 0
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{
+ light_color = "#00f4ff";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ icon_state = "box"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"iky" = (
+/obj/item/stack/rods,
+/obj/item/stack/sheet/metal,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"ikF" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/pistachios,
+/obj/item/trash/cigbutt{
+ pixel_x = -1;
+ pixel_y = 17
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/maintenance_east)
+"ikG" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/tcomms_northwest)
+"ikH" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/tileblackcheckered,
+/area/lv759/indoors/casino)
+"ikQ" = (
+/obj/structure/platform/hybrisa/metalplatform2{
+ dir = 8
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"ilb" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 3;
+ color = "#a6aeab"
+ },
+/obj/structure/window/reinforced{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"ilm" = (
+/obj/item/stack/sheet/cardboard/small_stack{
+ layer = 2
+ },
+/obj/item/reagent_container/food/drinks/cans/waterbottle{
+ pixel_x = 7;
+ pixel_y = 16
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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"
+ },
+/obj/effect/decal/cleanable/blood/oil,
+/obj/item/shard,
+/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)
+"imf" = (
+/obj/effect/hybrisa/decal/trash{
+ pixel_y = 12
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"imh" = (
+/obj/structure/machinery/space_heater/radiator/red{
+ dir = 4;
+ pixel_y = 7
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/westfoyer)
+"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" = (
+/obj/effect/landmark/survivor_spawner,
+/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,
+/obj/item/handcuffs,
+/obj/structure/sign/poster/clf{
+ pixel_y = 32
+ },
+/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 = 4;
+ pixel_x = 3;
+ pixel_y = 12
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"imX" = (
+/obj/structure/bed/chair/comfy/beige,
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_showroom)
+"ina" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/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
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/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/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/recycling_plant/synthetic_storage)
+"inr" = (
+/obj/structure/blackgoocontainer{
+ pixel_x = -6;
+ pixel_y = 4
+ },
+/obj/structure/blackgoocontainer{
+ pixel_x = 8;
+ pixel_y = 4
+ },
+/turf/open/engineership/engineer_floor2,
+/area/lv759/indoors/derelict_ship)
+"inw" = (
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1,
+/obj/structure/platform/hybrisa/metalplatform6{
+ 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)
+"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 = 8
+ },
+/obj/structure/machinery/light/spot/blue{
+ dir = 1
+ },
+/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/lv759/indoors/wy_research_complex/mainlabs)
+"iok" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/closet/hydrant{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"iop" = (
+/obj/effect/decal/strata_decals/grime/grime1{
+ icon_state = "grime2"
+ },
+/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)
+"ioA" = (
+/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/outdoors/landing_zone_2)
+"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
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"ioF" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice3";
+ pixel_y = 19
+ },
+/turf/open/floor/hybrisa/metal/grated,
+/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)
+"ioH" = (
+/obj/structure/machinery/light,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "plating_striped"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"ioZ" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/northapartments)
+"ipf" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/colony_floodlight/street{
+ 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)
+"ipx" = (
+/obj/item/stack/sheet/cardboard{
+ layer = 1
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = 4
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -10;
+ pixel_y = 32;
+ layer = 4
+ },
+/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)
+"ipz" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/obj/structure/closet/hydrant{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"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)
+"ipN" = (
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"ipQ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/armory_foyer)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"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/lv759/indoors/wy_research_complex/weaponresearchlab)
+"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)
+"iqV" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/northeast)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"irf" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat,
+/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/eastfoyer)
+"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/item/tool/surgery/circular_saw,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"irK" = (
+/obj/structure/machinery/meter{
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"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"
+ },
+/obj/item/ammo_casing/bullet,
+/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 = "darkbrown3"
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"irX" = (
+/obj/effect/decal/strata_decals/grime/grime3,
+/obj/structure/prop/hybrisa/misc/urinal{
+ pixel_y = 32;
+ pixel_x = -6
+ },
+/obj/structure/prop/hybrisa/misc/urinal{
+ pixel_y = 32;
+ pixel_x = 16
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"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
+ },
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_6";
+ pixel_y = 12
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"isl" = (
+/obj/item/shard,
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 8;
+ pixel_y = 12
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"isq" = (
+/obj/structure/prop/invuln/minecart_tracks/bumper{
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_y = 12;
+ pixel_x = -4
+ },
+/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
+ },
+/obj/structure/platform_decoration/shiva{
+ dir = 8
+ },
+/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)
+"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 = "floor1"
+ },
+/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)
+"isV" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ layer = 4
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/outdoors/colony_streets/north_street)
+"isY" = (
+/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/outdoors/landing_zone_2)
+"isZ" = (
+/turf/open/engineership/ship_hull,
+/area/lv759/oob)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"itP" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 4
+ },
+/obj/structure/blackgoocontainer{
+ pixel_x = -2
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"itS" = (
+/obj/structure/prop/hybrisa/misc/fake/lattice/full,
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/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/outdoors/colony_streets/south_east_street)
+"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/indoors/derelict_ship)
+"iuj" = (
+/obj/structure/machinery/door/airlock/almayer/engineering/autoname{
+ dir = 1
+ },
+/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
+ },
+/obj/structure/sign/safety/autoopenclose{
+ pixel_y = 32
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"iuu" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/effect/spawner/random/toolbox{
+ layer = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/sign/safety/high_voltage{
+ pixel_x = 12;
+ pixel_y = 32
+ },
+/obj/structure/sign/safety/fire_haz{
+ pixel_y = 32
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/gas_generators)
+"iuA" = (
+/obj/structure/platform_decoration{
+ dir = 4
+ },
+/obj/structure/largecrate/random/barrel/black,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_caves)
+"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,
+/obj/structure/sign/poster/safety{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile,
+/area/lv759/indoors/mining_outpost/east_deploymentbay)
+"iuL" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/garage)
+"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/buildinggreebliessmall/smallvent3{
+ 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)
+"iuY" = (
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/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)
+"ivj" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ pixel_y = -1
+ },
+/obj/structure/largecrate/random/case/small,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"ivk" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"ivq" = (
+/obj/structure/barricade/sandbags{
+ dir = 1;
+ icon_state = "sandbag_0"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"ivG" = (
+/obj/structure/machinery/light{
+ dir = 4
+ },
+/obj/structure/bed/hybrisa/hospital/hospitaldivider,
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"ivJ" = (
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1,
+/area/lv759/indoors/meridian/meridian_factory)
+"ivK" = (
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/northfoyer)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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
+ },
+/obj/structure/sign/poster/wylogo{
+ pixel_y = 32
+ },
+/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"
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Blue{
+ icon_state = "meridian_blue_damage_2";
+ health = 1750;
+ pixel_y = 4;
+ dir = 1;
+ pixel_x = -6
+ },
+/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
+ },
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"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{
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ color = "#bbbaae"
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 8;
+ color = "#bbbaae"
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"iwn" = (
+/obj/item/trash/eat{
+ pixel_x = 10;
+ pixel_y = 10
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"iwx" = (
+/obj/effect/hybrisa/decal/grate{
+ dir = 1
+ },
+/turf/open/auto_turf/hybrisashale/layer0_plate,
+/area/lv759/outdoors/caveplateau)
+"iwy" = (
+/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"
+ },
+/turf/open/floor/almayer{
+ icon_state = "test_floor4"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"iwD" = (
+/obj/structure/surface/table/reinforced/almayer_B,
+/obj/item/stack/sheet/cardboard,
+/obj/structure/machinery/chem_dispenser/soda{
+ pixel_y = 22
+ },
+/obj/item/pizzabox/pizza_galaxy/mystery/stack{
+ pixel_y = 8
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "blue3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"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)
+"iwW" = (
+/obj/structure/platform_decoration{
+ dir = 1
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/landing_zone_1)
+"iwX" = (
+/obj/effect/decal/cleanable/blood/oil/streak,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"ixa" = (
+/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/landing_zone_2)
+"ixd" = (
+/obj/structure/largecrate/random/barrel/yellow,
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_y = 32
+ },
+/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{
+ color = "#5d524b"
+ },
+/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)
+"ixq" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/sign/safety/bulkhead_door{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/north_caves)
+"ixt" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"ixu" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform3{
+ dir = 1
+ },
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"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{
+ pixel_x = 9;
+ pixel_y = 14;
+ layer = 4.2
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"ixx" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/bar/entertainment)
+"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{
+ pixel_y = -2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/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/effect/decal/warning_stripes{
+ icon_state = "SW-out"
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/kelland_right{
+ layer = 4.12
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/north_east_caves)
+"ixQ" = (
+/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/outdoors/landing_zone_2)
+"ixR" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/weymart)
+"ixS" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_6"
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"ixT" = (
+/obj/structure/prop/hybrisa/vehicles/Mining_Crawlers{
+ icon_state = "mining_crawler_4";
+ pixel_x = 5
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"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
+ },
+/obj/item/stack/sheet/metal,
+/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)
+"iyl" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"iyr" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/warning_stripes{
+ 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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/hallway_northwest)
+"iyt" = (
+/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/outdoors/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)
+"iyD" = (
+/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/outdoors/landing_zone_2)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"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/Colony_Crawlers/Science_1{
+ dir = 8
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/west_caves)
+"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/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/blocker/invisible_wall,
+/obj/structure/machinery/light/blue{
+ dir = 4
+ },
+/turf/open/shuttle/escapepod{
+ icon_state = "floor1"
+ },
+/area/lv759/oob)
+"izC" = (
+/obj/structure/machinery/door/airlock/almayer/security/glass/reinforced/colony{
+ autoname = 1;
+ name = "autoname"
+ },
+/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/northapartments)
+"izE" = (
+/turf/open/floor/prison,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"izF" = (
+/obj/effect/decal/cleanable/blood/oil/streak,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"izJ" = (
+/obj/effect/hybrisa/decal/road/lines1,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"izN" = (
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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/indoors/derelict_ship)
+"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
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -6;
+ pixel_y = 6
+ },
+/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{
+ pixel_x = 1
+ },
+/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,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 4
+ },
+/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/lv759/indoors/wy_research_complex/securitycommand)
+"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/indoors/derelict_ship)
+"iAv" = (
+/obj/structure/machinery/light/double/blue{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"iAB" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Mining{
+ dir = 1
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"iAE" = (
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/hybrisa/tile/tilewhite,
+/area/lv759/indoors/hospital/patient_ward)
+"iAT" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{
+ autoname = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"iAW" = (
+/obj/structure/platform/strata/metal{
+ dir = 4
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/hallway_northwest)
+"iBa" = (
+/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble7{
+ pixel_x = 2;
+ pixel_y = 10
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/central_caves)
+"iBc" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"iBh" = (
+/obj/effect/hybrisa/decal/road/road_stop{
+ icon_state = "stop_decal3"
+ },
+/obj/structure/largecrate/random/barrel/black,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"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
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"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/prison{
+ dir = 4;
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"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)
+"iBD" = (
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging/corner{
+ 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/buildinggreebliessmall/smallvent2{
+ pixel_y = 25
+ },
+/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"
+ },
+/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/lv759/indoors/wy_research_complex/securityarmory)
+"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/lv759/indoors/wy_research_complex/securityarmory)
+"iCp" = (
+/obj/structure/machinery/chem_storage/research{
+ icon_state = "operator_open"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"iCq" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/machinery/light/spot/blue{
+ dir = 1;
+ pixel_y = 22
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"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)
+"iCB" = (
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/cargo)
+"iCF" = (
+/obj/item/shard,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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/outdoors/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/item/reagent_container/glass/beaker/vial,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"iCN" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_reception)
+"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
+ },
+/obj/structure/prop/hybrisa/misc/blood/blood3{
+ layer = 4;
+ pixel_y = 60
+ },
+/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/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"iDt" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/medical,
+/turf/open/floor/prison{
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/reception)
+"iDv" = (
+/obj/structure/blackgoocontainer{
+ icon_state = "blackgoocontainer2";
+ dir = 4
+ },
+/turf/open/engineership/engineer_floor1,
+/area/lv759/indoors/derelict_ship)
+"iDz" = (
+/obj/item/trash/cigbutt{
+ pixel_x = 1;
+ pixel_y = 8
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/central_streets)
+"iDH" = (
+/obj/structure/cargo_container/watatsumi/left{
+ layer = 2.9
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"iDI" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/machinery/light/spot/blue{
+ dir = 1;
+ pixel_y = 22
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "SW-out"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "SE-out"
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"iDM" = (
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_21"
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/indoors/derelict_ship)
+"iDU" = (
+/obj/structure/prop/invuln/overhead_pipe{
+ icon_state = "intact";
+ color = "#a6aeab"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -1;
+ pixel_y = 1
+ },
+/obj/structure/machinery/light/spot/blue{
+ dir = 1;
+ pixel_y = 22
+ },
+/obj/structure/prop/invuln/pipe_water{
+ color = "#7ccc5f"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"iEe" = (
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/pressroom)
+"iEh" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/stack/sheet/cardboard,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/dark,
+/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)
+"iEM" = (
+/obj/structure/largecrate/random/mini/ammo{
+ pixel_y = 12
+ },
+/obj/structure/largecrate/random/mini/small_case{
+ pixel_x = -6;
+ pixel_y = -5
+ },
+/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/hybrisa/generic/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/meridian/meridian_foyer)
+"iEX" = (
+/obj/structure/machinery/light,
+/obj/structure/bed/chair/office/light{
+ dir = 1
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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{
+ 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/lv759/indoors/wy_research_complex/xenobiology)
+"iFq" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/billboardsandsigns/bigbillboards{
+ dir = 5;
+ pixel_x = -14;
+ pixel_y = 34
+ },
+/obj/structure/sign/poster/ad{
+ layer = 4;
+ pixel_x = 12;
+ pixel_y = 32
+ },
+/obj/structure/sign/poster/ad{
+ pixel_x = 4;
+ pixel_y = 38
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"iFs" = (
+/obj/effect/decal/cleanable/blood/oil/streak,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"iFF" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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)
+"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)
+"iGi" = (
+/obj/structure/closet/secure_closet/hybrisa/marshal,
+/obj/item/clothing/suit/storage/cmb/hybrisa,
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_north_locker)
+"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/machinery/door_control{
+ id = "hybrisacasinovault";
+ name = "Vault Lockdown"
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/casino/casino_office)
+"iGJ" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/weyyu_office)
+"iGN" = (
+/obj/structure/machinery/sentry_holder/wy{
+ dir = 4;
+ pixel_x = -24;
+ layer = 4
+ },
+/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/handcuffs,
+/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa{
+ pixel_y = 4
+ },
+/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)
+"iHF" = (
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_y = 12;
+ pixel_x = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/south_caves)
+"iHH" = (
+/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyleft{
+ layer = 4.2
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/north_west_caves)
+"iHI" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"iHJ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12;
+ layer = 4.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/lv759/indoors/wy_research_complex/xenobiology)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"iHS" = (
+/obj/item/reagent_container/food/snacks/packaged_burger,
+/obj/structure/machinery/light/small{
+ dir = 8
+ },
+/obj/structure/surface/table/almayer{
+ color = "#848484"
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/obj/item/reagent_container/food/drinks/coffeecup/wy{
+ pixel_x = 12
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"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{
+ dir = 4
+ },
+/obj/item/prop/almayer/flight_recorder/colony{
+ pixel_x = -6;
+ pixel_y = 10
+ },
+/obj/structure/machinery/big_computers/messaging_server/brown{
+ dir = 1
+ },
+/turf/open/floor/hybrisa/metal/bluemetalfull,
+/area/lv759/indoors/spaceport/flight_control_room)
+"iIF" = (
+/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/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)
+"iIP" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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/structure/cable/white{
+ color = "550d0d";
+ icon_state = "1-9";
+ layer = 5
+ },
+/obj/item/reagent_container/food/drinks/coffeecup/wy{
+ layer = 4;
+ pixel_x = 16;
+ pixel_y = 8
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"iJk" = (
+/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/outdoors/landing_zone_1)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"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
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_8";
+ pixel_y = 12
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/outdoors/power_plant/transformers_north)
+"iJJ" = (
+/obj/item/tool/warning_cone{
+ pixel_x = -10;
+ pixel_y = 11
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"iJL" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"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)
+"iJX" = (
+/obj/structure/window/reinforced,
+/obj/structure/machinery/shower{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"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/closet/phonebox_off{
+ pixel_x = 6
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"iKt" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"iKA" = (
+/obj/structure/closet/secure_closet/freezer/fridge/full,
+/obj/structure/machinery/light/spot,
+/turf/open/floor/hybrisa/tile/tilered,
+/area/lv759/indoors/pizzaria)
+"iKB" = (
+/obj/item/stack/sheet/metal,
+/obj/item/stack/rods,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/west_caves)
+"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)
+"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" = (
+/obj/structure/machinery/crema_switch{
+ id = "Hybrisa_Crem_switch1";
+ pixel_y = 32
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/hospital/morgue)
+"iKY" = (
+/obj/structure/barricade/handrail/hybrisa/handrail,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red,
+/area/lv759/indoors/electical_systems/substation1)
+"iLb" = (
+/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)
+"iLg" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/colony/engineering,
+/area/lv759/indoors/recycling_plant_office)
+"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/Meridian/Brown{
+ dir = 1;
+ pixel_x = 8
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"iLw" = (
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/apartment/northapartments)
+"iLC" = (
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1,
+/obj/structure/prop/hybrisa/fakeplatforms/platform3{
+ icon = 'icons/obj/structures/props/platforms.dmi';
+ icon_state = "hybrisastone"
+ },
+/obj/structure/sign/safety/security{
+ pixel_x = -18
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4;
+ pixel_y = 6
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 4
+ },
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"iLD" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "docstriping"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/obj/structure/prop/hybrisa/misc/blood/blood3{
+ pixel_y = 32;
+ pixel_x = -12
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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)
+"iLQ" = (
+/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyleft{
+ 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,
+/obj/item/trash/cigbutt{
+ pixel_x = 1;
+ pixel_y = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/machinery/colony_floodlight/traffic_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/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood,
+/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)
+"iMs" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/tool/warning_cone,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"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{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/central_streets)
+"iMD" = (
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_21"
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 5
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"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/cargo_container/hybrisa/containersextended/greywyright{
+ layer = 6;
+ pixel_x = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"iMT" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "squares"
+ },
+/area/lv759/indoors/power_plant/gas_generators)
+"iMX" = (
+/obj/structure/machinery/light/small/blue{
+ dir = 4
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/spaceport/cargo)
+"iNb" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/janitor)
+"iNg" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1,
+/obj/effect/hybrisa/decal/engineership_corners{
+ dir = 8
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"iNh" = (
+/obj/structure/platform_decoration{
+ dir = 4
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/emptymedicalright{
+ pixel_x = 16;
+ layer = 4
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/landing_zone_1)
+"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)
+"iNu" = (
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"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{
+ autoname = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/meridian/meridian_factory)
+"iNC" = (
+/obj/item/tool/warning_cone{
+ pixel_x = -21;
+ pixel_y = 3
+ },
+/obj/structure/machinery/door_control/brbutton{
+ id = "hybrisa_mining_lockdown2";
+ indestructible = 1;
+ layer = 4;
+ name = "lockdown button";
+ pixel_y = 26
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/east_caves)
+"iNJ" = (
+/obj/structure/barricade/handrail{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/poster/wylogo{
+ pixel_y = 32;
+ layer = 2.9
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_security/checkpoint_west)
+"iNZ" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -1;
+ pixel_y = 1
+ },
+/obj/effect/landmark/corpsespawner/hybrisa/cmb_officer,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/hallway_north_locker)
+"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)
+"iOc" = (
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 4;
+ color = "#bbbaae"
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_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/hybrisa/miner,
+/obj/item/explosive/plastic{
+ desc = "A compact explosive charge for controlled demolitions. Looks to be made from C4";
+ name = "Mining explosives"
+ },
+/obj/structure/sign/poster/kellandmining{
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/processing)
+"iOt" = (
+/obj/structure/stairs{
+ color = "#b7b8b2"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/east{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"iOE" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33;
+ pixel_y = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/bed/stool{
+ buckling_y = 14;
+ layer = 4;
+ pixel_y = 10;
+ pixel_x = -2
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_foyer)
+"iOH" = (
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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/docking_bay_2)
+"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/dark,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/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)
+"iOY" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ id = "hybrisa_mining_lockdown3";
+ name = "Emergency Lockdown";
+ dir = 4;
+ unacidable = 1;
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"iPq" = (
+/obj/structure/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "kitchen"
+ },
+/area/lv759/indoors/spaceport/kitchen)
+"iPt" = (
+/obj/structure/machinery/big_computers/computerblack/computer2{
+ pixel_y = 8
+ },
+/obj/structure/barricade/handrail{
+ dir = 4
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/spaceport/cargo)
+"iPv" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 1
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"iPE" = (
+/obj/effect/decal/strata_decals/grime/grime3{
+ icon_state = "grime4"
+ },
+/obj/effect/decal/strata_decals/grime/grime3,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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;
+ pixel_y = 22
+ },
+/obj/structure/sign/safety/opens_up{
+ pixel_x = 7;
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"iPZ" = (
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/oob)
+"iQa" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/hybrisa/civilian,
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/westshowers)
+"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;
+ layer = 6
+ },
+/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)
+"iRe" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic_solid/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/changingroom)
+"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;
+ autoname = 1;
+ name = "\improper Airlock"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/northeast)
+"iRl" = (
+/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/hybrisa,
+/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa,
+/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead,
+/obj/structure/window/reinforced,
+/obj/structure/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "red"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security)
+"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/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/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,
+/obj/structure/sign/poster/safety{
+ pixel_x = -4;
+ pixel_y = 34
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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{
+ autoname = 1;
+ name = "\improper Airlock"
+ },
+/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/indoors/derelict_ship)
+"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)
+"iSo" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"iSs" = (
+/obj/structure/machinery/chem_simulator{
+ icon_state = "operator_open"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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{
+ color = "#5d524b"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ icon_state = "zbrownfloor2";
+ dir = 4
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"iSJ" = (
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"iSK" = (
+/obj/structure/platform/hybrisa/metalplatform2{
+ dir = 8
+ },
+/obj/structure/sign/safety/medical{
+ pixel_x = -17
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"iTf" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison,
+/area/lv759/indoors/garage_workshop)
+"iTh" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/machinery/computer/cameras{
+ dir = 8
+ },
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/colonial_marshals/office)
+"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)
+"iTl" = (
+/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/hybrisarandomprops.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)
+"iTp" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"iTs" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/westentertainment)
+"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_LZ)
+"iTI" = (
+/obj/item/trash/burger,
+/obj/effect/decal/strata_decals/grime/grime3{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/colonial_marshals/hallway_central)
+"iTL" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/wood/orange{
+ pixel_x = 4;
+ pixel_y = 12;
+ layer = 3.6
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"iTN" = (
+/obj/effect/decal/cleanable/blood,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/west_caves)
+"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,
+/obj/structure/sign/safety/two{
+ pixel_y = 32;
+ pixel_x = -4
+ },
+/obj/structure/sign/poster/kellandmining{
+ pixel_y = 32;
+ pixel_x = 8
+ },
+/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,
+/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)
+"iUa" = (
+/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{
+ dir = 1;
+ welded = 1
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/oob)
+"iUi" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 1
+ },
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ layer = 4
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/WeylandYutani{
+ dir = 8;
+ pixel_y = 3
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"iUp" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/garage)
+"iUy" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 2
+ },
+/obj/item/ammo_magazine/smg/p90,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_security/checkpoint_west)
+"iUz" = (
+/obj/structure/tunnel/maint_tunnel/hybrisa/grate/no_xeno_desc{
+ pixel_x = -5;
+ pixel_y = 12
+ },
+/turf/closed/wall/hybrisa/marhsalls_reinforced,
+/area/lv759/indoors/colonial_marshals/north_office)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/south_caves)
+"iUM" = (
+/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/landing_zone_2)
+"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/hybrisa/hospital/hospitaldivider,
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"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/cargo_container/hybrisa/containersextended/blackwyleft{
+ layer = 6;
+ pixel_x = -5
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"iVl" = (
+/turf/open/floor/hybrisa/carpet/carpetblue,
+/area/lv759/indoors/apartment/westentertainment)
+"iVu" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_showroom)
+"iVB" = (
+/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
+ },
+/turf/open/hybrisa/street/sidewalkcenter,
+/area/lv759/outdoors/landing_zone_2)
+"iVD" = (
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/west_caves)
+"iVG" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/floor)
+"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/indoors/derelict_ship)
+"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)
+"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
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/trash/green,
+/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/crowbar,
+/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/hybrisa/metal/stripe_red,
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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)
+"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)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"iWy" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/hallway_north_locker)
+"iWB" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/platform,
+/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)
+"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)
+"iWK" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/supermartfloor2,
+/area/lv759/indoors/power_plant/workers_canteen_kitchen)
+"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,
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat,
+/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/buildinggreebliessmall/smallvent3{
+ 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_LZ)
+"iXe" = (
+/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{
+ light_color = "#FF0000";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"iXg" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/prop/invuln/lattice_prop{
+ dir = 1;
+ icon_state = "lattice-simple";
+ pixel_x = 16;
+ pixel_y = -15
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"iXi" = (
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/colony_streets/south_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/structure/machinery/cryobag_recycler,
+/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)
+"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,
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Red{
+ icon_state = "meridian_red_damage_2";
+ health = 1750;
+ dir = 1;
+ pixel_x = 6;
+ pixel_y = 2
+ },
+/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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"iXF" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"iXR" = (
+/obj/structure/disposalpipe/segment,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 3;
+ pixel_y = 20;
+ layer = 5
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/north_street)
+"iXV" = (
+/obj/item/tool/warning_cone{
+ layer = 2;
+ pixel_x = -13;
+ pixel_y = 19
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"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,
+/obj/effect/landmark/xeno_spawn,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"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/indoors/derelict_ship)
+"iYm" = (
+/obj/item/trash/cigbutt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"iYw" = (
+/obj/structure/machinery/conveyor{
+ dir = 8;
+ id = "cargo_container"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/platform{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Science_1{
+ dir = 1;
+ layer = 2.9
+ },
+/turf/open/floor/corsat{
+ icon_state = "squares"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"iYL" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood/oil/streak,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 4;
+ pixel_y = 7
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"iYR" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"iZe" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/effect/decal/cleanable/blood,
+/obj/item/ammo_magazine/smg/p90,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"iZh" = (
+/obj/structure/machinery/recharge_station,
+/obj/structure/cable/white{
+ color = "#9f8700";
+ icon_state = "4-8";
+ layer = 5;
+ level = 2
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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
+ },
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32;
+ layer = 2.8
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"iZo" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 6
+ },
+/turf/open/hybrisa/street/cement2,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"iZq" = (
+/obj/effect/hybrisa/decal/road/roadmiddle{
+ dir = 8;
+ pixel_x = 16
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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/colony_streets/south_west_street_comms)
+"iZv" = (
+/obj/structure/blocker/forcefield/vehicles,
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/recycling_plant/synthetic_storage)
+"iZy" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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,
+/obj/structure/platform_decoration/shiva{
+ dir = 1
+ },
+/obj/structure/platform_decoration/shiva{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_caves)
+"iZM" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/atm{
+ icon = 'icons/obj/structures/props/64x64_hybrisarandomprops.dmi';
+ pixel_x = 6;
+ pixel_y = 11
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"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,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_east_caves)
+"iZU" = (
+/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/outdoors/landing_zone_2)
+"jah" = (
+/obj/structure/blocker/invisible_wall,
+/turf/closed/shuttle/dropship2/WY/StarGlider{
+ icon_state = "damaged_console1";
+ opacity = 0
+ },
+/area/lv759/indoors/spaceport/starglider)
+"jai" = (
+/obj/structure/machinery/light/spot/blue{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"jat" = (
+/obj/structure/machinery/power/smes/buildable{
+ name = "colony distribution SMES"
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_off{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/power_plant/telecomms)
+"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/prop/hybrisa/misc/deco_edging{
+ dir = 1;
+ color = "#bbbaae"
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"jaQ" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/power_plant)
+"jba" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 4
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/obj/effect/decal/cleanable/blood/drip,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_east_caves)
+"jbe" = (
+/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
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_off{
+ dir = 1;
+ pixel_y = 32
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/engineering)
+"jbh" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/fakeplatforms/platform3{
+ layer = 4.1
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"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/effect/decal/warning_stripes{
+ icon_state = "NW-out";
+ layer = 2.5
+ },
+/turf/open/floor/almayer{
+ dir = 6;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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)
+"jbO" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_4{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/closed/wall/hybrisa/spaceport,
+/area/lv759/indoors/spaceport/maintenance_east)
+"jbQ" = (
+/obj/structure/filingcabinet,
+/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)
+"jcj" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecaltopleft"
+ },
+/obj/item/lightstick/red/spoke/planted,
+/turf/open/floor/plating/kutjevo,
+/area/lv759/outdoors/landing_zone_1)
+"jcl" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = -1;
+ pixel_y = 17
+ },
+/obj/item/clothing/suit/storage/hazardvest/sanitation,
+/obj/structure/noticeboard{
+ pixel_y = 32
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"jcq" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/barricade/handrail/strata,
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/power_plant/power_storage)
+"jcr" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice3";
+ pixel_x = 6;
+ pixel_y = 19
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"jcw" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackcorner"
+ },
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"jcx" = (
+/obj/effect/landmark/static_comms/net_two{
+ layer = 4
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "blue"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street_comms)
+"jcy" = (
+/obj/effect/hybrisa/decal/road/roadmiddle{
+ dir = 8;
+ pixel_x = 16
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"jcF" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1,
+/obj/structure/inflatable/door{
+ layer = 2
+ },
+/turf/open/engineership/engineer_floor2,
+/area/lv759/indoors/derelict_ship)
+"jcK" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"jcO" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/bar)
+"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)
+"jdf" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecalleft"
+ },
+/obj/structure/sign/safety/west{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 4
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"jdr" = (
+/obj/structure/cargo_container/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/indoors/derelict_ship)
+"jdy" = (
+/obj/structure/target,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/colonial_marshals/armory_firingrange)
+"jdA" = (
+/obj/structure/platform{
+ dir = 4;
+ layer = 4
+ },
+/obj/item/device/flashlight/lamp/tripod,
+/obj/item/tool/warning_cone{
+ pixel_x = -22;
+ pixel_y = -7
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_caves)
+"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/eastbedrooms)
+"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/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"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"
+ },
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 8;
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"jdU" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"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{
+ pixel_y = -2
+ },
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 8;
+ pixel_y = 12
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/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
+ },
+/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/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/engineering)
+"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)
+"jep" = (
+/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/shard,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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/heavyequip)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/prison{
+ dir = 10
+ },
+/area/lv759/indoors/hospital/virology)
+"jft" = (
+/obj/structure/platform/hybrisa/metalplatform3{
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/kutjevo/grey,
+/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/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_casing/bullet,
+/obj/item/ammo_casing/bullet,
+/obj/item/ammo_magazine/revolver/spearhead/hollowpoint,
+/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/lv759/indoors/wy_research_complex/mainlabs)
+"jfP" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/reagent_container/glass/bucket/mopbucket,
+/obj/item/tool/mop{
+ pixel_x = -10
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"jfS" = (
+/obj/structure/prop/hybrisa/misc/urinal/dark{
+ pixel_y = 32;
+ pixel_x = 4
+ },
+/obj/structure/prop/hybrisa/misc/urinal/dark{
+ pixel_y = 32;
+ pixel_x = -16
+ },
+/obj/effect/decal/strata_decals/grime/grime3{
+ icon_state = "grime1"
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"jfY" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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{
+ pixel_x = -1
+ },
+/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/hybrisa/personal/autoname,
+/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
+ },
+/obj/structure/machinery/power/terminal,
+/obj/structure/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/mining_outpost/north_maint)
+"jgr" = (
+/obj/structure/blocker/invisible_wall,
+/turf/open/engineership/ship_hull/non_weedable_hull{
+ 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 = "darkbrown3"
+ },
+/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)
+"jgx" = (
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"jgC" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Brown{
+ 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/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
+ },
+/obj/structure/prop/hybrisa/vehicles/car_pileup,
+/obj/structure/prop/hybrisa/lattice_prop/lattice_3{
+ pixel_x = -26;
+ layer = 6
+ },
+/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)
+"jhc" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 2.1
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/electical_systems/substation1)
+"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)
+"jhk" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/holding_cells)
+"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/outdoors/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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/caves/south_east_caves)
+"jhQ" = (
+/obj/structure/bed/chair{
+ dir = 8;
+ pixel_x = 7;
+ pixel_y = 7
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"jhZ" = (
+/turf/open/hybrisa/street/cement2,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"jib" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"jid" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 1
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"jig" = (
+/obj/item/stack/sheet/cardboard{
+ layer = 1
+ },
+/obj/effect/decal/strata_decals/grime/grime3,
+/obj/effect/hybrisa/decal/dirt_2,
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/south_public_restroom)
+"jio" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ layer = 5;
+ pixel_y = 20;
+ pixel_x = 2
+ },
+/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,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"jiq" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 6
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"jiu" = (
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 4
+ },
+/obj/structure/platform/hybrisa/metalplatform2{
+ dir = 1
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"jiv" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/metergreen{
+ pixel_y = 32
+ },
+/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)
+"jiG" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/power_plant)
+"jiJ" = (
+/turf/open/hybrisa/street/sidewalk{
+ dir = 6
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"jiK" = (
+/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_LZ)
+"jiN" = (
+/obj/effect/hybrisa/decal/WY/WY1{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/structure/machinery/light{
+ unacidable = 1;
+ unslashable = 1
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/obj/item/clothing/glasses/sunglasses/sechud/blue,
+/obj/item/clothing/head/hybrisa/cmb_peaked_cap_gold{
+ pixel_y = 4
+ },
+/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/westrestroom)
+"jjd" = (
+/obj/effect/hybrisa/decal/warningstripes_angled_corner,
+/obj/structure/blocker/invisible_wall,
+/turf/open/engineership/engineer_floor8{
+ dir = 4
+ },
+/area/lv759/indoors/derelict_ship)
+"jjh" = (
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_10"
+ },
+/turf/open/floor/almayer{
+ dir = 6;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"jjI" = (
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_3"
+ },
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_22";
+ pixel_y = 14;
+ pixel_x = -8
+ },
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_25";
+ pixel_x = -8;
+ pixel_y = -1
+ },
+/turf/open/floor/wood,
+/area/lv759/indoors/hospital/cmo_office)
+"jjN" = (
+/obj/structure/pipes/vents/pump_hybrisa,
+/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/storage/belt/security/MP/CMB/full,
+/obj/item/storage/belt/security/MP/CMB/full,
+/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/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/lv759/indoors/caves/wy_research_complex_entrance)
+"jki" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 2
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/power_plant)
+"jkl" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 1
+ },
+/obj/structure/barricade/handrail/strata{
+ layer = 3.1
+ },
+/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,
+/obj/structure/machinery/newscaster{
+ pixel_y = 30
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"jkr" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"jkv" = (
+/obj/structure/platform/strata/metal,
+/turf/open/floor/strata{
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"jkw" = (
+/obj/structure/prop/hybrisa/vehicles/Box_Vans/Blue_Grey,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"jkK" = (
+/obj/structure/closet/crate/trashcart{
+ opened = 1
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"jkL" = (
+/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/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/lv759/indoors/wy_research_complex/mainlabs)
+"jkO" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 1
+ },
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"jkP" = (
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/north_east_caves)
+"jkQ" = (
+/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)
+"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/item/tool/warning_cone{
+ pixel_y = 19
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 4
+ },
+/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)
+"jlm" = (
+/turf/closed/wall/r_wall/bunker{
+ name = "reinforced metal wall"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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/almayer/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{
+ color = "#5d524b"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 3.3
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = -28
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastfoyer)
+"jmu" = (
+/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/outdoors/landing_zone_2)
+"jmz" = (
+/obj/structure/bed/chair/comfy{
+ dir = 4;
+ icon_state = "comfychair_blue"
+ },
+/obj/structure/machinery/light/double/blue{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_north_locker)
+"jmD" = (
+/obj/item/stack/rods,
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"jmJ" = (
+/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/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"jmQ" = (
+/obj/effect/decal/cleanable/blood{
+ icon_state = "xgib1"
+ },
+/obj/item/prop/alien/hugger,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/south_east_caves)
+"jna" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/cigbutt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/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)
+"jnd" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/weymart/maintenance)
+"jnh" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/curtain/red,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/casino)
+"jnr" = (
+/obj/structure/pipes/vents/pump,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/spaceport/heavyequip)
+"jnv" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/office)
+"jnD" = (
+/obj/structure/prop/hybrisa/misc/stoneplanterseats/empty{
+ dir = 1;
+ 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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/recycling_plant)
+"jnK" = (
+/obj/structure/closet/crate,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastbedrooms)
+"jnS" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/reinforced{
+ autoname = 1;
+ name = "\improper Reinforced Airlock"
+ },
+/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)
+"jnX" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/bloodtrail{
+ dir = 5
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/hallway_north_locker)
+"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/lv759/indoors/wy_research_complex/cafeteria)
+"joc" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/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
+ },
+/obj/effect/decal/cleanable/blackgoo{
+ color = "#0079ff";
+ desc = "It's dried to the floor.";
+ name = "spilled paint";
+ alpha = 50;
+ pixel_x = -12;
+ pixel_y = 8
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "darkbrown3"
+ },
+/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)
+"jom" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"jon" = (
+/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 = 12
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4;
+ pixel_y = 6
+ },
+/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)
+"jox" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 1
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = 4
+ },
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"joA" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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/prop/hybrisa/misc/deco_edging{
+ 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/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -6;
+ pixel_y = 6
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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";
+ vehicle_resistant = 1
+ },
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/garage_workshop)
+"jpq" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 1
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"jps" = (
+/obj/effect/hybrisa/decal/road/road_stop{
+ icon_state = "stop_decal3"
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_street)
+"jpy" = (
+/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,
+/obj/effect/hybrisa/decal/road/lines4,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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/dark,
+/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)
+"jpP" = (
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "whitered"
+ },
+/area/lv759/indoors/hospital/operation)
+"jpV" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/shard,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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)
+"jqf" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/garage_workshop)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"jqr" = (
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "cyan3"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"jqC" = (
+/obj/structure/platform/hybrisa/metalplatform3{
+ dir = 1
+ },
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_showroom)
+"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/effect/decal/cleanable/dirt{
+ icon_state = "thermite";
+ name = "impact"
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/effect/decal/cleanable/blood/oil/streak,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Orange{
+ icon_state = "meridian_orange_damage_2";
+ dir = 1;
+ health = 1750;
+ pixel_x = 6
+ },
+/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/westbedrooms)
+"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,
+/obj/item/shard,
+/turf/open/floor/plating,
+/area/lv759/indoors/recycling_plant)
+"jry" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"jrG" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/bananapeel{
+ 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)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"jrQ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/tool/warning_cone{
+ pixel_x = 4;
+ pixel_y = 18
+ },
+/obj/structure/machinery/newscaster{
+ pixel_y = 30
+ },
+/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/pizza_galaxy{
+ pixel_y = 6
+ },
+/obj/item/reagent_container/food/drinks/cans/classcola{
+ pixel_y = 16;
+ pixel_x = 8
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_north)
+"jrY" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/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)
+"jsd" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/effect/hybrisa/decal/road/lines1,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"jse" = (
+/obj/item/trash/cigbutt,
+/obj/item/shard,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/bloodtrail{
+ pixel_x = 5
+ },
+/obj/structure/prop/hybrisa/misc/phonebox/bloody{
+ pixel_x = 8
+ },
+/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)
+"jsh" = (
+/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/outdoors/landing_zone_2)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/wardens_office)
+"jsu" = (
+/obj/structure/machinery/cm_vending/sorted/tech/tool_storage,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/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)
+"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)
+"jsM" = (
+/obj/structure/window/framed/bunker/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/east_command)
+"jsO" = (
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_3";
+ pixel_y = 12
+ },
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"jsU" = (
+/obj/structure/girder,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/north_caves)
+"jsV" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ dir = 4;
+ id = "hybrisaLZ2_4";
+ name = "Emergency Lockdown";
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"jsW" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform4,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"jsZ" = (
+/obj/structure/bed/hybrisa/prisonbed{
+ dir = 4
+ },
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/holding_cells)
+"jtn" = (
+/obj/structure/largecrate/random/mini/ammo{
+ pixel_y = -4;
+ pixel_x = 7
+ },
+/turf/open/floor/interior/wood,
+/area/lv759/indoors/jacks_surplus)
+"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/hybrisa/tile/tilewhite,
+/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)
+"jtH" = (
+/obj/structure/platform_decoration/hybrisa/rockdark,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 2;
+ pixel_y = 20
+ },
+/obj/item/trash/c_tube{
+ pixel_x = -18
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_15";
+ pixel_x = -8;
+ 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)
+"jtW" = (
+/obj/structure/closet/secure_closet/security,
+/obj/structure/machinery/light,
+/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead,
+/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa,
+/obj/item/clothing/under/marine/veteran/pmc/corporate/hybrisa,
+/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/blackgoocontainer{
+ pixel_x = -6;
+ pixel_y = 4
+ },
+/turf/open/engineership/engineer_floor2,
+/area/lv759/indoors/derelict_ship)
+"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
+ },
+/obj/structure/sign/poster/art{
+ pixel_y = 32
+ },
+/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
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"jup" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "SW-out"
+ },
+/obj/structure/machinery/light/blue,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/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/indoors/derelict_ship)
+"juJ" = (
+/obj/structure/surface/table,
+/obj/item/pizzabox/pizza_galaxy/meat{
+ pixel_y = 6
+ },
+/obj/item/reagent_container/food/drinks/cans/classcola{
+ pixel_y = 16;
+ pixel_x = 8
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastfoyer)
+"juK" = (
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor{
+ dir = 8;
+ icon_state = "carpet7-3"
+ },
+/area/lv759/indoors/bar)
+"juN" = (
+/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/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 3;
+ pixel_y = 20;
+ layer = 2.9
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_15";
+ pixel_y = 14
+ },
+/obj/structure/prop/hybrisa/misc/graffiti/graffiti3{
+ pixel_x = -4
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"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/effect/hybrisa/decal/dirt,
+/obj/effect/vehicle_spawner/box_van/decrepit{
+ dir = 8;
+ layer = 4.2
+ },
+/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)
+"jvl" = (
+/obj/structure/surface/table,
+/obj/item/bedsheet/medical,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/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,
+/obj/item/reagent_container/glass/beaker/vial,
+/obj/item/reagent_container/glass/beaker/vial,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"jvq" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/machinery/door_control{
+ pixel_x = -24;
+ name = "Virology lockdown";
+ id = "virology_lockdown"
+ },
+/turf/open/floor/prison{
+ dir = 10
+ },
+/area/lv759/indoors/hospital/virology)
+"jvt" = (
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 4
+ },
+/area/lv759/indoors/caves/south_west_caves)
+"jvu" = (
+/obj/structure/largecrate/random,
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "plating_striped"
+ },
+/area/lv759/indoors/spaceport/heavyequip)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"jvM" = (
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastfoyer)
+"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)
+"jwc" = (
+/obj/structure/bed/hybrisa/bunkbed3{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetgreen,
+/area/lv759/indoors/apartment/eastbedrooms)
+"jwk" = (
+/obj/structure/machinery/colony_floodlight/traffic{
+ dir = 8;
+ pixel_y = 12;
+ 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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/buckshot,
+/obj/structure/surface/rack{
+ color = "#8B7B5B"
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/jacks_surplus)
+"jwI" = (
+/obj/structure/closet,
+/obj/item/clothing/suit/armor/vest/hybrisa/cmb_vest,
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/colonial_marshals/changing_room)
+"jwV" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/westhallway)
+"jwY" = (
+/obj/effect/decal/cleanable/blood/oil,
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 1
+ },
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"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
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = 4
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_foyer)
+"jxy" = (
+/obj/item/ammo_magazine/smg/nailgun,
+/obj/structure/machinery/power/terminal{
+ dir = 1
+ },
+/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)
+"jxO" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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)
+"jyf" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/sign/safety/biohazard{
+ pixel_x = 32
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "silver"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaycentral)
+"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
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"jyl" = (
+/obj/structure/prop/hybrisa/misc/deco_edging/corner{
+ 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,
+/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)
+"jyK" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"jyM" = (
+/obj/structure/machinery/light/small/blue{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"jyP" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_south)
+"jyS" = (
+/obj/item/tool/warning_cone{
+ layer = 2;
+ pixel_x = -13;
+ pixel_y = 19
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/north_west_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/line2{
+ pixel_x = 1
+ },
+/obj/effect/hybrisa/decal/gold/line3{
+ pixel_y = 2
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/carpet/carpetred,
+/area/lv759/indoors/casino)
+"jzl" = (
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/stairs{
+ color = "#b7b8b2"
+ },
+/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)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"jzw" = (
+/obj/structure/bed/chair{
+ dir = 4;
+ icon_state = "chair_alt";
+ pixel_x = -4;
+ pixel_y = 20;
+ buckling_x = -4;
+ buckling_y = 20
+ },
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_25"
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/tile/tilegreen,
+/area/lv759/indoors/garage_managersoffice)
+"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/structure/closet,
+/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
+/obj/item/clothing/suit/storage/snow_suit/hybrisa/parka_blue,
+/obj/item/clothing/suit/storage/snow_suit/hybrisa/parka_brown,
+/obj/item/clothing/suit/storage/snow_suit/hybrisa/parka_green,
+/turf/open/floor/hybrisa/carpet/carpetpatternbrown,
+/area/lv759/indoors/apartment/eastbedroomsstorage)
+"jzM" = (
+/obj/structure/window/framed/hybrisa/colony/engineering/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/power_plant/fusion_generators)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"jAc" = (
+/obj/structure/bed/chair,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/beige_bigtile,
+/area/lv759/indoors/power_plant/workers_canteen)
+"jAl" = (
+/obj/structure/window/framed/corsat,
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi';
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"jAm" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 3.3
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"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)
+"jAv" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 14
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = -9;
+ pixel_y = -6
+ },
+/obj/item/device/radio/intercom{
+ freerange = 1;
+ frequency = 1469;
+ name = "General Listening Channel";
+ pixel_y = 30
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"jAD" = (
+/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,
+/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/Box_Vans/Maintenance_Blue,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/central_streets)
+"jAG" = (
+/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)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"jAM" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/casino)
+"jAO" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "triagedecaldir";
+ layer = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"jAQ" = (
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/wood/blackwood,
+/area/lv759/indoors/weyyu_office/vip)
+"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" = (
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"jAZ" = (
+/obj/effect/hybrisa/decal/engineership_corners{
+ dir = 4
+ },
+/turf/open/engineership/engineer_floor8{
+ dir = 4
+ },
+/area/lv759/indoors/derelict_ship)
+"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)
+"jBf" = (
+/obj/structure/largecrate/random/barrel/black,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/central_caves)
+"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)
+"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/item/paper/crumpled{
+ pixel_x = 6;
+ pixel_y = 18
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_5";
+ pixel_y = 12
+ },
+/obj/item/tool/pen/blue{
+ pixel_x = -6
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 1
+ },
+/area/lv759/indoors/meridian/meridian_office)
+"jBD" = (
+/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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/obj/effect/decal/cleanable/blackgoo{
+ color = "#0079ff";
+ desc = "It's dried to the floor.";
+ name = "spilled paint";
+ alpha = 50;
+ pixel_x = -8;
+ pixel_y = 2
+ },
+/obj/item/reagent_container/glass/paint/blue,
+/obj/effect/decal/cleanable/blackgoo{
+ color = "#0079ff";
+ desc = "It's dried to the floor.";
+ name = "spilled paint";
+ alpha = 175;
+ pixel_y = 2
+ },
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "darkbrown3"
+ },
+/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/heavyequip)
+"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/northapartments)
+"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)
+"jBU" = (
+/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/janitor)
+"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)
+"jCo" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/mining_outpost/northeast)
+"jCr" = (
+/turf/closed/shuttle/ert{
+ icon_state = "wy20"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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)
+"jCC" = (
+/obj/structure/machinery/big_computers/messaging_server/black{
+ dir = 4
+ },
+/obj/item/falcon_drone{
+ desc = "Some sort of fancy...toy? You're not sure..";
+ pixel_x = -8;
+ pixel_y = 8
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_off{
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ icon_state = "box"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"jCI" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/structure/surface/table/reinforced/almayer_B,
+/turf/open/floor/hybrisa/tile/tilered,
+/area/lv759/indoors/pizzaria)
+"jCQ" = (
+/obj/effect/hybrisa/decal/road/lines1,
+/obj/effect/hybrisa/decal/road/lines3,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"jCZ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/electronics{
+ pixel_y = 32
+ },
+/obj/structure/sign/safety/high_voltage{
+ pixel_x = 11;
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"jDf" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname{
+ dir = 1
+ },
+/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/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/central_caves)
+"jDk" = (
+/obj/structure/filingcabinet{
+ density = 0;
+ icon_state = "chestdrawer";
+ pixel_x = -8;
+ pixel_y = 20
+ },
+/obj/structure/filingcabinet{
+ density = 0;
+ icon_state = "chestdrawer";
+ pixel_x = 8;
+ pixel_y = 20
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/head_office)
+"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,
+/obj/effect/hybrisa/decal/trash{
+ pixel_y = 12
+ },
+/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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/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/lv759/indoors/wy_research_complex/reception)
+"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/lv759/indoors/wy_research_complex/dormsfoyer)
+"jDN" = (
+/obj/structure/machinery/sleep_console,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "sterile_white"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"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)
+"jDZ" = (
+/obj/structure/blocker/invisible_wall,
+/obj/structure/machinery/door/poddoor/shutters/almayer{
+ dir = 4;
+ indestructible = 1;
+ needs_power = 0
+ },
+/turf/closed/wall/hybrisa/colony/reinforced/hull,
+/area/lv759/oob)
+"jEf" = (
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice3";
+ pixel_x = 6;
+ pixel_y = 19
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/item/clothing/head/hardhat/white{
+ pixel_x = -8;
+ pixel_y = 4
+ },
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32;
+ layer = 2.8
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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)
+"jFc" = (
+/obj/structure/largecrate/random/mini/small_case{
+ pixel_x = 4;
+ pixel_y = 10
+ },
+/obj/item/stock_parts/matter_bin/adv,
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"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)
+"jFr" = (
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = 27
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_east_caves)
+"jFx" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{
+ dir = 1
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"jFF" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 3;
+ pixel_y = 20;
+ layer = 5
+ },
+/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)
+"jFK" = (
+/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_west_street)
+"jFL" = (
+/obj/structure/platform/hybrisa/metalplatform2{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/cavedecor/stalagmite4,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"jFN" = (
+/obj/effect/decal/cleanable/liquid_fuel,
+/obj/item/shard,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Black{
+ icon_state = "meridian_black_damage_4";
+ health = 750
+ },
+/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)
+"jFW" = (
+/obj/structure/sign/banners/twe_flag{
+ pixel_y = 60
+ },
+/turf/open/floor/hybrisa/carpet/carpetpatternbrown,
+/area/lv759/indoors/apartment/northapartments)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/obj/structure/prop/hybrisa/misc/graffiti/graffiti6,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 3;
+ pixel_y = 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)
+"jGr" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/shard,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood/oil,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/landmark/corpsespawner/hybrisa/civilian_office,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"jGs" = (
+/obj/item/paper/crumpled,
+/obj/item/paper{
+ layer = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "red3"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"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)
+"jGx" = (
+/turf/open/floor/hybrisa/metal/stripe_red,
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"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)
+"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)
+"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,
+/obj/structure/sign/poster/ad{
+ layer = 4;
+ pixel_x = 12;
+ pixel_y = 32
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/westentertainment)
+"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"
+ },
+/obj/structure/sign/safety/hazard{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"jHr" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"jHw" = (
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"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)
+"jHL" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/reception)
+"jHO" = (
+/obj/structure/machinery/door/poddoor/shutters/almayer,
+/obj/structure/window/framed/hybrisa/spaceport,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/communications_office)
+"jHP" = (
+/turf/open/floor/hybrisa/misc/wysmallleft,
+/area/lv759/indoors/spaceport/docking_bay_1)
+"jHR" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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;
+ layer = 6
+ },
+/turf/closed/wall/hybrisa/colony/engineering/ribbed,
+/area/lv759/indoors/power_plant/equipment_west)
+"jHX" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "docstripingdir"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/landing_zone_1)
+"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)
+"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)
+"jIq" = (
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/cargo_container/hybrisa/containersextended/blackwyleft,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"jIw" = (
+/obj/structure/largecrate/random/mini/small_case{
+ pixel_x = 4;
+ pixel_y = 10
+ },
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"jIK" = (
+/obj/structure/cargo_container/hybrisa/containersextended/blackwyright,
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"jJa" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/road/lines4{
+ pixel_x = 1
+ },
+/obj/effect/hybrisa/decal/road/lines3{
+ pixel_y = -1
+ },
+/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/dark,
+/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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"jJt" = (
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/item/bodybag/tarp/reactive,
+/obj/structure/cable/white{
+ color = "550d0d";
+ icon_state = "4-5";
+ layer = 5
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/eastfoyer)
+"jKt" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/janitor)
+"jKu" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/colonial_marshals/restroom)
+"jKw" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 8
+ },
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/central_caves)
+"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/indoors/derelict_ship)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"jKT" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"jKU" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/poddoor/almayer/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)
+"jLg" = (
+/obj/item/trash/cigbutt{
+ pixel_x = 1;
+ pixel_y = 8
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/breakroom)
+"jLk" = (
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"jLz" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"jLC" = (
+/obj/effect/decal/cleanable/blood/drip{
+ pixel_x = 10;
+ pixel_y = 21
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/eastfoyer)
+"jLG" = (
+/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/pipes/pipe1,
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{
+ dir = 4;
+ pixel_y = 14;
+ layer = 2.1
+ },
+/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 = -9
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"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)
+"jLK" = (
+/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/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"jLN" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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;
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"jMc" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 1
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/landing_zone_1)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"jMi" = (
+/obj/structure/bed/chair{
+ dir = 8;
+ pixel_x = 7;
+ pixel_y = 7;
+ buckling_x = 7;
+ buckling_y = 7
+ },
+/obj/structure/machinery/light/small/blue{
+ dir = 4
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/securityarmory)
+"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)
+"jMv" = (
+/obj/effect/decal/cleanable/blood/gibs/limb,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/south_caves)
+"jMw" = (
+/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/outdoors/mining_outpost/south_entrance)
+"jME" = (
+/obj/item/stack/rods{
+ amount = 15
+ },
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 4;
+ pixel_y = 7
+ },
+/obj/effect/hybrisa/decal/dirt,
+/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;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"jNf" = (
+/obj/item/tool/kitchen/tray{
+ pixel_y = 9
+ },
+/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)
+"jNj" = (
+/obj/structure/machinery/conveyor{
+ dir = 8;
+ id = "cargo_container"
+ },
+/obj/item/smallDelivery,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"jNs" = (
+/obj/structure/bed/chair{
+ dir = 4
+ },
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/westfoyer)
+"jNu" = (
+/obj/structure/machinery/light/blue{
+ dir = 4
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = 32
+ },
+/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/bigbillboards{
+ dir = 1;
+ 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/lv759/indoors/wy_research_complex/xenobiology)
+"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,
+/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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/bloodtrail{
+ dir = 6;
+ pixel_x = 5
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 10
+ },
+/area/lv759/indoors/spaceport/communications_office)
+"jOe" = (
+/obj/structure/platform/hybrisa/metalplatform3{
+ dir = 8
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_showroom)
+"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/hybrisa/wy_bio,
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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/outdoors/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
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_foyer)
+"jOt" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"jOw" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/wooden{
+ 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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ dir = 8;
+ icon_state = "carpet14-10"
+ },
+/area/lv759/indoors/bar/entertainment)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"jOL" = (
+/obj/item/tool/shovel,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/north_west_caves)
+"jOT" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/structure/prop/cash_register/off,
+/obj/effect/hybrisa/decal/gold/line4{
+ pixel_x = -1
+ },
+/obj/effect/hybrisa/decal/gold/line3{
+ pixel_y = 2
+ },
+/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)
+"jPb" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/colony/ribbed,
+/area/lv759/indoors/wy_security/checkpoint_east)
+"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)
+"jPl" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/poddoor/shutters/almayer,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/spaceport/cargo_maintenance)
+"jPo" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/decal/cleanable/blood/drip{
+ pixel_x = 10;
+ pixel_y = 21
+ },
+/obj/effect/hybrisa/decal/bloodtrail,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/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)
+"jPr" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "docstripingdir"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"jPs" = (
+/obj/structure/closet/hydrant,
+/turf/closed/wall/r_wall/bunker{
+ name = "reinforced metal wall"
+ },
+/area/lv759/indoors/mining_outpost/east_deploymentbay)
+"jPy" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/generic2/autoname,
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi';
+ dir = 2
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"jPF" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 8
+ },
+/obj/structure/barricade/handrail/strata,
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"jPO" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 1
+ },
+/obj/structure/surface/table/almayer{
+ color = "#848484"
+ },
+/obj/item/stack/sheet/plasteel/small_stack,
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_factory)
+"jPY" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"jQa" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/spaceport/heavyequip)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegreen,
+/area/lv759/indoors/garage_reception)
+"jQh" = (
+/obj/item/attachable/bayonet{
+ pixel_y = 8
+ },
+/obj/item/attachable/bayonet/rmc,
+/obj/structure/surface/table{
+ color = "#8B7B5B"
+ },
+/obj/item/attachable/bayonet/rmc{
+ pixel_y = -8
+ },
+/turf/open/floor/interior/wood,
+/area/lv759/indoors/jacks_surplus)
+"jQj" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/shard,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"jQk" = (
+/obj/effect/decal/strata_decals/catwalk/prison,
+/turf/open/floor/shiva{
+ icon_state = "radiator_tile2"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"jQm" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 4;
+ color = "#bbbaae"
+ },
+/turf/open/hybrisa/street/cement2,
+/area/lv759/outdoors/colony_streets/north_street)
+"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)
+"jQJ" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"jQM" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5;
+ layer = 3.2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2;
+ layer = 3.1
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"jQP" = (
+/obj/structure/machinery/space_heater/radiator/red{
+ dir = 4
+ },
+/obj/structure/machinery/power/apc/fully_broken/no_cell{
+ start_charge = 0
+ },
+/turf/open/floor/hybrisa/carpet/carpetblackdeco,
+/area/lv759/indoors/casino/casino_office)
+"jQR" = (
+/obj/structure/bed/chair{
+ dir = 8;
+ icon_state = "chair_alt";
+ pixel_x = -5;
+ pixel_y = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/hybrisa/tile/cuppajoesfloor,
+/area/lv759/indoors/spaceport/cuppajoes)
+"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/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"jQZ" = (
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"jRh" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 2.5
+ },
+/obj/structure/machinery/photocopier,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "red"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security)
+"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)
+"jRp" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"jRA" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{
+ autoname = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"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,
+/turf/open/engineership/engineer_floor8{
+ dir = 4
+ },
+/area/lv759/indoors/derelict_ship)
+"jRR" = (
+/obj/item/ammo_casing/bullet,
+/obj/item/ammo_casing/bullet,
+/obj/item/ammo_magazine/rifle/mar40/extended,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/central_caves)
+"jRU" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"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)
+"jSi" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/hybrisa/wood/redwood,
+/area/lv759/indoors/weyyu_office/floor)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"jSq" = (
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"jSs" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 3.3
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "cargo_arrow"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"jSA" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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/Meridian/Blue{
+ dir = 1
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"jSI" = (
+/obj/structure/barricade/wooden{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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/outdoors/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/kutjevo/grey,
+/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)
+"jSZ" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/central_caves)
+"jTb" = (
+/obj/structure/platform_decoration/hybrisa/rockdark,
+/turf/closed/wall/hybrisa/rock,
+/area/lv759/oob)
+"jTd" = (
+/obj/effect/hybrisa/decal/road/road_stop{
+ dir = 8;
+ icon_state = "stop_decal5"
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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;
+ layer = 3
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"jTn" = (
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"jTw" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/tool/warning_cone{
+ pixel_x = 4;
+ pixel_y = 14
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"jTE" = (
+/obj/effect/hybrisa/decal/WY/WYworn{
+ pixel_y = 16
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "darkbrown3"
+ },
+/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
+ },
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/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)
+"jUd" = (
+/obj/structure/largecrate/random/barrel{
+ layer = 5.1;
+ pixel_x = 13;
+ pixel_y = 16
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 3;
+ pixel_y = 20
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"jUm" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/bed/chair{
+ icon_state = "chair_alt";
+ pixel_x = 3;
+ pixel_y = 17;
+ base_pixel_x = 3;
+ base_pixel_y = 17
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean2"
+ },
+/area/lv759/indoors/hospital/operation)
+"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/machinery/big_computers/computerbrown/computer4,
+/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"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "orange"
+ },
+/area/lv759/indoors/spaceport/heavyequip)
+"jUz" = (
+/obj/structure/pipes/vents/pump,
+/obj/item/clothing/suit/storage/hazardvest/weymart,
+/turf/open/floor/plating,
+/area/lv759/indoors/weymart/maintenance)
+"jUA" = (
+/obj/item/weapon/dart/green,
+/obj/item/shard,
+/obj/structure/prop/hybrisa/misc/machinery/screens/telescreenbrokespark{
+ pixel_y = 32
+ },
+/obj/item/weapon/dart,
+/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{
+ color = "#5d524b"
+ },
+/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/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_foyer)
+"jUS" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -1;
+ pixel_y = 1
+ },
+/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."
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/central_streets)
+"jVc" = (
+/obj/structure/prop/hybrisa/misc/cabinet{
+ dir = 8;
+ pixel_y = 8;
+ pixel_x = 8
+ },
+/obj/effect/hybrisa/decal/trash,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_3"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1,
+/area/lv759/indoors/meridian/meridian_office)
+"jVg" = (
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 9
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"jVj" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/bloodtrail{
+ dir = 9
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"jVk" = (
+/obj/structure/prop/hybrisa/vehicles/Meridian/Green{
+ pixel_y = 2
+ },
+/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/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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{
+ color = "#5d524b"
+ },
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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/billboardsandsigns/billboardsmedium/billboard4{
+ pixel_y = 20;
+ pixel_x = -8;
+ layer = 9
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 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)
+"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)
+"jWj" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"jWk" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/trash/hybrisa/cuppa_joes_static/lid_stack{
+ pixel_y = 20
+ },
+/obj/item/trash/hybrisa/cuppa_joes_static/lid_stack{
+ pixel_y = 20;
+ pixel_x = 9
+ },
+/obj/item/trash/hybrisa/cuppa_joes_static/lid_stack{
+ pixel_y = 20;
+ pixel_x = -9
+ },
+/obj/item/trash/hybrisa/cuppa_joes_static/lid_stack{
+ pixel_y = 12;
+ pixel_x = 4
+ },
+/obj/item/trash/hybrisa/cuppa_joes_static/lid_stack{
+ pixel_y = 12;
+ pixel_x = -8
+ },
+/obj/structure/machinery/meter{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/cuppajoes)
+"jWq" = (
+/obj/structure/bed/chair{
+ dir = 1;
+ layer = 2.7
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"jWr" = (
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/item/tool/wirecutters/tactical,
+/obj/item/device/assembly/voice,
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "1-10";
+ layer = 5;
+ level = 2
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"jWv" = (
+/obj/effect/decal/cleanable/blood,
+/obj/structure/bed/roller/hospital_empty/bigrollerbloodempty{
+ dir = 8;
+ icon_state = "bigrollerbloodempty_up"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"jWw" = (
+/obj/item/trash/hybrisa/cuppa_joes/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/hybrisa/generic_solid/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/dark,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/south_caves)
+"jWM" = (
+/obj/structure/prop/hybrisa/engineer/giantpod,
+/turf/open/engineership/engineer_floor2,
+/area/lv759/indoors/derelict_ship)
+"jWQ" = (
+/obj/structure/barricade/handrail/strata{
+ layer = 4.1
+ },
+/obj/structure/prop/hybrisa/fakeplatforms/platform4,
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 6;
+ layer = 4.01
+ },
+/turf/open/hybrisa/street/cement2,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"jWX" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/hybrisa/tile/tilered,
+/area/lv759/indoors/pizzaria)
+"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)
+"jXu" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 3;
+ pixel_y = -2
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ pixel_x = -5;
+ pixel_y = 21;
+ layer = 3.1
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"jXx" = (
+/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2,
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"jXy" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/misc/wybiglogo{
+ dir = 5
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"jXE" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"jXU" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 14
+ },
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/reception)
+"jYf" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/botany/botany_hallway)
+"jYn" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood/oil,
+/obj/effect/hybrisa/decal/tiretrack{
+ pixel_x = -8
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"jYp" = (
+/obj/structure/cargo_container/wy/right{
+ layer = 5
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"jYA" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_5{
+ pixel_y = 16;
+ layer = 6
+ },
+/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/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"jYG" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/black{
+ dir = 1
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"jYU" = (
+/obj/structure/window/framed/hybrisa/colony/office,
+/obj/structure/machinery/door/poddoor/almayer/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)
+"jZx" = (
+/obj/item/device/flashlight/lamp/tripod/grey,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"jZF" = (
+/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Science_1{
+ dir = 1
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/caveplateau)
+"jZG" = (
+/obj/item/tool/kitchen/utensil/pfork,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"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/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/weymart)
+"jZO" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"jZQ" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/c_tube,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"jZX" = (
+/obj/structure/largecrate/random/barrel/black,
+/turf/open/floor/prison{
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"kac" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/south_maintenance)
+"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)
+"kah" = (
+/obj/structure/machinery/light/blue,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1,
+/area/lv759/indoors/spaceport/flight_control_room)
+"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/lv759/indoors/wy_research_complex/cafeteria)
+"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)
+"kaC" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -3;
+ pixel_y = 9
+ },
+/obj/effect/hybrisa/decal/dirt_2,
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/head_office)
+"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,
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"kaH" = (
+/obj/structure/platform{
+ dir = 1
+ },
+/obj/structure/sign/safety/high_voltage{
+ pixel_x = -18
+ },
+/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)
+"kaM" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/westfoyer)
+"kaN" = (
+/obj/structure/bed/chair{
+ dir = 4
+ },
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/westhallway)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"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,
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 8;
+ pixel_y = 12
+ },
+/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/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/hybrisa/tile/tilewhite,
+/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,
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "cyan3"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"kbN" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2
+ },
+/obj/structure/machinery/big_computers/computerbrown/computer3,
+/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)
+"kcb" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/marhsalls_reinforced,
+/area/lv759/indoors/colonial_marshals/interrogation)
+"kcf" = (
+/obj/effect/hybrisa/decal/dirt,
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"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/dark/warning,
+/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)
+"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/lv759/indoors/wy_research_complex/changingroom)
+"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,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/apartment/eastbedrooms)
+"kdq" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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,
+/obj/structure/sign/poster/ad{
+ layer = 4;
+ pixel_x = 7;
+ pixel_y = 34
+ },
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"kdA" = (
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "\improper Lockdown";
+ needs_power = 0;
+ dir = 4;
+ id = "hybrisaresearchlockdown"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"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,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Red{
+ icon_state = "meridian_red_damage_2";
+ health = 1750;
+ dir = 1;
+ layer = 4.12
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"kdP" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/shard,
+/obj/effect/hybrisa/decal/dirt_2,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/prop/hybrisa/misc/urinal{
+ pixel_y = 32;
+ pixel_x = 17
+ },
+/obj/structure/prop/hybrisa/misc/urinal{
+ pixel_y = 32;
+ pixel_x = -2
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_17";
+ pixel_y = 12
+ },
+/obj/effect/decal/strata_decals/grime/grime3{
+ icon_state = "grime1"
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/southwest_public_restroom)
+"kdT" = (
+/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating,
+/area/lv759/indoors/bar)
+"kdV" = (
+/obj/structure/fence/dark/warning,
+/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/item/stool{
+ pixel_x = -4;
+ pixel_y = 23
+ },
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/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/lv759/indoors/wy_research_complex/cargo)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"keu" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 13
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/hybrisa/hospital/hospitaldivider{
+ dir = 1
+ },
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/wy_research_complex/medical_annex)
+"keI" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/electical_systems/substation3)
+"keQ" = (
+/obj/structure/machinery/landinglight/ds1{
+ dir = 4
+ },
+/obj/structure/machinery/landinglight/ds1{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/outdoors/landing_zone_2)
+"keU" = (
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/wy_security/checkpoint_east)
+"kfa" = (
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 4
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/wy_research_complex/hallwayeast)
+"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)
+"kfg" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "docstripingdir"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"kfp" = (
+/obj/structure/machinery/washing_machine,
+/obj/structure/machinery/washing_machine{
+ layer = 3.5;
+ pixel_y = 15
+ },
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/westfoyer)
+"kfB" = (
+/obj/structure/bed/chair{
+ can_buckle = 0;
+ dir = 4
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"kfD" = (
+/obj/structure/machinery/light,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/spaceport/cuppajoes)
+"kfF" = (
+/obj/structure/largecrate/random/barrel/yellow,
+/obj/item/clothing/head/hardhat{
+ pixel_x = 4;
+ pixel_y = 7
+ },
+/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/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"kgz" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"kgE" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/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,
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/obj/structure/sign/poster/ad{
+ pixel_x = 7;
+ pixel_y = 34
+ },
+/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/janitor)
+"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/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"khl" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/item/weapon/twohanded/folded_metal_chair{
+ pixel_x = 3;
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/stripe_red,
+/area/lv759/indoors/electical_systems/substation1)
+"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/hybrisa/marshal,
+/obj/structure/machinery/light/double/blue{
+ dir = 8
+ },
+/obj/item/clothing/suit/storage/cmb/hybrisa,
+/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;
+ layer = 6
+ },
+/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)
+"khH" = (
+/obj/structure/bed/roller/hospital_empty/bigrollerempty{
+ dir = 4
+ },
+/obj/item/trash/used_stasis_bag,
+/obj/item/reagent_container/blood/empty,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"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)
+"khQ" = (
+/obj/structure/bed/chair/comfy/beige,
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_showroom)
+"khU" = (
+/obj/item/ammo_magazine/smg/p90,
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/lv759/indoors/spaceport/hallway_north)
+"khV" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/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)
+"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)
+"khX" = (
+/obj/structure/window/framed/hybrisa/colony/office,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/weyyu_office)
+"khY" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "sterile_white"
+ },
+/area/lv759/indoors/hospital/outgoing)
+"kib" = (
+/obj/effect/decal/cleanable/blood,
+/obj/item/weapon/gun/rifle/mar40/carbine,
+/obj/item/ammo_casing/bullet,
+/obj/effect/landmark/corpsespawner/hybrisa_goon,
+/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 = "floor1";
+ dir = 4
+ },
+/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/pizza_galaxy/mystery/stack{
+ pixel_y = 8
+ },
+/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,
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/effect/decal/cleanable/blood/oil/streak,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Green{
+ icon_state = "meridian_green_damage_4";
+ health = 750
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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,
+/obj/structure/sign/poster/music{
+ pixel_x = -5;
+ pixel_y = 32
+ },
+/obj/structure/sign/poster/ad{
+ layer = 4;
+ pixel_x = 7;
+ pixel_y = 38
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 9
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"kiw" = (
+/obj/structure/machinery/big_computers/computerwhite/computer4,
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"kiF" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/northhallway)
+"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,
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/bar/bathroom)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"kjr" = (
+/obj/structure/platform/hybrisa/metalplatform4,
+/obj/structure/prop/hybrisa/signs/weymartsign{
+ 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{
+ 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)
+"kjE" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door_control/brbutton{
+ id = "hybrisamining_northeast1";
+ indestructible = 1;
+ layer = 4;
+ name = "Mining Lockdown";
+ pixel_x = 6;
+ pixel_y = 32
+ },
+/obj/structure/sign/safety/bulkhead_door{
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"kjI" = (
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"kjO" = (
+/obj/structure/prop/hybrisa/vehicles/Meridian/Orange{
+ icon_state = "meridian_orange_damage_5";
+ dir = 8;
+ pixel_y = 6;
+ pixel_x = 4;
+ health = 250
+ },
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 9;
+ pixel_x = 10
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 6
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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)
+"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
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"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)
+"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)
+"kkW" = (
+/obj/structure/bed/sofa/vert/grey/bot,
+/obj/item/reagent_container/food/drinks/coffee{
+ pixel_x = 11;
+ pixel_y = 14
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"kkX" = (
+/obj/structure/prop/hybrisa/supermart/rack/longrack5,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/weymart)
+"klc" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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)
+"klu" = (
+/obj/structure/barricade/handrail{
+ dir = 1;
+ pixel_y = 2
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/weymart)
+"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{
+ color = "#5d524b"
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/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{
+ pixel_y = 12
+ },
+/obj/structure/surface/table/reinforced/prison{
+ color = "#8B7B5B"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/item/ammo_magazine/smg/pps43{
+ pixel_y = 12;
+ pixel_x = 8
+ },
+/obj/item/ammo_magazine/smg/pps43{
+ pixel_y = 12;
+ pixel_x = -8
+ },
+/obj/item/weapon/gun/smg/pps43{
+ pixel_y = -4
+ },
+/obj/structure/machinery/light/blue{
+ dir = 8;
+ pixel_y = -12
+ },
+/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,
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/wood/blackwood,
+/area/lv759/indoors/weyyu_office/vip)
+"klC" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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
+ },
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32;
+ layer = 2.8
+ },
+/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/surface/table/reinforced/prison{
+ color = "#8B7B5B"
+ },
+/obj/structure/sign/poster/propaganda{
+ pixel_x = 6;
+ pixel_y = 34
+ },
+/obj/structure/sign/poster/propaganda{
+ pixel_y = 32
+ },
+/obj/item/ammo_magazine/rifle/ar10{
+ pixel_y = 8
+ },
+/obj/item/ammo_magazine/rifle/ar10{
+ pixel_y = 8;
+ pixel_x = -8
+ },
+/obj/item/ammo_magazine/rifle/ar10{
+ pixel_y = 8;
+ pixel_x = 8
+ },
+/obj/item/weapon/gun/rifle/ar10{
+ pixel_y = -2
+ },
+/obj/structure/machinery/light/blue{
+ dir = 8;
+ pixel_y = -4
+ },
+/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
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "red3"
+ },
+/area/lv759/indoors/wy_research_complex/securityarmory)
+"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"
+ },
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32;
+ layer = 2.8
+ },
+/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)
+"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)
+"kmv" = (
+/obj/effect/hybrisa/decal/dirt_2,
+/obj/effect/hybrisa/decal/dirt_2,
+/obj/structure/machinery/door/airlock/almayer/generic{
+ dir = 8;
+ autoname = 1
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/south_public_restroom)
+"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/lv759/indoors/wy_research_complex/weaponresearchlab)
+"kmB" = (
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/east_caves)
+"kmC" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "docstripingdir"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/landing_zone_1)
+"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{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 10
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"kmR" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tileblackcheckered,
+/area/lv759/indoors/casino)
+"kmS" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/machinery/computer/communications{
+ dir = 4;
+ layer = 4;
+ pixel_y = 5
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -4;
+ pixel_y = -12
+ },
+/turf/open/floor/hybrisa/metal/bluemetalfull,
+/area/lv759/indoors/spaceport/communications_office)
+"kmV" = (
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"knb" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/closet/crate/plastic,
+/obj/item/clothing/head/hybrisa/pizza_galaxy,
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"knf" = (
+/obj/structure/machinery/colony_floodlight/traffic{
+ dir = 1;
+ pixel_x = 2;
+ pixel_y = 5
+ },
+/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/hybrisa,
+/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead,
+/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa,
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_security/checkpoint_northeast)
+"knk" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/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)
+"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/westentertainment)
+"knD" = (
+/obj/structure/bed/sofa/south/grey/right,
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 9
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"knK" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/light,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tileblackcheckered,
+/area/lv759/indoors/casino)
+"knL" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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" = (
+/obj/structure/machinery/door/airlock/almayer/engineering/glass/colony{
+ dir = 1;
+ autoname = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"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/lv759/indoors/wy_research_complex/hallwayeast)
+"kos" = (
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "6-8";
+ layer = 5;
+ level = 2
+ },
+/obj/item/stack/cable_coil/cut{
+ icon_state = "coil2";
+ color = "#550d0d"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"kox" = (
+/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/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"
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/structure/prop/hybrisa/vehicles/car_pileup,
+/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/cargo_container/hybrisa/containersextended/bluewywingsleft{
+ layer = 4
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"koE" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic_solid/autoname{
+ dir = 1
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/spaceport/cargo)
+"koP" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "SE-out"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officesquares"
+ },
+/area/lv759/indoors/recycling_plant_waste_disposal_incinerator)
+"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)
+"koX" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_reception)
+"kpa" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 10;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"kpc" = (
+/obj/structure/surface/rack,
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33;
+ pixel_y = 2
+ },
+/obj/item/weapon/gun/pistol/vp78,
+/obj/item/ammo_magazine/pistol/vp78,
+/obj/item/ammo_magazine/pistol/vp78,
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"kph" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/central_caves)
+"kpi" = (
+/obj/structure/prop/hybrisa/misc/graffiti/graffiti3,
+/obj/structure/cargo_container/hybrisa/containersextended/kelland_left,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/north_street)
+"kpj" = (
+/obj/effect/decal/cleanable/dirt{
+ layer = 5
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/morgue)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"kpF" = (
+/obj/effect/landmark/survivor_spawner,
+/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/structure/prop/hybrisa/misc/slotmachine{
+ pixel_x = 4;
+ pixel_y = 3
+ },
+/obj/effect/hybrisa/decal/gold/line3{
+ pixel_y = 2
+ },
+/obj/effect/hybrisa/decal/gold/line2{
+ pixel_x = 1
+ },
+/obj/structure/sign/poster/blacklight{
+ layer = 3.1;
+ pixel_y = 32
+ },
+/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{
+ 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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"kqw" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32;
+ layer = 2.8
+ },
+/turf/open/floor/prison{
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"kqB" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/effect/hybrisa/decal/road/road_stop{
+ dir = 1;
+ icon_state = "stop_decal5";
+ pixel_y = -2
+ },
+/obj/structure/largecrate/random/mini{
+ layer = 7;
+ pixel_x = -7;
+ pixel_y = 16
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/eastbedrooms)
+"kqT" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/colonial_marshals/hallway_north)
+"krb" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"krd" = (
+/obj/structure/sign/safety/bathunisex{
+ pixel_y = -24
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_south)
+"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/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/power_plant/equipment_east)
+"krs" = (
+/obj/item/trash/cigbutt{
+ pixel_x = 7
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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)
+"krz" = (
+/obj/structure/machinery/big_computers/computerbrown/computer5,
+/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitormedium_on{
+ light_color = "#00f4ff";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_x = 4;
+ dir = 4;
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"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/westbedrooms)
+"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;
+ layer = 6
+ },
+/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/reinforced/colony{
+ autoname = 1;
+ name = "autoname"
+ },
+/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/heavyequip)
+"ksa" = (
+/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/tiretrack{
+ dir = 10;
+ pixel_x = 8
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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)
+"ksl" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/sign/safety/luggageclaim{
+ pixel_x = 32
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"ksm" = (
+/obj/effect/landmark/monkey_spawn,
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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,
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"ksH" = (
+/obj/structure/machinery/landinglight/ds2/spoke,
+/obj/structure/barricade/handrail/strata{
+ dir = 1
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/landing_zone_1)
+"ksI" = (
+/obj/effect/landmark/corpsespawner/hybrisa_goon,
+/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/pipes/vents/pump_hybrisa,
+/obj/effect/decal/cleanable/blood{
+ layer = 3
+ },
+/obj/structure/sign/poster/wylogo{
+ pixel_y = 32;
+ layer = 2.9
+ },
+/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/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/closet/hydrant{
+ pixel_y = 32
+ },
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/mining_outpost/northeast)
+"ksL" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/hallway_north_locker)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"ktn" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -7;
+ pixel_y = 13
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"ktp" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/stack/sheet/wood{
+ 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)
+"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)
+"ktH" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/kutjevo/fake_wood,
+/area/lv759/indoors/bar)
+"ktJ" = (
+/obj/item/paper,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_8";
+ pixel_y = 12
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 9
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"ktN" = (
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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
+ },
+/obj/structure/barricade/handrail/hybrisa/road/plastic/black,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"ktU" = (
+/obj/structure/closet/crate/trashcart{
+ desc = "A heavy, metal foodcart with wheels.";
+ icon = 'icons/obj/structures/props/hybrisarandomprops.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)
+"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,
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = -4
+ },
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"kua" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_x = -1;
+ pixel_y = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"kuf" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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_LZ)
+"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)
+"kuw" = (
+/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/surface/table/reinforced/prison,
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/obj/item/reagent_container/food/drinks/coffeecup{
+ pixel_x = 7;
+ pixel_y = 14
+ },
+/obj/structure/machinery/door_control/brbutton/alt{
+ id = "hybrisaLZ2_4";
+ name = "southwest - door-control";
+ pixel_x = -7;
+ indestructible = 1
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/frame{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"kux" = (
+/obj/structure/filingcabinet,
+/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_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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/item/paper/crumpled{
+ layer = 5;
+ pixel_x = 15;
+ pixel_y = -9
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"kuF" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/mining_outpost/processing)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/eastentrance)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"kuX" = (
+/obj/structure/machinery/shower{
+ pixel_y = 16
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/item/tool/soap/syndie,
+/obj/structure/curtain/open/shower,
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/apartment/northapartments)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/hospital/morgue)
+"kvc" = (
+/obj/structure/machinery/newscaster{
+ pixel_y = 30
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"kvd" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/poddoor/almayer{
+ dir = 2;
+ id = "hybrisagarage_1";
+ name = "\improper Garage";
+ vehicle_resistant = 1
+ },
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/garage_workshop)
+"kvj" = (
+/obj/structure/closet/firecloset/full,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"kvn" = (
+/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/wy{
+ 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/lv759/indoors/wy_research_complex/mainlabs)
+"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/effect/hybrisa/decal/dirt,
+/obj/structure/sign/safety/medical{
+ pixel_x = 34;
+ pixel_y = 32
+ },
+/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/northapartments)
+"kvR" = (
+/obj/structure/largecrate/random/barrel/brown,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/blackgoocontainer{
+ icon_state = "blackgoocontainer2";
+ dir = 1;
+ pixel_y = 12
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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/indoors/derelict_ship)
+"kwd" = (
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/west_caves)
+"kwg" = (
+/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/landing_zone_2)
+"kwh" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/spaceport/heavyequip)
+"kwo" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"kws" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"kwu" = (
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = 8
+ },
+/obj/structure/bed/chair/vehicle/white{
+ 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,
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/westfoyer)
+"kwC" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/maintenance_south)
+"kwG" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 8
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/east_caves)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"kwQ" = (
+/obj/structure/prop/hybrisa/misc/redmeter,
+/turf/closed/wall/hybrisa/marhsalls_reinforced,
+/area/lv759/indoors/colonial_marshals/prisoners_cells)
+"kwU" = (
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 4;
+ layer = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/central_caves)
+"kwZ" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecaldir"
+ },
+/obj/item/ammo_magazine/smg/p90,
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 1
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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)
+"kxp" = (
+/obj/structure/largecrate/random/barrel/brown,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/east_caves)
+"kxB" = (
+/obj/structure/machinery/light/spot/blue,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"kxP" = (
+/obj/structure/prop/hybrisa/misc/cabinet{
+ pixel_x = -7;
+ pixel_y = 12
+ },
+/obj/structure/filingcabinet/chestdrawer{
+ density = 0;
+ pixel_x = 12;
+ pixel_y = 18
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_4"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/wood,
+/area/lv759/indoors/hospital/cmo_office)
+"kxW" = (
+/obj/structure/machinery/fuelcell_recycler,
+/obj/structure/machinery/power/terminal{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/kutjevo,
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"kyb" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/stack/sheet/metal,
+/obj/structure/girder/reinforced,
+/obj/structure/prop/hybrisa/lattice_prop/lattice_3{
+ pixel_x = -26;
+ layer = 6
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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{
+ color = "#5d524b"
+ },
+/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/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/press_room)
+"kyr" = (
+/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/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -4;
+ pixel_y = 6;
+ layer = 7
+ },
+/turf/open/floor/prison{
+ icon_state = "floor_marked"
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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/outdoors/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/lv759/indoors/wy_research_complex/weaponresearchlab)
+"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)
+"kyM" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/high_voltage{
+ pixel_x = 11;
+ pixel_y = 32
+ },
+/obj/structure/sign/safety/hazard{
+ pixel_y = 32
+ },
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"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/cargo_container/hybrisa/containersextended/redwywingsleft,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"kzt" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"kzx" = (
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 1;
+ pixel_x = -7
+ },
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"kzz" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/indoors/power_plant/geothermal_generators)
+"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/heavyequip)
+"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)
+"kzW" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "blackcorner"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"kAk" = (
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab"
+ },
+/obj/structure/bed/chair{
+ can_buckle = 0;
+ dir = 4;
+ pixel_x = 2;
+ pixel_y = 10
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"kAm" = (
+/obj/structure/prop/hybrisa/vehicles/Meridian/Orange{
+ icon_state = "meridian_orange_damage_2";
+ dir = 1;
+ health = 1750;
+ pixel_x = 6
+ },
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 9;
+ pixel_y = 4
+ },
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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)
+"kAx" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "silver"
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"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/structure/machinery/light/small{
+ dir = 8
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = -4
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_y = 12;
+ pixel_x = -4
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = 8
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_y = 12;
+ pixel_x = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/east)
+"kAC" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6,
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/closet/phonebox{
+ light_color = "#00AAFF";
+ light_on = 1;
+ light_power = 3;
+ light_range = 4;
+ pixel_x = -2;
+ pixel_y = -10
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/central_streets)
+"kAD" = (
+/obj/structure/surface/table/almayer,
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"kAE" = (
+/obj/effect/decal/cleanable/blood,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/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)
+"kBb" = (
+/obj/structure/bed/sofa/vert/grey/bot,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"kBf" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/stack/rods{
+ pixel_y = 14
+ },
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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
+ },
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_corner{
+ dir = 4
+ },
+/area/lv759/indoors/meridian/meridian_office)
+"kBA" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"kBD" = (
+/obj/structure/platform/strata/metal{
+ dir = 4
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"kBL" = (
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/head_office)
+"kCa" = (
+/obj/structure/sink{
+ dir = 1;
+ pixel_y = -10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"kCj" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaycentral)
+"kCl" = (
+/turf/open/floor/hybrisa/tile/blacktileshiny,
+/area/lv759/indoors/casino/casino_restroom)
+"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)
+"kCy" = (
+/obj/structure/cargo_container/hybrisa/containersextended/kelland_right,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/north_street)
+"kCB" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"kCK" = (
+/obj/item/weapon/twohanded/folded_metal_chair,
+/turf/open/floor/corsat{
+ icon_state = "box"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"kCR" = (
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"kCV" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 4
+ },
+/obj/structure/platform_decoration{
+ dir = 4
+ },
+/obj/structure/machinery/light/blue{
+ dir = 1
+ },
+/obj/structure/sign/safety/opens_up{
+ pixel_y = 32
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/window/reinforced{
+ dir = 4
+ },
+/obj/structure/machinery/big_computers/messaging_server/brown{
+ dir = 4
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/fusion_generators)
+"kDk" = (
+/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{
+ pixel_y = 2
+ },
+/turf/open/floor/hybrisa/carpet/carpetred,
+/area/lv759/indoors/casino)
+"kDl" = (
+/obj/structure/surface/table/almayer,
+/obj/item/storage/pouch/radio,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"kDp" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/obj/structure/stairs{
+ color = "#a6aeab"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"kDy" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/eastbedroomsstorage)
+"kDA" = (
+/turf/open/auto_turf/hybrisashale/layer0_plate,
+/area/lv759/indoors/caves/south_caves)
+"kDL" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/colony_floodlight/traffic_alt{
+ dir = 1;
+ pixel_x = 5;
+ pixel_y = 15
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"kDR" = (
+/obj/structure/surface/table/almayer,
+/obj/effect/decal/medical_decals{
+ dir = 4;
+ icon_state = "triagedecaldir"
+ },
+/obj/item/reagent_container/glass/beaker,
+/obj/item/reagent_container/glass/beaker,
+/obj/item/reagent_container/glass/beaker,
+/obj/item/reagent_container/glass/beaker,
+/obj/item/reagent_container/glass/beaker/large,
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med{
+ pixel_y = 28
+ },
+/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)
+"kEe" = (
+/obj/structure/morgue{
+ dir = 8
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/hospital/morgue)
+"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/buckshot,
+/obj/structure/surface/table/almayer,
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/apartment/northapartments)
+"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
+ },
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32
+ },
+/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/hybrisa/tile/tilewhite,
+/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)
+"kEB" = (
+/obj/structure/sign/safety/fire_haz,
+/obj/structure/sign/safety/high_voltage{
+ pixel_x = 11
+ },
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"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)
+"kFg" = (
+/obj/structure/platform_decoration{
+ dir = 8
+ },
+/obj/item/tool/warning_cone{
+ pixel_x = 2;
+ pixel_y = 9
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/central_caves)
+"kFh" = (
+/obj/structure/cargo_container/hybrisa/containersextended/greywyleft,
+/turf/open/floor/almayer,
+/area/lv759/indoors/spaceport/cargo)
+"kFk" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "NW-out";
+ pixel_x = -1;
+ pixel_y = 2
+ },
+/obj/structure/pipes/vents/pump,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"kFu" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 2
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"kFE" = (
+/obj/structure/platform/hybrisa/metalplatform6,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"kFG" = (
+/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/outdoors/landing_zone_1)
+"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)
+"kGd" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/closed/wall/hybrisa/spaceport_unmeltable,
+/area/lv759/oob)
+"kGg" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/apartment/eastbedrooms)
+"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/dark,
+/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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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)
+"kGQ" = (
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/fakeplatforms/platform3{
+ icon = 'icons/obj/structures/props/platforms.dmi';
+ icon_state = "hybrisastone"
+ },
+/obj/structure/sign/safety/distribution_pipes{
+ pixel_y = 32
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = -8
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4;
+ pixel_y = -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/indoors/wy_research_complex/hallwaysouthwest)
+"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/eastrestroomsshower)
+"kGY" = (
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal4"
+ },
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/structure/largecrate/random/mini{
+ layer = 3.2;
+ pixel_x = 10;
+ pixel_y = -7
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"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
+ },
+/obj/structure/pipes/vents/pump,
+/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/lv759/indoors/wy_research_complex/dormsfoyer)
+"kHh" = (
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "cargo_arrow"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"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)
+"kHq" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"kHw" = (
+/obj/structure/surface/rack,
+/obj/structure/barricade/handrail,
+/obj/item/stack/folding_barricade/three{
+ layer = 2.9
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"kHy" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_south)
+"kHE" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/power_plant/workers_canteen_kitchen)
+"kHI" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/westfoyer)
+"kHM" = (
+/obj/structure/platform/mineral,
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "cyan3"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"kHP" = (
+/obj/structure/machinery/landinglight/ds2/spoke,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 5
+ },
+/area/lv759/outdoors/landing_zone_2)
+"kHU" = (
+/obj/structure/machinery/landinglight/ds2/spoke,
+/obj/structure/barricade/handrail/strata{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/landing_zone_1)
+"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)
+"kIi" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/bed/stool{
+ buckling_y = 14;
+ pixel_x = 6;
+ pixel_y = 5
+ },
+/turf/open/floor/prison{
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_foyer)
+"kIk" = (
+/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/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"kIo" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood/oil/streak,
+/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
+/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/billboardsmedium/billboard5{
+ pixel_y = 32
+ },
+/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/prop/hybrisa/misc/floorprops/grate,
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 4
+ },
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/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,
+/obj/structure/sign/safety/fire_haz{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"kIG" = (
+/obj/structure/blocker/invisible_wall,
+/turf/open/engineership/pillars/north/pillar2,
+/area/lv759/oob)
+"kIH" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/recycling_plant)
+"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/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"kJe" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/stack/rods,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ dir = 8
+ },
+/obj/item/shard,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/landmark/corpsespawner/hybrisa/civilian,
+/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/hybrisa/cuppa_joes/lid,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/cuppajoesfloor,
+/area/lv759/indoors/spaceport/cuppajoes)
+"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)
+"kJU" = (
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/sidewalkfull,
+/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"
+ },
+/obj/structure/sign/poster/art{
+ pixel_y = 32;
+ layer = 3.1
+ },
+/turf/open/floor/hybrisa/tile/tileblackcheckered,
+/area/lv759/indoors/casino)
+"kKe" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/sosjerky,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"kKh" = (
+/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark3,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/south_east_caves)
+"kKk" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/effect/hybrisa/decal/road/lines4,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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
+ },
+/obj/structure/sign/safety/synth_storage{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/weymart/backrooms)
+"kKq" = (
+/obj/structure/machinery/light/small/blue,
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/prison{
+ icon_state = "whitered"
+ },
+/area/lv759/indoors/hospital/icu)
+"kKw" = (
+/obj/item/circuitboard,
+/turf/open/floor/almayer{
+ icon_state = "test_floor4"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"kKz" = (
+/obj/structure/cargo_container/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)
+"kKI" = (
+/obj/effect/landmark/monkey_spawn,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblue,
+/area/lv759/indoors/apartment/westentertainment)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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/lv759/indoors/wy_research_complex/cafeteria)
+"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/ship_hull/non_weedable_hull{
+ 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)
+"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/lv759/indoors/wy_research_complex/weaponresearchlab)
+"kLw" = (
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"kLH" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/obj/structure/largecrate/random/mini/small_case,
+/turf/open/floor/strata{
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/hallway_east)
+"kLM" = (
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5;
+ layer = 3.2
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"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)
+"kMk" = (
+/obj/structure/reagent_dispensers/water_cooler{
+ pixel_x = 11;
+ pixel_y = 8;
+ density = 0
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/tile/supermartfloor1,
+/area/lv759/indoors/bar/kitchen)
+"kMC" = (
+/obj/item/ammo_casing/bullet,
+/obj/item/ammo_casing/bullet,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"kMD" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/window_frame/hybrisa/colony/engineering/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/power_plant)
+"kME" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/hybrisa/carpet/carpetpatternbrown,
+/area/lv759/indoors/apartment/eastbedroomsstorage)
+"kMH" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"kMO" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1,
+/area/lv759/indoors/spaceport/flight_control_room)
+"kMT" = (
+/obj/structure/window/framed/hybrisa/spaceport,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/cuppajoes)
+"kMX" = (
+/obj/structure/platform/strata/metal{
+ dir = 8
+ },
+/turf/open/floor/strata{
+ icon_state = "blue1"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"kMZ" = (
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med{
+ pixel_y = 28
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/northeast)
+"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"
+ },
+/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/westbedrooms)
+"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)
+"kNm" = (
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"kNp" = (
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/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)
+"kNr" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 1
+ },
+/obj/structure/inflatable/popped/door,
+/turf/open/engineership/engineer_floor2,
+/area/lv759/indoors/derelict_ship)
+"kNv" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/changing_room)
+"kNw" = (
+/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Science_1{
+ dir = 8
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/layer2,
+/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
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/redalert{
+ light_color = "#FF0000";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"kOl" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/item/weapon/baseballbat,
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/westentertainment)
+"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/pipes/vents/pump_hybrisa,
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 0
+ },
+/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/indoors/derelict_ship)
+"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/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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/indoors/derelict_ship)
+"kPb" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/wood/redwood,
+/area/lv759/indoors/weyyu_office/floor)
+"kPd" = (
+/obj/structure/largecrate/random/secure,
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/hybrisa/hospital/hospitaldivider,
+/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/hybrisa/no_xeno_desc,
+/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,
+/obj/structure/sign/safety/synth_storage{
+ desc = "Semiotic Standard denoting the nearby presence of a cargo depot.";
+ name = "cargo depot semiotic";
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"kPM" = (
+/obj/structure/morgue{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ 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/lv759/indoors/wy_research_complex/reception)
+"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" = (
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/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/caves/south_east_caves)
+"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/item/reagent_container/glass/beaker/vial,
+/obj/item/reagent_container/glass/beaker/vial,
+/obj/item/reagent_container/glass/beaker/vial,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"kQr" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/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/colony_streets/south_west_street_comms)
+"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;
+ autoname = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/westrestroom)
+"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/lv759/indoors/wy_research_complex/cargo)
+"kQU" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "SW-out";
+ pixel_y = -1
+ },
+/obj/item/device/flashlight/lamp/tripod/grey,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_west_street_comms)
+"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/eastbedrooms)
+"kRd" = (
+/obj/structure/platform_decoration{
+ dir = 4
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -1;
+ pixel_y = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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)
+"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)
+"kRz" = (
+/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/structure/largecrate/random/barrel{
+ layer = 2.7
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"kRK" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/meridian/meridian_office)
+"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,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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;
+ layer = 6
+ },
+/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/heavyequip)
+"kSr" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/weyyu_office/breakroom)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/colonial_marshals/hallway_central)
+"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/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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)
+"kTd" = (
+/obj/structure/bed/sofa/vert/grey/bot,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"kTp" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1,
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 1
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"kTw" = (
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice12";
+ pixel_y = 16
+ },
+/obj/structure/cargo_container/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/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"kTO" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Box_Vans/Maintenance_Blue{
+ dir = 1
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"kTR" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor{
+ icon_state = "carpetside"
+ },
+/area/lv759/indoors/bar)
+"kTT" = (
+/obj/structure/barricade/handrail,
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32;
+ layer = 2.8
+ },
+/turf/open/floor/prison{
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"kUb" = (
+/obj/effect/decal/strata_decals/grime/grime4{
+ dir = 1
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "SE-out"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/item/xenos_claw{
+ pixel_x = 7;
+ pixel_y = 2
+ },
+/obj/item/xenos_claw{
+ pixel_x = -6;
+ pixel_y = -1
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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/prop/hybrisa/misc/urinal/dark{
+ pixel_y = 32;
+ pixel_x = -4
+ },
+/obj/effect/decal/strata_decals/grime/grime3{
+ icon_state = "grime1"
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"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)
+"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)
+"kUD" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "docstriping"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"kUG" = (
+/obj/item/device/flashlight/lamp/tripod/grey,
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ 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/lv759/indoors/wy_research_complex/weaponresearchlab)
+"kUP" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/janitor)
+"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)
+"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/effect/decal/cleanable/blood/oil,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Light_Blue{
+ icon_state = "meridian_lightblue_damage_3";
+ health = 1250;
+ dir = 4
+ },
+/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)
+"kVo" = (
+/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/outdoors/landing_zone_1)
+"kVq" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/barricade/handrail/hybrisa/handrail{
+ dir = 8;
+ layer = 4
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = 27
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/west_caves)
+"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_y = 10;
+ pixel_x = -8
+ },
+/obj/structure/machinery/light/small{
+ dir = 8
+ },
+/obj/item/reagent_container/food/drinks/coffeecup/uscm{
+ pixel_x = 7;
+ pixel_y = 12;
+ name = "TWE coffee mug";
+ desc = "A red, white and blue coffee mug depicting the flag of the TWE. Patriotic and bold, and commonly seen among veterans as a novelty."
+ },
+/obj/structure/sign/catclock{
+ pixel_x = 6;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/carpet/carpetpatternbrown,
+/area/lv759/indoors/apartment/northapartments)
+"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)
+"kVC" = (
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/obj/effect/decal/cleanable/blood/gibs/limb,
+/obj/effect/decal/cleanable/blood,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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 = "floor1";
+ dir = 4
+ },
+/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/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
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/WeylandYutani{
+ icon_state = "meridian_wy_damage_3";
+ health = 1250;
+ pixel_y = -12;
+ layer = 3.9
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_3{
+ pixel_x = -26;
+ layer = 6
+ },
+/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/lv759/indoors/wy_research_complex/researchanddevelopment)
+"kWx" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/turf/closed/wall/hybrisa/colony/engineering/ribbed,
+/area/lv759/indoors/power_plant/transformers_north)
+"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" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/paper_bin,
+/obj/item/tool/pen/blue,
+/obj/item/reagent_container/food/drinks/coffeecup/wy{
+ pixel_y = 12
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 6
+ },
+/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/eastfoyer)
+"kWX" = (
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/northhallway)
+"kWY" = (
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/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;
+ layer = 6
+ },
+/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
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"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
+ },
+/obj/structure/machinery/meter{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"kXv" = (
+/obj/effect/decal/cleanable/blood,
+/obj/item/ammo_magazine/smg/p90,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"kXC" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/shard,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_east_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/lv759/indoors/wy_research_complex/xenobiology)
+"kXJ" = (
+/turf/closed/wall/r_wall/biodome,
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/barricade/handrail/strata{
+ dir = 8;
+ layer = 4
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"kYl" = (
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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)
+"kYq" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/armory_foyer)
+"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)
+"kYB" = (
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ id = "hybrisa_mining_lockdown3";
+ name = "Emergency Lockdown";
+ dir = 4;
+ unacidable = 1;
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"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)
+"kYK" = (
+/obj/structure/platform_decoration/hybrisa/rockdark,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/central_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{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"kYR" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecaldir"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 1
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"kYX" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Box_Vans/White,
+/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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"kZg" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"kZh" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/largecrate/random/barrel/red{
+ layer = 4;
+ pixel_y = 12
+ },
+/obj/structure/largecrate/random/barrel/red{
+ layer = 7
+ },
+/obj/structure/sign/safety/zero{
+ pixel_x = 32
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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/outdoors/power_plant/transformers_north)
+"kZD" = (
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/fakeplatforms/platform4,
+/obj/structure/prop/hybrisa/fakeplatforms/platform4{
+ 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
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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{
+ pixel_y = 12
+ },
+/obj/structure/platform/hybrisa/metalplatform6,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"kZW" = (
+/obj/structure/bedsheetbin{
+ pixel_y = 9
+ },
+/obj/structure/surface/table/almayer{
+ color = "#848484"
+ },
+/obj/item/clothing/under/marine/veteran/pmc/corporate/hybrisa,
+/obj/structure/sign/poster/io{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"kZZ" = (
+/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/outdoors/landing_zone_1)
+"lab" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ pixel_x = 5;
+ pixel_y = 20
+ },
+/obj/structure/largecrate/random/mini/small_case{
+ pixel_x = 8;
+ pixel_y = -3;
+ layer = 2.9
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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/hybrisa/generic/autoname,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/weyyu_office/pressroom)
+"lao" = (
+/obj/structure/blackgoocontainer{
+ icon_state = "blackgoocontainer2";
+ dir = 4
+ },
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"lau" = (
+/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/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"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)
+"laM" = (
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/hallwaycentral)
+"laV" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/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{
+ pixel_y = -2
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Orange{
+ icon_state = "meridian_orange_damage_2";
+ dir = 1;
+ health = 1750;
+ pixel_x = 6;
+ layer = 2.97
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/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)
+"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)
+"lbs" = (
+/obj/item/ammo_magazine/rifle/nsg23{
+ current_rounds = 17
+ },
+/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)
+"lbt" = (
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/electical_systems/substation1)
+"lbv" = (
+/obj/item/tool/kitchen/tray{
+ layer = 3;
+ pixel_y = 8
+ },
+/obj/structure/window/reinforced,
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -3;
+ pixel_y = 6
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = 4
+ },
+/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/structure/machinery/light/spot/blue{
+ dir = 1;
+ pixel_y = 22
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"lbH" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/bloodtrail,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"lbR" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "docstripingdir"
+ },
+/obj/structure/bed/roller{
+ pixel_y = 12
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/landing_zone_1)
+"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"
+ },
+/obj/item/alien_embryo,
+/obj/effect/landmark/xeno_spawn,
+/turf/open/floor/almayer/research/containment/floor2{
+ dir = 1
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"lcf" = (
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice3";
+ pixel_x = 6;
+ pixel_y = 19
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/fakeplatforms/platform3,
+/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Science_2{
+ dir = 1;
+ layer = 2.9;
+ pixel_x = 4
+ },
+/turf/open/floor/corsat{
+ icon_state = "squares"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"lcg" = (
+/turf/closed/shuttle/dropship2/WY/HorizonRunner{
+ icon_state = "95"
+ },
+/area/lv759/indoors/spaceport/horizon_runner)
+"lck" = (
+/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/lv759/indoors/wy_research_complex/dormsbedroom)
+"lcw" = (
+/obj/structure/bed/chair/office/dark{
+ dir = 1
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 4
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"lcG" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"lcH" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/dark,
+/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/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)
+"lcW" = (
+/obj/effect/decal/cleanable/blood,
+/obj/item/ammo_casing/bullet,
+/obj/item/ammo_casing/bullet,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 4
+ },
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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"
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Red{
+ icon_state = "meridian_red_damage_5";
+ health = 250;
+ pixel_x = -6;
+ layer = 4.4
+ },
+/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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/poster/corporate{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"ldj" = (
+/obj/structure/machinery/big_computers/messaging_server/brown{
+ dir = 1
+ },
+/turf/open/floor/prison{
+ icon_state = "yellow"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"ldv" = (
+/obj/structure/machinery/iv_drip{
+ pixel_y = 19;
+ layer = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitered"
+ },
+/area/lv759/indoors/hospital/medical_storage)
+"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)
+"ldC" = (
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"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/item/clothing/under/marine/veteran/pmc/corporate/hybrisa,
+/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead,
+/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa,
+/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)
+"ldR" = (
+/obj/structure/closet/firecloset,
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"ldT" = (
+/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark2,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_east_caves)
+"ldV" = (
+/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/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
+ },
+/obj/structure/machinery/big_computers/computerwhite/computer1{
+ pixel_y = 6
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"lea" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1;
+ pixel_y = -1
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street_comms)
+"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)
+"lex" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ id = "hybrisaLZ2_4";
+ name = "Emergency Lockdown";
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"ley" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/effect/landmark/xeno_spawn,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"leD" = (
+/obj/structure/bed/stool{
+ buckling_y = 14;
+ pixel_x = 4;
+ pixel_y = 12
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/indoors/derelict_ship)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"leI" = (
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"leJ" = (
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/apartment/northapartments)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"leP" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{
+ pixel_y = 25
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"leQ" = (
+/obj/structure/bed/chair/office/light{
+ dir = 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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"lff" = (
+/obj/structure/bed/chair{
+ can_buckle = 0;
+ dir = 4;
+ pixel_x = 2;
+ pixel_y = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/machinery/light/small,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/mining_outpost/east_command)
+"lfh" = (
+/obj/item/stack/rods{
+ amount = 25
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/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/almayer{
+ icon_state = "test_floor4"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"lfo" = (
+/obj/structure/platform/hybrisa/metalplatformstair2,
+/obj/structure/stairs{
+ color = "#a6aeab";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/docking_bay_1)
+"lfp" = (
+/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/hybrisa/misc/trash_bag_full_prop{
+ 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,
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 5
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"lfz" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"lfA" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{
+ dir = 1;
+ autoname = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"lfB" = (
+/obj/structure/pipes/unary/freezer{
+ icon_state = "freezer_1"
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ layer = 2.9
+ },
+/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/lv759/indoors/wy_research_complex/hallwaynorth)
+"lfL" = (
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"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/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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 = "floor1";
+ dir = 1
+ },
+/area/lv759/indoors/power_plant/gas_generators)
+"lgt" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 4
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"lgv" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{
+ dir = 2
+ },
+/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/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"lgM" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_caves)
+"lgO" = (
+/obj/item/trash/candy,
+/obj/structure/prop/hybrisa/fakeplatforms/platform4{
+ dir = 4
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"lgR" = (
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/cargo_container/hybrisa/containersextended/kelland_right{
+ layer = 4.12
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/north_east_caves)
+"lgU" = (
+/obj/structure/bed/chair/vehicle/white{
+ pixel_x = 8
+ },
+/obj/structure/bed/chair/vehicle/white{
+ 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/lv759/indoors/wy_research_complex/hangarbay)
+"lhg" = (
+/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_LZ)
+"lhj" = (
+/obj/structure/sign/safety/maint{
+ pixel_x = 34;
+ pixel_y = -24
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 10
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"lhG" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/stairs{
+ color = "#a6aeab";
+ dir = 1
+ },
+/turf/closed/wall/hybrisa/research/reinforced/hull,
+/area/lv759/oob)
+"lhI" = (
+/obj/effect/decal/cleanable/liquid_fuel,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/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)
+"lhN" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"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)
+"lii" = (
+/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/outdoors/landing_zone_2)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"liz" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"liA" = (
+/turf/open/gm/river/desert/shallow_edge{
+ dir = 1
+ },
+/area/lv759/indoors/apartment/westentertainment)
+"liG" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco1,
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/north_street)
+"liK" = (
+/obj/structure/machinery/colony_floodlight/traffic_alt{
+ dir = 4;
+ pixel_x = 5;
+ pixel_y = 10
+ },
+/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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"liX" = (
+/obj/structure/largecrate/random/barrel{
+ pixel_x = -6;
+ pixel_y = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 3;
+ pixel_y = -2;
+ layer = 3.1
+ },
+/obj/item/paper/crumpled{
+ pixel_x = 6;
+ pixel_y = 18
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"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/hybrisa/personal/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/buildinggreebliessmall/smallvent3{
+ 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/indoors/derelict_ship)
+"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{
+ color = "#5d524b"
+ },
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/effect/hybrisa/decal/road/road_stop{
+ icon_state = "stop_decal4"
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Blue{
+ icon_state = "meridian_blue_damage_4";
+ health = 750
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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
+ },
+/turf/open/engineership/engineer_floor2,
+/area/lv759/indoors/derelict_ship)
+"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)
+"lkc" = (
+/turf/open/floor/almayer{
+ icon_state = "test_floor4"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"lkd" = (
+/obj/structure/machinery/light/spot/blue,
+/obj/structure/closet/secure_closet/personal,
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"lki" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -1;
+ pixel_y = 1
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ icon_state = "intact";
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"lkp" = (
+/turf/open/floor/plating{
+ dir = 4;
+ icon_state = "warnplate"
+ },
+/area/lv759/indoors/hospital/paramedics_garage)
+"lks" = (
+/obj/structure/sign/poster/music{
+ pixel_y = 32
+ },
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/westhallway)
+"lkw" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/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 = "darkbrown3"
+ },
+/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/indoors/derelict_ship)
+"lkH" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "SW-out"
+ },
+/obj/structure/closet/toolcloset,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"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/lv759/indoors/wy_research_complex/cargo)
+"llc" = (
+/obj/structure/machinery/vending/coffee{
+ density = 0;
+ pixel_y = 16;
+ pixel_x = 8
+ },
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/westhallway)
+"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
+ },
+/obj/structure/prop/hybrisa/misc/picture{
+ pixel_y = 32
+ },
+/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)
+"llq" = (
+/obj/structure/prop/hybrisa/misc/trash/green{
+ pixel_y = 2
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_16";
+ pixel_y = 15
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"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)
+"llF" = (
+/obj/structure/bed/chair/office/dark{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/floor)
+"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/structure/machinery/light/small/blue{
+ dir = 1
+ },
+/obj/structure/sign/safety/bulkhead_door{
+ pixel_x = -3;
+ pixel_y = 32
+ },
+/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 = 32;
+ pixel_x = 4
+ },
+/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/blackgoocontainer{
+ icon_state = "blackgoocontainer2";
+ dir = 8
+ },
+/turf/open/engineership/engineer_floor2,
+/area/lv759/indoors/derelict_ship)
+"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)
+"llU" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "silver"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"llV" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"llX" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "NE-out"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"lmb" = (
+/turf/closed/shuttle/dropship2/WY/HorizonRunner{
+ icon_state = "78"
+ },
+/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)
+"lmj" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_reception)
+"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{
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ layer = 9
+ },
+/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;
+ layer = 6
+ },
+/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)
+"lmQ" = (
+/obj/item/tool/warning_cone{
+ pixel_y = 19
+ },
+/obj/item/device/flashlight/lamp/tripod,
+/obj/structure/sign/safety/storage{
+ pixel_x = 2;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/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,
+/obj/effect/landmark/corpsespawner/hybrisa/civilian,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/bloodtrail,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Red{
+ icon_state = "meridian_red_damage_5";
+ health = 250;
+ pixel_x = -6
+ },
+/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/eastbedrooms)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"lnh" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/structure/sign/poster/art{
+ pixel_y = 32
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/bar)
+"lnl" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/surface/rack,
+/obj/item/device/toner,
+/obj/item/paper{
+ layer = 2
+ },
+/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/westhallway)
+"lnv" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "NW-out"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/eastbedroomsstorage)
+"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{
+ pixel_y = -1
+ },
+/turf/open/floor/hybrisa/carpet/carpetreddeco,
+/area/lv759/indoors/casino)
+"lnH" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/indoors/recycling_plant/garage)
+"lnM" = (
+/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/item/shard,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"lnO" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 1
+ },
+/obj/structure/platform{
+ dir = 1;
+ layer = 1
+ },
+/obj/structure/surface/table/almayer{
+ color = "#848484"
+ },
+/obj/effect/spawner/random/tool,
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_factory)
+"lnP" = (
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab"
+ },
+/obj/item/trash/cigbutt/ucigbutt{
+ pixel_x = -13;
+ pixel_y = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"lol" = (
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = -12
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/electical_systems/substation1)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"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)
+"loB" = (
+/obj/structure/platform/hybrisa/metalplatform1,
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = -8
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4;
+ pixel_y = -4
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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;
+ autoname = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"loR" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{
+ 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)
+"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/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/eastbedroomsstorage)
+"lpv" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 2;
+ pixel_y = 20
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/maintenance_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/lv759/indoors/wy_research_complex/hangarbay)
+"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" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison,
+/area/lv759/indoors/meridian/meridian_office)
+"lpN" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/indoors/derelict_ship)
+"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)
+"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)
+"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)
+"lqC" = (
+/obj/structure/stairs/perspective/kutjevo,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile,
+/area/lv759/indoors/mining_outpost/east_deploymentbay)
+"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)
+"lqQ" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/power_plant)
+"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)
+"lqW" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"lqZ" = (
+/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/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"lrc" = (
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Blue{
+ dir = 1;
+ layer = 4.21
+ },
+/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/floor)
+"lri" = (
+/obj/structure/machinery/light/spot,
+/turf/open/floor/prison{
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/reception)
+"lrl" = (
+/obj/structure/closet,
+/obj/item/clothing/suit/hybrisa/engineering_utility_oversuit,
+/obj/item/clothing/suit/hybrisa/engineering_utility_oversuit/alt,
+/obj/item/clothing/under/hybrisa/engineering_utility,
+/obj/item/clothing/under/hybrisa/engineering_utility/alt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/recycling_plant/synthetic_storage)
+"lrm" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"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)
+"lrz" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/northfoyer)
+"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{
+ pixel_y = 12
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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/outdoors/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)
+"lrT" = (
+/obj/item/tool/warning_cone{
+ pixel_x = -11;
+ pixel_y = 6
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = -17
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"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/prop/ice_colony/hula_girl{
+ layer = 3.1;
+ pixel_x = 9;
+ pixel_y = 13
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/machinery/big_computers/computerbrown/computer3,
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/gas_generators)
+"lsa" = (
+/obj/item/ammo_casing/bullet,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/plating/plating_catwalk/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"
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_off{
+ pixel_y = 32
+ },
+/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/Meridian/Purple,
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"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)
+"lta" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "docstripingdir"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"ltb" = (
+/obj/structure/filingcabinet,
+/obj/effect/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)
+"ltd" = (
+/turf/open/floor/prison,
+/area/lv759/outdoors/landing_zone_1)
+"ltg" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"ltA" = (
+/obj/structure/machinery/big_computers/computerblack/computer5{
+ indestructible = 1
+ },
+/turf/open/floor/hybrisa/metal/bluemetalfull,
+/area/lv759/indoors/wy_research_complex/reception)
+"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)
+"ltK" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"ltN" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 1
+ },
+/obj/structure/machinery/big_computers/computerblack/computer3,
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 1
+ },
+/area/lv759/indoors/electical_systems/substation1)
+"ltP" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/northfoyer)
+"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 = "darkbrown3"
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"ltW" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/fakeplatforms/platform4{
+ dir = 4
+ },
+/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,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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/machinery/light/spot/blue,
+/obj/structure/machinery/light/spot/blue{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Turquoise{
+ dir = 1;
+ layer = 6;
+ pixel_y = 12
+ },
+/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,
+/obj/structure/machinery/meter{
+ pixel_y = 32
+ },
+/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/tool/warning_cone{
+ layer = 4;
+ pixel_x = 5;
+ pixel_y = 13
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/hybrisa/wood/redwood,
+/area/lv759/indoors/weyyu_office/floor)
+"luy" = (
+/obj/structure/bed/chair/comfy/hybrisa/black,
+/obj/structure/filingcabinet/chestdrawer{
+ density = 0;
+ pixel_x = 7;
+ pixel_y = 18;
+ layer = 2.9
+ },
+/obj/structure/prop/hybrisa/misc/picture{
+ pixel_x = -6;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/carpet/carpetblackdeco,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"luz" = (
+/obj/effect/decal/strata_decals/grime/grime4{
+ icon_state = "grime1"
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/obj/structure/prop/hybrisa/misc/graffiti/graffiti3,
+/obj/structure/sign/poster/ad{
+ layer = 4;
+ pixel_x = 12;
+ pixel_y = 32
+ },
+/obj/structure/sign/poster/corporate{
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/central_streets)
+"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/structure/machinery/light/spot/blue{
+ dir = 8
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"lvj" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"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";
+ vehicle_resistant = 1
+ },
+/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)
+"lvv" = (
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_3"
+ },
+/obj/structure/bed/chair/office/dark,
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/colonial_marshals/office)
+"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 = "floor1"
+ },
+/area/lv759/oob)
+"lvF" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/bedsheet/brown,
+/obj/item/bedsheet/brown,
+/obj/item/bedsheet/brown,
+/obj/item/bedsheet/brown,
+/obj/item/ammo_magazine/smg/p90/p90_twe,
+/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
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"lvU" = (
+/obj/structure/tunnel/maint_tunnel/hybrisa/grate/no_xeno_desc,
+/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/item/tool/warning_cone{
+ pixel_x = 5;
+ pixel_y = 13
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"lwf" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{
+ dir = 1
+ },
+/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{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"lwj" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/landing_zone_2)
+"lwk" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile,
+/area/lv759/indoors/mining_outpost/east_deploymentbay)
+"lww" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"lwB" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1,
+/obj/structure/inflatable/popped/door,
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"lwF" = (
+/obj/structure/bed/chair/wood/normal{
+ dir = 1;
+ pixel_y = 12;
+ buckling_y = 12
+ },
+/turf/open/floor/hybrisa/carpet/carpetpatternbrown,
+/area/lv759/indoors/apartment/northapartments)
+"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/machinery/big_computers/computerbrown/computer5,
+/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_on{
+ dir = 1;
+ light_color = "#00da64";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/mining_outpost/east_command)
+"lwO" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard4{
+ pixel_y = 20;
+ pixel_x = 6;
+ layer = 9;
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"lwP" = (
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"lwR" = (
+/obj/structure/sign/safety/restrictedarea,
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"lxr" = (
+/obj/structure/window/framed/hybrisa/spaceport/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/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/hybrisa/metal/stripe_red{
+ dir = 8
+ },
+/area/lv759/indoors/wy_research_complex/hallwaycentral)
+"lxy" = (
+/obj/structure/barricade/handrail/medical{
+ dir = 4
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"lxB" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"lxH" = (
+/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/outdoors/landing_zone_2)
+"lxJ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/stack/rods,
+/obj/effect/decal/cleanable/blood/drip,
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/item/shard,
+/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/hybrisa/miner,
+/obj/structure/window/reinforced{
+ 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{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_street)
+"lyl" = (
+/obj/item/form_printer{
+ pixel_x = -7;
+ pixel_y = 7
+ },
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/window/reinforced,
+/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/cargo_container/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;
+ layer = 6
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_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/almayer/hybrisa/shutters{
+ id = "virology_lockdown"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/virology)
+"lyV" = (
+/obj/structure/largecrate/random/barrel/black{
+ pixel_x = -6
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"lyX" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "NW-out"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/platform_decoration,
+/turf/open/floor/strata{
+ icon_state = "yellow3";
+ dir = 1
+ },
+/area/lv759/indoors/spaceport/cargo)
+"lza" = (
+/obj/structure/sign/safety/bathunisex{
+ pixel_x = -16;
+ pixel_y = -24
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 1
+ },
+/area/lv759/indoors/meridian/meridian_office)
+"lzd" = (
+/obj/structure/cable/white{
+ color = "#9f8700";
+ icon_state = "4-9";
+ layer = 5;
+ level = 2
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"lze" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/largecrate/random/mini/med,
+/obj/item/prop/colony/usedbandage{
+ dir = 10;
+ pixel_y = -12
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"lzi" = (
+/obj/structure/closet/crate/trashcart{
+ opened = 1
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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)
+"lzD" = (
+/obj/effect/hybrisa/decal/road/road_stop{
+ icon_state = "stop_decal5"
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"lzF" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"lzK" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/cargo_container/hybrisa/containersextended/redwywingsleft,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/landing_zone_2)
+"lzL" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/bloodtrail,
+/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/structure/machinery/cm_vending/sorted/medical/wall_med{
+ pixel_y = 28
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"lzW" = (
+/obj/structure/closet/crate/trashcart{
+ desc = "A heavy, metal foodcart with wheels.";
+ icon = 'icons/obj/structures/props/hybrisarandomprops.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)
+"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;
+ pixel_y = 4
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/floor)
+"lAe" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_north_locker)
+"lAg" = (
+/obj/effect/spawner/random/tool,
+/turf/open/floor/prison,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"lAj" = (
+/turf/closed/wall/hybrisa/marhsalls_reinforced,
+/area/lv759/indoors/colonial_marshals/armory)
+"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;
+ layer = 6
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/weyyu_office)
+"lAC" = (
+/obj/structure/machinery/atm{
+ icon = 'icons/obj/structures/props/64x64_hybrisarandomprops.dmi';
+ pixel_x = 3;
+ pixel_y = 15
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/turf/open/floor/prison{
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_central)
+"lAE" = (
+/obj/structure/cable/white{
+ icon_state = "11-6";
+ level = 2
+ },
+/obj/item/explosive/plastic/hybrisa/mining{
+ name = "large mining charge";
+ icon_state = "custom_plastic_explosive_locked"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/securityarmory)
+"lAP" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/eastfoyer)
+"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/item/trash/cigbutt{
+ pixel_x = -7;
+ pixel_y = 13
+ },
+/obj/structure/pipes/vents/pump,
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"lBa" = (
+/obj/item/device/flashlight/lamp/tripod/grey,
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"lBd" = (
+/turf/closed/shuttle/dropship2/transparent{
+ icon = 'icons/turf/ert_shuttle.dmi';
+ icon_state = "wy27";
+ name = "wall"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ icon_state = "zbrownfloor2";
+ dir = 1
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"lBt" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"lBz" = (
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"lBG" = (
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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/blue{
+ pixel_x = -4
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow,
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ pixel_x = 4
+ },
+/obj/structure/cable/white{
+ color = "#9f8700";
+ icon_state = "4-9";
+ layer = 5;
+ level = 2
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/fusion_generators)
+"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)
+"lBU" = (
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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"
+ },
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 6;
+ pixel_x = -8
+ },
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 9;
+ pixel_x = 2
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"lCo" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/westhallway)
+"lCs" = (
+/obj/effect/decal/cleanable/blood/drip{
+ pixel_x = 10;
+ pixel_y = 21
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/bar/entertainment)
+"lCt" = (
+/obj/structure/sink{
+ dir = 8;
+ pixel_x = -11
+ },
+/obj/effect/spawner/random/pills/lowchance,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/hybrisa/scientist_xenobiologist,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"lCv" = (
+/obj/structure/platform_decoration{
+ dir = 1
+ },
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "5-9";
+ layer = 5
+ },
+/obj/structure/cable/white{
+ color = "#9f8700";
+ icon_state = "6-8";
+ layer = 5;
+ level = 2
+ },
+/obj/item/tool/wirecutters{
+ pixel_y = 6
+ },
+/obj/item/stack/cable_coil/cut{
+ icon_state = "coil2";
+ color = "#550d0d"
+ },
+/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,
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/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)
+"lDh" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecalleft"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 4
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"lDi" = (
+/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/spaceport/kitchen)
+"lDn" = (
+/obj/effect/hybrisa/decal/road/road_stop{
+ dir = 8;
+ icon_state = "stop_decal5"
+ },
+/obj/structure/largecrate/random/barrel/black,
+/obj/item/tool/warning_cone{
+ pixel_x = -20;
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"lDI" = (
+/obj/item/ammo_casing/bullet,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"lDK" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/item/reagent_container/food/drinks/coffeecup{
+ pixel_x = 7;
+ pixel_y = 14
+ },
+/obj/item/reagent_container/food/snacks/donkpocket,
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/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)
+"lDW" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/obj/structure/platform/hybrisa/metalplatform6,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"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/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/power_plant/workers_canteen)
+"lEg" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{
+ dir = 1
+ },
+/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,
+/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/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/jacks_surplus)
+"lEA" = (
+/turf/closed/shuttle/ert{
+ icon_state = "wy18"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"lEB" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{
+ dir = 1
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_4"
+ },
+/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)
+"lEO" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"lEW" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/north_street)
+"lFc" = (
+/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/landing_zone_2)
+"lFf" = (
+/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3,
+/turf/open/auto_turf/hybrisashale/layer0_plate,
+/area/lv759/outdoors/caveplateau)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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)
+"lFo" = (
+/obj/structure/machinery/iv_drip,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitered"
+ },
+/area/lv759/indoors/hospital/operation)
+"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/ship_hull/non_weedable_hull{
+ dir = 10
+ },
+/area/lv759/oob)
+"lFw" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 4
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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,
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/central_caves)
+"lFN" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "docstripingdir"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"lFS" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/structure/barricade/handrail/strata{
+ dir = 8;
+ layer = 3
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/obj/structure/prop/hybrisa/misc/metergreen{
+ pixel_y = 32
+ },
+/turf/open/shuttle/escapepod{
+ icon_state = "floor1"
+ },
+/area/lv759/indoors/electical_systems/substation2)
+"lFU" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetpatternbrown,
+/area/lv759/indoors/apartment/eastbedroomsstorage)
+"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/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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)
+"lGd" = (
+/obj/structure/reagent_dispensers/fueltank{
+ desc = "A fuel tank mix with fuel designed for various spacecraft, very combustible.";
+ icon = 'icons/obj/structures/props/hybrisarandomprops.dmi';
+ name = "spacecraft fuel-mix tank"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"lGg" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 6
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"lGh" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"lGi" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"lGk" = (
+/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"lGq" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/structure/machinery/light,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "red"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security)
+"lGr" = (
+/obj/structure/surface/table/reinforced/cloth,
+/obj/structure/prop/hybrisa/supermart/supermartfruitbasketoranges{
+ pixel_x = -10
+ },
+/obj/structure/prop/hybrisa/supermart/supermartfruitbasketoranges{
+ pixel_x = 10
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/weymart)
+"lGs" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/northfoyer)
+"lGw" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/wallegg_on{
+ dir = 4;
+ light_color = "#efa531";
+ light_on = 1;
+ light_range = 2;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/orangelinecorner,
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"lGO" = (
+/obj/structure/machinery/iv_drip{
+ layer = 3.9;
+ pixel_y = 19
+ },
+/obj/structure/bed/roller/hospital_empty/bigrollerempty3{
+ dir = 4;
+ icon_state = "bigrollerempty3_up";
+ layer = 4
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitered"
+ },
+/area/lv759/indoors/hospital/icu)
+"lGT" = (
+/obj/structure/stairs/perspective{
+ dir = 1;
+ icon_state = "p_stair_full";
+ color = "#b8b8b0"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/obj/item/ammo_magazine/smg/p90,
+/obj/item/ammo_magazine/smg/p90,
+/obj/item/weapon/gun/smg/p90,
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/lv759/indoors/wy_research_complex/securityarmory)
+"lHd" = (
+/obj/structure/bed/sofa/south/grey/left,
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 5
+ },
+/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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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/lv759/indoors/wy_research_complex/dormsfoyer)
+"lHz" = (
+/obj/item/stock_parts/matter_bin,
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"lHA" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/stack/sheet/wood{
+ pixel_y = -8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/south)
+"lHK" = (
+/obj/structure/window/framed/hybrisa/colony/engineering/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/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)
+"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";
+ vehicle_resistant = 1
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"lIr" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_y = 12;
+ pixel_x = -4
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/mining_outpost/northeast)
+"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)
+"lIF" = (
+/obj/structure/platform_decoration{
+ dir = 4
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/platform_decoration{
+ dir = 4
+ },
+/turf/open/floor/kutjevo/grey,
+/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,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/central_caves)
+"lIR" = (
+/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Science_2,
+/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/lv759/indoors/wy_research_complex/cafeteria)
+"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)
+"lJh" = (
+/obj/item/trash/cigbutt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"lJu" = (
+/obj/item/weapon/gun/smg/p90,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"lJC" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/structure/closet/crate/trashcart{
+ opened = 1
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"lJH" = (
+/obj/structure/machinery/computer/guestpass,
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/sign/poster/propaganda{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"lJI" = (
+/obj/structure/girder,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/north_caves)
+"lJN" = (
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"lJR" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/eastfoyer)
+"lJV" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_security/checkpoint_west)
+"lJX" = (
+/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/north_west_caves)
+"lKd" = (
+/obj/structure/sign/safety/landingzone{
+ pixel_y = 7;
+ pixel_x = 32
+ },
+/obj/structure/sign/safety/east{
+ pixel_y = -5;
+ pixel_x = 32
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"lKf" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 4;
+ layer = 4;
+ pixel_x = -2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/electical_systems/substation1)
+"lKh" = (
+/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)
+"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)
+"lKz" = (
+/obj/effect/decal/cleanable/blood/drip,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/north_east_caves)
+"lKC" = (
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/westrestroom)
+"lKD" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 8
+ },
+/obj/structure/inflatable/door{
+ layer = 2
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"lKI" = (
+/obj/structure/stairs{
+ color = "#a6aeab"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/botany/botany_hallway)
+"lKN" = (
+/obj/item/shard,
+/obj/effect/hybrisa/decal/road/lines1,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"lKS" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/ashtray/bronze{
+ icon_state = "ashtray_full_bl";
+ pixel_x = 8;
+ pixel_y = -3
+ },
+/obj/item/tool/lighter/random,
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -6;
+ pixel_y = 6
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/meridian/meridian_office)
+"lKX" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/central_streets)
+"lLd" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Orange{
+ dir = 8
+ },
+/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/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/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/hybrisa/personal/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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{
+ pixel_y = -2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/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
+ },
+/obj/effect/landmark/xeno_spawn,
+/turf/open/floor/corsat{
+ icon_state = "spiralplate"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"lLt" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33
+ },
+/obj/structure/machinery/light/spot/blue,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/indoors/derelict_ship)
+"lLK" = (
+/obj/effect/hybrisa/decal/grate{
+ dir = 4
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/caveplateau)
+"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/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/lv759/indoors/wy_research_complex/mainlabs)
+"lLZ" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "triagedecaldir"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"lMi" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/handrail,
+/obj/effect/decal/warning_stripes{
+ icon_state = "NW-out";
+ layer = 2.5
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red,
+/area/lv759/indoors/electical_systems/substation1)
+"lMt" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/gold/line1{
+ pixel_y = -1
+ },
+/obj/effect/hybrisa/decal/gold/line4{
+ pixel_x = -1
+ },
+/turf/open/floor/hybrisa/carpet/carpetred,
+/area/lv759/indoors/casino)
+"lMw" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"lMA" = (
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/northhallway)
+"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/vehicles/Meridian/WeylandYutani{
+ icon_state = "meridian_wy_damage_5";
+ health = 250
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"lME" = (
+/obj/structure/platform/hybrisa/metalplatform3{
+ dir = 1
+ },
+/obj/effect/hybrisa/decal/road/lines3{
+ pixel_y = -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/indoors/derelict_ship)
+"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/Meridian/Taxi{
+ dir = 1
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"lNm" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"lNo" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"lNp" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33;
+ pixel_y = 2
+ },
+/obj/structure/barricade/handrail/kutjevo,
+/obj/structure/prop/hybrisa/misc/redmeter{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/orangeline,
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"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/hybrisa/generic/autoname{
+ dir = 1
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/machinery/meter{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/recycling_plant/synthetic_storage)
+"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/janitor)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"lOa" = (
+/obj/item/trash/c_tube,
+/obj/item/trash/cigbutt{
+ pixel_x = -1;
+ pixel_y = 17
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"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,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "redcorner"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_foyer)
+"lOj" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"lOk" = (
+/obj/structure/largecrate/random/secure{
+ pixel_x = -7
+ },
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"lOl" = (
+/turf/open/hybrisa/street/sidewalk{
+ dir = 5
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"lOs" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_4{
+ pixel_y = 16;
+ layer = 4.2
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/outdoors/colony_streets/central_streets)
+"lOu" = (
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaycentral)
+"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
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/tile/supermartfloor2,
+/area/lv759/indoors/power_plant/workers_canteen_kitchen)
+"lOD" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/machinery/computer/cameras{
+ dir = 8;
+ pixel_y = -6
+ },
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/colonial_marshals/office)
+"lOF" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/machinery/recharger{
+ layer = 4;
+ pixel_y = 4
+ },
+/obj/structure/machinery/light/blue{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/misc/redmeter{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ icon_state = "red1"
+ },
+/area/lv759/indoors/spaceport/security)
+"lOG" = (
+/obj/item/device/flashlight/lamp/tripod,
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"lOH" = (
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"lOI" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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)
+"lOU" = (
+/obj/structure/closet/emcloset,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 6
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"lOV" = (
+/obj/effect/hybrisa/decal/engineership_corners{
+ dir = 8
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"lOW" = (
+/obj/structure/prop/hybrisa/billboardsandsigns/bigbillboards{
+ dir = 4;
+ layer = 8;
+ pixel_y = 20
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 4
+ },
+/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)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/synth_storage{
+ pixel_x = 33
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"lPr" = (
+/obj/item/clothing/head/welding,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"lPC" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon = 'icons/turf/floors/hybrisafloors.dmi';
+ icon_state = "darkredfull2";
+ indestructible = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/outdoors/landing_zone_1)
+"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/hybrisa/hospital/hospitaldivider{
+ pixel_y = -8
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "blue"
+ },
+/area/lv759/indoors/hospital/outgoing)
+"lPM" = (
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/landing_zone_2)
+"lPN" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/hallway_northwest)
+"lQb" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33;
+ pixel_y = 2
+ },
+/turf/open/floor/hybrisa/misc/wysmallright,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"lQc" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"lQe" = (
+/obj/structure/fence/dark,
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/machinery/newscaster{
+ pixel_y = 30
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"lQk" = (
+/obj/structure/machinery/door/airlock/hybrisa/medical_solid,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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{
+ pixel_x = -7;
+ pixel_y = 16;
+ layer = 3.1
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"lQD" = (
+/obj/structure/largecrate/mule,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"lQE" = (
+/obj/item/tool/warning_cone{
+ pixel_x = 4;
+ pixel_y = 18
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/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)
+"lQI" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 4
+ },
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"lQL" = (
+/obj/structure/machinery/landinglight/ds2/spoke,
+/obj/structure/barricade/handrail/strata{
+ dir = 4
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/landing_zone_1)
+"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";
+ pixel_x = -8;
+ pixel_y = 21
+ },
+/obj/structure/filingcabinet{
+ density = 0;
+ icon_state = "chestdrawer";
+ pixel_x = 8;
+ pixel_y = 21
+ },
+/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)
+"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;
+ pixel_y = 22
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ 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)
+"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)
+"lRE" = (
+/obj/structure/machinery/line_nexter{
+ dir = 4
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/weymart)
+"lRK" = (
+/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/tiretrack{
+ dir = 4;
+ pixel_y = 7
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"lRL" = (
+/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
+ },
+/turf/open/hybrisa/street/sidewalkcenter,
+/area/lv759/outdoors/landing_zone_2)
+"lRP" = (
+/obj/item/tool/wrench{
+ pixel_x = 1;
+ pixel_y = 10
+ },
+/obj/effect/spawner/random/toolbox{
+ layer = 4
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/hybrisa/tile/beige_bigtile,
+/area/lv759/indoors/power_plant/workers_canteen)
+"lRQ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"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)
+"lRV" = (
+/obj/item/trash/cigbutt,
+/obj/item/stack/sandbags,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/blood,
+/obj/item/ammo_casing/bullet,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"lSe" = (
+/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/indoors/landing_zone_2/kmcc_hub_south_office)
+"lSg" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"lSj" = (
+/obj/structure/window/framed/hybrisa/colony/engineering/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/power_plant)
+"lSm" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/obj/structure/machinery/door/airlock/hybrisa/personal_solid_white/autoname{
+ dir = 1
+ },
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi'
+ },
+/turf/open/floor/almayer{
+ icon_state = "test_floor4"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"lSq" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 4
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/botany/botany_maintenance)
+"lSE" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/east_caves)
+"lSI" = (
+/obj/item/tool/warning_cone{
+ pixel_y = 17;
+ layer = 4.2
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/north_east_caves)
+"lSN" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/hospital/outgoing)
+"lSR" = (
+/obj/structure/window/framed/hybrisa/marshalls/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/armory_foyer)
+"lTh" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"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)
+"lTv" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/tiretrack,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 5
+ },
+/area/lv759/outdoors/colony_streets/east_central_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/lv759/indoors/wy_research_complex/mainlabs)
+"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/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/misc/urinal{
+ pixel_y = 32
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/westrestroom)
+"lTO" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/bed/chair/comfy/black{
+ dir = 8
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = 32
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"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;
+ layer = 8
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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,
+/obj/structure/machinery/light/small{
+ dir = 8
+ },
+/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)
+"lUf" = (
+/obj/structure/cargo_container/hd/right/alt{
+ layer = 6
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/landing_zone_2)
+"lUm" = (
+/obj/structure/barricade/handrail/hybrisa/handrail,
+/obj/structure/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hobosecret)
+"lUn" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco3,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 4
+ },
+/area/lv759/indoors/meridian/meridian_showroom)
+"lUt" = (
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"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,
+/obj/structure/sign/poster/clf{
+ layer = 5;
+ pixel_y = 40
+ },
+/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)
+"lUF" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/hospital/morgue)
+"lUO" = (
+/obj/structure/filingcabinet/chestdrawer{
+ density = 0;
+ pixel_x = -6;
+ pixel_y = 18;
+ layer = 3.20
+ },
+/obj/structure/sign/poster/wylogo{
+ pixel_y = 32;
+ layer = 2.9
+ },
+/turf/open/floor/hybrisa/carpet/carpetblackdeco,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"lUP" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/tool/plantspray/weeds,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/green_bigtile,
+/area/lv759/indoors/botany/botany_greenhouse)
+"lUT" = (
+/obj/item/prop/colony/used_flare,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/north_west_caves)
+"lUW" = (
+/obj/structure/bed/chair/comfy/black{
+ dir = 1
+ },
+/obj/structure/machinery/light,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 1
+ },
+/area/lv759/indoors/weyyu_office/hallway)
+"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)
+"lVo" = (
+/obj/item/paper/crumpled,
+/obj/effect/hybrisa/decal/trash,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 14
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security)
+"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)
+"lVI" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"lWg" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/colonial_marshals/hallway_central)
+"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)
+"lWi" = (
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/barricade/handrail/hybrisa/handrail{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = -27
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/central_caves)
+"lWl" = (
+/turf/closed/shuttle/ert{
+ icon_state = "leftengine_2";
+ opacity = 0
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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)
+"lWq" = (
+/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/outdoors/landing_zone_2)
+"lWr" = (
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/window/reinforced,
+/obj/structure/machinery/computer/cameras{
+ dir = 1
+ },
+/turf/open/floor/strata{
+ icon_state = "red1"
+ },
+/area/lv759/indoors/spaceport/security)
+"lWB" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"lWG" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "\improper Lockdown";
+ needs_power = 0;
+ dir = 4;
+ id = "hybrisaresearchlockdown"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/eastfoyer)
+"lWP" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/weymart/backrooms)
+"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/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)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/garage_workshop)
+"lXh" = (
+/obj/structure/largecrate/random/barrel/red{
+ pixel_x = -4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"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/structure/prop/hybrisa/misc/machinery/screens/redalert{
+ light_color = "#FF0000";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"lXw" = (
+/obj/effect/decal/cleanable/blood/xeno,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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"
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/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)
+"lXP" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/power_plant)
+"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/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/landingzone{
+ pixel_x = 32
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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)
+"lXY" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 2.1
+ },
+/obj/structure/machinery/light/small/blue{
+ dir = 8
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_west_caves)
+"lYe" = (
+/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{
+ color = "#5d524b"
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = -9;
+ pixel_y = -6
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"lYg" = (
+/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
+ },
+/obj/structure/pipes/vents/pump,
+/turf/open/floor/almayer{
+ dir = 6;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"lYj" = (
+/obj/structure/closet/phonebox{
+ light_color = "#00AAFF";
+ light_on = 1;
+ light_power = 3;
+ light_range = 4;
+ pixel_x = 6;
+ layer = 3.02
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"lYo" = (
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"lYq" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"lYu" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"lYB" = (
+/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/outdoors/landing_zone_2)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/dark,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"lYY" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"lYZ" = (
+/obj/structure/surface/table,
+/obj/structure/bedsheetbin,
+/obj/item/clothing/under/blackskirt,
+/obj/structure/machinery/light{
+ dir = 1
+ },
+/obj/structure/sign/poster/ad{
+ pixel_y = 30
+ },
+/obj/structure/sign/poster/ad{
+ layer = 4;
+ pixel_x = 12;
+ pixel_y = 34
+ },
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/eastfoyer)
+"lZf" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33;
+ pixel_y = 2
+ },
+/turf/open/floor/hybrisa/misc/wysmallleft,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"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)
+"lZA" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4;
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4;
+ pixel_y = 6
+ },
+/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/item/stack/sheet/wood,
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "cargo_arrow"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"maa" = (
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/armory)
+"mac" = (
+/obj/structure/barricade/handrail/strata,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/landing_zone_1)
+"mag" = (
+/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{
+ dir = 1
+ },
+/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/eastbedroomsstorage)
+"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)
+"maK" = (
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med{
+ pixel_y = 28
+ },
+/obj/structure/machinery/light/spot{
+ dir = 1;
+ pixel_y = 24
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/reception)
+"maO" = (
+/obj/structure/closet/crate/trashcart{
+ desc = "A heavy, metal foodcart with wheels.";
+ icon = 'icons/obj/structures/props/hybrisarandomprops.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,
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med{
+ pixel_y = 32
+ },
+/turf/open/shuttle{
+ icon_state = "rasputin3"
+ },
+/area/lv759/indoors/spaceport/starglider)
+"maQ" = (
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "2-6";
+ layer = 5
+ },
+/obj/structure/cable/white{
+ color = "#9f8700";
+ icon_state = "1-10";
+ 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/westentertainment)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"mbx" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/clothing/suit/storage/hazardvest/kelland_mining,
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_y = 12;
+ pixel_x = -4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/northeast)
+"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)
+"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/fire/firebarrel{
+ pixel_y = 6;
+ pixel_x = 6
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"mbT" = (
+/obj/structure/barricade/handrail/hybrisa/handrail{
+ dir = 4
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"mbU" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"mbW" = (
+/obj/structure/prop/hybrisa/billboardsandsigns/bigroadsigns/road_sign_1{
+ pixel_y = 16;
+ layer = 8
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"mbY" = (
+/obj/effect/decal/cleanable/blood/drip,
+/obj/item/trash/cigbutt{
+ pixel_y = 8
+ },
+/obj/effect/hybrisa/decal/bloodtrail,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"mch" = (
+/obj/structure/machinery/iv_drip,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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/westbedrooms)
+"mcA" = (
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 4;
+ layer = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_west_caves)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"mcO" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"mcQ" = (
+/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Science_1,
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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,
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32;
+ layer = 2.8
+ },
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/power_plant/telecomms)
+"mdh" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{
+ dir = 1
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"mdk" = (
+/obj/structure/largecrate/random/mini/small_case{
+ pixel_x = 4;
+ pixel_y = 10
+ },
+/obj/item/stack/sheet/cardboard{
+ layer = 1
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"mdv" = (
+/turf/closed/shuttle/dropship2/WY/StarGlider{
+ icon_state = "19"
+ },
+/area/lv759/indoors/spaceport/starglider)
+"mdy" = (
+/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/hybrisarandomprops.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)
+"mdH" = (
+/obj/structure/machinery/sentry_holder/wy{
+ 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)
+"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)
+"mec" = (
+/obj/effect/decal/cleanable/blood/drip,
+/obj/effect/decal/cleanable/blood/drip{
+ pixel_x = 10;
+ pixel_y = 21
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/north_east_caves)
+"meg" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_5{
+ pixel_y = 16;
+ layer = 6
+ },
+/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)
+"mev" = (
+/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/indoors/landing_zone_2/kmcc_hub_security)
+"mez" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/weyyu_office)
+"meJ" = (
+/obj/effect/decal/strata_decals/grime/grime4{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"meK" = (
+/obj/structure/closet/secure_closet/hybrisa/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{
+ color = "#a6aeab"
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = -7;
+ pixel_y = 13
+ },
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/vp70/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)
+"mfD" = (
+/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/landing_zone_2)
+"mfK" = (
+/obj/structure/machinery/light,
+/obj/structure/machinery/photocopier,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"mfT" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"mga" = (
+/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/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/hybrisa/hospital/hospitaldivider{
+ pixel_y = -8
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "blue"
+ },
+/area/lv759/indoors/hospital/outgoing)
+"mgr" = (
+/obj/structure/bed/sofa/vert/white/top{
+ pixel_y = 6
+ },
+/turf/open/floor/hybrisa/carpet/carpetdarkerblue,
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/weaponresearchlab)
+"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
+ },
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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/indoors/derelict_ship)
+"mgJ" = (
+/obj/structure/prop/invuln/lattice_prop{
+ dir = 1;
+ icon_state = "lattice-simple";
+ pixel_x = 16;
+ pixel_y = -15
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"mgL" = (
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"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/carpet/carpetfadedred,
+/area/lv759/indoors/colonial_marshals/head_office)
+"mgP" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 4
+ },
+/turf/open/engineership/engineer_floor2,
+/area/lv759/indoors/derelict_ship)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"mhl" = (
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/obj/item/stack/rods{
+ pixel_y = 14
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 4
+ },
+/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/westbedrooms)
+"mhz" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ layer = 3
+ },
+/obj/structure/largecrate/random/mini{
+ pixel_y = 8;
+ layer = 2.9;
+ pixel_x = -9
+ },
+/obj/item/stack/sheet/cardboard{
+ layer = 1
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{
+ pixel_y = 25
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_y = 12;
+ pixel_x = -4
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_y = 12;
+ pixel_x = 8
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = -4
+ },
+/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"
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_y = -24;
+ pixel_x = -6
+ },
+/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/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/window/reinforced,
+/obj/item/reagent_container/food/drinks/coffeecup/wy{
+ pixel_x = 16;
+ pixel_y = 8
+ },
+/obj/structure/machinery/faxmachine,
+/turf/open/floor/strata{
+ icon_state = "red1"
+ },
+/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)
+"miI" = (
+/obj/item/weapon/twohanded/folded_metal_chair,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/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/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/colony_streets/south_west_street_comms)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/outdoors/colony_streets/central_streets)
+"mjJ" = (
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 8
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_caves)
+"mjP" = (
+/obj/structure/surface/table/reinforced/cloth,
+/obj/structure/prop/hybrisa/supermart/supermartfruitbasketapples{
+ pixel_x = -1;
+ pixel_y = 12
+ },
+/obj/structure/machinery/light/blue{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/supermart/supermartfruitbasketapples{
+ pixel_x = -1;
+ pixel_y = -10
+ },
+/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/rack,
+/obj/effect/spawner/random/tool,
+/obj/effect/spawner/random/tool,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/hybrisa/pizza_galaxy,
+/obj/item/clothing/under/hybrisa/pizza_galaxy,
+/obj/item/clothing/head/hybrisa/pizza_galaxy,
+/obj/item/clothing/head/hybrisa/pizza_galaxy,
+/obj/item/card/id/pizza,
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/obj/item/storage/box/pizza,
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/tilered,
+/area/lv759/indoors/pizzaria)
+"mkj" = (
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice12";
+ pixel_y = 16
+ },
+/obj/item/trash/uscm_mre,
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Garbage{
+ pixel_y = 4
+ },
+/obj/effect/hybrisa/decal/road/road_stop{
+ dir = 4;
+ icon_state = "stop_decal5";
+ pixel_x = 2
+ },
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/effect/hybrisa/decal/dirt,
+/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,
+/obj/structure/blocker/invisible_wall,
+/turf/open/engineership/ship_hull/non_weedable_hull{
+ 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/northapartments)
+"mku" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -3;
+ pixel_y = 9
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = -3;
+ pixel_y = 9
+ },
+/obj/effect/hybrisa/decal/dirt_2,
+/obj/item/tool/pen{
+ pixel_x = 4;
+ pixel_y = -4
+ },
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/colonial_marshals/head_office)
+"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/lv759/indoors/wy_research_complex/reception)
+"mkH" = (
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "darkbrown3"
+ },
+/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)
+"mkN" = (
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"mkQ" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2
+ },
+/obj/structure/xenoautopsy/jar_shelf,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"mlf" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_foyer)
+"mlg" = (
+/obj/structure/machinery/space_heater/radiator/red{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 4
+ },
+/area/lv759/indoors/meridian/meridian_showroom)
+"mlj" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"mlk" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "NW-out";
+ pixel_x = -1;
+ pixel_y = 2
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "redcorner"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_foyer)
+"mlm" = (
+/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/outdoors/landing_zone_2)
+"mlp" = (
+/obj/structure/machinery/light,
+/obj/structure/machinery/big_computers/messaging_server/black,
+/turf/open/floor/hybrisa/metal/bluemetal1,
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"mlr" = (
+/obj/item/bodybag/cryobag,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"mls" = (
+/obj/structure/largecrate/supply{
+ pixel_x = -10
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"mlC" = (
+/obj/item/stack/rods,
+/obj/item/stack/sheet/metal,
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/north_west_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,
+/obj/structure/blocker/forcefield/vehicles,
+/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)
+"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/dark/warning,
+/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/Long_Truck/WY_Black{
+ pixel_y = 6;
+ pixel_x = -4;
+ layer = 4.2
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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)
+"mms" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/landing_zone_2)
+"mmy" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/trash/hybrisa/cuppa_joes_static/empty_cup,
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 9
+ },
+/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)
+"mna" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "SE-out"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"mng" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"mnk" = (
+/obj/structure/largecrate/random/barrel/white,
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"mnq" = (
+/obj/item/ammo_casing/bullet,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"mnt" = (
+/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/outdoors/landing_zone_2)
+"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;
+ density = 0
+ },
+/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/prop/hybrisa/misc/floorprops/grate,
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"mnR" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/poster/safety{
+ pixel_x = -4;
+ pixel_y = 34
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"mnV" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood/drip,
+/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)
+"mnZ" = (
+/obj/structure/machinery/conveyor,
+/obj/item/smallDelivery,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"moa" = (
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"mod" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/office)
+"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
+ },
+/obj/structure/prop/hybrisa/misc/blood/blood3{
+ layer = 4;
+ pixel_y = 32;
+ pixel_x = -8
+ },
+/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)
+"moC" = (
+/obj/structure/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"moJ" = (
+/obj/item/tool/mop{
+ layer = 4;
+ pixel_x = -6;
+ pixel_y = 24
+ },
+/obj/item/reagent_container/glass/bucket{
+ layer = 7;
+ pixel_x = 6;
+ pixel_y = 8
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"moM" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"moR" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal_solid/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"moV" = (
+/obj/item/tool/pickaxe{
+ pixel_y = -7
+ },
+/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{
+ color = "#5d524b"
+ },
+/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)
+"mpz" = (
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"mpH" = (
+/turf/closed/wall/hybrisa/marhsalls_unmeltable,
+/area/lv759/oob)
+"mpR" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"mpW" = (
+/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
+ },
+/obj/structure/machinery/door_control{
+ id = "hybrisagarage_1";
+ name = "Garage Lockdown";
+ pixel_y = 32
+ },
+/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)
+"mqe" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/shuttle/escapepod{
+ icon_state = "floor1";
+ dir = 1
+ },
+/area/lv759/indoors/spaceport/engineering)
+"mqi" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/indoors/derelict_ship)
+"mqv" = (
+/obj/item/paper/crumpled{
+ pixel_x = 6;
+ pixel_y = 18
+ },
+/obj/item/tool/pen{
+ pixel_x = 4;
+ pixel_y = -4
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/colonial_marshals/office)
+"mqw" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic/autoname,
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"mqD" = (
+/obj/structure/cargo_container/watatsumi/mid{
+ layer = 2.9
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"mqO" = (
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/office)
+"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/eastrestroomsshower)
+"mqT" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/machinery/computer/communications/simple,
+/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_off{
+ dir = 4;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/bluemetalfull,
+/area/lv759/indoors/spaceport/flight_control_room)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"mra" = (
+/obj/structure/machinery/light/blue{
+ dir = 4
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = 32
+ },
+/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/almayer/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/lv759/indoors/wy_research_complex/mainlabs)
+"mrq" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ layer = 4.2
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"mrs" = (
+/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2,
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"mrt" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/closed/wall/hybrisa/colony/engineering,
+/area/lv759/indoors/recycling_plant/garage)
+"mrv" = (
+/obj/structure/pipes/vents/pump,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"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)
+"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)
+"mrF" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/machinery/computer/shuttle/dropship/flight/lz1{
+ dir = 4;
+ layer = 4
+ },
+/obj/structure/machinery/computer/communications/simple{
+ dir = 4;
+ pixel_y = 16
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 8
+ },
+/area/lv759/indoors/landing_zone_1/lz1_console)
+"mrU" = (
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard3{
+ pixel_y = 20;
+ layer = 8;
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"msa" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/effect/hybrisa/decal/road/lines1,
+/obj/effect/hybrisa/decal/road/road_edge,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Black{
+ dir = 1;
+ pixel_y = -9;
+ pixel_x = 5
+ },
+/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/heavyequip)
+"msf" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/greenfull_bigtile,
+/area/lv759/indoors/botany/botany_mainroom)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"msm" = (
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1,
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/obj/item/trash/eat,
+/obj/structure/prop/hybrisa/misc/fake/wire/blue,
+/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)
+"mss" = (
+/obj/effect/landmark/monkey_spawn,
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/prisoners_cells)
+"msv" = (
+/obj/structure/sign/poster/propaganda{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"msD" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"msM" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/central_streets)
+"msO" = (
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ dir = 4;
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi'
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"msP" = (
+/obj/structure/window/framed/hybrisa/marshalls/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/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)
+"msR" = (
+/turf/open/floor/plating,
+/area/lv759/outdoors/landing_zone_1)
+"msU" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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;
+ layer = 6
+ },
+/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)
+"mtn" = (
+/obj/item/prop/colony/used_flare,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/central_caves)
+"mtw" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_5{
+ pixel_y = 16;
+ layer = 6
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblue,
+/area/lv759/indoors/apartment/westentertainment)
+"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,
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/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/Armored_Truck/WY_Black{
+ dir = 8;
+ pixel_y = 16
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"muj" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/barricade/handrail/strata,
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/power_plant/power_storage)
+"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)
+"mut" = (
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ color = "#bbbaae"
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_street)
+"muw" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/colonial_marshals/north_office)
+"muB" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/clothing/suit/storage/hazardvest/medical_green,
+/turf/open/floor/hybrisa/tile/lightbeige_bigtile,
+/area/lv759/indoors/hospital/paramedics_garage)
+"muC" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1,
+/obj/structure/largecrate/random/case/small{
+ pixel_y = 9
+ },
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"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
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/WeylandYutani{
+ icon_state = "meridian_wy_damage_5";
+ health = 250;
+ dir = 8;
+ pixel_y = 3;
+ pixel_x = 7
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"muU" = (
+/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/structure/prop/hybrisa/vehicles/Meridian/Green{
+ icon_state = "meridian_green_damage_2";
+ dir = 1;
+ health = 1750
+ },
+/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,
+/obj/structure/sign/poster/kellandmining{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile,
+/area/lv759/indoors/mining_outpost/east_deploymentbay)
+"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{
+ pixel_y = 8
+ },
+/turf/open/floor/hybrisa/tile/tilered,
+/area/lv759/indoors/pizzaria)
+"mvn" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/tool/shovel,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"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/indoors/derelict_ship)
+"mvL" = (
+/obj/structure/prop/hybrisa/cavedecor/stalagmite5,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/east_caves)
+"mvO" = (
+/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,
+/obj/structure/surface/table/reinforced/black,
+/obj/structure/noticeboard{
+ pixel_y = 32
+ },
+/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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"mvZ" = (
+/obj/structure/prop/ice_colony/surveying_device{
+ dir = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/caveplateau)
+"mwa" = (
+/obj/item/device/flashlight/lamp/tripod,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"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)
+"mwp" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "yellow3";
+ dir = 4
+ },
+/area/lv759/indoors/spaceport/cargo)
+"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)
+"mwt" = (
+/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/outdoors/landing_zone_2)
+"mwy" = (
+/obj/structure/bed/chair,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/yellow_bigtile,
+/area/lv759/indoors/power_plant/workers_canteen)
+"mwA" = (
+/obj/effect/decal/cleanable/blood/drip{
+ pixel_x = 10;
+ pixel_y = 21
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/west_caves)
+"mwC" = (
+/obj/item/trash/burger,
+/turf/open/floor/hybrisa/tile/tilegreen,
+/area/lv759/indoors/garage_reception)
+"mwH" = (
+/obj/structure/window/framed/hybrisa/colony/engineering,
+/obj/structure/machinery/door/poddoor/almayer/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/wood/blackwood,
+/area/lv759/indoors/weyyu_office/supervisor)
+"mxh" = (
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/westshowers)
+"mxl" = (
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice3";
+ pixel_x = 6;
+ pixel_y = 19
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/fakeplatforms/platform3,
+/turf/open/floor/corsat{
+ icon_state = "squares"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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)
+"mxD" = (
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"mxL" = (
+/obj/structure/surface/table/almayer,
+/obj/structure/largecrate/random/mini/med{
+ pixel_x = 3;
+ pixel_y = 5
+ },
+/obj/structure/sign/safety/refridgeration{
+ pixel_x = 32;
+ pixel_y = 8
+ },
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"mxS" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/liquid_fuel,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/engineering)
+"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/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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)
+"myc" = (
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice4";
+ pixel_y = 16
+ },
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"mye" = (
+/obj/structure/machinery/cm_vending/sorted/tech/tool_storage,
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/equipment_west)
+"myg" = (
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"myt" = (
+/obj/effect/hybrisa/decal/dirt_2,
+/obj/item/trash/cigbutt{
+ pixel_x = 1;
+ pixel_y = 8
+ },
+/obj/structure/sink{
+ dir = 1;
+ pixel_y = -10
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/southwest_public_restroom)
+"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)
+"myB" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal_white/autoname{
+ dir = 1
+ },
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi';
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"myD" = (
+/obj/structure/closet/secure_closet/hybrisa/marshal,
+/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/machinery/microwave{
+ pixel_y = 6
+ },
+/obj/structure/surface/table/reinforced/black,
+/obj/structure/sign/poster/marshalls{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/office)
+"myO" = (
+/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
+ },
+/obj/structure/surface/table/almayer{
+ color = "#EBD9B7"
+ },
+/obj/structure/closet/fireaxecabinet{
+ pixel_y = 32
+ },
+/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)
+"mza" = (
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 1;
+ color = "#bbbaae"
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_street)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/security)
+"mzz" = (
+/obj/structure/surface/table/reinforced,
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33;
+ pixel_y = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/machinery/computer/cameras{
+ dir = 4;
+ layer = 4;
+ pixel_y = 4
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_security/checkpoint_west)
+"mzB" = (
+/obj/item/trash/c_tube,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"mzH" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/largecrate/random/barrel/purewhite,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"mzK" = (
+/obj/structure/largecrate/random,
+/obj/item/clothing/head/hardhat/dblue{
+ pixel_x = -5;
+ pixel_y = 4
+ },
+/obj/structure/sign/poster/safety{
+ pixel_x = -4;
+ pixel_y = 34
+ },
+/obj/structure/sign/poster/safety{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 9
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"mzL" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/botany/botany_mainroom)
+"mzN" = (
+/obj/effect/decal/cleanable/blood/oil,
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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
+ },
+/obj/structure/sign/safety/storage{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"mzX" = (
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_3";
+ pixel_y = 12
+ },
+/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/heavyequip)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"mAk" = (
+/obj/item/tool/warning_cone{
+ pixel_x = -20
+ },
+/obj/structure/machinery/colony_floodlight/street{
+ 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/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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
+ },
+/obj/structure/sign/safety/landingzone{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/buildinggreebliessmall/smallvent2{
+ 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
+ },
+/obj/structure/sign/poster/wylogo{
+ pixel_y = 32;
+ layer = 2.9
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"mBb" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"mBc" = (
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/tile/blacktileshiny,
+/area/lv759/indoors/casino/casino_restroom)
+"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)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/turf/open/floor/prison{
+ icon_state = "darkbrowncorners2"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"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/indoors/derelict_ship)
+"mCc" = (
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/weymart)
+"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)
+"mCo" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"mCp" = (
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/weymart)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"mCu" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"mCy" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"mCz" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/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)
+"mCA" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/janitor)
+"mCB" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"mCC" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/hallway_east)
+"mCF" = (
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"mCI" = (
+/obj/effect/decal/cleanable/blood,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/prop/hybrisa/vehicles/Armored_Truck/WY_White{
+ dir = 8;
+ pixel_y = 8;
+ pixel_x = 4
+ },
+/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;
+ layer = 6
+ },
+/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/prison{
+ dir = 8;
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"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)
+"mDs" = (
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/colonial_marshals/north_office)
+"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/indoors/derelict_ship)
+"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)
+"mDz" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/apartment/westentertainment)
+"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)
+"mDD" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecaltopleft"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"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/westentertainment)
+"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;
+ pixel_y = 20;
+ dir = 9
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"mDP" = (
+/obj/structure/stairs{
+ color = "#a6aeab"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/power_plant/geothermal_generators)
+"mDR" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/machinery/sentry_holder/wy{
+ dir = 8;
+ pixel_x = 24;
+ layer = 4
+ },
+/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"
+ },
+/obj/item/shard,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"mEf" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"mEq" = (
+/obj/item/trash/cigbutt,
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"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" = (
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/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/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/road/lines1{
+ pixel_x = -1
+ },
+/obj/effect/hybrisa/decal/road/lines3{
+ pixel_y = -1
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/weyyu_office/pressroom)
+"mEP" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal_solid/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/northapartments)
+"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,
+/obj/structure/prop/hybrisa/signs/high_voltage{
+ desc = null;
+ pixel_y = 32
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/outdoors/caves/north_west_caves_outdoors)
+"mEU" = (
+/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/northapartments)
+"mEY" = (
+/obj/structure/machinery/atm{
+ name = "Automatic Teller Machine";
+ pixel_y = 30
+ },
+/turf/open/floor/hybrisa/tile/tileblackcheckered,
+/area/lv759/indoors/casino)
+"mFe" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "docstripingdir"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"mFf" = (
+/obj/item/device/binoculars{
+ pixel_y = 12;
+ pixel_x = -2
+ },
+/obj/structure/machinery/big_computers/messaging_server/brown{
+ dir = 1
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"mFi" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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{
+ color = "#5d524b"
+ },
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"mFt" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/colonial_marshals/hallway_south)
+"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/westentertainment)
+"mFF" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 2
+ },
+/obj/structure/surface/table/reinforced,
+/obj/item/reagent_container/food/drinks/dry_ramen{
+ pixel_x = 8
+ },
+/obj/item/reagent_container/food/drinks/coffee{
+ pixel_x = 9;
+ pixel_y = 10
+ },
+/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa{
+ pixel_y = 4
+ },
+/obj/item/reagent_container/food/drinks/coffeecup/wy{
+ pixel_x = -7;
+ pixel_y = 2
+ },
+/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)
+"mFL" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"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)
+"mFQ" = (
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab"
+ },
+/obj/structure/closet,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"mFR" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/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/cargo_container/hybrisa/containersextended/blackwyright,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"mGg" = (
+/obj/structure/machinery/recharger,
+/obj/structure/surface/table/almayer{
+ color = "#848484"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "red3"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"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)
+"mGt" = (
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"mGC" = (
+/obj/structure/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/south_maintenance)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officesquares"
+ },
+/area/lv759/indoors/recycling_plant_waste_disposal_incinerator)
+"mGV" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/stack/rods{
+ pixel_y = 14
+ },
+/obj/item/shard,
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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/indoors/derelict_ship)
+"mHd" = (
+/obj/structure/bed/hybrisa/bunkbed1{
+ dir = 4
+ },
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/apartment/eastbedrooms)
+"mHh" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating{
+ dir = 6;
+ icon_state = "warnplate"
+ },
+/area/lv759/indoors/hospital/paramedics_garage)
+"mHi" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"mHu" = (
+/obj/item/trash/eat,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/apartment/westentertainment)
+"mHB" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/south_west_caves)
+"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)
+"mHG" = (
+/obj/structure/cargo_container/kelland/right,
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/north_east_caves)
+"mHJ" = (
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/machinery/light/small/blue{
+ dir = 1
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_y = 32
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/north_east_caves)
+"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)
+"mIb" = (
+/obj/structure/window/framed/bunker,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/east_dorms)
+"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)
+"mIg" = (
+/obj/item/trash/cigbutt,
+/obj/item/trash/cigbutt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 6
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"mIk" = (
+/turf/open/floor/prison{
+ icon_state = "sterile_white"
+ },
+/area/lv759/indoors/hospital/reception)
+"mIl" = (
+/obj/structure/largecrate/random/barrel,
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"mIE" = (
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"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)
+"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)
+"mJb" = (
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/item/ammo_magazine/shotgun/buckshot,
+/obj/item/weapon/gun/shotgun/pump/dual_tube/cmb,
+/obj/structure/prop/hybrisa/misc/redmeter{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ icon_state = "redcorner"
+ },
+/area/lv759/indoors/colonial_marshals/armory)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"mJq" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street_comms)
+"mJx" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/misc/wybiglogo,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"mJF" = (
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/recycling_plant/synthetic_storage)
+"mJG" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"mJJ" = (
+/obj/structure/surface/table/woodentable/fancy,
+/obj/item/trash/candle,
+/obj/item/storage/photo_album{
+ pixel_y = 4
+ },
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"mJS" = (
+/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/outdoors/landing_zone_1)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"mKp" = (
+/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;
+ density = 0
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/obj/structure/prop/hybrisa/fakeplatforms/platform3{
+ icon = 'icons/obj/structures/props/platforms.dmi';
+ icon_state = "hybrisastone"
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"mKR" = (
+/obj/structure/bed/chair/office/light{
+ dir = 4
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/colonial_marshals/office)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"mLa" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{
+ dir = 1;
+ locked = 1
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/apartment/eastentrance)
+"mLb" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/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)
+"mLr" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal_white/autoname{
+ dir = 1
+ },
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi';
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"mLs" = (
+/obj/structure/bed/chair/office/light{
+ dir = 4
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 8
+ },
+/area/lv759/indoors/spaceport/communications_office)
+"mLv" = (
+/obj/structure/cargo_container/hybrisa/containersextended/greywyleft,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/north_west_caves)
+"mLw" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/landmark/corpsespawner/hybrisa/weymart,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/plating,
+/area/lv759/indoors/weymart/maintenance)
+"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)
+"mMb" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/hallwaycentral)
+"mMd" = (
+/obj/structure/prop/hybrisa/furniture/tables/tableblack{
+ dir = 1
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"mMi" = (
+/obj/structure/largecrate/random/barrel/yellow{
+ layer = 2
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/landing_zone_2)
+"mMt" = (
+/obj/structure/machinery/conveyor,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"mMv" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c";
+ level = 2
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/item/tool/pen{
+ pixel_x = 4;
+ pixel_y = -4
+ },
+/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,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"mMH" = (
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"mMK" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/wy_research_complex/changingroom)
+"mMM" = (
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ id = "hybrisaLZ2_1";
+ name = "Emergency Lockdown";
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"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)
+"mMV" = (
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 8;
+ color = "#bbbaae"
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_street)
+"mMW" = (
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1,
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4;
+ pixel_y = 6
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/obj/structure/platform/hybrisa/metalplatform1,
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 4
+ },
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"mMY" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaycentral)
+"mNa" = (
+/obj/structure/barricade/handrail/wire{
+ dir = 8
+ },
+/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/outdoors/power_plant/transformers_north)
+"mNb" = (
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/changingroom)
+"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)
+"mNh" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"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/machinery/colony_floodlight/traffic{
+ pixel_x = 2;
+ pixel_y = 5
+ },
+/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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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/eastfoyer)
+"mNF" = (
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/structure/bedsheetbin{
+ pixel_y = 9
+ },
+/obj/item/clothing/under/hybrisa/cmb_officer,
+/turf/open/floor/hybrisa/tile/cementflat,
+/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/Colony_Crawlers/Crawler_Cargo,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/caveplateau)
+"mNY" = (
+/obj/structure/platform,
+/obj/structure/platform{
+ dir = 4
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_caves)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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;
+ pixel_y = 20
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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/structure/machinery/light/spot/blue,
+/obj/effect/decal/warning_stripes{
+ icon_state = "NE-out"
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"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)
+"mOT" = (
+/obj/structure/prop/hybrisa/vehicles/Meridian/WeylandYutani{
+ dir = 8;
+ pixel_y = -5;
+ pixel_x = -8
+ },
+/turf/open/hybrisa/street/asphalt,
+/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/barricade/handrail/strata{
+ dir = 1
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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)
+"mPt" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/flour,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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,
+/obj/item/tool/warning_cone{
+ pixel_x = -22;
+ pixel_y = -7
+ },
+/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)
+"mPH" = (
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "red3"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"mPK" = (
+/obj/structure/largecrate/random/case/double,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"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)
+"mPU" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 2
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"mPY" = (
+/obj/item/stack/sandbags_empty,
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"mQf" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 3;
+ pixel_y = 20;
+ layer = 5
+ },
+/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)
+"mQp" = (
+/obj/structure/platform/kutjevo/smooth{
+ dir = 1
+ },
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e";
+ layer = 3
+ },
+/obj/item/paper{
+ pixel_x = 2;
+ pixel_y = 5
+ },
+/obj/item/device/flashlight/pen,
+/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)
+"mQO" = (
+/obj/structure/machinery/door/poddoor/almayer/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)
+"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/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"mQW" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/obj/structure/machinery/light/double/blue{
+ dir = 8
+ },
+/obj/structure/sign/safety/chem_lab{
+ pixel_x = -18
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "silver"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaycentral)
+"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;
+ pixel_y = -12
+ },
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/obj/item/trash/cigbutt,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"mRn" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_street)
+"mRp" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic/autoname,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"mRs" = (
+/turf/open/engineership/engineer_floor13,
+/area/lv759/indoors/derelict_ship)
+"mRt" = (
+/obj/structure/bed/chair/office/dark{
+ dir = 4;
+ layer = 3.25
+ },
+/obj/effect/hybrisa/decal/dirt_2,
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/colonial_marshals/head_office)
+"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)
+"mRA" = (
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"mRH" = (
+/obj/structure/blocker/invisible_wall,
+/turf/open/engineership/ship_hull/non_weedable_hull{
+ 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)
+"mRV" = (
+/obj/structure/barricade/handrail/strata,
+/obj/item/trash/cigbutt{
+ pixel_x = 4
+ },
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"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 = 12
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4;
+ pixel_y = 6
+ },
+/turf/open/floor/plating,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"mRX" = (
+/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/prop/hybrisa/misc/floorprops/grate,
+/obj/structure/prop/hybrisa/fakeplatforms/platform3{
+ icon = 'icons/obj/structures/props/platforms.dmi';
+ icon_state = "hybrisastone"
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 4
+ },
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"mRY" = (
+/obj/structure/machinery/light/double/blue,
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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/westentertainment)
+"mSg" = (
+/obj/structure/largecrate/random/case/double,
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"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/machinery/light/small/blue{
+ dir = 4
+ },
+/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/indoors/derelict_ship)
+"mSx" = (
+/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)
+"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)
+"mSE" = (
+/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/outdoors/colony_streets/south_east_street)
+"mSN" = (
+/obj/structure/platform/hybrisa/metalplatform6,
+/obj/item/trash/eat,
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1,
+/turf/open/auto_turf/hybrisashale/layer2,
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"mSW" = (
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/wy_research_complex/medical_annex)
+"mSX" = (
+/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/east_caves)
+"mSY" = (
+/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)
+"mTf" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_3{
+ pixel_x = -26;
+ layer = 8
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"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;
+ layer = 6
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_street)
+"mTq" = (
+/obj/structure/machinery/iv_drip,
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/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/structure/largecrate/random/barrel/brown,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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";
+ color = "#37485b"
+ },
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32;
+ layer = 2.8
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/westentertainment)
+"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/lv759/indoors/wy_research_complex/xenoarcheology)
+"mTO" = (
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/electical_systems/substation1)
+"mTQ" = (
+/obj/structure/surface/table/almayer,
+/obj/item/trash/cigbutt/ucigbutt{
+ pixel_x = 4;
+ pixel_y = 13
+ },
+/obj/structure/machinery/light/small{
+ dir = 4
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/obj/item/ashtray/bronze{
+ icon_state = "ashtray_full_bl";
+ pixel_x = 8;
+ pixel_y = 8
+ },
+/obj/item/toy/deck/uno,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"mTR" = (
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal11"
+ },
+/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,
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 8;
+ pixel_y = 12
+ },
+/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)
+"mUg" = (
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/westshowers)
+"mUD" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco4,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 10
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"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)
+"mUS" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"mUZ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/cigbutt,
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/yellow_bigtile,
+/area/lv759/indoors/power_plant/workers_canteen)
+"mVi" = (
+/obj/structure/platform/hybrisa/metalplatform2,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"mVn" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"mVu" = (
+/obj/item/tool/warning_cone{
+ layer = 2;
+ pixel_x = -13;
+ pixel_y = 19
+ },
+/obj/item/tool/warning_cone{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"mVw" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 6
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"mVy" = (
+/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/outdoors/landing_zone_1)
+"mVB" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/reception)
+"mVI" = (
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 4
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"mVK" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "kitchen"
+ },
+/area/lv759/indoors/spaceport/kitchen)
+"mVL" = (
+/obj/structure/bed/chair/office/light,
+/obj/item/trash/cigbutt{
+ pixel_x = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetbluedeco,
+/area/lv759/indoors/colonial_marshals/north_office)
+"mVP" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/apartment/northhallway)
+"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)
+"mVU" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "silver"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"mVV" = (
+/obj/structure/cable/white{
+ color = "#9f8700";
+ icon_state = "2-9";
+ layer = 5;
+ level = 2
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2
+ },
+/obj/effect/spawner/random/pills/highchance,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"mWt" = (
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "blue3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"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)
+"mWA" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"mWG" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_y = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/window/reinforced{
+ color = "#a6aeab"
+ },
+/obj/structure/platform/hybrisa/metalplatform6{
+ layer = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"mWO" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 2
+ },
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/office)
+"mXu" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 4
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"mXC" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 3.3
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "cargo_arrow"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"mXF" = (
+/obj/structure/cargo_container/hybrisa/containersextended/blackwyright,
+/turf/open/floor/plating/plating_catwalk/prison,
+/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)
+"mXK" = (
+/turf/open/floor/prison{
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/caves/south_west_caves)
+"mXO" = (
+/obj/structure/closet/secure_closet/hybrisa/miner,
+/obj/structure/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile,
+/area/lv759/indoors/mining_outpost/east_deploymentbay)
+"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{
+ dir = 4
+ },
+/obj/structure/machinery/light{
+ dir = 1
+ },
+/obj/structure/machinery/big_computers/messaging_server/brown{
+ dir = 4
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/tcomms_northwest)
+"mYk" = (
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/tile/beige_bigtile,
+/area/lv759/indoors/power_plant/workers_canteen)
+"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/effect/hybrisa/decal/dirt,
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/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)
+"mYB" = (
+/obj/structure/bed/chair/comfy/beige{
+ dir = 1
+ },
+/obj/structure/machinery/light,
+/turf/open/floor/hybrisa/metal/bluemetal1,
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"mYE" = (
+/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)
+"mZc" = (
+/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)
+"mZj" = (
+/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/outdoors/colony_streets/south_east_street)
+"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"
+ },
+/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/anesthetic,
+/turf/open/floor/hybrisa/tile/lightbeige_bigtile,
+/area/lv759/indoors/hospital/paramedics_garage)
+"mZt" = (
+/obj/structure/surface/table/reinforced{
+ layer = 1.9
+ },
+/obj/structure/bed/hybrisa/hospital/hospitaldivider{
+ pixel_y = -4;
+ layer = 3.8
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitered"
+ },
+/area/lv759/indoors/hospital/icu)
+"mZu" = (
+/turf/open/floor/hybrisa/carpet/carpetreddeco,
+/area/lv759/indoors/weyyu_office/supervisor)
+"mZw" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/bar)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"mZG" = (
+/obj/structure/blackgoocontainer{
+ pixel_y = 18;
+ layer = 3.01
+ },
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"mZJ" = (
+/obj/structure/bed/chair{
+ can_buckle = 0;
+ dir = 4;
+ pixel_x = 1;
+ pixel_y = 3
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"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/Box_Vans/Kelland_Mining{
+ dir = 1;
+ pixel_x = -8;
+ pixel_y = 4
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"nak" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "docstripingdir"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/bed/roller,
+/obj/structure/closet/bodybag,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"nat" = (
+/obj/structure/largecrate/random/barrel/black,
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"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,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/indoors/recycling_plant/garage)
+"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,
+/obj/structure/sign/safety/firingrange{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/armory_foyer)
+"naN" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/machinery/big_computers/computerbrown/computer3,
+/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_on{
+ dir = 4;
+ light_color = "#00da64";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_x = 4;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/bluemetalfull,
+/area/lv759/indoors/spaceport/flight_control_room)
+"naR" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname,
+/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/lv759/indoors/wy_research_complex/mainlabs)
+"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;
+ pixel_y = 24
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/colonial_marshals/garage)
+"nbr" = (
+/obj/item/tool/pen{
+ pixel_x = 12;
+ pixel_y = 8
+ },
+/obj/item/tool/pen{
+ pixel_x = 9;
+ pixel_y = 8
+ },
+/obj/structure/surface/table/reinforced/black,
+/obj/item/trash/falcon_drone/emp,
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"nbt" = (
+/obj/item/tool/warning_cone,
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"nbx" = (
+/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/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"nbz" = (
+/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/outdoors/landing_zone_2)
+"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/lv759/indoors/wy_research_complex/cafeteria)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"nbU" = (
+/obj/structure/closet/firecloset,
+/obj/structure/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/power_plant/telecomms)
+"nbW" = (
+/obj/structure/filingcabinet{
+ density = 0;
+ icon_state = "chestdrawer";
+ pixel_x = 8;
+ pixel_y = 21
+ },
+/obj/structure/filingcabinet{
+ density = 0;
+ pixel_x = -8;
+ pixel_y = 20
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/tcomms_northwest)
+"nbY" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "triagedecaldir"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"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{
+ pixel_y = 12
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/shard,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"nci" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/landmark/corpsespawner/hybrisa/civilian_office,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/weyyu_office)
+"nck" = (
+/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/outdoors/landing_zone_1)
+"ncu" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 1
+ },
+/area/lv759/indoors/garage_workshop)
+"ncx" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"ncy" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/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;
+ layer = 6
+ },
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard1{
+ dir = 10;
+ layer = 9;
+ pixel_x = -16;
+ pixel_y = 20
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/central_streets)
+"ncD" = (
+/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/outdoors/landing_zone_2)
+"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/machinery/colony_floodlight/traffic_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
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "SE-out"
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_4";
+ pixel_x = -8;
+ pixel_y = 12
+ },
+/turf/open/floor/almayer{
+ dir = 9;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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{
+ pixel_x = 1
+ },
+/turf/open/floor/hybrisa/carpet/carpetreddeco,
+/area/lv759/indoors/casino)
+"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/heavyequip)
+"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/lv759/indoors/wy_research_complex/janitor)
+"ndT" = (
+/obj/structure/filingcabinet{
+ density = 0;
+ pixel_x = -8;
+ pixel_y = 20
+ },
+/obj/item/paper/crumpled,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_4"
+ },
+/obj/structure/machinery/light/small{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/wy_research_complex/changingroom)
+"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
+ },
+/obj/structure/sign/poster/safety{
+ pixel_x = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"new" = (
+/obj/structure/surface/rack,
+/obj/structure/machinery/light/double/blue{
+ dir = 1
+ },
+/obj/item/weapon/shield/riot,
+/obj/item/weapon/shield/riot,
+/obj/item/weapon/shield/riot,
+/obj/item/weapon/shield/riot,
+/obj/item/storage/box/packet/smoke,
+/obj/item/storage/box/packet/smoke,
+/turf/open/floor/prison{
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/armory)
+"neA" = (
+/obj/structure/platform,
+/obj/effect/decal/warning_stripes{
+ icon_state = "NE-out"
+ },
+/turf/open/shuttle/escapepod{
+ icon_state = "floor0";
+ dir = 8
+ },
+/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/westshowers)
+"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;
+ layer = 6
+ },
+/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)
+"nfp" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/colony/hospital,
+/area/lv759/indoors/hospital/operation)
+"nfv" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"nfD" = (
+/obj/item/stack/rods,
+/obj/structure/machinery/light/spot/blue{
+ dir = 1;
+ pixel_y = 22
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{
+ pixel_x = 19;
+ pixel_y = 25
+ },
+/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)
+"nfO" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/road/road_stop{
+ dir = 8;
+ icon_state = "stop_decal5"
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"nfU" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/north_east_caves)
+"nfW" = (
+/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/outdoors/landing_zone_2)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Box_Vans/Pizza{
+ pixel_y = -6;
+ layer = 4.13
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"ngE" = (
+/obj/structure/prop/turbine{
+ layer = 6
+ },
+/obj/structure/barricade/handrail/strata{
+ dir = 4;
+ layer = 4;
+ pixel_x = -2
+ },
+/obj/structure/barricade/handrail/strata,
+/turf/open/floor/corsat,
+/area/lv759/indoors/electical_systems/substation1)
+"ngK" = (
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Mining{
+ dir = 1
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"ngN" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ id = "hybrisaLZ2_2";
+ name = "Emergency Lockdown";
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security)
+"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)
+"nhq" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/item/ammo_magazine/rifle/nsg23{
+ current_rounds = 2
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"nhz" = (
+/obj/structure/closet/hybrisa/wy_bio,
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/machinery/light/spot/blue{
+ dir = 1;
+ pixel_y = 22
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"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)
+"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)
+"nhR" = (
+/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/outdoors/landing_zone_1)
+"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)
+"nif" = (
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/obj/structure/pipes/vents/pump,
+/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)
+"niy" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 13
+ },
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"niB" = (
+/obj/structure/barricade/handrail/hybrisa/handrail{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/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)
+"niD" = (
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/electical_systems/substation1)
+"niG" = (
+/obj/item/prop/almayer/flight_recorder/colony{
+ pixel_x = -6;
+ pixel_y = 10
+ },
+/obj/structure/machinery/big_computers/messaging_server/black{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/misc/redmeter{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ icon_state = "red1"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"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)
+"niS" = (
+/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/outdoors/landing_zone_1)
+"niW" = (
+/obj/structure/largecrate/random/barrel/black,
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"njm" = (
+/obj/structure/machinery/door/poddoor/almayer/locked{
+ dir = 2;
+ id = "hybrisacheckpoint_northeast";
+ name = "\improper Lockdown"
+ },
+/obj/structure/machinery/door/poddoor/almayer/locked{
+ dir = 2;
+ id = "hybrisacheckpoint_northeast";
+ name = "\improper Lockdown"
+ },
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_security/checkpoint_northeast)
+"njn" = (
+/turf/closed/shuttle/ert{
+ icon_state = "wy25"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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)
+"njv" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/largecrate/random/mini/small_case{
+ pixel_x = -9;
+ pixel_y = 10
+ },
+/obj/structure/largecrate/random/mini/small_case{
+ layer = 3.1
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/central_streets)
+"njy" = (
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"njz" = (
+/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/outdoors/mining_outpost/south_entrance)
+"njB" = (
+/obj/structure/flora/pottedplant,
+/obj/structure/machinery/light,
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/northfoyer)
+"njC" = (
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"njE" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/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/lv759/indoors/wy_research_complex/weaponresearchlab)
+"njL" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ layer = 3.1;
+ pixel_x = -3
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4;
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = 6
+ },
+/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/buckshot,
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/westbedrooms)
+"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/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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)
+"nkc" = (
+/obj/structure/platform_decoration{
+ dir = 4
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/electical_systems/substation1)
+"nkd" = (
+/obj/structure/cargo_container/hybrisa/containersextended/blueleft{
+ layer = 4
+ },
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"nkr" = (
+/obj/structure/machinery/colony_floodlight/traffic_alt{
+ pixel_x = 8;
+ pixel_y = 15
+ },
+/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)
+"nkD" = (
+/turf/open/floor/prison,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/effect/vehicle_spawner/box_van/pizza_van/decrepit{
+ dir = 4
+ },
+/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/eastentrance)
+"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
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_office)
+"nlv" = (
+/obj/structure/surface/table/woodentable/fancy,
+/obj/item/tool/pen/fountain{
+ pixel_x = 4
+ },
+/obj/item/tool/stamp/cmo{
+ pixel_y = 8
+ },
+/turf/open/floor{
+ dir = 6;
+ icon_state = "bcarpet02"
+ },
+/area/lv759/indoors/hospital/cmo_office)
+"nlB" = (
+/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
+ },
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med/limited{
+ pixel_y = 30
+ },
+/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)
+"nlN" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"nlO" = (
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"nlS" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"nlY" = (
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "Emergency Lockdown";
+ indestructible = 1;
+ id = "hybrisacolonylockdown";
+ needs_power = 0;
+ unacidable = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/jacks_surplus)
+"nmr" = (
+/obj/structure/cable/white{
+ color = "550d0d";
+ icon_state = "1-9";
+ layer = 5
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"nmx" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"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/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/engineering)
+"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)
+"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
+ },
+/obj/structure/blocker/invisible_wall,
+/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)
+"nnz" = (
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"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/westhallway)
+"nnF" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -7;
+ pixel_y = 13
+ },
+/obj/item/weapon/twohanded/folded_metal_chair,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"nnG" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/hallway_east)
+"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/indoors/derelict_ship)
+"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)
+"nnT" = (
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi';
+ dir = 4
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"nnZ" = (
+/turf/closed/shuttle/ert{
+ icon_state = "wy16"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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;
+ layer = 6
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"non" = (
+/obj/item/tool/warning_cone{
+ pixel_x = 4;
+ pixel_y = 14
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 6
+ },
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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"
+ },
+/obj/structure/sign/safety/north{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"nou" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security)
+"noD" = (
+/turf/closed/wall/hybrisa/marhsalls_reinforced,
+/area/lv759/indoors/colonial_marshals/holding_cells)
+"noI" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/light,
+/turf/open/floor/prison,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"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;
+ pixel_y = 22
+ },
+/obj/item/clothing/head/hardhat/dblue{
+ pixel_x = -5
+ },
+/obj/structure/surface/table/almayer{
+ color = "#848484"
+ },
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 30
+ },
+/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/lv759/indoors/wy_research_complex/weaponresearchlab)
+"npm" = (
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"npo" = (
+/obj/structure/bed/chair,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/yellow_bigtile,
+/area/lv759/indoors/power_plant/workers_canteen)
+"npv" = (
+/obj/structure/largecrate/supply/supplies/water,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"npx" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/landmark/corpsespawner/hybrisa/kelland_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/outdoors/landing_zone_2)
+"npG" = (
+/obj/item/weapon/twohanded/folded_metal_chair{
+ pixel_x = -9;
+ pixel_y = 11
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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
+ },
+/obj/effect/landmark/xeno_spawn,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"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/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"nqk" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ pixel_x = -5;
+ layer = 3.1
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4;
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4;
+ pixel_y = 6
+ },
+/turf/open/floor/plating,
+/area/lv759/outdoors/colony_streets/north_street)
+"nqr" = (
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters,
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetorangered,
+/area/lv759/indoors/bar/entertainment)
+"nqE" = (
+/obj/structure/surface/rack,
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/bar/bathroom)
+"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)
+"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/lv759/indoors/wy_research_complex/cafeteria)
+"nrj" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/mining_outpost/processing)
+"nrk" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/hybrisa/carpet/carpetgreendeco,
+/area/lv759/indoors/jacks_surplus)
+"nrm" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 7
+ },
+/obj/item/tool/warning_cone{
+ pixel_y = 19
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/sign/safety/medical{
+ pixel_x = 8;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 5
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"nru" = (
+/obj/structure/bed/sofa/vert/grey/top,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/strata_decals/grime/grime3{
+ icon_state = "grime1"
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"nrv" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/wood/redwood,
+/area/lv759/indoors/weyyu_office/floor)
+"nrw" = (
+/obj/structure/machinery/door/airlock/almayer/generic{
+ dir = 2;
+ autoname = 1
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/south_public_restroom)
+"nrx" = (
+/obj/structure/fence/dark/warning,
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/landmark/corpsespawner/hybrisa/medical_doctor_corpse,
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/sign/poster/wylogo{
+ pixel_y = 32;
+ layer = 2.9
+ },
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/recycling_plant/synthetic_storage)
+"nsg" = (
+/turf/closed/shuttle/dropship2/WY/StarGlider{
+ icon_state = "26";
+ opacity = 0
+ },
+/area/lv759/indoors/spaceport/starglider)
+"nsh" = (
+/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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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"
+ },
+/obj/item/ammo_magazine/rifle/nsg23{
+ current_rounds = 2
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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)
+"nsW" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/hospital/morgue)
+"nsZ" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"nth" = (
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/obj/structure/sign/safety/high_voltage{
+ pixel_x = -18
+ },
+/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/spearhead,
+/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)
+"ntB" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 8
+ },
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 8
+ },
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 4
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_street)
+"ntG" = (
+/obj/structure/sink{
+ dir = 1;
+ pixel_y = -9
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"ntJ" = (
+/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/caves/north_west_caves_outdoors)
+"ntK" = (
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"ntP" = (
+/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_LZ)
+"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,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"nua" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/security_office)
+"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{
+ 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)
+"nus" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/machinery/newscaster{
+ pixel_y = 30
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/north_street)
+"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/machinery/colony_floodlight/traffic{
+ dir = 4;
+ pixel_y = 12;
+ pixel_x = 8
+ },
+/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)
+"nuC" = (
+/obj/effect/hybrisa/decal/road/road_stop{
+ icon_state = "stop_decal2"
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"nuE" = (
+/obj/structure/machinery/newscaster{
+ pixel_y = 30
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"nuF" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"nuK" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/press_room)
+"nuM" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"nuO" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/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)
+"nvb" = (
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 8;
+ pixel_y = 18
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5;
+ layer = 3.2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"nvf" = (
+/obj/structure/barricade/handrail/hybrisa/handrail{
+ dir = 4
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/derelict_ship)
+"nvr" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"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/indoors/derelict_ship)
+"nvF" = (
+/obj/structure/surface/table{
+ color = "#8B7B5B"
+ },
+/obj/item/storage/backpack/lightpack{
+ pixel_y = 8;
+ layer = 2.8
+ },
+/obj/item/storage/backpack/lightpack{
+ layer = 2.9
+ },
+/obj/item/storage/backpack/marine/fluff{
+ pixel_y = -10;
+ layer = 3
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/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{
+ pixel_x = -6
+ },
+/obj/structure/surface/rack{
+ color = "#8B7B5B"
+ },
+/obj/item/fishing_pole{
+ pixel_x = 8;
+ pixel_y = 2
+ },
+/turf/open/floor/interior/wood,
+/area/lv759/indoors/jacks_surplus)
+"nwr" = (
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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)
+"nwX" = (
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"nxh" = (
+/obj/item/storage/pill_bottle/packet/bicaridine,
+/obj/effect/decal/cleanable/blood/drip,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"nxs" = (
+/obj/effect/hybrisa/decal/road/lines2{
+ pixel_y = 2
+ },
+/obj/effect/hybrisa/decal/road/lines1{
+ pixel_x = -1
+ },
+/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)
+"nxw" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"nxT" = (
+/obj/structure/prop/structure_lattice{
+ dir = 4
+ },
+/obj/structure/prop/structure_lattice{
+ dir = 4;
+ layer = 4.2;
+ level = 3;
+ pixel_y = 10
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"nyd" = (
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/cavedecor/stalagmite2,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_east_caves)
+"nye" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/surface/table/reinforced/black,
+/obj/structure/machinery/computer/communications/simple{
+ dir = 8;
+ pixel_y = 2
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/floor)
+"nyf" = (
+/obj/structure/window/framed/hybrisa/colony/office,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/weyyu_office/vip)
+"nyg" = (
+/obj/structure/prop/hybrisa/misc/cabinet{
+ 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/northhallway)
+"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)
+"nyq" = (
+/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/outdoors/landing_zone_1)
+"nyr" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/westhallway)
+"nys" = (
+/obj/item/tool/pen,
+/obj/structure/cable/white{
+ color = "550d0d";
+ icon_state = "8-10";
+ layer = 5
+ },
+/turf/open/floor/almayer{
+ icon_state = "test_floor4"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"nyy" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_4{
+ pixel_y = 16;
+ layer = 4.2
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/eastentrance)
+"nyE" = (
+/obj/structure/sign/safety/north{
+ pixel_x = -17
+ },
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"nyH" = (
+/obj/structure/barricade/wooden{
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"nyK" = (
+/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
+ },
+/obj/item/stool{
+ pixel_x = -4;
+ pixel_y = 23
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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/eastbedroomsstorage)
+"nyU" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "docstriping"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"nyW" = (
+/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/landing_zone_2)
+"nza" = (
+/obj/structure/window/framed/hybrisa/colony/engineering/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"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{
+ pixel_x = -3
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 4;
+ color = "#7e7d72"
+ },
+/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)
+"nzN" = (
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "Emergency Lockdown";
+ dir = 8;
+ indestructible = 1;
+ id = "hybrisacolonylockdown";
+ needs_power = 0;
+ unacidable = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/weymart/backrooms)
+"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/westbedrooms)
+"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/machinery/colony_floodlight/traffic_alt{
+ pixel_x = 5;
+ pixel_y = 5
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"nAk" = (
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi';
+ dir = 4
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"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)
+"nAN" = (
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "\improper Lockdown";
+ needs_power = 0;
+ id = "hybrisaresearchlockdown"
+ },
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"nAP" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/bed/stool{
+ buckling_y = 14;
+ layer = 4;
+ pixel_y = 22
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"nAQ" = (
+/obj/structure/cargo_container/hybrisa/containersextended/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
+ },
+/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/white{
+ dir = 1;
+ pixel_x = 8
+ },
+/obj/structure/bed/chair/vehicle/white{
+ 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,
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/south_public_restroom)
+"nBo" = (
+/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Science_2,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/caveplateau)
+"nBs" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/prop/colony/used_flare,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/south_east_caves)
+"nBt" = (
+/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/south_east_caves)
+"nBz" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/vehicles/Box_Vans/Kelland_Mining{
+ dir = 1;
+ pixel_x = 5;
+ pixel_y = -6
+ },
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/mining_outpost/northeast)
+"nBD" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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;
+ pixel_x = 8;
+ pixel_y = 20
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/meridian/meridian_managersoffice)
+"nBU" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecaltopright"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"nCi" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/item/tool/warning_cone{
+ pixel_y = 19
+ },
+/obj/structure/machinery/door_control/brbutton/alt{
+ pixel_y = -20;
+ id = "hybrisa_mining_lockdown2";
+ name = "lockdown button"
+ },
+/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/lv759/indoors/wy_research_complex/medical_annex)
+"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{
+ color = "#5d524b"
+ },
+/obj/effect/decal/cleanable/liquid_fuel,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"nCu" = (
+/obj/structure/bed/chair/comfy{
+ dir = 1
+ },
+/obj/structure/machinery/light,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"nCD" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/wy_security/checkpoint_northwest)
+"nCK" = (
+/obj/structure/window/framed/corsat,
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi';
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"nCN" = (
+/obj/structure/cargo_container/hybrisa/containersextended/greywyright{
+ layer = 4
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"nDd" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"nDe" = (
+/obj/effect/decal/strata_decals/grime/grime4{
+ icon_state = "grime1"
+ },
+/obj/effect/decal/strata_decals/grime/grime4{
+ dir = 8
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_y = 12
+ },
+/obj/item/trash/uscm_mre,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_9"
+ },
+/obj/effect/hybrisa/decal/dirt_2,
+/obj/structure/sign/poster/ad{
+ layer = 4;
+ pixel_x = 7;
+ pixel_y = 34
+ },
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/central_streets)
+"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_LZ)
+"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/heavyequip)
+"nDR" = (
+/obj/structure/bed/chair/comfy/hybrisa/black,
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/vip)
+"nDT" = (
+/obj/structure/surface/rack,
+/obj/item/storage/belt/utility/full,
+/obj/item/device/lightreplacer,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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)
+"nEb" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/hospital/medical_storage)
+"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/structure/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/wood/redwood,
+/area/lv759/indoors/weyyu_office/floor)
+"nEk" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_2{
+ pixel_x = -26
+ },
+/turf/closed/wall/hybrisa/colony/reinforced/hull,
+/area/lv759/oob)
+"nEm" = (
+/obj/effect/decal/cleanable/blood,
+/obj/structure/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/westshowers)
+"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,
+/obj/structure/sign/poster/art{
+ pixel_y = 32;
+ layer = 3.1
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/apartment/northapartments)
+"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"
+ },
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/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/dark,
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"nFf" = (
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"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/lv759/indoors/wy_research_complex/hallwaynorth)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"nFw" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"nFz" = (
+/obj/structure/cargo_container/hybrisa/containersextended/kelland_right,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_2)
+"nFQ" = (
+/obj/structure/machinery/conveyor,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"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
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/interrogation)
+"nGd" = (
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 4;
+ pixel_y = 7
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Pink{
+ dir = 1
+ },
+/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)
+"nGo" = (
+/obj/item/tool/wrench{
+ pixel_x = -8;
+ pixel_y = 10
+ },
+/obj/structure/cable{
+ icon_state = "1-4";
+ color = "#550d0d"
+ },
+/obj/structure/cable{
+ icon_state = "1-2";
+ level = 2;
+ color = "#550d0d"
+ },
+/obj/structure/cable{
+ icon_state = "4-8";
+ color = "#550d0d"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"nGq" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "silver"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaycentral)
+"nGs" = (
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/item/clothing/accessory/storage/black_vest/acid_harness,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"nGu" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"nGB" = (
+/obj/structure/closet/secure_closet/hybrisa/marshal,
+/obj/item/clothing/suit/storage/cmb/hybrisa,
+/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{
+ pixel_y = -2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/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_LZ)
+"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)
+"nGU" = (
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/westhallway)
+"nGW" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/misc/wybiglogo{
+ dir = 10
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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;
+ layer = 6
+ },
+/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;
+ color = "#a6aeab"
+ },
+/obj/structure/window/reinforced{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"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)
+"nHD" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"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)
+"nHP" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"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/outdoors/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"nIL" = (
+/obj/structure/bed/chair/office/light{
+ dir = 4
+ },
+/turf/open/floor/almayer{
+ icon_state = "test_floor4"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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)
+"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)
+"nJf" = (
+/obj/structure/sign/safety/maint{
+ pixel_x = 32
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/north_street)
+"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/lv759/indoors/wy_research_complex/dormsfoyer)
+"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,
+/obj/item/shard,
+/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{
+ color = "#5d524b"
+ },
+/obj/effect/decal/cleanable/dirt{
+ icon_state = "thermite";
+ name = "impact"
+ },
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 1;
+ pixel_x = -7
+ },
+/obj/effect/decal/cleanable/blood,
+/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/lv759/indoors/wy_research_complex/mainlabs)
+"nJW" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"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/lv759/indoors/wy_research_complex/medical_annex)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/mainlabs)
+"nKS" = (
+/obj/structure/fence/dark,
+/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/structure/blocker/forcefield/vehicles,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"nLd" = (
+/obj/structure/bed/chair{
+ buckling_y = 5;
+ dir = 1;
+ pixel_y = 5
+ },
+/obj/effect/hybrisa/decal/road/lines3{
+ pixel_y = -2
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/weyyu_office/pressroom)
+"nLe" = (
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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_LZ)
+"nLQ" = (
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "3"
+ },
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/obj/structure/sign/poster/ad{
+ layer = 4;
+ pixel_x = 12;
+ pixel_y = 34
+ },
+/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/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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"nLX" = (
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"nLY" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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)
+"nMg" = (
+/obj/item/stack/rods{
+ layer = 6
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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{
+ autoname = 1;
+ name = "\improper Airlock"
+ },
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/power_plant/fusion_generators)
+"nMj" = (
+/obj/structure/machinery/big_computers/computerwhite/computer1,
+/turf/open/floor/plating/prison,
+/area/lv759/outdoors/caveplateau)
+"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/outdoors/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)
+"nMp" = (
+/obj/structure/sign/safety/conference_room{
+ pixel_y = 32;
+ pixel_x = 8
+ },
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"nMw" = (
+/obj/item/stool,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"nMz" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "plating_striped"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"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;
+ layer = 3.5
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/noticeboard{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"nME" = (
+/obj/item/device/flashlight/lamp/tripod/grey,
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"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)
+"nMJ" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice12";
+ pixel_y = 16
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"nMO" = (
+/obj/effect/decal/cleanable/blood,
+/obj/item/ammo_casing/bullet,
+/obj/item/ammo_casing/bullet,
+/obj/item/weapon/gun/smg/p90,
+/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)
+"nNa" = (
+/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/outdoors/landing_zone_2)
+"nNb" = (
+/obj/structure/sink,
+/turf/closed/wall/hybrisa/spaceport,
+/area/lv759/indoors/spaceport/kitchen)
+"nNe" = (
+/obj/structure/window/reinforced,
+/obj/structure/machinery/computer/card{
+ dir = 1
+ },
+/obj/structure/surface/table/almayer{
+ color = "#848484"
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/lightbeige_bigtile,
+/area/lv759/indoors/hospital/paramedics_garage)
+"nNr" = (
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"nNt" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"nNA" = (
+/obj/effect/decal/cleanable/blood/drip,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/bloodtrail,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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)
+"nNO" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/machinery/light/spot/blue,
+/obj/structure/prop/invuln/overhead_pipe{
+ icon_state = "intact";
+ color = "#a6aeab"
+ },
+/obj/structure/prop/invuln/pipe_water{
+ color = "#7ccc5f"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"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)
+"nOf" = (
+/obj/item/stack/folding_barricade/three,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/central_caves)
+"nOj" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{
+ dir = 1;
+ locked = 1
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/hallway_east)
+"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"
+ },
+/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;
+ pixel_y = 24
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"nOA" = (
+/obj/structure/reagent_dispensers/water_cooler/stacks{
+ density = 0;
+ pixel_y = 24
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_x = 30;
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/armory_foyer)
+"nOH" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 5
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"nOI" = (
+/obj/item/tool/warning_cone{
+ layer = 2;
+ pixel_x = -13;
+ pixel_y = 11
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/central_caves)
+"nOK" = (
+/obj/structure/closet/crate/science,
+/obj/effect/spawner/random/goggles/lowchance,
+/turf/open/engineership/engineer_floor1,
+/area/lv759/indoors/derelict_ship)
+"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/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/gold/line1{
+ pixel_y = -1
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/casino)
+"nOO" = (
+/obj/item/trash/tray,
+/obj/structure/surface/table{
+ color = "#8B7B5B"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"nPd" = (
+/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/outdoors/landing_zone_2)
+"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)
+"nPk" = (
+/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;
+ indestructible = 1;
+ name = "west - door-control"
+ },
+/obj/item/reagent_container/food/drinks/cans/waterbottle{
+ pixel_x = -2;
+ pixel_y = 16
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"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,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"nPE" = (
+/obj/structure/prop/invuln/lattice_prop{
+ dir = 1;
+ icon_state = "lattice-simple";
+ pixel_x = 16;
+ pixel_y = -15
+ },
+/obj/effect/decal/medical_decals{
+ dir = 4;
+ icon_state = "triagedecaldir"
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"nPO" = (
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"nPP" = (
+/obj/structure/cargo_container/arious/right,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/north_street)
+"nPS" = (
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/hybrisa/wood/redwood,
+/area/lv759/indoors/weyyu_office/floor)
+"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/lv759/indoors/wy_research_complex/cafeteria)
+"nPZ" = (
+/obj/structure/surface/rack,
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/item/ammo_magazine/smg/p90,
+/obj/item/ammo_magazine/smg/p90,
+/obj/item/weapon/gun/smg/p90,
+/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/westbedrooms)
+"nQj" = (
+/obj/structure/cable{
+ icon_state = "1-4";
+ level = 2;
+ color = "#550d0d"
+ },
+/obj/item/stack/cable_coil/cut{
+ icon_state = "coil1";
+ color = "#550d0d"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/electical_systems/substation3)
+"nQm" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile,
+/area/lv759/indoors/mining_outpost/northeast)
+"nQo" = (
+/obj/effect/decal/cleanable/blood/xeno,
+/obj/item/prop/alien/hugger{
+ pixel_x = -7;
+ pixel_y = -5
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/north_west_caves)
+"nQp" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/cargo_container/hybrisa/containersextended/bluewywingsright,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"nQI" = (
+/obj/structure/barricade/handrail/medical,
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "blue"
+ },
+/area/lv759/indoors/hospital/outgoing)
+"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/machinery/big_computers/computerbrown/computer4,
+/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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"nQZ" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_4{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/westrestroom)
+"nRc" = (
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"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)
+"nRi" = (
+/obj/item/ammo_magazine/rifle/nsg23{
+ current_rounds = 2
+ },
+/turf/open/hybrisa/street/asphalt,
+/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)
+"nRw" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/landmark/corpsespawner/hybrisa_goon/lead,
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"nRD" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/road/lines1{
+ pixel_x = -1
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/weyyu_office/pressroom)
+"nRE" = (
+/obj/effect/hybrisa/decal/road/lines3{
+ pixel_y = -1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/road/lines1{
+ pixel_x = -1
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"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"
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/obj/structure/prop/hybrisa/misc/graffiti/graffiti4{
+ layer = 2.9
+ },
+/obj/structure/sign/poster/safety{
+ pixel_x = 5;
+ pixel_y = 32;
+ layer = 2.9
+ },
+/obj/structure/sign/poster/ad{
+ layer = 4;
+ pixel_x = 12;
+ pixel_y = 34
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"nRL" = (
+/obj/item/spacecash/c100,
+/obj/structure/prop/hybrisa/misc/machinery/screens/frame{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/cuppajoesfloor,
+/area/lv759/oob)
+"nRN" = (
+/turf/closed/wall/r_wall/biodome,
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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 = 32
+ },
+/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/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/weymart)
+"nSE" = (
+/obj/effect/hybrisa/decal/dirt,
+/mob/living/simple_animal/rat/black/Korey,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilered,
+/area/lv759/indoors/pizzaria)
+"nSF" = (
+/obj/structure/sign/safety/high_voltage{
+ pixel_y = -8
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"nSV" = (
+/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
+ },
+/obj/structure/cable{
+ icon_state = "1-2";
+ color = "#550d0d"
+ },
+/obj/item/stack/cable_coil/cut{
+ icon_state = "coil2";
+ color = "#550d0d"
+ },
+/obj/item/tool/screwdriver,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"nSY" = (
+/obj/structure/closet/crate/trashcart,
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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)
+"nTq" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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,
+/obj/effect/landmark/xeno_spawn,
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/meridian/meridian_maintenance_south)
+"nTE" = (
+/obj/structure/platform_decoration/hybrisa/rockdark,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 2;
+ pixel_y = 20;
+ layer = 4
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_6";
+ pixel_x = -8;
+ pixel_y = 12
+ },
+/obj/item/reagent_container/syringe{
+ icon_state = "broken"
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"nTG" = (
+/obj/effect/hybrisa/decal/engineership_corners{
+ dir = 4
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/bar/kitchen)
+"nTJ" = (
+/obj/item/trash/hotdog,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"nTR" = (
+/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/outdoors/landing_zone_1)
+"nTS" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/bed/sofa/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "silver"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"nTW" = (
+/obj/structure/surface/rack,
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_y = 12;
+ pixel_x = -4
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_y = 12;
+ pixel_x = 8
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = -4
+ },
+/turf/open/floor/prison{
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"nTY" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"nTZ" = (
+/obj/structure/sign/safety/conference_room{
+ pixel_y = 32;
+ pixel_x = 8
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"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)
+"nUq" = (
+/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/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"nUw" = (
+/obj/structure/sign/poster/propaganda{
+ pixel_x = 6;
+ pixel_y = 34
+ },
+/obj/structure/sign/poster/propaganda{
+ pixel_x = -6;
+ pixel_y = 38
+ },
+/obj/structure/sign/poster/propaganda{
+ pixel_y = 32
+ },
+/turf/open/floor/interior/wood,
+/area/lv759/indoors/jacks_surplus)
+"nUA" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/reception)
+"nUC" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/garage)
+"nUE" = (
+/obj/structure/surface/table,
+/obj/structure/bedsheetbin,
+/obj/item/clothing/under/colonist/workwear/pink,
+/obj/structure/sign/safety/bathmens{
+ pixel_y = 32;
+ pixel_x = 8
+ },
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/westfoyer)
+"nUN" = (
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/holding_cells)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"nUY" = (
+/obj/item/tool/warning_cone{
+ layer = 5;
+ pixel_y = 19
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 8;
+ color = "#7e7d72"
+ },
+/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;
+ layer = 6
+ },
+/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)
+"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/Long_Truck/Kelland_Mining{
+ layer = 4.2
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"nVR" = (
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_4";
+ pixel_y = 14
+ },
+/obj/item/paper/crumpled{
+ pixel_x = 9
+ },
+/obj/item/tool/pen{
+ pixel_x = 12;
+ pixel_y = 8
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/colonial_marshals/office)
+"nVT" = (
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"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)
+"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/effect/decal/cleanable/blood/drip,
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "3"
+ },
+/obj/effect/hybrisa/decal/bloodtrail,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"nWD" = (
+/obj/effect/decal/medical_decals{
+ dir = 4;
+ icon_state = "triagedecaldir"
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 30;
+ pixel_x = 4
+ },
+/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/effect/hybrisa/decal/tiretrack{
+ pixel_x = 7
+ },
+/obj/item/shard,
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"nWK" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/beige_bigtile,
+/area/lv759/indoors/power_plant/workers_canteen)
+"nWM" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/cargo_container/hybrisa/containersextended/greywyleft{
+ layer = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"nWX" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/supermartfloor1,
+/area/lv759/indoors/weymart)
+"nXc" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"nXf" = (
+/obj/structure/machinery/microwave{
+ pixel_y = 9
+ },
+/obj/item/reagent_container/food/snacks/cookie,
+/obj/structure/machinery/light{
+ dir = 1
+ },
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_y = 4
+ },
+/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)
+"nXm" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/largecrate/random/barrel/white,
+/obj/structure/platform,
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/landing_zone_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)
+"nXy" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/obj/effect/decal/strata_decals/grime/grime3{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_recreation_area)
+"nXz" = (
+/obj/item/stack/sheet/metal,
+/obj/structure/cable/white{
+ color = "550d0d";
+ icon_state = "6-8";
+ layer = 5
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/reagent_container/food/drinks/coffee{
+ pixel_x = 7;
+ pixel_y = 10
+ },
+/obj/item/handcuffs,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/item/clothing/head/hybrisa/cmb_peaked_cap{
+ pixel_y = 6;
+ pixel_x = -4
+ },
+/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)
+"nXM" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/power_plant)
+"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)
+"nXT" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_south)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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/buckshot,
+/obj/item/ammo_magazine/pistol/vp78,
+/obj/item/ammo_magazine/pistol/vp78,
+/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/indoors/derelict_ship)
+"nYs" = (
+/obj/structure/bed/chair{
+ icon_state = "chair_alt";
+ pixel_x = 3;
+ pixel_y = 17
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"nYy" = (
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "6-8";
+ layer = 5
+ },
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "5-9";
+ layer = 5
+ },
+/obj/item/stack/cable_coil/cut{
+ icon_state = "coil2";
+ color = "#550d0d"
+ },
+/obj/item/tool/wirecutters{
+ pixel_y = 6
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/electical_systems/substation1)
+"nYz" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 8
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/caves/south_west_caves)
+"nYU" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Taxi{
+ pixel_y = -6;
+ pixel_x = 2
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"nZd" = (
+/obj/structure/prop/hybrisa/cavedecor/stalagmite0,
+/turf/open/auto_turf/hybrisashale/layer0_plate,
+/area/lv759/indoors/caves/south_west_caves)
+"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/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,
+/obj/structure/surface/table/reinforced/prison,
+/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/lv759/indoors/wy_research_complex/changingroom)
+"nZn" = (
+/obj/structure/stairs/perspective{
+ color = "#6e6e6e";
+ dir = 4;
+ icon_state = "p_stair_full"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"nZt" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "NE-out";
+ pixel_x = 2
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_west_street_comms)
+"nZz" = (
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/item/clothing/suit/armor/vest/hybrisa/cmb_vest,
+/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/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/hybrisa/personal_solid/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"nZN" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/apartment/eastbedrooms)
+"nZR" = (
+/obj/item/device/flashlight/lamp/tripod,
+/obj/structure/machinery/light/blue,
+/obj/structure/pipes/vents/pump,
+/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/effect/decal/strata_decals/grime/grime1,
+/obj/structure/prop/hybrisa/misc/urinal{
+ pixel_y = 32;
+ pixel_x = 6
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"oaa" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/eastentrance)
+"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";
+ color = "#37485b"
+ },
+/obj/effect/spawner/random/pills/lowchance,
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/apartment/northapartments)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"oak" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/strata{
+ dir = 8
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/colonial_marshals/garage)
+"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/lv759/indoors/wy_research_complex/securitycommand)
+"oaJ" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 4
+ },
+/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/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"oaW" = (
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/oob)
+"oaY" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/synth_storage{
+ pixel_x = 33
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"oaZ" = (
+/obj/structure/curtain/open/shower,
+/obj/item/tool/soap{
+ pixel_x = 5
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"obd" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 3.3
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_west_street_comms)
+"obh" = (
+/obj/structure/window/framed/hybrisa/colony/hospital/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters{
+ dir = 8;
+ id = "virology_lockdown"
+ },
+/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/Ambulance{
+ dir = 1;
+ pixel_y = 12;
+ pixel_x = 12
+ },
+/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)
+"obI" = (
+/obj/structure/cargo_container/kelland/right,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/south_caves)
+"obM" = (
+/obj/structure/cable/white{
+ color = "550d0d";
+ icon_state = "5-9";
+ layer = 5
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/westbedrooms)
+"obR" = (
+/turf/open/floor/hybrisa/tile/tilered,
+/area/lv759/indoors/pizzaria)
+"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)
+"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{
+ color = "#5d524b"
+ },
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/tile/tilered,
+/area/lv759/indoors/pizzaria)
+"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)
+"ocs" = (
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 8;
+ pixel_y = 18
+ },
+/obj/structure/prop/hybrisa/vehicles/Long_Truck/Blue{
+ pixel_y = 6
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2;
+ layer = 3.1
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5;
+ layer = 3.2
+ },
+/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;
+ pixel_x = 6
+ },
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/mining_outpost/northeast)
+"ocL" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/obj/item/device/flashlight/lamp/tripod/grey,
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"ocN" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/darkbrown_bigtile{
+ 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/lv759/indoors/wy_research_complex/hallwaynorth)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"odl" = (
+/obj/structure/window/framed/corsat,
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi'
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/hallwaycentral)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/Small_Truck/Garbage{
+ dir = 1;
+ pixel_x = -8;
+ pixel_y = 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/almayer/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/lv759/indoors/wy_research_complex/hangarbay)
+"odN" = (
+/obj/structure/machinery/vending/coffee{
+ pixel_x = 3;
+ pixel_y = 3
+ },
+/obj/structure/machinery/vending/snack{
+ pixel_x = -18;
+ pixel_y = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/buildinggreebliessmall/smallvent2{
+ 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/lv759/indoors/caves/wy_research_complex_entrance)
+"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/buildinggreebliessmall/smallvent2{
+ 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/buildinggreebliessmall/smallvent3{
+ 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)
+"oeC" = (
+/obj/structure/blocker/forcefield/vehicles,
+/turf/closed/wall/hybrisa/colony/engineering/reinforced,
+/area/lv759/indoors/garage_managersoffice)
+"oeH" = (
+/obj/structure/filingcabinet/chestdrawer{
+ density = 0;
+ pixel_x = -6;
+ pixel_y = 18;
+ layer = 2.9
+ },
+/obj/structure/closet/walllocker{
+ pixel_y = 30
+ },
+/obj/structure/bed/chair/comfy/hybrisa/red,
+/obj/item/storage/belt/gun/m4a3/highpower/automag/tactical,
+/turf/open/floor/hybrisa/wood/blackwood,
+/area/lv759/indoors/weyyu_office/supervisor)
+"oeK" = (
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"oeL" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/effect/decal/cleanable/blood,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/landmark/corpsespawner/hybrisa_goon,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"oeP" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard5{
+ dir = 9;
+ pixel_y = 34
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"oeS" = (
+/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/hybrisarandomprops.dmi';
+ name = "spacecraft fuel-mix tank"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/prop/hybrisa/misc/fake/pipes/pipe1,
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/structure/sign/safety/distribution_pipes{
+ pixel_y = 32
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/hybrisa/tile/greenfull_bigtile,
+/area/lv759/indoors/botany/botany_greenhouse)
+"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"
+ },
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/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)
+"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)
+"ofZ" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal_solid_white/autoname,
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi';
+ dir = 2
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"ogf" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/colonial_marshals/armory)
+"ogj" = (
+/obj/structure/window/framed/hybrisa/colony/hospital/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/maintenance)
+"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/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -1;
+ pixel_y = 1
+ },
+/obj/structure/machinery/light/spot/blue,
+/obj/structure/prop/invuln/overhead_pipe{
+ icon_state = "intact";
+ color = "#a6aeab"
+ },
+/obj/structure/prop/invuln/pipe_water{
+ color = "#7ccc5f";
+ dir = 1
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"ogp" = (
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"ogq" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/garage)
+"ogs" = (
+/obj/structure/largecrate/random/barrel/black,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"ogv" = (
+/obj/structure/prop/hybrisa/cavedecor/stalagmite3,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/east_caves)
+"ogy" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/closet/crate/trashcart{
+ opened = 1
+ },
+/obj/structure/barricade/handrail/strata{
+ dir = 1
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_y = 12
+ },
+/turf/open/floor/plating,
+/area/lv759/outdoors/colony_streets/north_street)
+"ogG" = (
+/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/outdoors/landing_zone_1)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_foyer)
+"ogO" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "Emergency Lockdown";
+ dir = 8;
+ indestructible = 1;
+ id = "hybrisacolonylockdown";
+ needs_power = 0;
+ unacidable = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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 = "floor1";
+ dir = 8
+ },
+/area/lv759/indoors/power_plant/fusion_generators)
+"ohi" = (
+/obj/structure/cable{
+ icon_state = "1-4";
+ color = "#550d0d"
+ },
+/obj/structure/machinery/sensortower,
+/turf/open/floor/plating/prison,
+/area/lv759/outdoors/caveplateau)
+"ohs" = (
+/obj/structure/machinery/light{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/power_plant)
+"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/northhallway)
+"ohR" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/item/shard,
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_street)
+"ohV" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass/colony{
+ dir = 2;
+ autoname = 1
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/garage_workshop)
+"ohX" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard1{
+ icon_state = "billboard2";
+ pixel_y = 34;
+ dir = 10
+ },
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"oig" = (
+/turf/closed/shuttle/ert{
+ icon_state = "wy4"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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)
+"oij" = (
+/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"oik" = (
+/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";
+ color = "#550d0d"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/spaceport/engineering)
+"ois" = (
+/obj/structure/machinery/light,
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/prison{
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/tcomms_northwest)
+"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_LZ)
+"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
+ },
+/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"oiw" = (
+/obj/structure/platform_decoration/kutjevo{
+ dir = 8
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/clothing/suit/storage/hazardvest/kelland_mining,
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"oiE" = (
+/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"oiH" = (
+/obj/structure/largecrate/random/barrel/yellow,
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"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/effect/hybrisa/decal/road/lines3,
+/obj/effect/hybrisa/decal/doubleroad/lines2{
+ pixel_y = 4
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/WeylandYutani{
+ icon_state = "meridian_wy_damage_3";
+ health = 1250;
+ layer = 5.1
+ },
+/obj/structure/prop/hybrisa/misc/fire/fire1{
+ color = "#ffa700";
+ layer = 7;
+ pixel_y = 12
+ },
+/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/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
+ },
+/obj/structure/disposalpipe/junction,
+/turf/open/floor/plating/plating_catwalk/prison,
+/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)
+"oiX" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/power_plant)
+"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/lv759/indoors/wy_research_complex/researchanddevelopment)
+"ojf" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"ojn" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters,
+/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/black,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/meridian/meridian_office)
+"ojr" = (
+/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname,
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/maintenance_east)
+"oju" = (
+/obj/structure/machinery/conveyor,
+/obj/item/tool/crowbar/red,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"ojw" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/landmark/corpsespawner/hybrisa/civilian,
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/mining_outpost/northeast)
+"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)
+"ojI" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/yellow_bigtile,
+/area/lv759/indoors/power_plant/workers_canteen)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cuppajoesfloor,
+/area/lv759/indoors/spaceport/cuppajoes)
+"ojQ" = (
+/obj/effect/landmark/survivor_spawner,
+/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)
+"ojV" = (
+/obj/item/prop/colony/usedbandage{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/blood,
+/obj/item/reagent_container/hypospray/autoinjector/bicaridine,
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"ojX" = (
+/obj/structure/cargo_container/kelland/left{
+ layer = 2
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 4;
+ color = "#7e7d72"
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 8;
+ color = "#7e7d72"
+ },
+/turf/open/hybrisa/street/cement2,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"okK" = (
+/obj/structure/largecrate/supply,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 9
+ },
+/area/lv759/outdoors/landing_zone_2)
+"okL" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/bloodtrail{
+ dir = 10
+ },
+/obj/effect/landmark/corpsespawner/hybrisa/civilian,
+/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
+ },
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med{
+ pixel_y = 28
+ },
+/obj/structure/sign/safety/med_cryo{
+ pixel_x = 32
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"olm" = (
+/obj/structure/largecrate/random/barrel/blue,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = -4
+ },
+/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/hybrisa/tile/tilewhite,
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"olw" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 4
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/landing_zone_2)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetdarkerblue,
+/area/lv759/indoors/mining_outpost/east_dorms)
+"olJ" = (
+/obj/item/device/flashlight/lamp/tripod/grey,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/central_caves)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"olV" = (
+/obj/item/trash/tray{
+ pixel_x = -2;
+ pixel_y = 5
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/surface/table/almayer{
+ color = "#EBD9B7"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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;
+ layer = 3
+ },
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_street)
+"omp" = (
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/item/device/gripper,
+/obj/structure/cable/white{
+ color = "550d0d";
+ icon_state = "2-6";
+ layer = 5
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"omx" = (
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"omO" = (
+/obj/structure/bed/chair{
+ buckling_y = 5;
+ dir = 1;
+ pixel_y = 5
+ },
+/obj/effect/hybrisa/decal/road/lines2{
+ pixel_y = 2
+ },
+/obj/effect/hybrisa/decal/road/lines4{
+ pixel_x = 1
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"omS" = (
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/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{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ 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/westshowers)
+"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
+ },
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe5{
+ dir = 8;
+ pixel_y = -1
+ },
+/turf/open/gm/river,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"onw" = (
+/obj/structure/bed/sofa/hybrisa/misc/bench{
+ pixel_x = 7;
+ dir = 1;
+ layer = 3
+ },
+/obj/structure/window/reinforced{
+ dir = 8;
+ health = 80;
+ pixel_x = -2;
+ color = "#a6aeab"
+ },
+/obj/structure/window/reinforced{
+ color = "#a6aeab"
+ },
+/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/indoors/derelict_ship)
+"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/northapartments)
+"onI" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging/corner{
+ dir = 1;
+ color = "#7e7d72"
+ },
+/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/lv759/indoors/wy_research_complex/securityarmory)
+"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"
+ },
+/obj/structure/sign/safety/security{
+ pixel_x = 32
+ },
+/turf/open/floor/almayer{
+ dir = 10;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"onU" = (
+/obj/structure/window/reinforced{
+ 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{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"ooh" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/trash{
+ dir = 4;
+ icon_state = "trash_11"
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -5;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"ooi" = (
+/obj/structure/bed/stool{
+ buckling_y = 14;
+ pixel_y = 22
+ },
+/obj/structure/bed/stool,
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/obj/structure/sign/safety/bathunisex{
+ pixel_y = -24
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/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,
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/central_streets)
+"oon" = (
+/obj/structure/machinery/flasher/portable,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"ooq" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "SW-out";
+ layer = 2.5
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"ooy" = (
+/obj/effect/hybrisa/decal/road/lines1,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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/indoors/derelict_ship)
+"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"
+ },
+/obj/effect/decal/cleanable/blood/oil/streak,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"ooL" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/largecrate,
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/south)
+"ooO" = (
+/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"
+ },
+/turf/open/floor/almayer{
+ icon_state = "test_floor4"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"ooP" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/tool/warning_cone{
+ pixel_x = -11;
+ pixel_y = 6
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"ooT" = (
+/obj/structure/prop/hybrisa/engineer/engineerpillar/northwestbottom,
+/obj/structure/blocker/invisible_wall,
+/turf/open/engineership/ship_hull/non_weedable_hull{
+ dir = 6
+ },
+/area/lv759/oob)
+"opa" = (
+/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_west_street)
+"opb" = (
+/obj/structure/platform/kutjevo/smooth{
+ dir = 1
+ },
+/obj/structure/largecrate/random,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile,
+/area/lv759/indoors/mining_outpost/east_deploymentbay)
+"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/surface/rack{
+ layer = 4
+ },
+/obj/item/device/toner{
+ layer = 4
+ },
+/obj/item/device/toner{
+ layer = 4
+ },
+/obj/structure/machinery/light/blue,
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "red4"
+ },
+/area/lv759/indoors/spaceport/security)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/south)
+"opH" = (
+/obj/item/device/flashlight/lamp/tripod/grey,
+/obj/item/ammo_casing/bullet,
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/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{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"opR" = (
+/obj/structure/largecrate/random/barrel{
+ layer = 2
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"opT" = (
+/obj/structure/platform/kutjevo/smooth{
+ dir = 1
+ },
+/obj/structure/largecrate/random/case/small,
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile,
+/area/lv759/indoors/mining_outpost/east_deploymentbay)
+"opU" = (
+/obj/structure/machinery/light,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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,
+/obj/item/ammo_magazine/smg/p90,
+/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" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitered"
+ },
+/area/lv759/indoors/hospital/operation)
+"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/effect/decal/strata_decals/grime/grime4,
+/obj/structure/prop/hybrisa/vehicles/Meridian/WeylandYutani{
+ icon_state = "meridian_wy_damage_3";
+ pixel_y = 2;
+ health = 1250
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"oqq" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 10;
+ icon_state = "cyan3"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"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)
+"oqQ" = (
+/obj/structure/machinery/colony_floodlight/traffic_alt{
+ dir = 8;
+ pixel_x = 5;
+ pixel_y = 10
+ },
+/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)
+"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,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/mining_outpost/north_maint)
+"orm" = (
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/central_streets)
+"orx" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/floor)
+"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/northapartments)
+"orE" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/north_west_caves)
+"orL" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"orM" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/equipment_west)
+"orU" = (
+/obj/structure/barricade/handrail/hybrisa/handrail,
+/obj/structure/machinery/light/small/blue{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage{
+ desc = null;
+ pixel_y = 32
+ },
+/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)
+"osb" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"ose" = (
+/obj/structure/curtain/open/shower,
+/turf/open/floor/plating/prison,
+/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
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "sterile"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"osj" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"osk" = (
+/obj/effect/decal/cleanable/blood/gibs/limb,
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/effect/landmark/corpsespawner/hybrisa/scientist_xenobiologist,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"osq" = (
+/obj/structure/largecrate/random/barrel/purewhite,
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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)
+"osO" = (
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/colonial_marshals/restroom)
+"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)
+"osU" = (
+/obj/structure/cable/white{
+ color = "#9f8700";
+ icon_state = "5-6";
+ layer = 5;
+ level = 2
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = 4
+ },
+/obj/item/trash/hotdog,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/strata_decals/grime/grime3{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"osV" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 2.5
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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;
+ pixel_y = -4
+ },
+/obj/structure/surface/table/reinforced/black,
+/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/lv759/indoors/wy_research_complex/hallwaynorth)
+"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/outdoors/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
+ },
+/obj/item/clothing/suit/storage/hazardvest/kelland_mining,
+/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/eastentrance)
+"otH" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "silver"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"otP" = (
+/turf/closed/shuttle/dropship2/WY/StarGlider{
+ icon_state = "zwing2";
+ opacity = 0
+ },
+/area/lv759/indoors/spaceport/horizon_runner)
+"otQ" = (
+/obj/structure/disposalpipe/tagger{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/bar)
+"otT" = (
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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)
+"otX" = (
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"oub" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/westhallway)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"ouy" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"ouE" = (
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal3"
+ },
+/obj/effect/hybrisa/decal/road/lines3,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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,
+/turf/open/hybrisa/street/sidewalkcenter,
+/area/lv759/outdoors/colony_streets/north_street)
+"ouJ" = (
+/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname,
+/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)
+"ouN" = (
+/obj/structure/blackgoocontainer{
+ pixel_y = 18;
+ layer = 3.01
+ },
+/turf/open/engineership/engineer_floor1,
+/area/lv759/indoors/derelict_ship)
+"ovf" = (
+/obj/item/device/flashlight/lamp/tripod,
+/obj/effect/decal/warning_stripes{
+ 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/red/kelland{
+ pixel_y = 12;
+ pixel_x = -4
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_y = 12;
+ pixel_x = 8
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = -4
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = 8
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/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{
+ 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/indoors/derelict_ship)
+"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;
+ layer = 8
+ },
+/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)
+"ovF" = (
+/obj/item/map,
+/obj/item/tool/pickaxe{
+ pixel_y = 4
+ },
+/obj/item/tool/pen,
+/obj/structure/surface/table/almayer{
+ color = "#EBD9B7"
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/mining_outpost/east_command)
+"ovL" = (
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/wy_research_complex/changingroom)
+"ovM" = (
+/obj/effect/hybrisa/decal/trash{
+ pixel_y = 12
+ },
+/obj/structure/bed/chair/comfy/blue{
+ dir = 4
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 4
+ },
+/area/lv759/indoors/spaceport/communications_office)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"ovU" = (
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = -8
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4;
+ pixel_y = -4
+ },
+/obj/structure/prop/hybrisa/fakeplatforms/platform3{
+ icon = 'icons/obj/structures/props/platforms.dmi';
+ icon_state = "hybrisastone"
+ },
+/obj/structure/prop/hybrisa/misc/metergreen{
+ pixel_y = 32
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ 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/indoors/wy_research_complex/hallwaysouthwest)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"owl" = (
+/obj/structure/largecrate/random/barrel/brown,
+/obj/effect/decal/cleanable/blood/oil,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/landing_zone_2)
+"owm" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean2"
+ },
+/area/lv759/indoors/hospital/operation)
+"owo" = (
+/obj/structure/platform/hybrisa/metalplatform1,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/lattice_prop/lattice_3{
+ pixel_x = -26;
+ layer = 4.2
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_street)
+"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)
+"owI" = (
+/obj/structure/machinery/floodlight/landing,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/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/cargo_container/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/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble7{
+ layer = 3
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4;
+ pixel_y = 6
+ },
+/turf/open/floor/plating,
+/area/lv759/outdoors/colony_streets/central_streets)
+"oxq" = (
+/obj/structure/prop/hybrisa/misc/firehydrant{
+ dir = 1
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_2)
+"oxt" = (
+/obj/structure/platform_decoration/hybrisa/engineer_corner{
+ dir = 4
+ },
+/turf/open/engineership/engineer_floor2,
+/area/lv759/indoors/derelict_ship)
+"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)
+"oxx" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "sterile"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"oxy" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/structure/machinery/light/double/blue{
+ dir = 8
+ },
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"oxD" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/reception)
+"oxJ" = (
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"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)
+"oyH" = (
+/obj/structure/machinery/door/poddoor/shutters/almayer,
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/indoors/mining_outpost/northeast)
+"oyK" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_west_caves)
+"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/westshowers)
+"oyU" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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)
+"oyX" = (
+/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/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"oze" = (
+/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/sign/poster/propaganda{
+ pixel_y = 32
+ },
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard3{
+ dir = 9;
+ pixel_y = 32;
+ pixel_x = 12
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"ozj" = (
+/obj/structure/cargo_container/hybrisa/containersextended/greywyleft{
+ layer = 4
+ },
+/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/lv759/indoors/wy_research_complex/hallwayeast)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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 = 4.2;
+ pixel_x = -8;
+ pixel_y = -8
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/item/clothing/suit/storage/hazardvest/kelland_mining,
+/obj/item/clothing/suit/storage/hazardvest/kelland_mining,
+/obj/item/clothing/suit/storage/hazardvest/kelland_mining,
+/obj/item/clothing/suit/storage/hazardvest/kelland_mining,
+/obj/item/clothing/suit/storage/hazardvest/kelland_mining,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/mining_outpost/northeast)
+"ozJ" = (
+/obj/effect/hybrisa/decal/dirt,
+/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)
+"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)
+"ozY" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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)
+"oAc" = (
+/obj/item/device/flashlight/lamp/tripod,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_west_caves)
+"oAg" = (
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/docking_bay_2)
+"oAi" = (
+/obj/effect/decal/cleanable/blood{
+ icon_state = "mgibbl2"
+ },
+/obj/item/clothing/head/hybrisa/wy_po_cap,
+/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)
+"oAF" = (
+/obj/item/device/flashlight/lamp/tripod,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/landing_zone_2)
+"oAH" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean2"
+ },
+/area/lv759/indoors/hospital/operation)
+"oAJ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/marhsalls_reinforced,
+/area/lv759/indoors/colonial_marshals/restroom)
+"oAL" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/mining_outpost/east_deploymentbay)
+"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
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = 32
+ },
+/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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"oAY" = (
+/obj/structure/closet/hybrisa/wy_bio,
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/machinery/light/spot/blue,
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"oAZ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/strata_decals/grime/grime2,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/green_bigtile,
+/area/lv759/indoors/botany/botany_greenhouse)
+"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)
+"oBp" = (
+/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble5{
+ pixel_y = 12
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ layer = 8;
+ pixel_x = 3;
+ pixel_y = -2
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4;
+ pixel_y = 6
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = 12
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"oBz" = (
+/obj/structure/machinery/portable_atmospherics/hydroponics{
+ icon_state = "hydrotray4"
+ },
+/turf/open/floor/hybrisa/tile/greenfull_bigtile,
+/area/lv759/indoors/botany/botany_mainroom)
+"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
+ },
+/obj/structure/sign/safety/airlock{
+ pixel_x = 34;
+ pixel_y = 19
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/east_caves)
+"oBL" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/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,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"oBT" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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,
+/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,
+/obj/structure/sign/poster/safety{
+ pixel_y = 32
+ },
+/turf/open/floor/plating/kutjevo,
+/area/lv759/indoors/spaceport/maintenance_east)
+"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/indoors/derelict_ship)
+"oCB" = (
+/obj/structure/machinery/light/double{
+ dir = 8;
+ pixel_y = -5
+ },
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = -8
+ },
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = 8
+ },
+/turf/open/hybrisa/dropship/dropship2,
+/area/lv759/indoors/spaceport/starglider)
+"oCK" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"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)
+"oDH" = (
+/obj/effect/hybrisa/decal/gold/line4{
+ pixel_x = -1
+ },
+/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/cargo_container/hybrisa/containersextended/greywyleft{
+ layer = 4.2
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"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)
+"oDZ" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/westhallway)
+"oEa" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/hallway_east)
+"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/security/reinforced/colony{
+ autoname = 1;
+ name = "autoname";
+ dir = 1
+ },
+/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/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/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/zbrownfloor_full,
+/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
+ },
+/obj/item/clothing/head/hybrisa/synth_detective_hat,
+/obj/item/clothing/suit/storage/cmb/hybrisa/detective_coat,
+/turf/open/floor/hybrisa/wood/darkerwood,
+/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)
+"oEU" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"oEY" = (
+/obj/structure/platform_decoration,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/kutjevo/grey,
+/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)
+"oFj" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/black{
+ dir = 4
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"oFm" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/hospital/virology)
+"oFo" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6,
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/machinery/light/spot,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"oFv" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"oFx" = (
+/obj/structure/machinery/landinglight/ds1{
+ dir = 4
+ },
+/obj/structure/machinery/landinglight/ds1/delaytwo,
+/turf/open/floor/plating,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"oFO" = (
+/obj/item/stool{
+ pixel_x = -4;
+ pixel_y = 23
+ },
+/obj/item/clothing/head/bio_hood/wy_bio/alt,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"oFQ" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/card/id,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"oFX" = (
+/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname,
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"oGz" = (
+/obj/structure/machinery/vending/coffee{
+ density = 0;
+ pixel_y = 16
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 1
+ },
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"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)
+"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/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"oGK" = (
+/obj/item/trash/hybrisa/cuppa_joes,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"oGM" = (
+/obj/structure/bed/chair{
+ can_buckle = 0;
+ dir = 4;
+ pixel_x = 1;
+ pixel_y = 3
+ },
+/turf/open/floor/corsat{
+ icon_state = "squares"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"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/Long_Truck/Brown{
+ pixel_y = 6
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2;
+ layer = 3.1
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5;
+ layer = 3.2
+ },
+/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)
+"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)
+"oHu" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"oHx" = (
+/obj/structure/platform/hybrisa/metalplatform4,
+/obj/structure/disposalpipe/segment{
+ 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)
+"oHE" = (
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "Emergency Lockdown";
+ indestructible = 1;
+ id = "hybrisacolonylockdown";
+ needs_power = 0;
+ unacidable = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/meridian/meridian_maintenance_south)
+"oHI" = (
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/cargo)
+"oHX" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 4
+ },
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"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{
+ 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)
+"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)
+"oIn" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 4
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_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"
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_3{
+ pixel_x = -26;
+ layer = 6
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/wy_research_complex/changingroom)
+"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/hybrisa_goon,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/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)
+"oID" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/colonial_marshals/hallway_south)
+"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/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/barricade/handrail/hybrisa/road/plastic/black,
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"oIW" = (
+/obj/structure/machinery/big_computers/computerwhite/computer4,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"oIZ" = (
+/obj/structure/cargo_container/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/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"oJr" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 8;
+ layer = 3
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"oJs" = (
+/obj/item/roller,
+/obj/item/reagent_container/glass/bucket/mopbucket{
+ pixel_y = 12
+ },
+/obj/item/tool/mop{
+ pixel_y = 20
+ },
+/obj/structure/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/plating/prison,
+/area/lv759/indoors/colonial_marshals/restroom)
+"oJt" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/ammo_magazine/smg/p90/p90_twe,
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/south)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"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)
+"oJS" = (
+/obj/structure/surface/rack,
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"oJU" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/casino/casino_restroom)
+"oJZ" = (
+/obj/structure/prop/invuln/minecart_tracks{
+ dir = 6
+ },
+/obj/structure/machinery/door_control/brbutton{
+ id = "hybrisa_mining_lockdown1";
+ indestructible = 1;
+ layer = 4;
+ name = "lockdown button";
+ pixel_y = 26
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"oKc" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/east_caves)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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/pizza_galaxy/mystery/stack{
+ 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,
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/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/lv759/indoors/wy_research_complex/medical_annex)
+"oKB" = (
+/obj/structure/bed/chair/comfy/hybrisa/red{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/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/hybrisa/personal/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"oKS" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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)
+"oLd" = (
+/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"oLj" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "blue3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"oLm" = (
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"oLn" = (
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice12";
+ pixel_y = 16
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyleft{
+ layer = 4
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"oLw" = (
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"oLx" = (
+/obj/item/reagent_container/food/snacks/cookie{
+ pixel_y = 12
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/surface/table/reinforced/prison{
+ color = "#F13F3F"
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"oLF" = (
+/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)
+"oLH" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"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/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"oLO" = (
+/obj/structure/platform/stair_cut{
+ icon_state = "platform_stair_alt"
+ },
+/obj/structure/stairs/perspective/kutjevo{
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 30;
+ pixel_x = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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{
+ color = "#5d524b"
+ },
+/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{
+ 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.21;
+ pixel_x = -7;
+ pixel_y = 16
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"oMx" = (
+/obj/structure/closet/emcloset,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"oML" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 2;
+ pixel_y = 20;
+ layer = 4
+ },
+/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)
+"oMR" = (
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_3"
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"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)
+"oMU" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/cargo_container/hybrisa/containersextended/tanright,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"oMX" = (
+/obj/structure/platform_decoration{
+ dir = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_west_caves)
+"oNc" = (
+/obj/structure/morgue,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/hospital/morgue)
+"oNe" = (
+/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 = "floor1"
+ },
+/area/lv759/oob)
+"oNm" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 4
+ },
+/obj/item/tool/warning_cone{
+ pixel_x = 5;
+ pixel_y = 13
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"oNn" = (
+/obj/structure/bed/hybrisa/bunkbed3{
+ dir = 1
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/westbedrooms)
+"oNo" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "red3"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"oNr" = (
+/obj/item/tool/warning_cone{
+ pixel_x = 4;
+ 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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"oNM" = (
+/obj/structure/machinery/power/terminal{
+ dir = 4
+ },
+/obj/structure/dropship_equipment/fuel/fuel_enhancer,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"oNY" = (
+/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/power_transformer{
+ density = 1;
+ layer = 4
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/electical_systems/substation1)
+"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/lv759/indoors/wy_research_complex/hallwaynorth)
+"oOm" = (
+/obj/structure/closet/crate/freezer/cooler{
+ pixel_x = 15;
+ pixel_y = 15
+ },
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"oOE" = (
+/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/outdoors/landing_zone_2)
+"oOG" = (
+/obj/effect/decal/cleanable/blood,
+/obj/structure/bed/roller/hospital/bloody{
+ dir = 1
+ },
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/obj/structure/bed/hybrisa/hospital/hospitaldivider{
+ pixel_y = -12;
+ dir = 1
+ },
+/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;
+ 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)
+"oON" = (
+/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/outdoors/colony_streets/south_east_street)
+"oOP" = (
+/obj/structure/machinery/photocopier,
+/turf/open/floor/hybrisa/wood/redwood,
+/area/lv759/indoors/weyyu_office/floor)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"oOY" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/obj/item/stack/rods{
+ pixel_y = 14
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Purple{
+ dir = 1;
+ pixel_y = 3;
+ health = 1750;
+ icon_state = "meridian_purple_damage_2";
+ pixel_x = 2
+ },
+/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;
+ layer = 8
+ },
+/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{
+ pixel_x = 1
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/casino)
+"oPm" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/decal/cleanable/liquid_fuel,
+/obj/structure/pipes/vents/pump_hybrisa,
+/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)
+"oPA" = (
+/obj/effect/hybrisa/decal/road/road_stop{
+ icon_state = "stop_decal4"
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"oPQ" = (
+/obj/structure/window/framed/hybrisa/colony/hospital,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/cmo_office)
+"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)
+"oPZ" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 1
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"oQj" = (
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_10"
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/apartment/northapartments)
+"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)
+"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)
+"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)
+"oQL" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/power_plant)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"oQN" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/spaceport/cuppajoes)
+"oQS" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "plating_striped"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"oQU" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2
+ },
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 4;
+ pixel_y = 7
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/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
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/bar/entertainment)
+"oRb" = (
+/obj/structure/window/framed/corsat/security,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "blue3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"oRd" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/equipment_west)
+"oRp" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1,
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"oRD" = (
+/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)
+"oRH" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/bed/chair{
+ icon_state = "chair_alt";
+ pixel_x = 3;
+ pixel_y = 17;
+ base_pixel_x = 3;
+ base_pixel_y = 17
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean2"
+ },
+/area/lv759/indoors/hospital/operation)
+"oRT" = (
+/obj/structure/bed/sofa/vert/white/top,
+/turf/open/floor/hybrisa/carpet/carpetdarkerblue,
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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"
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/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/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{
+ color = "#5d524b"
+ },
+/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,
+/obj/structure/prop/hybrisa/misc/metergreen{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"oSG" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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
+ },
+/obj/item/poster{
+ pixel_y = 4
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/northapartments)
+"oSQ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/tool/warning_cone{
+ pixel_x = 4;
+ pixel_y = 18;
+ layer = 4.2
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"oSR" = (
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"oSS" = (
+/obj/structure/bed/chair{
+ buckling_y = 5;
+ dir = 1;
+ pixel_y = 5
+ },
+/obj/effect/hybrisa/decal/road/lines4{
+ pixel_x = 1
+ },
+/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)
+"oTf" = (
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/item/spacecash/ewallet{
+ pixel_y = 8
+ },
+/obj/item/clothing/head/hybrisa/cmb_cap_new{
+ pixel_x = 8;
+ pixel_y = 8
+ },
+/obj/structure/sign/poster/safety{
+ pixel_y = 32
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/obj/item/tool/pen{
+ pixel_x = 4;
+ pixel_y = -4
+ },
+/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/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"oTm" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice12";
+ pixel_y = 16
+ },
+/obj/effect/hybrisa/decal/road/road_stop{
+ dir = 8;
+ icon_state = "stop_decal5"
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"oTq" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetorangered,
+/area/lv759/indoors/bar)
+"oTv" = (
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/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_x = 13;
+ pixel_y = 3;
+ layer = 4.2
+ },
+/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";
+ dir = 1
+ },
+/area/lv759/oob)
+"oTy" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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;
+ autoname = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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,
+/obj/item/ammo_magazine/pistol/vp78/penetrating,
+/obj/item/ammo_magazine/pistol/vp78/penetrating,
+/obj/item/ammo_magazine/pistol/vp78/penetrating,
+/obj/item/ammo_magazine/pistol/vp78/penetrating,
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"oTQ" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/hospital/morgue)
+"oTS" = (
+/obj/structure/machinery/light{
+ unacidable = 1;
+ unslashable = 1
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 7
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/office)
+"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,
+/obj/structure/sign/safety/synth_storage{
+ desc = "Semiotic Standard denoting the nearby presence of a cargo depot.";
+ name = "cargo depot semiotic";
+ pixel_y = 32
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"oUa" = (
+/obj/structure/machinery/light/double/blue,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"oUb" = (
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal7"
+ },
+/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)
+"oUk" = (
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"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)
+"oUr" = (
+/obj/structure/blackgoocontainer{
+ pixel_x = -6;
+ pixel_y = 4
+ },
+/turf/open/engineership/engineer_floor2,
+/area/lv759/indoors/derelict_ship)
+"oUt" = (
+/obj/effect/decal/cleanable/blood,
+/obj/structure/machinery/power/terminal,
+/obj/item/clothing/head/helmet/hybrisa/kelland_mining_helmet,
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/south)
+"oUw" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Mining_Crawlers{
+ 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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "blue3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"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)
+"oUH" = (
+/obj/structure/filingcabinet{
+ pixel_x = 8;
+ pixel_y = 4
+ },
+/obj/structure/filingcabinet{
+ pixel_x = -8;
+ pixel_y = 4
+ },
+/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)
+"oUN" = (
+/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/tilewhitecheckered,
+/area/lv759/indoors/apartment/westentertainment)
+"oUO" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"oUP" = (
+/obj/structure/cargo_container/hybrisa/containersextended/redleft,
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 1
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"oUS" = (
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = -8
+ },
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = 8
+ },
+/turf/open/hybrisa/dropship/dropship2,
+/area/lv759/indoors/spaceport/horizon_runner)
+"oUV" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/closed/wall/hybrisa/colony/engineering/ribbed,
+/area/lv759/indoors/power_plant/transformers_south)
+"oUW" = (
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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,
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{
+ dir = 4;
+ layer = 2.1
+ },
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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)
+"oVc" = (
+/obj/structure/largecrate/random/barrel/black{
+ layer = 3.2;
+ pixel_x = -6;
+ pixel_y = 4
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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)
+"oVk" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/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)
+"oVs" = (
+/obj/structure/closet/l3closet/virology,
+/obj/structure/machinery/light/blue{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ layer = 2.9
+ },
+/turf/open/floor/prison{
+ dir = 10
+ },
+/area/lv759/indoors/hospital/virology)
+"oVx" = (
+/obj/effect/decal/cleanable/blood/drip,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"oVy" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/wood/blue{
+ pixel_x = 5
+ },
+/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/indoors/derelict_ship)
+"oVP" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"oVR" = (
+/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/landing_zone_2)
+"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/blackgoocontainer,
+/turf/open/engineership/engineer_floor2,
+/area/lv759/indoors/derelict_ship)
+"oWs" = (
+/obj/item/paper/crumpled,
+/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_y = 15;
+ layer = 3.2;
+ pixel_x = -8
+ },
+/turf/open/engineership/engineer_floor1,
+/area/lv759/indoors/derelict_ship)
+"oWE" = (
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"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)
+"oWJ" = (
+/obj/structure/bed/chair/office/light{
+ dir = 8;
+ pixel_x = -12
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 8
+ },
+/area/lv759/indoors/meridian/meridian_office)
+"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_LZ)
+"oWS" = (
+/obj/structure/closet/crate/freezer/cooler{
+ pixel_x = -7
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"oWW" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 3.1
+ },
+/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)
+"oWZ" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2
+ },
+/obj/structure/platform/kutjevo{
+ dir = 1;
+ layer = 1
+ },
+/obj/structure/machinery/big_computers/computerwhite/computer4,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"oXj" = (
+/obj/structure/machinery/disposal/delivery,
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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)
+"oXm" = (
+/obj/docking_port/stationary/marine_dropship/lz2,
+/turf/open/floor/plating,
+/area/lv759/outdoors/landing_zone_2)
+"oXo" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"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,
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 8;
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"oXP" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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/cuppa_joes{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/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
+ },
+/obj/structure/machinery/computer/cameras{
+ dir = 4;
+ 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/indoors/derelict_ship)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"oYT" = (
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal3"
+ },
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/effect/decal/cleanable/blood,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"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)
+"oZg" = (
+/obj/item/prop/almayer/flight_recorder/colony{
+ pixel_x = -6;
+ pixel_y = 10
+ },
+/obj/structure/machinery/light,
+/obj/structure/machinery/big_computers/messaging_server/black{
+ dir = 1
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1,
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"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)
+"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/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/central_caves)
+"oZk" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/obj/structure/machinery/light/spot/blue,
+/obj/structure/prop/invuln/overhead_pipe{
+ icon_state = "intact";
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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"
+ },
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32
+ },
+/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/westentertainment)
+"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{
+ icon_state = "multi_tiles"
+ },
+/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"
+ },
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Purple{
+ dir = 1;
+ pixel_y = 3;
+ health = 1750;
+ icon_state = "meridian_purple_damage_2";
+ pixel_x = 2
+ },
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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)
+"pam" = (
+/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/outdoors/landing_zone_1)
+"pav" = (
+/obj/structure/prop/invuln/minecart_tracks{
+ dir = 1
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/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,
+/obj/structure/machinery/light/blue,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"paO" = (
+/obj/structure/closet/hybrisa/wy_bio,
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"paT" = (
+/obj/structure/surface/table,
+/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/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/effect/spawner/random/powercell,
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastfoyer)
+"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_LZ)
+"pbb" = (
+/obj/item/bedsheet/medical,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/landmark/corpsespawner/hybrisa/medical_doctor_corpse,
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/wy_research_complex/medical_annex)
+"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/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/weymart/maintenance)
+"pbn" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/cargo_container/hybrisa/containersextended/kelland_right,
+/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_LZ)
+"pbq" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 4
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"pbt" = (
+/obj/structure/bed/sofa/vert/white/bot{
+ pixel_y = 6
+ },
+/turf/open/floor/hybrisa/carpet/carpetdarkerblue,
+/area/lv759/indoors/spaceport/docking_bay_1)
+"pbE" = (
+/turf/open/floor/almayer{
+ icon_state = "plating_striped"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"pbH" = (
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab"
+ },
+/obj/structure/largecrate/random,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"pbM" = (
+/obj/structure/plasticflaps,
+/obj/structure/machinery/conveyor,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"pbO" = (
+/obj/structure/prop/hybrisa/xenobiology/small/egg,
+/turf/open/floor/bluegrid,
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"pbQ" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/greywyright,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"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 = 10;
+ pixel_y = 20
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ pixel_x = -9;
+ pixel_y = 20
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"pbY" = (
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 5
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/weymart/maintenance)
+"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)
+"pcb" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"pcf" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 4
+ },
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco2{
+ dir = 1
+ },
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"pcx" = (
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med{
+ pixel_y = 28
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"pcy" = (
+/obj/structure/fence/dark,
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"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/lv759/indoors/wy_research_complex/changingroom)
+"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_LZ)
+"pcR" = (
+/obj/structure/filingcabinet{
+ density = 0;
+ pixel_x = 8;
+ pixel_y = 18
+ },
+/obj/structure/filingcabinet{
+ density = 0;
+ pixel_x = -8;
+ pixel_y = 18
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/colonial_marshals/north_office)
+"pcU" = (
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/apartment/northapartments)
+"pdb" = (
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastfoyer)
+"pdf" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/Meridian/Taxi{
+ dir = 4;
+ pixel_y = -5;
+ pixel_x = -8
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_street)
+"pdt" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/colonial_marshals/hallway_central)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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,
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/wy_research_complex/medical_annex)
+"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
+ },
+/obj/structure/sign/safety/hazard{
+ pixel_y = 32
+ },
+/obj/structure/sign/safety/airlock{
+ pixel_x = 11;
+ pixel_y = 32
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"peh" = (
+/turf/closed/shuttle/ert{
+ icon_state = "wy_leftengine"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"pei" = (
+/obj/structure/surface/table/almayer,
+/obj/item/device/camera{
+ pixel_x = -8;
+ pixel_y = 12
+ },
+/obj/item/stock_parts/matter_bin{
+ pixel_x = -4
+ },
+/obj/item/hybrisa/engineer_helmet{
+ pixel_x = 6
+ },
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"pek" = (
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice12";
+ pixel_y = 16
+ },
+/obj/effect/hybrisa/decal/road/road_stop{
+ dir = 8;
+ icon_state = "stop_decal5"
+ },
+/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/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)
+"peE" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/closet/hydrant{
+ pixel_y = 32
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"peU" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"pfb" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/marhsalls_reinforced,
+/area/lv759/indoors/colonial_marshals/wardens_office)
+"pff" = (
+/obj/structure/machinery/portable_atmospherics/powered/scrubber/huge/stationary,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/north_caves)
+"pfk" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"pfm" = (
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"pfs" = (
+/obj/structure/machinery/door/poddoor/hybrisa/white{
+ name = "\improper Lockdown"
+ },
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"pft" = (
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"pfJ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/airport/refuelinghose2{
+ layer = 1;
+ pixel_x = -12;
+ pixel_y = -12
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"pgd" = (
+/obj/structure/machinery/landinglight/ds2/spoke,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_2)
+"pgf" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean2"
+ },
+/area/lv759/indoors/hospital/virology)
+"pgh" = (
+/obj/structure/filingcabinet,
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/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/westentertainment)
+"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)
+"pgr" = (
+/obj/structure/prop/hybrisa/misc/cabinet{
+ pixel_x = -7;
+ pixel_y = 12;
+ layer = 3.6
+ },
+/obj/structure/sign/poster/art{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/wood/blackwood,
+/area/lv759/indoors/casino/casino_office)
+"pgz" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/weyyu_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{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"pgE" = (
+/obj/effect/decal/cleanable/blood,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/caveplateau)
+"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)
+"pha" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 4;
+ layer = 4;
+ pixel_x = -2
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"phq" = (
+/obj/structure/girder,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_caves)
+"phr" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/prop/almayer/comp_open,
+/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_off{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 1
+ },
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"phw" = (
+/obj/effect/hybrisa/decal/road/lines1,
+/obj/item/stack/rods{
+ amount = 15
+ },
+/obj/effect/decal/cleanable/blood/oil/streak,
+/obj/item/shard,
+/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/ship_hull/non_weedable_hull{
+ dir = 10
+ },
+/area/lv759/oob)
+"phJ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/obj/structure/surface/table/woodentable/fancy,
+/obj/item/device/flashlight/lamp/green{
+ pixel_y = 12
+ },
+/obj/item/device/analyzer,
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/colonial_marshals/head_office)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"phW" = (
+/turf/closed/wall/r_wall/biodome,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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_LZ)
+"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/westfoyer)
+"pib" = (
+/obj/item/shard,
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 1
+ },
+/area/lv759/indoors/garage_reception)
+"pid" = (
+/obj/structure/fence/dark,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/power_plant/transformers_north)
+"pil" = (
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = 8
+ },
+/obj/structure/bed/chair/vehicle/white{
+ 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/hybrisa/medical/autoname{
+ dir = 1
+ },
+/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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/hybrisa/generic_solid/autoname{
+ dir = 1
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/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)
+"piJ" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/obj/structure/stairs{
+ color = "#a6aeab";
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = -28
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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)
+"piR" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"pja" = (
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"pjf" = (
+/obj/item/device/flashlight/lamp/tripod,
+/obj/structure/sign/safety/security{
+ pixel_x = -18;
+ pixel_y = -4
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/landing_zone_2)
+"pjg" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "NE-out"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"pjh" = (
+/obj/structure/platform/hybrisa/metalplatform2,
+/obj/structure/platform/hybrisa/metalplatform2{
+ dir = 8
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 3;
+ pixel_y = 20
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/colony_streets/central_streets)
+"pju" = (
+/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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ layer = 2.9
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Turquoise_Cargo{
+ dir = 1;
+ pixel_x = -2
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"pjC" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblue,
+/area/lv759/indoors/apartment/westentertainment)
+"pjE" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/obj/structure/largecrate/random/barrel/red,
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"pjI" = (
+/turf/open/floor/strata{
+ icon_state = "red4"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"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)
+"pjP" = (
+/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/outdoors/landing_zone_2)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"pki" = (
+/obj/structure/barricade/handrail/medical{
+ dir = 4
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "blue"
+ },
+/area/lv759/indoors/hospital/outgoing)
+"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
+ },
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/bluemetalfull,
+/area/lv759/indoors/spaceport/communications_office)
+"pkx" = (
+/obj/effect/decal/medical_decals{
+ dir = 4;
+ icon_state = "triagedecaldir"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 8
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"pky" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/bar/kitchen)
+"pkB" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/sign/safety/bathwomens{
+ pixel_x = -16;
+ pixel_y = 28
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"pkF" = (
+/obj/structure/window/reinforced{
+ dir = 8;
+ health = 80
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2
+ },
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/item/storage/fancy/vials/random,
+/obj/item/reagent_container/glass/beaker/vial,
+/obj/item/reagent_container/glass/beaker/vial,
+/obj/item/reagent_container/glass/beaker/vial,
+/obj/item/reagent_container/glass/beaker/vial,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"pkZ" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{
+ dir = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/weyyu_office/floor)
+"plb" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/obj/item/stack/rods{
+ pixel_y = 14
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Light_Blue{
+ icon_state = "meridian_lightblue_damage_3";
+ health = 1250;
+ dir = 4
+ },
+/turf/open/hybrisa/street/sidewalkcenter,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"pld" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/paper{
+ layer = 5;
+ pixel_x = -7;
+ pixel_y = 7
+ },
+/obj/item/paper{
+ pixel_y = 4
+ },
+/obj/item/tool/pen/fountain{
+ pixel_x = 4;
+ layer = 4.01
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"ple" = (
+/obj/structure/machinery/vending/snack{
+ density = 0;
+ pixel_y = 16
+ },
+/turf/open/floor/hybrisa/tile/cuppajoesfloor,
+/area/lv759/indoors/spaceport/cuppajoes)
+"plg" = (
+/obj/structure/machinery/recharge_station,
+/obj/structure/catwalk/prison,
+/obj/structure/barricade/handrail{
+ dir = 8
+ },
+/obj/structure/sign/safety/two{
+ pixel_y = 32
+ },
+/obj/structure/sign/safety/synth_storage{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/weymart/backrooms)
+"pll" = (
+/obj/structure/platform/hybrisa/metalplatform3,
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_showroom)
+"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{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/curtain/open/shower,
+/obj/effect/landmark/monkey_spawn,
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/apartment/westshowers)
+"plr" = (
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/apartment/westfoyer)
+"pls" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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/buildinggreebliessmall/smallvent3{
+ 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/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/northeast)
+"plC" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"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)
+"plQ" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"plV" = (
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/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)
+"pmh" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 1
+ },
+/obj/structure/surface/table/almayer{
+ color = "#848484"
+ },
+/obj/item/stack/sheet/metal,
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_factory)
+"pmi" = (
+/obj/structure/cargo_container/hd/mid,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"pmk" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal4"
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/greenwywingsleft{
+ layer = 2.9
+ },
+/obj/structure/machinery/light/double/blue{
+ dir = 1
+ },
+/obj/structure/sign/safety/opens_up{
+ pixel_x = 3;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"pmo" = (
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "1-5";
+ layer = 5;
+ level = 2
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_5"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblackdeco,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"pms" = (
+/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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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;
+ layer = 6
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"pmY" = (
+/obj/structure/machinery/flasher/portable,
+/obj/structure/pipes/vents/pump_hybrisa,
+/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/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"png" = (
+/obj/structure/machinery/big_computers/computerblack/computer3,
+/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{
+ light_color = "#00f4ff";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"pnk" = (
+/obj/structure/blackgoocontainer{
+ pixel_y = 18;
+ layer = 3.01
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"pnr" = (
+/obj/structure/machinery/light,
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/westbedrooms)
+"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)
+"pnz" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/road/lines4,
+/obj/item/tool/shovel,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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 = "floor1"
+ },
+/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/lv759/indoors/wy_research_complex/hallwayeast)
+"poc" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 4
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"pog" = (
+/obj/effect/spawner/random/gun/pistol/lowchance,
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastfoyer)
+"poj" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"pom" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{
+ dir = 1
+ },
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ dir = 4;
+ id = "hybrisaLZ2_4";
+ name = "Emergency Lockdown";
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"poo" = (
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c";
+ level = 2
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"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,
+/obj/item/clothing/head/hybrisa/pizza_galaxy,
+/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/lv759/indoors/wy_research_complex/reception)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"poI" = (
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean2"
+ },
+/area/lv759/indoors/hospital/reception)
+"poK" = (
+/obj/structure/machinery/space_heater/radiator/red{
+ dir = 4
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = 1;
+ pixel_y = 8
+ },
+/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/westbedrooms)
+"poZ" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/pizzaria)
+"ppa" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/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)
+"ppm" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Purple{
+ dir = 1;
+ pixel_y = 3;
+ pixel_x = 4;
+ health = 1750;
+ icon_state = "meridian_purple_damage_2"
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/effect/decal/cleanable/blood/oil,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"ppu" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/metal/stripe_red,
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"ppx" = (
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/platform,
+/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)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"ppV" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ id = "hybrisa_mining_lockdown2";
+ name = "Emergency Lockdown";
+ unacidable = 1;
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"ppW" = (
+/obj/structure/platform/hybrisa/metalplatform1,
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/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/power_transformer{
+ density = 1;
+ layer = 4
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/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{
+ color = "#5d524b"
+ },
+/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
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "blue"
+ },
+/area/lv759/indoors/hospital/pharmacy)
+"pqx" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/obj/structure/sign/safety/one{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"pqy" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/bar/entertainment)
+"pqz" = (
+/obj/structure/machinery/light{
+ unacidable = 1;
+ unslashable = 1
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/office)
+"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/northapartments)
+"pqF" = (
+/obj/structure/bed/hybrisa/bunkbed2{
+ dir = 4
+ },
+/turf/open/floor/hybrisa/carpet/carpetblue,
+/area/lv759/indoors/apartment/westbedrooms)
+"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"
+ },
+/obj/item/reagent_container/glass/bucket{
+ pixel_x = -9;
+ pixel_y = 9
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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,
+/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
+ },
+/obj/structure/sign/safety/conference_room{
+ pixel_x = 2;
+ pixel_y = 32
+ },
+/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/Armored_Truck/Blue{
+ dir = 8
+ },
+/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)
+"prw" = (
+/obj/item/trash/cigbutt{
+ pixel_x = 7
+ },
+/obj/structure/largecrate/supply{
+ pixel_y = 15
+ },
+/obj/item/stack/sheet/cardboard{
+ layer = 1
+ },
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ layer = 3
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"prJ" = (
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 1
+ },
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"prP" = (
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/effect/hybrisa/decal/road/lines4,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"prU" = (
+/obj/structure/cable/white{
+ icon_state = "1-10";
+ level = 2
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/south_caves)
+"prY" = (
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"pse" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 1
+ },
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "2-8";
+ layer = 5
+ },
+/obj/structure/cable/white{
+ color = "#9f8700";
+ icon_state = "6-8";
+ layer = 5;
+ level = 2
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"psj" = (
+/obj/structure/closet/secure_closet/freezer/fridge/full,
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/weyyu_office/breakroom)
+"psm" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33;
+ pixel_y = 2
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/wallegg_on{
+ dir = 1;
+ light_color = "#efa531";
+ light_on = 1;
+ light_range = 2;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/orangeline,
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"psn" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6,
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"psq" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/platform_decoration{
+ dir = 1
+ },
+/turf/open/floor/strata{
+ icon_state = "yellow3";
+ dir = 1
+ },
+/area/lv759/indoors/spaceport/cargo)
+"pss" = (
+/obj/structure/sign/safety/chem_lab{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"pst" = (
+/obj/structure/bed/chair{
+ dir = 4;
+ icon_state = "chair_alt";
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"psD" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_4{
+ pixel_y = 16;
+ layer = 4.2
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"pta" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/baggagehandling)
+"ptb" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/paper,
+/obj/item/tool/pen/blue,
+/obj/item/reagent_container/food/snacks/hotdog,
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/obj/structure/pipes/vents/pump,
+/turf/open/floor/strata{
+ icon_state = "red3"
+ },
+/area/lv759/indoors/spaceport/security)
+"pte" = (
+/obj/structure/window/reinforced,
+/obj/structure/machinery/shower{
+ dir = 8
+ },
+/obj/item/tool/soap/nanotrasen,
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"ptg" = (
+/obj/structure/machinery/light/blue{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 4
+ },
+/area/lv759/indoors/spaceport/flight_control_room)
+"ptr" = (
+/obj/structure/largecrate/random/barrel/purewhite,
+/obj/structure/barricade/handrail/hybrisa/handrail{
+ layer = 4
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/derelict_ship)
+"pts" = (
+/obj/effect/hybrisa/decal/dirt,
+/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"
+ },
+/obj/structure/sign/safety/biohazard{
+ pixel_x = 32
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"ptz" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/colonial_marshals/north_office)
+"ptC" = (
+/obj/structure/prop/hybrisa/vehicles/Meridian/Desat_Blue,
+/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/cargo_container/hybrisa/containersextended/bluewywingsleft{
+ layer = 4
+ },
+/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)
+"puo" = (
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"puy" = (
+/obj/effect/hybrisa/decal/road/road_stop{
+ icon_state = "stop_decal5"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Small_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)
+"puF" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/north_street)
+"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)
+"puS" = (
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"puV" = (
+/obj/structure/bed/chair/comfy/hybrisa/black{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/vip)
+"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)
+"pvc" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/sign/safety/landingzone{
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"pvy" = (
+/obj/structure/fence/dark,
+/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
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"pvO" = (
+/turf/closed/shuttle/dropship2/WY/StarGlider{
+ icon_state = "2"
+ },
+/area/lv759/indoors/spaceport/starglider)
+"pvU" = (
+/turf/open/floor/prison,
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"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)
+"pwe" = (
+/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/landing_zone_2)
+"pwj" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/reagent_container/food/drinks/coffee{
+ pixel_x = -8;
+ pixel_y = 7
+ },
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/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/structure/sign/poster/safety{
+ pixel_y = 32
+ },
+/obj/structure/sign/poster/safety{
+ pixel_x = 12;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/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,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"pwO" = (
+/obj/effect/hybrisa/decal/dirt,
+/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/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/central_caves)
+"pwU" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{
+ dir = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/wardens_office)
+"pwY" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/janitor)
+"pxb" = (
+/obj/structure/prop/invuln/minecart_tracks{
+ dir = 1
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/east_caves)
+"pxh" = (
+/obj/structure/machinery/light/spot/blue{
+ dir = 1;
+ pixel_y = 22
+ },
+/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)
+"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/indoors/derelict_ship)
+"pxu" = (
+/obj/structure/window/reinforced{
+ dir = 8;
+ layer = 3.3;
+ pixel_y = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"pxy" = (
+/obj/structure/bed/roller,
+/obj/effect/decal/cleanable/blood,
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/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,
+/obj/item/stack/sheet/wood{
+ layer = 2.7
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/eastfoyer)
+"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
+ },
+/obj/item/reagent_container/food/drinks/coffeecup{
+ pixel_x = 10;
+ pixel_y = 14
+ },
+/turf/open/floor/hybrisa/metal/bluemetalfull,
+/area/lv759/indoors/spaceport/communications_office)
+"pxN" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/stack/sheet/cardboard/small_stack{
+ layer = 2
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 3;
+ pixel_y = 20
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{
+ pixel_y = 25
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/north_street)
+"pxU" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"pxX" = (
+/obj/item/reagent_container/glass/rag{
+ desc = "A pile of clothing, these need washing...";
+ name = "pile of clothing";
+ color = "#37485b"
+ },
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/eastfoyer)
+"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
+ },
+/obj/item/stack/cable_coil/cut{
+ icon_state = "coil1";
+ color = "#550d0d"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/spaceport/cargo)
+"pya" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"pye" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Long_Truck/Blue{
+ pixel_y = 6
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5;
+ layer = 3.2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2;
+ layer = 3.1
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"pyo" = (
+/obj/structure/machinery/big_computers/computerblack/computer3,
+/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorbig_on{
+ light_color = "#00f4ff";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "red3"
+ },
+/area/lv759/indoors/spaceport/security)
+"pyt" = (
+/obj/structure/surface/table/woodentable/fancy,
+/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,
+/obj/effect/hybrisa/decal/trash{
+ pixel_y = 12
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/tcomms_northwest)
+"pyC" = (
+/obj/structure/prop/hybrisa/boulders/large_boulderdark/boulder_dark1,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_west_caves)
+"pyE" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/billboardsandsigns/bigbillboards{
+ layer = 8;
+ pixel_y = 20;
+ dir = 9
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"pyH" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/autoname{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/electical_systems/substation3)
+"pyK" = (
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/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/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/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
+ },
+/obj/item/lightstick/red/spoke/planted{
+ layer = 5;
+ level = 3;
+ pixel_x = 16
+ },
+/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/workwear,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/eastfoyer)
+"pzc" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/disposaloutlet,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/recycling_plant)
+"pzj" = (
+/obj/structure/machinery/cm_vending/sorted/tech/comp_storage,
+/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{
+ light_color = "#FF0000";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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
+ },
+/obj/item/shard,
+/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{
+ color = "#a6aeab"
+ },
+/obj/structure/barricade/wooden{
+ desc = "This barricade is heavily reinforced. Nothing short of blasting it open seems like it'll do the trick, that or melting the breams supporting it...";
+ dir = 8;
+ health = 25000
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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{
+ color = "#a6aeab";
+ dir = 5
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab"
+ },
+/obj/structure/sign/poster/safety{
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"pzv" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 14
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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/lv759/indoors/wy_research_complex/hallwayeast)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"pzI" = (
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_3";
+ pixel_x = -8;
+ pixel_y = 12
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/office)
+"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)
+"pzL" = (
+/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/outdoors/landing_zone_2)
+"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)
+"pzO" = (
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"pzU" = (
+/obj/structure/barricade/handrail/wire{
+ dir = 4
+ },
+/obj/structure/largecrate/random/secure,
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"pzV" = (
+/obj/structure/prop/ice_colony/ground_wire{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/caveplateau)
+"pAd" = (
+/obj/effect/hybrisa/decal/gold/line4{
+ pixel_x = -1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/gold/line1{
+ pixel_y = -1
+ },
+/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)
+"pAz" = (
+/turf/closed/wall/hybrisa/spaceport_reinforced,
+/area/lv759/indoors/spaceport/heavyequip)
+"pAI" = (
+/obj/item/trash/cigbutt{
+ pixel_x = 1;
+ pixel_y = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/autoname{
+ dir = 1
+ },
+/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/structure/machinery/light/small,
+/obj/item/clothing/head/beret/royal_marine{
+ pixel_x = 8
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/northapartments)
+"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_LZ)
+"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,
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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)
+"pBL" = (
+/obj/structure/largecrate/random,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 6
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"pBR" = (
+/obj/structure/window/framed/hybrisa/colony/engineering,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/recycling_plant)
+"pBW" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{
+ 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)
+"pCj" = (
+/obj/structure/largecrate/random/barrel/blue,
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/spaceport/cargo)
+"pCl" = (
+/obj/structure/barricade/handrail/hybrisa/handrail,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/derelict_ship)
+"pCn" = (
+/obj/structure/platform/hybrisa/metalplatform2{
+ dir = 1
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/wy_research_complex/weaponresearchlab)
+"pCu" = (
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/hybrisa/metal/metalwhitefull,
+/area/lv759/indoors/colonial_marshals/prisoners_recreation_area)
+"pCv" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"pCH" = (
+/obj/structure/platform/hybrisa/metalplatform6,
+/obj/effect/hybrisa/decal/bloodtrail{
+ dir = 6;
+ pixel_x = 5
+ },
+/obj/effect/decal/cleanable/blood,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"pCL" = (
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/apartment/eastfoyer)
+"pCY" = (
+/obj/effect/decal/strata_decals/catwalk/prison,
+/turf/open/floor/shiva{
+ icon_state = "radiator_tile2"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"pCZ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 1
+ },
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"pDm" = (
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/north{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"pDu" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2
+ },
+/obj/structure/machinery/big_computers/computerbrown/computer5,
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/fusion_generators)
+"pDx" = (
+/obj/structure/prop/hybrisa/vehicles/Box_Vans/Maintenance_Blue,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"pDy" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/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/strata,
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_caves)
+"pDQ" = (
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"pEf" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1;
+ pixel_y = -1
+ },
+/obj/structure/prop/hybrisa/fakeplatforms/platform4,
+/turf/open/floor/corsat{
+ icon_state = "officesquares"
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"pEi" = (
+/obj/structure/platform/hybrisa/metalplatform3{
+ dir = 8
+ },
+/obj/effect/hybrisa/decal/road/lines4{
+ pixel_x = 1
+ },
+/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)
+"pEu" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/hallway_east)
+"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/platform/hybrisa/metalplatform1{
+ dir = 1;
+ layer = 2
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4;
+ pixel_y = 4
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = -4
+ },
+/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{
+ dir = 4;
+ pixel_y = -12
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/turf/open/hybrisa/street/underground_unweedable,
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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/structure/showcase{
+ breakable = 1;
+ density = 0;
+ desc = null;
+ icon_state = "igniter0";
+ name = "floor panel"
+ },
+/obj/item/clothing/head/hardhat/dblue{
+ pixel_x = -3;
+ pixel_y = 16
+ },
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "5-9";
+ layer = 5
+ },
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "6-8";
+ layer = 5
+ },
+/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{
+ pixel_y = 12
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"pFk" = (
+/obj/structure/prop/hybrisa/misc/machinery/screens/frame{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/misc/spaceport1,
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/weymart/backrooms)
+"pFo" = (
+/obj/structure/barricade/handrail/medical{
+ dir = 1;
+ layer = 5
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/emergency_room)
+"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)
+"pFu" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/barricade/handrail/hybrisa/road/plastic/black{
+ dir = 1
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"pFy" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"pFJ" = (
+/obj/structure/sign/poster/corporate{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"pFL" = (
+/obj/structure/barricade/handrail{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/armory)
+"pFX" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/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)
+"pGi" = (
+/obj/structure/largecrate/random/case/double,
+/turf/open/engineership/engineer_floor1,
+/area/lv759/indoors/derelict_ship)
+"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/indoors/derelict_ship)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"pGn" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ color = "#bbbaae"
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 4;
+ color = "#bbbaae"
+ },
+/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,
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/plating/kutjevo,
+/area/lv759/indoors/spaceport/janitor)
+"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,
+/obj/item/reagent_container/food/snacks/meatpizzaslice{
+ layer = 4;
+ pixel_x = 3;
+ pixel_y = 12
+ },
+/obj/effect/landmark/corpsespawner/hybrisa/pizza_galaxy,
+/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)
+"pGH" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/largecrate/random/mini/small_case,
+/obj/structure/machinery/light,
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"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)
+"pGM" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "silver"
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"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/hybrisa/personal/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/platform{
+ dir = 8;
+ layer = 4
+ },
+/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/structure/surface/table{
+ color = "#8B7B5B"
+ },
+/obj/structure/magazine_box{
+ pixel_y = 6;
+ layer = 3.1
+ },
+/obj/item/stack/sandbags_empty{
+ pixel_y = 12;
+ layer = 3.2
+ },
+/obj/item/stack/sandbags_empty{
+ pixel_y = 12;
+ layer = 3.2;
+ pixel_x = 4
+ },
+/obj/item/stack/sandbags_empty{
+ pixel_y = 12;
+ layer = 3.2;
+ pixel_x = -4
+ },
+/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/reinforced/autoname,
+/turf/open/floor/strata{
+ icon_state = "red1"
+ },
+/area/lv759/indoors/spaceport/security)
+"pHm" = (
+/obj/item/tool/crowbar/red{
+ layer = 5
+ },
+/obj/item/stack/cable_coil{
+ color = "#550d0d"
+ },
+/obj/structure/barricade/handrail/strata,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/electical_systems/substation1)
+"pHq" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"pHE" = (
+/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)
+"pHS" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"pHU" = (
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/indoors/wy_security/checkpoint_northwest)
+"pHW" = (
+/obj/effect/decal/cleanable/blood/drip{
+ pixel_x = 10;
+ pixel_y = 21
+ },
+/obj/structure/bed/hybrisa/hospital/hospitaldivider{
+ pixel_y = -4;
+ dir = 1
+ },
+/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/buildinggreebliessmall/smallvent3{
+ 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/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"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/lv759/indoors/wy_research_complex/hallwaycentral)
+"pIq" = (
+/obj/structure/filingcabinet/chestdrawer{
+ density = 0;
+ pixel_x = -6;
+ pixel_y = 18;
+ layer = 3.20
+ },
+/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" = (
+/obj/structure/pipes/vents/pump_hybrisa,
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/eastentrance)
+"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 = 12
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = 6
+ },
+/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{
+ pixel_y = 8
+ },
+/obj/structure/machinery/light/double/blue,
+/obj/item/reagent_container/glass/beaker/vial,
+/obj/item/reagent_container/glass/beaker/vial,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"pJa" = (
+/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2,
+/obj/structure/monorail,
+/obj/structure/blocker/invisible_wall,
+/turf/open/shuttle/escapepod{
+ icon_state = "floor1";
+ dir = 1
+ },
+/area/lv759/oob)
+"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/indoors/derelict_ship)
+"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,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/indoors/recycling_plant/garage)
+"pJi" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Cop{
+ pixel_y = -8;
+ 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
+ },
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/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)
+"pJo" = (
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"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)
+"pJv" = (
+/obj/structure/bed/chair/comfy{
+ dir = 4
+ },
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"pJx" = (
+/obj/structure/prop/hybrisa/misc/stoneplanterseats/empty{
+ dir = 1;
+ pixel_x = -8;
+ pixel_y = 4
+ },
+/obj/structure/sign/safety/east{
+ pixel_x = 32;
+ pixel_y = -4
+ },
+/obj/structure/sign/safety/conference_room{
+ pixel_y = 8;
+ pixel_x = 32
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"pJy" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname{
+ dir = 1
+ },
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"pJZ" = (
+/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,
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"pKv" = (
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard1{
+ layer = 8;
+ pixel_y = 20
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"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/outdoors/power_plant/transformers_south)
+"pKG" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecaldir"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 1
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"pKH" = (
+/obj/effect/decal/cleanable/blood/drip,
+/obj/effect/decal/cleanable/blood{
+ icon_state = "mgibbl1"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/weyyu_office/hallway)
+"pLd" = (
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/shuttle/escapepod{
+ icon_state = "floor1";
+ dir = 4
+ },
+/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/hybrisa/generic/autoname,
+/turf/open/floor/prison,
+/area/lv759/indoors/garage_reception)
+"pLl" = (
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/carpet/carpetblue,
+/area/lv759/indoors/apartment/westbedrooms)
+"pLq" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "red3"
+ },
+/area/lv759/indoors/spaceport/security)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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)
+"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)
+"pMc" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/kutjevo/fake_wood,
+/area/lv759/indoors/bar)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"pMw" = (
+/obj/structure/cargo_container/kelland/left{
+ layer = 2
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/east_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)
+"pMy" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"pMz" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ color = "#bbbaae"
+ },
+/turf/open/hybrisa/street/cement2,
+/area/lv759/outdoors/colony_streets/north_street)
+"pMC" = (
+/obj/structure/largecrate/random/secure,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/black,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/meridian/meridian_office)
+"pNf" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/structure/machinery/light/blue,
+/turf/open/floor/prison{
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"pNn" = (
+/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/outdoors/landing_zone_2)
+"pNq" = (
+/obj/structure/machinery/light/blue,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"pNv" = (
+/obj/item/prop/alien/hugger,
+/obj/effect/decal/cleanable/blood/xeno{
+ icon_state = "xsplatter4"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"pNw" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "docstriping"
+ },
+/obj/effect/landmark/corpsespawner/hybrisa/scientist_xenoarchaeologist,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"pNB" = (
+/obj/structure/machinery/light{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 28
+ },
+/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)
+"pNK" = (
+/obj/effect/hybrisa/decal/bloodtrail,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"pNQ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "plating_striped"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"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)
+"pOb" = (
+/obj/structure/machinery/newscaster{
+ pixel_y = 30
+ },
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/westhallway)
+"pOj" = (
+/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/outdoors/landing_zone_2)
+"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)
+"pOy" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10
+ },
+/area/lv759/indoors/hospital/virology)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"pOH" = (
+/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/outdoors/landing_zone_2)
+"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/white{
+ dir = 1;
+ pixel_x = -8
+ },
+/turf/open/hybrisa/dropship/dropshipfloorcorner1,
+/area/lv759/indoors/spaceport/starglider)
+"pOR" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/colony/engineering,
+/area/lv759/indoors/recycling_plant_waste_disposal_incinerator)
+"pOU" = (
+/obj/structure/bed/sofa{
+ icon_state = "couch_hori3"
+ },
+/obj/item/newspaper,
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/obj/structure/sign/poster/ad{
+ layer = 4;
+ pixel_x = 12;
+ pixel_y = 32
+ },
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/northfoyer)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"pOY" = (
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/apartment/northapartments)
+"pPl" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/tool/warning_cone{
+ pixel_y = 19
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/garage)
+"pPm" = (
+/obj/structure/cargo_container/hybrisa/containersextended/greywyleft,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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)
+"pPC" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/kutjevo/fake_wood,
+/area/lv759/indoors/bar)
+"pPH" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/westfoyer)
+"pPI" = (
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/electical_systems/substation1)
+"pPJ" = (
+/obj/item/trash/cigbutt,
+/obj/item/trash/cigbutt,
+/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/command/colony{
+ autoname = 1;
+ name = "autoname"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/flight_control_room)
+"pPT" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/westbedrooms)
+"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
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"pQa" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/blue,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_1)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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)
+"pQp" = (
+/obj/structure/platform_decoration/hybrisa/engineer_corner{
+ dir = 4
+ },
+/obj/structure/blackgoocontainer{
+ pixel_x = -6;
+ pixel_y = 4
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"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)
+"pQE" = (
+/obj/item/shard,
+/obj/effect/decal/cleanable/blood,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"pQN" = (
+/obj/effect/decal/medical_decals{
+ dir = 4;
+ icon_state = "triagedecaldir"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 8
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"pQO" = (
+/obj/structure/filingcabinet{
+ density = 0;
+ pixel_x = -8;
+ pixel_y = 18
+ },
+/obj/structure/filingcabinet{
+ density = 0;
+ pixel_x = 8;
+ pixel_y = 18
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegreen,
+/area/lv759/indoors/garage_reception)
+"pQP" = (
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 1;
+ color = "#bbbaae"
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"pQR" = (
+/obj/item/tool/warning_cone{
+ pixel_x = 4;
+ pixel_y = 18
+ },
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 1
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"pQW" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/south_caves)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"pRf" = (
+/obj/structure/blocker/invisible_wall,
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 8
+ },
+/turf/open/engineership/ship_hull/non_weedable_hull{
+ 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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/indoors/derelict_ship)
+"pRp" = (
+/turf/open/floor/almayer/research/containment/corner_var1{
+ dir = 4
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"pRr" = (
+/turf/closed/wall/hybrisa/colony/hospital,
+/area/lv759/indoors/hospital/outgoing)
+"pRD" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"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/northfoyer)
+"pRL" = (
+/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/central_caves)
+"pRN" = (
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/kutjevo/fake_wood,
+/area/lv759/indoors/bar)
+"pRS" = (
+/obj/structure/blackgoocontainer{
+ icon_state = "blackgoocontainer2";
+ pixel_y = 12
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"pRT" = (
+/obj/structure/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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{
+ pixel_y = 12
+ },
+/obj/structure/barricade/handrail/strata{
+ dir = 8;
+ layer = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/handrail{
+ dir = 1;
+ pixel_y = -16
+ },
+/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)
+"pSi" = (
+/obj/structure/closet/crate/trashcart{
+ desc = "A heavy, metal foodcart with wheels.";
+ icon = 'icons/obj/structures/props/hybrisarandomprops.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/hybrisarandomprops.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)
+"pSn" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/landmark/corpsespawner/hybrisa/civilian,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"pSp" = (
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{
+ pixel_y = 25
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/east_caves)
+"pSu" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/tool/warning_cone{
+ pixel_x = -21;
+ pixel_y = 3
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging/corner{
+ color = "#7e7d72"
+ },
+/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,
+/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)
+"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
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ pixel_x = -5;
+ pixel_y = 21;
+ layer = 3.1
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"pSX" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/closed/wall/hybrisa/colony/engineering/ribbed,
+/area/lv759/indoors/power_plant/transformers_north)
+"pSZ" = (
+/turf/open/hybrisa/street/sidewalk{
+ dir = 6
+ },
+/area/lv759/outdoors/landing_zone_2)
+"pTc" = (
+/obj/structure/platform_decoration/hybrisa/engineer_corner{
+ dir = 8
+ },
+/obj/item/device/flashlight/lamp/tripod/grey,
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"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)
+"pTn" = (
+/obj/structure/sign/safety/north{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"pTp" = (
+/obj/item/trash/cigbutt{
+ pixel_x = 7
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = -7;
+ pixel_y = 13
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"pTE" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/fire_haz{
+ pixel_x = 12;
+ pixel_y = 32
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/securityarmory)
+"pTN" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble7{
+ layer = 3
+ },
+/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)
+"pTR" = (
+/obj/item/stack/rods,
+/obj/item/tool/warning_cone{
+ layer = 3.3;
+ pixel_x = 4;
+ pixel_y = 18
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_caves)
+"pTW" = (
+/obj/structure/bed/chair/comfy{
+ dir = 4;
+ icon_state = "chair_alt"
+ },
+/obj/effect/hybrisa/decal/gold/line4{
+ pixel_x = -1
+ },
+/obj/effect/hybrisa/decal/gold/line3{
+ pixel_y = 2
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/casino)
+"pTX" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/decal/cleanable/blood/gibs/body,
+/obj/effect/landmark/corpsespawner/hybrisa/civilian_office,
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 8
+ },
+/area/lv759/indoors/spaceport/communications_office)
+"pTY" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaycentral)
+"pUc" = (
+/obj/structure/platform/hybrisa/metalplatform6,
+/obj/structure/stairs{
+ color = "#a6aeab";
+ dir = 8
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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,
+/obj/item/clothing/mask/gas/pmc/royal_marine,
+/obj/structure/prop/hybrisa/misc/machinery/screens/telescreenbrokespark{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/wood/blackwood,
+/area/lv759/indoors/apartment/northapartments)
+"pUi" = (
+/obj/structure/bed/chair{
+ dir = 8;
+ pixel_x = 7;
+ pixel_y = 7
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/north_office)
+"pUj" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/cargo_container/hybrisa/containersextended/bluewywingsleft{
+ layer = 4
+ },
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/indoors/spaceport/cargo_maintenance)
+"pUl" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/structure/machinery/light,
+/obj/structure/prop/server_equipment/laptop/closed{
+ pixel_y = 3
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"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)
+"pUr" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_caves)
+"pUv" = (
+/obj/item/paper{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/road/lines4{
+ pixel_x = 1
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/pressroom)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"pUK" = (
+/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/outdoors/landing_zone_2)
+"pUQ" = (
+/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/hybrisarandomprops.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)
+"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" = (
+/obj/structure/pipes/vents/pump_hybrisa,
+/obj/structure/sign/safety/biolab{
+ pixel_x = 2;
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"pVB" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "NE-out";
+ pixel_x = 1;
+ pixel_y = 1
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/frame{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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/almayer/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/yellow_bigtile,
+/area/lv759/indoors/power_plant/workers_canteen)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"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_LZ)
+"pWp" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/cavedecor/stalagmite4,
+/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)
+"pWu" = (
+/obj/structure/pipes/vents/pump_hybrisa,
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32;
+ layer = 2.8
+ },
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/hospital/operation)
+"pWv" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "triagedecaldir"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"pWx" = (
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 1
+ },
+/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)
+"pWG" = (
+/obj/item/tool/pen{
+ pixel_x = 9;
+ pixel_y = 8
+ },
+/turf/open/floor/corsat{
+ icon_state = "box"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"pWI" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/colonial_marshals/hallway_south)
+"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/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/meridian/meridian_office)
+"pWV" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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/lv759/indoors/wy_research_complex/cafeteria)
+"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)
+"pXl" = (
+/obj/structure/prop/hybrisa/vehicles/Long_Truck/Kelland_Mining{
+ pixel_y = -8;
+ layer = 4.1
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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
+ },
+/obj/structure/sign/poster/safety{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"pXx" = (
+/obj/structure/surface/table/woodentable/fancy,
+/obj/structure/machinery/computer/card{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/colonial_marshals/head_office)
+"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)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"pXR" = (
+/obj/structure/bed/chair{
+ dir = 8;
+ pixel_x = 7;
+ pixel_y = 7;
+ buckling_x = 7;
+ buckling_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)
+"pXU" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/westentertainment)
+"pXV" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2
+ },
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 8;
+ pixel_y = 18
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Red{
+ pixel_y = 4;
+ layer = 2.9
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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/pizza_galaxy/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/westentertainment)
+"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;
+ autoname = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/south)
+"pYU" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"pYV" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"pZb" = (
+/obj/structure/closet/secure_closet/chemical,
+/obj/item/storage/box/pillbottles,
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/misc/metergreen{
+ pixel_y = 32
+ },
+/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)
+"pZE" = (
+/obj/structure/foamed_metal,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/pizzaria)
+"pZF" = (
+/obj/structure/disposalpipe/segment,
+/obj/structure/prop/hybrisa/misc/graffiti/graffiti6,
+/obj/structure/sign/poster/ad{
+ pixel_x = 4;
+ pixel_y = 32
+ },
+/obj/structure/sign/poster/propaganda{
+ pixel_x = 6;
+ pixel_y = 34
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/north_street)
+"pZG" = (
+/obj/structure/sign/poster/wylogo,
+/turf/closed/wall/hybrisa/colony/hospital,
+/area/lv759/indoors/hospital/pharmacy)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"qai" = (
+/obj/structure/bed/chair/comfy{
+ dir = 4
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"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/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"qay" = (
+/obj/structure/bed/chair/office/dark{
+ dir = 8;
+ layer = 3.25
+ },
+/obj/item/clothing/glasses/science,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"qaz" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood/oil,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Brown{
+ icon_state = "meridian_brown_damage_5";
+ pixel_y = -8;
+ pixel_x = -2;
+ health = 250;
+ layer = 4.12
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Desat_Blue{
+ health = 750;
+ icon_state = "meridian_desatblue_damage_4";
+ dir = 8;
+ pixel_y = 8
+ },
+/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/westshowers)
+"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/hybrisa/hospital/hospitaldivider{
+ pixel_y = -8;
+ dir = 1
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "blue"
+ },
+/area/lv759/indoors/hospital/outgoing)
+"qby" = (
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Blue_Cargo{
+ dir = 1
+ },
+/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/structure/tunnel/maint_tunnel/hybrisa/grate/no_xeno_desc,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"qbD" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/north_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/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"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
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"qbV" = (
+/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/outdoors/landing_zone_2)
+"qcb" = (
+/obj/structure/sign/safety/landingzone{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/closed/wall/hybrisa/research/reinforced/hull,
+/area/lv759/oob)
+"qci" = (
+/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/outdoors/landing_zone_1)
+"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/eastfoyer)
+"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
+ },
+/obj/structure/sign/safety/hazard{
+ pixel_x = 12;
+ pixel_y = 32
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"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/effect/hybrisa/decal/dirt,
+/obj/structure/sign/safety/bathunisex{
+ pixel_x = -16;
+ pixel_y = 8
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"qde" = (
+/obj/structure/machinery/photocopier,
+/turf/open/floor/plating/prison,
+/area/lv759/indoors/colonial_marshals/office)
+"qdx" = (
+/obj/structure/platform/mineral{
+ dir = 4
+ },
+/turf/closed/wall/r_wall/biodome,
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"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/effect/hybrisa/decal/doubleroad/lines4{
+ pixel_x = 4
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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/caves/south_east_caves)
+"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,
+/obj/structure/sign/safety/landingzone{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/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)
+"qea" = (
+/obj/item/trash/hotdog,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"qef" = (
+/obj/structure/closet/secure_closet/security,
+/obj/item/clothing/under/marine/veteran/pmc/corporate/hybrisa,
+/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead,
+/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa,
+/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)
+"qel" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/medical,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/reception)
+"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/red/kelland{
+ pixel_x = 8
+ },
+/turf/open/floor/prison{
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"qer" = (
+/obj/item/stack/sheet/wood{
+ layer = 2
+ },
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/obj/effect/spawner/random/toolbox{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/outdoors/colony_streets/central_streets)
+"qeF" = (
+/obj/structure/cargo_container/kelland/right{
+ layer = 2
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_2)
+"qeG" = (
+/obj/structure/pipes/vents/pump_hybrisa,
+/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/almayer/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/item/storage/fancy/egg_box{
+ pixel_y = 12
+ },
+/turf/open/floor/hybrisa/tile/tilered,
+/area/lv759/indoors/pizzaria)
+"qeN" = (
+/obj/structure/sign/safety/bulkhead_door{
+ pixel_x = -17
+ },
+/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/indoors/derelict_ship)
+"qeV" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/obj/structure/machinery/light/spot/blue{
+ dir = 1;
+ pixel_y = 22
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ icon_state = "intact";
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"qfd" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"qfp" = (
+/obj/structure/surface/table/reinforced/almayer_B,
+/obj/structure/machinery/conveyor{
+ layer = 3
+ },
+/obj/item/clothing/head/hybrisa/weymart,
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/weymart)
+"qfw" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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)
+"qfD" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/hospital/outgoing)
+"qfF" = (
+/obj/effect/decal/cleanable/blood/drip,
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 1
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood/gibs/limb,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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/ids{
+ pixel_x = -4;
+ pixel_y = 14
+ },
+/obj/item/storage/box/zipcuffs,
+/obj/item/weapon/classic_baton{
+ pixel_x = 16;
+ pixel_y = 12
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"qfM" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/bed/hybrisa/hospital/hospitaldivider{
+ dir = 1
+ },
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"qfO" = (
+/obj/structure/cargo_container/hybrisa/containersextended/tanleft,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"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"
+ },
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/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
+ },
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_security/checkpoint_central)
+"qfX" = (
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "whitered"
+ },
+/area/lv759/indoors/hospital/medical_storage)
+"qgh" = (
+/obj/structure/platform_decoration/hybrisa/engineer_corner{
+ dir = 1
+ },
+/turf/open/engineership/engineer_floor8{
+ dir = 4
+ },
+/area/lv759/indoors/derelict_ship)
+"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)
+"qgl" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_office)
+"qgm" = (
+/obj/structure/closet/secure_closet/hybrisa/marshal,
+/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)
+"qgq" = (
+/obj/effect/hybrisa/decal/road/lines1,
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"qgt" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"qgu" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/item/tool/warning_cone,
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 4
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"qgx" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"qgz" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 2
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 3.3
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"qgC" = (
+/obj/structure/machinery/power/terminal{
+ dir = 1
+ },
+/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)
+"qha" = (
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"qhb" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"qhe" = (
+/obj/structure/machinery/light/spot/blue{
+ dir = 1;
+ pixel_y = 22
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"qhu" = (
+/obj/structure/machinery/light,
+/obj/structure/surface/table/woodentable/fancy,
+/obj/item/storage/briefcase,
+/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
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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";
+ color = "#550d0d"
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"qhH" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecaltopright"
+ },
+/turf/open/floor/prison{
+ icon_state = "sterile_white"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"qhK" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/central_hallway)
+"qhS" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ icon_state = "intact";
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/cargo_container/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)
+"qji" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/machinery/screens/entertainment{
+ pixel_y = 32
+ },
+/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"
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/frame{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/press_room)
+"qjl" = (
+/obj/structure/machinery/colony_floodlight/traffic{
+ 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{
+ pixel_x = 4
+ },
+/obj/structure/window/reinforced{
+ 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
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_off{
+ dir = 1;
+ pixel_x = -2;
+ pixel_y = 32
+ },
+/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/westhallway)
+"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/hybrisa,
+/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa,
+/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead,
+/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/hybrisa/generic/autoname,
+/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/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = -17
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"qjJ" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/securityarmory)
+"qjK" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"qka" = (
+/obj/structure/machinery/light/small/blue{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"qkd" = (
+/obj/structure/largecrate/supply/medicine/medkits,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"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)
+"qkz" = (
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 5
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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"
+ },
+/obj/structure/prop/hybrisa/misc/fire/fire1{
+ color = "#ffa700";
+ layer = 7
+ },
+/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/hybrisa/grate/no_xeno_desc{
+ 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)
+"qkU" = (
+/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";
+ dir = 1
+ },
+/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/autoname{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/storage)
+"qls" = (
+/obj/structure/bed/stool{
+ buckling_y = 14;
+ pixel_y = 22
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/wardens_office)
+"qlv" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/almayer{
+ icon_state = "test_floor4"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"qlx" = (
+/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble1{
+ pixel_x = -12;
+ 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/chair/comfy/hybrisa/brown{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "blue3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"qlE" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"qlJ" = (
+/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark1,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_caves)
+"qlM" = (
+/obj/structure/blocker/invisible_wall,
+/turf/open/engineership/ship_hull/non_weedable_hull{
+ dir = 5
+ },
+/area/lv759/oob)
+"qlQ" = (
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/maintenance)
+"qlT" = (
+/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/caveplateau)
+"qlW" = (
+/turf/closed/wall/r_wall/biodome,
+/area/lv759/indoors/wy_research_complex/medical_annex)
+"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/lv759/indoors/wy_research_complex/securityarmory)
+"qmc" = (
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/emergency_room)
+"qmn" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/largecrate/random/barrel/brown,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/south_east_caves)
+"qmr" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 4
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/central_streets)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"qmx" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/lattice_prop/lattice_1{
+ pixel_x = -26
+ },
+/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;
+ pixel_y = 22
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ icon_state = "intact";
+ color = "#a6aeab"
+ },
+/obj/structure/prop/invuln/pipe_water{
+ color = "#7ccc5f"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"qmF" = (
+/obj/structure/machinery/vending/coffee,
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/northfoyer)
+"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)
+"qmL" = (
+/obj/structure/prop/invuln/overhead_pipe{
+ icon_state = "intact";
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"qmO" = (
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi'
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"qmS" = (
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 1
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"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,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/westfoyer)
+"qna" = (
+/obj/structure/platform/strata/metal{
+ dir = 8
+ },
+/obj/structure/surface/table/almayer,
+/obj/structure/machinery/light/spot/blue{
+ dir = 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
+ },
+/obj/structure/largecrate/random/mini/small_case{
+ layer = 5;
+ pixel_y = 12
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"qni" = (
+/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_street)
+"qnp" = (
+/obj/structure/largecrate/random/mini/chest/b{
+ pixel_x = -12;
+ pixel_y = 7
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"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)
+"qnx" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_2)
+"qny" = (
+/obj/structure/prop/hybrisa/misc/cabinet{
+ dir = 8;
+ pixel_x = 5;
+ pixel_y = 18;
+ layer = 3.1
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"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)
+"qnO" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"qnX" = (
+/obj/structure/machinery/door/airlock/almayer/security/reinforced/colony{
+ autoname = 1;
+ name = "autoname"
+ },
+/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/wy_bio/alt{
+ pixel_y = 12
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/derelict_ship)
+"qnZ" = (
+/obj/structure/closet/hydrant,
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"qob" = (
+/obj/effect/decal/cleanable/dirt{
+ layer = 5
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/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" = (
+/obj/structure/blocker/forcefield/vehicles,
+/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)
+"qok" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"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"
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{
+ light_color = "#FF0000";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ icon_state = "red1"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"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/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/obj/structure/machinery/sentry_holder/wy{
+ dir = 8;
+ pixel_x = 24;
+ layer = 4
+ },
+/obj/structure/largecrate/random/case/double,
+/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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"qoB" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname{
+ dir = 1
+ },
+/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/indoors/derelict_ship)
+"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/eastentrance)
+"qpe" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"qpo" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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,
+/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/prop/hybrisa/misc/fake/wire/red{
+ dir = 4;
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/obj/structure/curtain/red{
+ layer = 3.9
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/casino)
+"qpx" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname,
+/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/heavyequip)
+"qpF" = (
+/obj/structure/blocker/invisible_wall,
+/turf/closed/shuttle/dropship2/WY/StarGlider{
+ icon_state = "damaged_console3";
+ opacity = 0
+ },
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"qpK" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/northfoyer)
+"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)
+"qpO" = (
+/obj/structure/bed/stool{
+ buckling_y = 14;
+ pixel_y = 22
+ },
+/obj/item/clothing/suit/storage/hazardvest/weymart,
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/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,
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"qqk" = (
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/securityarmory)
+"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{
+ dir = 1
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"qqI" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_1)
+"qqJ" = (
+/obj/item/tool/warning_cone{
+ pixel_x = 4;
+ pixel_y = 14
+ },
+/obj/structure/pipes/vents/pump,
+/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
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ color = "#7e7d72"
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"qqM" = (
+/obj/structure/largecrate/random/mini{
+ pixel_x = 10;
+ pixel_y = -7;
+ layer = 2.9
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"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/reinforced/colony{
+ autoname = 1;
+ name = "autoname";
+ dir = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_cells)
+"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/dark,
+/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,
+/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{
+ layer = 2.5
+ },
+/obj/structure/machinery/light/double/blue{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"qrA" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 4
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"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/emails{
+ pixel_y = 4;
+ pixel_x = -4
+ },
+/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/machinery/light/spot/blue{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer4,
+/obj/structure/pipes/portables_connector,
+/obj/structure/pipes/unary/freezer,
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"qsu" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/strata{
+ dir = 8
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"qsw" = (
+/obj/structure/disposalpipe/junction{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"qsB" = (
+/turf/open/hybrisa/street/sidewalkcenter,
+/area/lv759/outdoors/landing_zone_2)
+"qsG" = (
+/obj/structure/ore_box{
+ pixel_x = 5
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/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)
+"qsJ" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/window/reinforced,
+/obj/structure/machinery/computer/cameras{
+ dir = 1;
+ pixel_x = -12
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/turf/open/floor/strata{
+ icon_state = "red1"
+ },
+/area/lv759/indoors/spaceport/security)
+"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/light{
+ dir = 1
+ },
+/obj/effect/decal/medical_decals{
+ icon_state = "docstripingdir"
+ },
+/obj/structure/machinery/big_computers/computerwhite/computer3{
+ pixel_x = 2
+ },
+/obj/structure/machinery/meter{
+ pixel_y = 32
+ },
+/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/buildinggreebliessmall/smallvent3{
+ 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/hybrisa/cmb_cap_new{
+ pixel_x = -8
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_south)
+"qtC" = (
+/obj/structure/prop/hybrisa/misc/blood/blood3,
+/obj/effect/landmark/corpsespawner/hybrisa/kelland_miner,
+/obj/effect/decal/cleanable/blood/gibs/body,
+/obj/effect/decal/cleanable/blood,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/north_east_caves)
+"qtE" = (
+/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/east_central_street)
+"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_LZ)
+"qtM" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating,
+/area/lv759/indoors/bar)
+"qtP" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/frame{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"qua" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"que" = (
+/obj/structure/bed/chair/office/light{
+ dir = 4
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/floor)
+"quf" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_street)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/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)
+"qux" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/reinforced{
+ autoname = 1;
+ name = "\improper Reinforced Airlock"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/communications_office)
+"quz" = (
+/obj/structure/surface/table,
+/obj/item/clothing/under/tshirt/w_br,
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/westfoyer)
+"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/almayer/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)
+"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)
+"quL" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecaltopleft"
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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)
+"quP" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/landing_zone_1)
+"quQ" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/west_caves)
+"quR" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "docstripingdir"
+ },
+/obj/structure/machinery/chem_storage/medbay,
+/obj/structure/prop/hybrisa/misc/metergreen{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"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/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"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
+ },
+/obj/item/stack/rods{
+ pixel_y = 14
+ },
+/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)
+"qvz" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/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)
+"qvM" = (
+/obj/effect/hybrisa/decal/engineership_corners{
+ dir = 1
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"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/item/device/cassette_tape/indie,
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastbedrooms)
+"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)
+"qwe" = (
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/metalplatform6,
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/sign/safety/maint{
+ pixel_x = 32
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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/ship_hull/non_weedable_hull,
+/area/lv759/oob)
+"qwq" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/tunnel/maint_tunnel/hybrisa/grate/no_xeno_desc{
+ 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
+ },
+/obj/item/shard,
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/effect/decal/cleanable/blood/oil/streak,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"qww" = (
+/obj/item/clothing/suit/hybrisa/sanitation_utility,
+/obj/item/clothing/suit/hybrisa/sanitation_utility,
+/obj/item/clothing/suit/hybrisa/sanitation_utility,
+/obj/structure/closet,
+/obj/item/clothing/suit/hybrisa/sanitation_utility,
+/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/structure/machinery/light/spot/blue,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"qwB" = (
+/obj/structure/machinery/light{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/northhallway)
+"qwE" = (
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "1-2";
+ layer = 5
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/botany/botany_maintenance)
+"qwF" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/eastfoyer)
+"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/hybrisa/pizza_galaxy,
+/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
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Orange{
+ icon_state = "meridian_orange_damage_2";
+ pixel_x = -2;
+ health = 1750
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_street)
+"qwW" = (
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/obj/item/trash/burger,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/vents/pump,
+/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)
+"qxl" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal_solid_white/autoname{
+ dir = 1
+ },
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi'
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"qxm" = (
+/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/outdoors/landing_zone_1)
+"qxo" = (
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/garage_workshop)
+"qxs" = (
+/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/indoors/landing_zone_2/kmcc_hub_south_office)
+"qxu" = (
+/obj/structure/bed/stool,
+/obj/item/stack/sheet/cardboard{
+ layer = 1
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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{
+ pixel_y = -2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"qxS" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 2
+ },
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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/machinery/big_computers/computerbrown/computer5,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/power_plant/telecomms)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"qyi" = (
+/obj/item/tool/warning_cone{
+ pixel_x = -11;
+ pixel_y = 6
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_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/indoors/derelict_ship)
+"qyt" = (
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_10"
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/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/floor/plating,
+/area/lv759/indoors/caves/south_caves)
+"qyw" = (
+/obj/effect/decal/cleanable/blood/drip,
+/obj/structure/machinery/door/airlock/hybrisa/medical/autoname{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/patient_ward)
+"qyz" = (
+/obj/structure/bed/chair/comfy/teal,
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/obj/structure/sign/poster/ad{
+ layer = 4;
+ pixel_x = 7;
+ pixel_y = 38
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"qyB" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/meridian/meridian_factory)
+"qyC" = (
+/obj/structure/surface/rack,
+/obj/item/circuitboard,
+/obj/item/cell/hyper,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"qyE" = (
+/obj/structure/platform_decoration{
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"qyM" = (
+/obj/structure/machinery/bioprinter{
+ stored_metal = 1000
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "whitered"
+ },
+/area/lv759/indoors/hospital/operation)
+"qyP" = (
+/obj/item/ammo_casing/bullet,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"qyX" = (
+/obj/item/tool/shovel,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/central_caves)
+"qyY" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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,
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Turquoise{
+ dir = 1;
+ pixel_y = -8;
+ icon_state = "meridian_turquoise_damage_3";
+ health = 1250;
+ layer = 4.12
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"qzk" = (
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "sterile"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"qzn" = (
+/obj/structure/machinery/iv_drip{
+ pixel_y = 19;
+ layer = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"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/indoors/derelict_ship)
+"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)
+"qzL" = (
+/obj/effect/hybrisa/decal/dirt,
+/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"
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 8;
+ color = "#7e7d72"
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging/corner{
+ color = "#7e7d72"
+ },
+/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,
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/tile/tileblue,
+/area/lv759/indoors/mining_outpost/east_dorms)
+"qzW" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/decal/cleanable/blood,
+/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "bright_clean2"
+ },
+/area/lv759/indoors/spaceport/cuppajoes)
+"qzY" = (
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastbedrooms)
+"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)
+"qAc" = (
+/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/outdoors/landing_zone_2)
+"qAe" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/spaceport/communications_office)
+"qAm" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/medical{
+ dir = 4
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "blue"
+ },
+/area/lv759/indoors/hospital/outgoing)
+"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)
+"qAr" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_5{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/closed/wall/hybrisa/colony/engineering/ribbed,
+/area/lv759/indoors/power_plant/fusion_generators)
+"qAy" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"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)
+"qAG" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/landmark/corpsespawner/hybrisa/sanitation,
+/obj/effect/decal/cleanable/blood,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"qAK" = (
+/obj/structure/prop/ice_colony/surveying_device/measuring_device,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/caveplateau)
+"qAP" = (
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/oob)
+"qBc" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/liquid_fuel,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"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,
+/obj/item/reagent_container/food/drinks/coffeecup/wy{
+ pixel_x = 12
+ },
+/obj/structure/noticeboard{
+ pixel_y = 30
+ },
+/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/almayer/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)
+"qBz" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{
+ dir = 1;
+ autoname = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"qBG" = (
+/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/outdoors/landing_zone_2)
+"qCa" = (
+/obj/structure/machinery/landinglight/ds2/spoke,
+/turf/open/floor/strata{
+ dir = 10;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"qCi" = (
+/obj/structure/prop/invuln/minecart_tracks{
+ dir = 8
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ id = "hybrisa_mining_lockdown3";
+ name = "Emergency Lockdown";
+ dir = 4;
+ unacidable = 1;
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"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/lv759/indoors/wy_research_complex/reception)
+"qCw" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/turf/open/floor/corsat{
+ icon_state = "officesquares"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"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/white{
+ pixel_x = -8
+ },
+/obj/structure/bed/chair/vehicle/white{
+ 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)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"qCZ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble7{
+ pixel_y = 11;
+ layer = 3
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4;
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4;
+ pixel_y = 6
+ },
+/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_LZ)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"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/hybrisa/generic/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
+ },
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/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"
+ },
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/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)
+"qDP" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal4"
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/greenwywingsright,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"qDY" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/supermartfloor1,
+/area/lv759/indoors/bar/kitchen)
+"qEg" = (
+/obj/effect/hybrisa/decal/road/lines4,
+/obj/effect/hybrisa/decal/road/road_stop{
+ dir = 8;
+ icon_state = "stop_decal5"
+ },
+/obj/effect/hybrisa/decal/road/road_stop{
+ dir = 4;
+ icon_state = "stop_decal5"
+ },
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/White_Cargo{
+ dir = 1;
+ pixel_x = -3
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"qEi" = (
+/obj/structure/reagent_dispensers/water_cooler/stacks{
+ density = 0;
+ pixel_y = 24;
+ pixel_x = -20;
+ layer = 4
+ },
+/obj/structure/filingcabinet/chestdrawer{
+ density = 0;
+ pixel_x = 6;
+ pixel_y = 18;
+ layer = 3.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/dark/warning,
+/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/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"qEO" = (
+/obj/effect/decal/cleanable/blood/drip,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/north_east_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)
+"qFe" = (
+/obj/structure/surface/table/reinforced,
+/obj/item/storage/firstaid/adv,
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/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/indoors/derelict_ship)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/hybrisa/personal/autoname{
+ dir = 1;
+ locked = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/spaceport/heavyequip)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/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/prop/hybrisa/misc/floorprops/grate,
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"qGj" = (
+/obj/item/ammo_casing/bullet,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"qGm" = (
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/obj/structure/prop/hybrisa/misc/redmeter{
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ dir = 1;
+ icon_state = "brown"
+ },
+/area/lv759/indoors/power_plant/gas_generators)
+"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,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ layer = 3.2;
+ pixel_x = 3;
+ pixel_y = -2
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lines1{
+ pixel_x = -1
+ },
+/obj/effect/hybrisa/decal/road/lines2{
+ pixel_y = 2
+ },
+/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/buckshot,
+/turf/open/floor/hybrisa/carpet/carpetpatternbrown,
+/area/lv759/indoors/apartment/northapartments)
+"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,
+/obj/item/clothing/glasses/sunglasses/sechud/blue{
+ pixel_y = 8
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/armory_foyer)
+"qGU" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/south)
+"qGX" = (
+/obj/structure/bed/stool{
+ buckling_y = 14;
+ layer = 4;
+ pixel_y = 22
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"qHc" = (
+/obj/item/device/flashlight/lamp/tripod/grey,
+/turf/open/floor/plating/plating_catwalk/prison,
+/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_LZ)
+"qHB" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Light_Blue{
+ icon_state = "meridian_lightblue_damage_3";
+ health = 1250;
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/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/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/cuppajoes)
+"qHL" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"qHP" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 3.3
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = -28
+ },
+/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{
+ color = "#5d524b"
+ },
+/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/hybrisa/hospital/hospitaldivider{
+ dir = 1
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "blue"
+ },
+/area/lv759/indoors/hospital/outgoing)
+"qHZ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/westhallway)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/indoors/recycling_plant/garage)
+"qIi" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/plastic/black{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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/buildinggreebliessmall/smallvent3{
+ 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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"qIp" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/tank/oxygen,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 1
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/mining_outpost/north_maint)
+"qIq" = (
+/obj/structure/prop/hybrisa/misc/machinery/screens/frame{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"qIr" = (
+/obj/structure/bed/chair/wheelchair,
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32;
+ layer = 2.8
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"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";
+ dir = 1
+ },
+/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)
+"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/lv759/indoors/wy_research_complex/cafeteria)
+"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)
+"qIK" = (
+/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/outdoors/landing_zone_1)
+"qIR" = (
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/west_caves)
+"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)
+"qJa" = (
+/obj/structure/closet/crate/medical{
+ pixel_x = -5;
+ pixel_y = 14
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 5
+ },
+/area/lv759/outdoors/landing_zone_1)
+"qJc" = (
+/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";
+ dir = 1
+ },
+/area/lv759/oob)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"qJp" = (
+/obj/structure/bed/chair/comfy{
+ dir = 1;
+ icon_state = "chair_alt"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/gold/line1{
+ pixel_y = -1
+ },
+/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)
+"qJu" = (
+/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 = -13;
+ pixel_y = 11
+ },
+/turf/open/hybrisa/street/asphalt,
+/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)
+"qJx" = (
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/misc/redmeter{
+ pixel_y = 32
+ },
+/obj/structure/sign/safety/storage{
+ pixel_x = -18
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"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"
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 9
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/mining_outpost/north_maint)
+"qJK" = (
+/obj/structure/bed/chair/comfy/hybrisa/black,
+/obj/item/trash/cigbutt,
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/vip)
+"qJL" = (
+/obj/structure/curtain/open/shower,
+/obj/effect/decal/strata_decals/grime/grime3{
+ icon_state = "grime1"
+ },
+/obj/item/tool/soap/nanotrasen,
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"qJS" = (
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/effect/landmark/corpsespawner/prisoner,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/prisoners_cells)
+"qJW" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "SE-out"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/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/prop/hybrisa/misc/floorprops/grate,
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 4
+ },
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/weymart)
+"qKk" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/bed/chair/comfy/black{
+ dir = 8
+ },
+/obj/structure/machinery/light/double/blue{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "silver"
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"qKl" = (
+/obj/structure/machinery/landinglight/ds2/spoke,
+/turf/open/floor/strata{
+ dir = 5;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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,
+/obj/item/device/flashlight/lamp/tripod,
+/obj/structure/machinery/light/blue,
+/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{
+ dir = 10
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"qKz" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname,
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ id = "hybrisaLZ2_4";
+ name = "Emergency Lockdown";
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"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
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/hybrisa/carpet/carpetreddeco,
+/area/lv759/indoors/weyyu_office/supervisor)
+"qLf" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "docstriping"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"qLn" = (
+/obj/structure/closet/crate/trashcart{
+ desc = "A heavy, metal foodcart with wheels.";
+ icon = 'icons/obj/structures/props/hybrisarandomprops.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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_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/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"qLC" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/weapon/dart,
+/obj/structure/dartboard{
+ pixel_y = 32
+ },
+/turf/open/floor/interior/wood,
+/area/lv759/indoors/jacks_surplus)
+"qLD" = (
+/obj/structure/bed/chair{
+ dir = 4;
+ icon_state = "chair_alt";
+ pixel_x = -4;
+ pixel_y = 12
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = 4
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"qLE" = (
+/obj/effect/decal/cleanable/blood,
+/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)
+"qLJ" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"qLK" = (
+/obj/structure/platform/strata/metal{
+ dir = 1
+ },
+/obj/structure/machinery/vending/cola{
+ layer = 5;
+ pixel_x = -8;
+ pixel_y = 2
+ },
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32
+ },
+/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_LZ)
+"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,
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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" = (
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/apartment/northapartments)
+"qMu" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/closed/wall/hybrisa/rock,
+/area/lv759/oob)
+"qMy" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 8
+ },
+/obj/structure/platform,
+/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)
+"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/prop/hybrisa/misc/deco_edging{
+ 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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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,
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/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)
+"qNA" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"qNB" = (
+/obj/structure/barricade/handrail/wire,
+/obj/effect/decal/warning_stripes{
+ 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)
+"qNC" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/obj/item/trash/cigbutt,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/wy_security/checkpoint_northwest)
+"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)
+"qNI" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/tool/warning_cone{
+ pixel_x = -11;
+ pixel_y = 6
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 2;
+ layer = 6;
+ pixel_y = 20
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/central_streets)
+"qNO" = (
+/obj/item/stool{
+ pixel_x = -4;
+ pixel_y = 23
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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
+ },
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/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/almayer/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/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"qOe" = (
+/obj/structure/sign/safety/medical{
+ pixel_x = 8;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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)
+"qOg" = (
+/obj/structure/barricade/handrail/strata,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/south_west_caves)
+"qOp" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/signs/high_voltage{
+ desc = null;
+ pixel_y = 32
+ },
+/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)
+"qOs" = (
+/obj/item/tool/warning_cone{
+ pixel_x = 4;
+ pixel_y = 18;
+ layer = 4.2
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"qON" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"qOT" = (
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ dir = 4;
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi'
+ },
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal_solid_white/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"qOU" = (
+/obj/structure/sign/safety/landingzone{
+ pixel_x = -17
+ },
+/turf/closed/wall/r_wall/biodome,
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"qOV" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = 4
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = 4
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = 4
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"qOX" = (
+/obj/structure/cargo_container/wy/left,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"qOY" = (
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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
+ },
+/obj/structure/sign/safety/synth_storage{
+ desc = "Semiotic Standard denoting the nearby presence of a cargo depot.";
+ name = "cargo depot semiotic";
+ pixel_x = 32
+ },
+/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/machinery/computer/communications/simple{
+ dir = 4;
+ pixel_y = 6
+ },
+/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)
+"qPi" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"qPl" = (
+/obj/item/device/radio{
+ pixel_x = 6;
+ pixel_y = 11
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/central_caves)
+"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)
+"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/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/obj/structure/platform/hybrisa/metalplatform6,
+/turf/open/hybrisa/street/cement1,
+/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/bed/chair/office/light{
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/trash{
+ pixel_y = 12
+ },
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 4
+ },
+/area/lv759/indoors/meridian/meridian_office)
+"qPS" = (
+/obj/structure/closet/secure_closet/medical_doctor,
+/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)
+"qPZ" = (
+/obj/structure/platform/mineral{
+ dir = 1
+ },
+/obj/structure/machinery/big_computers/computerwhite/computer2{
+ pixel_y = 4;
+ pixel_x = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "red4"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"qQh" = (
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/cargo)
+"qQj" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/cigbutt,
+/obj/structure/prop/hybrisa/misc/phonebox{
+ pixel_x = 4
+ },
+/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;
+ layer = 4
+ },
+/obj/structure/barricade/handrail/medical{
+ dir = 4
+ },
+/obj/structure/sign/safety/outpatient{
+ pixel_y = 32
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/kutjevo/grey,
+/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)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"qQL" = (
+/obj/structure/cargo_container/hybrisa/containersextended/tanwywingsright{
+ layer = 6
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"qQO" = (
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_2"
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"qQR" = (
+/obj/structure/machinery/big_computers/computerblack/computer3,
+/turf/open/floor/hybrisa/metal/bluemetalfull,
+/area/lv759/indoors/wy_research_complex/reception)
+"qQS" = (
+/obj/item/ammo_magazine/rifle/nsg23{
+ current_rounds = 2
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"qQU" = (
+/obj/structure/platform/hybrisa/metalplatform1,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_street)
+"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/northapartments)
+"qRC" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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/heavyequip)
+"qRS" = (
+/obj/structure/surface/table/almayer,
+/obj/structure/machinery/reagentgrinder{
+ pixel_y = 9
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"qRV" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 2.5
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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)
+"qSa" = (
+/obj/structure/sign/poster/safety{
+ pixel_x = 27;
+ pixel_y = 32
+ },
+/turf/closed/wall/hybrisa/colony/engineering/ribbed,
+/area/lv759/indoors/power_plant/equipment_east)
+"qSg" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 1
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_2)
+"qSi" = (
+/obj/effect/decal/cleanable/blackgoo{
+ color = "#f400ff";
+ desc = "It's dried to the floor.";
+ name = "spilled paint";
+ alpha = 100
+ },
+/obj/effect/decal/cleanable/blackgoo{
+ color = "#f400ff";
+ desc = "It's dried to the floor.";
+ name = "spilled paint";
+ alpha = 25;
+ pixel_x = 12;
+ pixel_y = 4
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"qSm" = (
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/south_east_caves)
+"qSn" = (
+/obj/item/stool{
+ pixel_x = -4;
+ pixel_y = 23;
+ layer = 4.2
+ },
+/obj/item/tool/warning_cone{
+ pixel_x = 4;
+ pixel_y = 18;
+ layer = 4.2
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/misc/wybiglogo{
+ dir = 6
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"qSH" = (
+/obj/effect/decal/cleanable/blood/xeno,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/central_caves)
+"qSI" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/obj/structure/barricade/handrail/wire{
+ dir = 8;
+ layer = 5
+ },
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "1-8";
+ layer = 5
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"qSJ" = (
+/obj/item/clothing/head/bio_hood/wy_bio/alt,
+/obj/structure/prop/hybrisa/misc/machinery/screens/frame{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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 = 4;
+ 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)
+"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)
+"qTv" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_reception)
+"qTF" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/obj/effect/decal/cleanable/blood,
+/obj/structure/sink{
+ pixel_y = 24
+ },
+/turf/open/floor/almayer/research/containment/corner_var1{
+ dir = 4
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"qTM" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/electical_systems/substation2)
+"qTP" = (
+/obj/structure/surface/table/almayer,
+/obj/item/folder/black,
+/obj/item/tool/pen{
+ pixel_x = 4;
+ pixel_y = -4
+ },
+/obj/item/prop/helmetgarb/compass,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/caveplateau)
+"qTR" = (
+/obj/effect/hybrisa/decal/road/lines1{
+ pixel_x = -1
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/weyyu_office/pressroom)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/northhallway)
+"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,
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"qUI" = (
+/obj/effect/decal/cleanable/blood,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/north_east_caves)
+"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" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/recycling_plant)
+"qUN" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/hallway_east)
+"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{
+ pixel_y = 12
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"qUZ" = (
+/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/hybrisa/generic/autoname{
+ dir = 1
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"qVh" = (
+/obj/structure/platform/kutjevo/smooth{
+ dir = 1
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/northeast)
+"qVi" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/colonial_marshals/hallway_central)
+"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/lv759/indoors/wy_research_complex/weaponresearchlab)
+"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 = 12
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4;
+ pixel_y = 6
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"qVm" = (
+/obj/structure/machinery/light/blue{
+ dir = 1
+ },
+/obj/structure/sign/safety/landingzone{
+ pixel_x = -17
+ },
+/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)
+"qVM" = (
+/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
+/obj/effect/landmark/xeno_spawn,
+/turf/open/auto_turf/hybrisashale/layer0_plate,
+/area/lv759/indoors/caves/south_west_caves)
+"qVN" = (
+/obj/structure/surface/table/reinforced/almayer_B,
+/obj/structure/machinery/conveyor{
+ layer = 3
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/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)
+"qWf" = (
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"qWj" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/reception{
+ desc = "Semiotic Standard denoting the nearby presence of a dormitory area.";
+ name = "dormitory semiotic";
+ pixel_x = 33
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/tile/darkbrown_bigtile{
+ dir = 5
+ },
+/area/lv759/indoors/recycling_plant)
+"qWp" = (
+/obj/structure/cargo_container/hybrisa/containersextended/greenleft{
+ layer = 4.2
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"qWE" = (
+/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/landing_zone_2)
+"qWK" = (
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/plating/prison,
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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)
+"qWN" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"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{
+ 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,
+/obj/effect/decal/cleanable/blood/oil,
+/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/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,
+/obj/item/clothing/head/hybrisa/weymart,
+/turf/open/floor/plating,
+/area/lv759/indoors/weymart/maintenance)
+"qXh" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/bar)
+"qXl" = (
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"qXm" = (
+/turf/closed/shuttle/ert{
+ icon_state = "wy17"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"qXu" = (
+/turf/closed/wall/hybrisa/colony/office,
+/area/lv759/indoors/weyyu_office/supervisor)
+"qXv" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"qXE" = (
+/obj/structure/blackgoocontainer{
+ icon_state = "blackgoocontainer2";
+ dir = 4
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"qXH" = (
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ id = "hybrisaLZ2_2";
+ name = "Emergency Lockdown";
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/corsat,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"qXV" = (
+/obj/item/shard,
+/obj/item/shard,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"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
+ },
+/obj/structure/sign/poster/propaganda{
+ pixel_x = -6;
+ pixel_y = 34
+ },
+/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/colony_floodlight{
+ layer = 4;
+ pixel_y = 20
+ },
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"qYg" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"qYj" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/indoors/recycling_plant/garage)
+"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_LZ)
+"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)
+"qYz" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"qYW" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/graffiti/graffiti3{
+ pixel_x = -4
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"qYX" = (
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"qZf" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetorangered,
+/area/lv759/indoors/bar)
+"qZh" = (
+/obj/effect/decal/cleanable/blood/oil/streak,
+/obj/item/stack/rods{
+ pixel_y = 14
+ },
+/obj/item/shard,
+/obj/effect/landmark/corpsespawner/hybrisa/cmb_officer,
+/obj/effect/decal/cleanable/blood,
+/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/indoors/derelict_ship)
+"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/hybrisa/tile/tilewhite,
+/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)
+"qZG" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/weyyu_office/hallway)
+"qZI" = (
+/obj/item/trash/used_stasis_bag,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/wy_research_complex/medical_annex)
+"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/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"qZX" = (
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"raa" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 7
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 8;
+ color = "#7e7d72"
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 4;
+ color = "#7e7d72"
+ },
+/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/ship_hull/non_weedable_hull{
+ 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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/storage{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/security)
+"rak" = (
+/obj/structure/machinery/colony_floodlight/traffic{
+ 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)
+"rat" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"raB" = (
+/obj/effect/landmark/monkey_spawn,
+/obj/structure/machinery/light,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/eastfoyer)
+"raD" = (
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/central_streets)
+"raK" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/trash,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"raQ" = (
+/obj/structure/machinery/big_computers/computerblack/computer3,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"rbm" = (
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/wy_security/checkpoint_northwest)
+"rbn" = (
+/obj/effect/hybrisa/decal/road/lines4,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"rbC" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/hallway_east)
+"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/strata,
+/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/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"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/hybrisa/personal/autoname,
+/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)
+"rcs" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/device/flashlight/lamp/tripod/grey{
+ layer = 5
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"rcw" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/effect/decal/cleanable/blood/drip,
+/obj/item/ammo_magazine/smg/p90,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_security/checkpoint_central)
+"rcy" = (
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "plating_striped"
+ },
+/area/lv759/indoors/spaceport/heavyequip)
+"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"
+ },
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/obj/structure/sign/poster/propaganda{
+ pixel_x = -6;
+ pixel_y = 34
+ },
+/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)
+"rcW" = (
+/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/outdoors/landing_zone_2)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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
+ },
+/obj/structure/cable/white{
+ color = "#9f8700";
+ icon_state = "2-9";
+ layer = 5;
+ level = 2
+ },
+/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/eastfoyer)
+"rdN" = (
+/obj/structure/sign/poster/safety{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"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)
+"rdT" = (
+/obj/structure/ore_box,
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/north_east_caves)
+"rdW" = (
+/obj/effect/hybrisa/decal/dirt_2,
+/obj/effect/hybrisa/decal/dirt_2,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/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/indoors/derelict_ship)
+"rer" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 1
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"rez" = (
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi';
+ dir = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"reA" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/stairs{
+ color = "#a6aeab";
+ dir = 1
+ },
+/obj/structure/stairs{
+ color = "#a6aeab";
+ dir = 1
+ },
+/turf/closed/wall/hybrisa/research/reinforced/hull,
+/area/lv759/oob)
+"reC" = (
+/obj/item/paper/crumpled,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_5";
+ pixel_y = 12
+ },
+/turf/open/floor/almayer{
+ icon_state = "test_floor4"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"reI" = (
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Red{
+ dir = 1
+ },
+/obj/item/tool/warning_cone{
+ pixel_x = -22;
+ pixel_y = -7
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"reS" = (
+/obj/structure/sink{
+ pixel_y = 16
+ },
+/obj/effect/decal/strata_decals/grime/grime3{
+ icon_state = "grime4"
+ },
+/obj/effect/spawner/random/pills/lowchance,
+/obj/structure/mirror{
+ pixel_y = 32
+ },
+/obj/structure/mirror{
+ pixel_y = 32;
+ pixel_x = 14
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"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;
+ layer = 6
+ },
+/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,
+/obj/item/reagent_container/glass/beaker/large,
+/obj/item/reagent_container/glass/beaker/large,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"rfj" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/supermartfloor2,
+/area/lv759/indoors/power_plant/workers_canteen_kitchen)
+"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)
+"rfo" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"rfp" = (
+/obj/structure/barricade/handrail/hybrisa/handrail{
+ layer = 4
+ },
+/obj/structure/largecrate/random/barrel/black,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/derelict_ship)
+"rfq" = (
+/obj/structure/prop/hybrisa/cavedecor/stalagmite4,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_west_caves)
+"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 = 28
+ },
+/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)
+"rfP" = (
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"rgd" = (
+/obj/structure/platform/hybrisa/metalplatform2{
+ dir = 4
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/platform/hybrisa/metalplatform2,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"rgq" = (
+/obj/item/tool/warning_cone,
+/obj/item/tool/warning_cone{
+ pixel_x = -13;
+ pixel_y = 11
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/poster/pinup{
+ pixel_y = 32
+ },
+/obj/structure/sign/poster/pinup{
+ pixel_x = 4;
+ pixel_y = 35
+ },
+/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/outdoors/power_plant/transformers_south)
+"rgz" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/black{
+ dir = 8
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/largecrate/random/barrel/black,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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)
+"rgD" = (
+/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/outdoors/landing_zone_2)
+"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)
+"rgG" = (
+/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/outdoors/landing_zone_2)
+"rgN" = (
+/obj/structure/prop/hybrisa/supermart/freezer/supermartfreezer4,
+/turf/closed/wall/hybrisa/spaceport_reinforced,
+/area/lv759/indoors/spaceport/kitchen)
+"rgO" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal_solid_white/autoname{
+ dir = 1
+ },
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi'
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"rgQ" = (
+/obj/structure/largecrate/random,
+/obj/structure/barricade/handrail{
+ 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/hybrisa_goon,
+/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)
+"rhi" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/gas_generators)
+"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)
+"rhs" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 2
+ },
+/obj/structure/sign/safety/storage{
+ pixel_x = 32
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"rhG" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"rhH" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/largecrate/random/mini{
+ pixel_x = 16;
+ pixel_y = 4
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = -4
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/east_caves)
+"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/hybrisa/personal/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/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,
+/obj/structure/closet/crate/green,
+/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)
+"rhY" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/westhallway)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/wy_research_complex/researchanddevelopment)
+"ris" = (
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/central_streets)
+"riw" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/machinery/computer/cameras{
+ dir = 1
+ },
+/turf/open/shuttle/escapepod{
+ icon_state = "floor1";
+ dir = 8
+ },
+/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/northapartments)
+"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/storage/belt/security/MP/CMB/full,
+/obj/item/storage/belt/security/MP/CMB/full,
+/obj/structure/machinery/light/double/blue{
+ dir = 4
+ },
+/obj/item/weapon/gun/energy/taser,
+/obj/item/weapon/gun/energy/taser,
+/obj/item/weapon/gun/energy/taser,
+/obj/item/weapon/gun/energy/taser,
+/obj/structure/sign/poster/marshalls{
+ pixel_y = 32
+ },
+/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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"riY" = (
+/obj/structure/stairs{
+ color = "#b7b8b2";
+ dir = 1
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/weyyu_office/pressroom)
+"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)
+"rjx" = (
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"rjy" = (
+/obj/structure/largecrate/random/case/small,
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"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/indoors/derelict_ship)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"rjV" = (
+/obj/structure/surface/rack,
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/item/ammo_magazine/pistol/vp78,
+/obj/item/ammo_magazine/pistol/vp78,
+/obj/item/weapon/gun/pistol/vp78,
+/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/structure/prop/hybrisa/misc/slotmachine{
+ pixel_x = 4;
+ pixel_y = 2
+ },
+/obj/effect/hybrisa/decal/gold/line3{
+ pixel_y = 2
+ },
+/obj/structure/sign/poster/blacklight{
+ layer = 3.1;
+ pixel_y = 32
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"rkD" = (
+/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/outdoors/colony_streets/south_east_street)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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
+ },
+/obj/item/clothing/suit/storage/cmb/hybrisa/detective_coat/alt,
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/head_office)
+"rkL" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_showroom)
+"rkM" = (
+/obj/structure/surface/rack,
+/obj/effect/spawner/random/toolbox{
+ layer = 4
+ },
+/obj/effect/decal/cleanable/cobweb,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"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/westfoyer)
+"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)
+"rlB" = (
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 8
+ },
+/area/lv759/indoors/spaceport/communications_office)
+"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)
+"rlE" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"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)
+"rlT" = (
+/obj/item/tool/warning_cone{
+ layer = 2;
+ pixel_x = -4;
+ pixel_y = 5
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_caves)
+"rlU" = (
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/garage_reception)
+"rmg" = (
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"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)
+"rmz" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/power_plant/telecomms)
+"rmB" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "cargo_arrow"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/wood,
+/area/lv759/indoors/hospital/cmo_office)
+"rmQ" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/caves/north_west_caves_outdoors)
+"rmV" = (
+/obj/structure/bed/chair/office/light{
+ dir = 1;
+ pixel_y = 6
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"rmZ" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters,
+/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)
+"rnh" = (
+/turf/closed/wall/r_wall/biodome,
+/area/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"rnl" = (
+/obj/effect/hybrisa/decal/road/road_stop{
+ icon_state = "stop_decal4"
+ },
+/obj/structure/prop/hybrisa/vehicles/Long_Truck/Kelland_Mining{
+ dir = 1
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"rnn" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"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)
+"rnr" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/spaceport/heavyequip)
+"rny" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/holostool,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/mining_outpost/north_maint)
+"rnF" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1,
+/area/lv759/indoors/spaceport/communications_office)
+"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/colony_floodlight{
+ layer = 4;
+ pixel_y = 20
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/derelict_ship)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/red/kelland{
+ pixel_y = 12;
+ pixel_x = -4
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_y = 12;
+ pixel_x = 8
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = -4
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = 8
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/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)
+"roW" = (
+/obj/structure/cargo_container/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/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"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/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"rph" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/colonial_marshals/garage)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"rpp" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecaldir"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 1
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"rpr" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/sign/safety/maint,
+/turf/closed/wall/r_wall/bunker{
+ name = "reinforced metal wall"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"rpv" = (
+/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/outdoors/colony_streets/south_east_street)
+"rpB" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"rpC" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/meridian/meridian_showroom)
+"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/indoors/derelict_ship)
+"rpI" = (
+/obj/structure/janitorialcart,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/obj/structure/sign/safety/airlock{
+ pixel_x = 11;
+ pixel_y = 32
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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)
+"rpV" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/head_office)
+"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/hybrisa/generic/autoname,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_reception)
+"rqe" = (
+/obj/structure/cargo_container/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/lv759/indoors/wy_research_complex/xenobiology)
+"rqr" = (
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/obj/effect/decal/cleanable/blood/drip,
+/obj/structure/barricade/handrail/hybrisa/road/wood/blue,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/central_streets)
+"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/hybrisa/hospital/hospitaldivider{
+ pixel_y = -8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"rqK" = (
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/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)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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)
+"rrc" = (
+/obj/structure/surface/table/reinforced,
+/obj/structure/machinery/door/window/brigdoor/northleft{
+ dir = 8
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean2"
+ },
+/area/lv759/indoors/hospital/reception)
+"rrj" = (
+/obj/structure/bed/chair/comfy{
+ icon_state = "comfychair_blue"
+ },
+/obj/structure/sign/poster/marshalls{
+ pixel_y = 32
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"rrs" = (
+/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/outdoors/landing_zone_2)
+"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)
+"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/lv759/indoors/wy_research_complex/xenoarcheology)
+"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 = 4.21
+ },
+/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/reinforced/colony{
+ autoname = 1;
+ name = "autoname"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/westhallway)
+"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{
+ 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)
+"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/hybrisa/wy_bio,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"rtE" = (
+/obj/structure/barricade/handrail/strata,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/landing_zone_1)
+"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)
+"rtP" = (
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"rtZ" = (
+/obj/structure/closet/firecloset,
+/obj/structure/machinery/light/small{
+ dir = 1;
+ pixel_y = 20
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/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,
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/reagent_container/food/drinks/coffeecup/wy,
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/northfoyer)
+"rui" = (
+/obj/item/stack/sheet/metal,
+/obj/structure/prop/hybrisa/airport/dropshipvent2right,
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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)
+"ruy" = (
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"ruB" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "docstripingdir"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"ruJ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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)
+"ruT" = (
+/obj/structure/closet/crate/trashcart{
+ opened = 1
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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)
+"ruX" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ dir = 1;
+ icon_state = "brown"
+ },
+/area/lv759/indoors/power_plant/gas_generators)
+"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{
+ pixel_y = 2
+ },
+/turf/open/floor/hybrisa/carpet/carpetreddeco,
+/area/lv759/indoors/casino)
+"rvj" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"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/hybrisa/medical/autoname,
+/turf/open/floor/prison{
+ icon_state = "sterile_white"
+ },
+/area/lv759/indoors/hospital/pharmacy)
+"rvp" = (
+/obj/structure/tunnel/maint_tunnel/hybrisa/no_xeno_desc,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/spaceport/heavyequip)
+"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)
+"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)
+"rvC" = (
+/obj/item/prop/colony/used_flare,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/central_caves)
+"rvF" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/hospital/medical_storage)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/fridge{
+ layer = 3;
+ pixel_y = 32;
+ pixel_x = 14
+ },
+/turf/open/floor/prison{
+ icon_state = "kitchen"
+ },
+/area/lv759/indoors/spaceport/kitchen)
+"rvI" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"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,
+/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)
+"rvU" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"rvX" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetorangered,
+/area/lv759/indoors/bar)
+"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)
+"rwr" = (
+/obj/structure/window/framed/hybrisa/colony/engineering/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters,
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/gas_generators)
+"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)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"rwL" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33;
+ pixel_y = 2
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/central_caves)
+"rwM" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/bed/chair/comfy/black{
+ dir = 8
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -1;
+ pixel_y = 1
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ icon_state = "intact";
+ color = "#a6aeab"
+ },
+/obj/structure/prop/invuln/pipe_water{
+ color = "#7ccc5f";
+ dir = 1
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"rxc" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/westbedrooms)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/south)
+"rxp" = (
+/turf/open/floor/strata{
+ dir = 5;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/weymart)
+"rxq" = (
+/obj/structure/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/mining_outpost/northeast)
+"rxs" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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{
+ dir = 1;
+ autoname = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/maintenance)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"rxK" = (
+/obj/structure/prop/hybrisa/billboardsandsigns/bigbillboards{
+ dir = 4;
+ layer = 8;
+ pixel_y = 20
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ 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)
+"rxR" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 4
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"rxW" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 4
+ },
+/obj/structure/sign/safety/two{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/north_street)
+"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/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/jacks_surplus)
+"rye" = (
+/obj/structure/fence/dark,
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/south_caves)
+"rym" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"ryo" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 1
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/central_caves)
+"ryr" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer/glass{
+ autoname = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"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)
+"ryN" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 2.1
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/landing_zone_1)
+"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/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/eastfoyer)
+"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
+ },
+/obj/structure/sign/poster/propaganda{
+ pixel_x = -6;
+ pixel_y = 34
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32;
+ layer = 2.8
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"ryZ" = (
+/obj/item/stack/rods{
+ pixel_y = 14
+ },
+/obj/item/shard,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood,
+/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/pipes/pipe1,
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{
+ dir = 4;
+ layer = 2.1
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"rzj" = (
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/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{
+ color = "#a6aeab"
+ },
+/obj/structure/largecrate/random,
+/obj/item/weapon/twohanded/folded_metal_chair,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"rzu" = (
+/obj/structure/bed/sofa/hybrisa/misc/bench{
+ pixel_x = 7
+ },
+/obj/structure/window/reinforced{
+ dir = 8;
+ health = 80;
+ layer = 4;
+ pixel_x = -2;
+ color = "#a6aeab"
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 3;
+ color = "#a6aeab"
+ },
+/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)
+"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)
+"rzF" = (
+/obj/structure/machinery/colony_floodlight_switch/electrified_fence_switch{
+ pixel_y = 28
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/electical_systems/substation1)
+"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/westhallway)
+"rzK" = (
+/obj/structure/closet/secure_closet/hybrisa/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/indoors/derelict_ship)
+"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/buildinggreebliessmall/smallvent3{
+ 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,
+/obj/structure/blocker/invisible_wall,
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"rAf" = (
+/obj/item/tool/warning_cone{
+ pixel_x = -13;
+ pixel_y = 11
+ },
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/landing_zone_2)
+"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
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4
+ },
+/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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"rAp" = (
+/obj/structure/cargo_container/kelland/left,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/landing_zone_2)
+"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_LZ)
+"rAv" = (
+/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/hybrisashutters.dmi'
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"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;
+ layer = 6
+ },
+/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/structure/bed/chair{
+ buckling_y = 5;
+ dir = 1;
+ pixel_y = 5
+ },
+/obj/effect/hybrisa/decal/road/lines2{
+ pixel_y = 2
+ },
+/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)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"rCb" = (
+/obj/item/clipboard{
+ pixel_x = 4;
+ pixel_y = 8
+ },
+/obj/item/paper{
+ pixel_x = 4;
+ pixel_y = 8
+ },
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/obj/item/tool/pen{
+ pixel_x = 9;
+ pixel_y = 8
+ },
+/obj/structure/machinery/big_computers/messaging_server/brown{
+ dir = 1
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"rCr" = (
+/obj/item/reagent_container/glass/paint/remover{
+ pixel_x = -12;
+ pixel_y = 9
+ },
+/obj/structure/bed/stool{
+ buckling_y = 14;
+ pixel_x = 4;
+ pixel_y = 22
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32
+ },
+/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)
+"rCC" = (
+/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{
+ pixel_y = 14
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"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)
+"rDk" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"rDz" = (
+/obj/item/lightstick/planted,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/central_caves)
+"rDB" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 5
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"rDD" = (
+/obj/structure/largecrate/random/mini/small_case{
+ pixel_x = -9;
+ pixel_y = 10
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"rDH" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 2
+ },
+/obj/structure/window/reinforced{
+ layer = 5
+ },
+/obj/effect/decal/cleanable/blackgoo{
+ color = "#0079ff";
+ desc = "It's dried to the floor.";
+ name = "spilled paint";
+ alpha = 100
+ },
+/obj/effect/decal/cleanable/blackgoo{
+ color = "#0079ff";
+ desc = "It's dried to the floor.";
+ name = "spilled paint";
+ alpha = 50;
+ pixel_x = -12;
+ pixel_y = 8
+ },
+/obj/item/reagent_container/glass/paint/blue{
+ pixel_y = 14;
+ pixel_x = 8
+ },
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"rDM" = (
+/obj/structure/cargo_container/hybrisa/containersextended/blackwyleft,
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"rDP" = (
+/obj/structure/closet/firecloset,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"rDS" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 4
+ },
+/turf/closed/wall/engineership,
+/area/lv759/oob)
+"rDV" = (
+/obj/structure/machinery/light/small/blue{
+ dir = 8
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/obj/structure/largecrate/random/case/small{
+ layer = 4;
+ pixel_y = 4
+ },
+/obj/item/ammo_magazine/rifle/nsg23{
+ current_rounds = 2
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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)
+"rEf" = (
+/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/landing_zone_2)
+"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)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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
+ },
+/obj/structure/machinery/chem_storage/research{
+ icon_state = "protolathe"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"rEq" = (
+/obj/structure/machinery/light/small/blue,
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/holding_cells)
+"rEu" = (
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "1-2";
+ layer = 5
+ },
+/obj/structure/platform,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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,
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/equipment_west)
+"rEC" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 8;
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"rEH" = (
+/obj/structure/platform/hybrisa/metalplatform2{
+ dir = 1
+ },
+/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/buildinggreebliessmall/smallvent3{
+ 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/westrestroom)
+"rEQ" = (
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"rEW" = (
+/obj/structure/surface/rack,
+/obj/item/storage/toolbox/syndicate,
+/obj/structure/extinguisher_cabinet/lifeboat{
+ pixel_y = 30
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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"
+ },
+/obj/structure/prop/hybrisa/misc/graffiti/graffiti1,
+/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/machinery/light/small/blue{
+ dir = 1
+ },
+/obj/structure/machinery/fuelcell_recycler,
+/obj/structure/machinery/power/terminal,
+/turf/open/floor/corsat,
+/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
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"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/machinery/colony_floodlight/traffic_alt{
+ dir = 8;
+ pixel_x = 5;
+ pixel_y = 12
+ },
+/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{
+ 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/lv759/indoors/caves/wy_research_complex_entrance)
+"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/structure/closet/crate/trashcart{
+ desc = "A heavy, metal foodcart with wheels.";
+ icon = 'icons/obj/structures/props/hybrisarandomprops.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)
+"rGd" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/machinery/computer/cameras{
+ dir = 8
+ },
+/turf/open/floor/strata{
+ icon_state = "red1"
+ },
+/area/lv759/indoors/spaceport/security)
+"rGg" = (
+/obj/structure/surface/rack,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/obj/effect/spawner/random/toolbox{
+ layer = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"rGl" = (
+/turf/open/hybrisa/street/sidewalkcenter,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"rGm" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/eastbedroomsstorage)
+"rGt" = (
+/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/indoors/landing_zone_1/flight_control_room)
+"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)
+"rGF" = (
+/obj/structure/bed/chair/comfy{
+ dir = 4;
+ icon_state = "comfychair_blue"
+ },
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_reception)
+"rGG" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6,
+/obj/structure/barricade/handrail/wire{
+ dir = 4
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"rGH" = (
+/obj/item/clothing/under/colonist/workwear,
+/obj/item/clothing/under/colonist/workwear,
+/obj/structure/closet/cabinet,
+/obj/structure/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastbedroomsstorage)
+"rGI" = (
+/obj/structure/window/framed/hybrisa/marshalls/cell,
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "Emergency Lockdown";
+ dir = 8;
+ indestructible = 1;
+ id = "hybrisacolonylockdown";
+ needs_power = 0;
+ unacidable = 1
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/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/lv759/indoors/wy_research_complex/securitycommand)
+"rGS" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/machinery/big_computers/messaging_server/brown{
+ dir = 4
+ },
+/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{
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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
+ },
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/supermartfloor1,
+/area/lv759/indoors/bar/kitchen)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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{
+ pixel_x = -1
+ },
+/obj/effect/hybrisa/decal/gold/line1{
+ pixel_y = -1
+ },
+/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,
+/obj/structure/prop/invuln/overhead_pipe{
+ icon_state = "intact";
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"rHD" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/strata{
+ icon_state = "orange_cover"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "blackcorner"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"rHT" = (
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/obj/structure/prop/hybrisa/misc/cabinet{
+ pixel_x = -7;
+ pixel_y = 12;
+ layer = 3.1
+ },
+/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,
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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,
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"rIF" = (
+/obj/structure/platform{
+ dir = 8
+ },
+/turf/open/shuttle/escapepod{
+ icon_state = "floor1"
+ },
+/area/lv759/indoors/spaceport/engineering)
+"rIQ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"rIU" = (
+/obj/structure/platform/hybrisa/metalplatform6,
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"rJa" = (
+/obj/item/paper/crumpled,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"rJd" = (
+/obj/structure/platform_decoration/hybrisa/engineer_corner{
+ dir = 1
+ },
+/turf/open/engineership/engineer_floor2,
+/area/lv759/indoors/derelict_ship)
+"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,
+/obj/structure/machinery/light/blue{
+ dir = 4
+ },
+/turf/open/shuttle/escapepod{
+ icon_state = "floor1"
+ },
+/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{
+ pixel_x = -7;
+ pixel_y = 12;
+ layer = 3.20
+ },
+/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)
+"rJv" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/westfoyer)
+"rJz" = (
+/obj/structure/window/framed/hybrisa/colony/engineering,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/recycling_plant_office)
+"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)
+"rJH" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/westfoyer)
+"rJJ" = (
+/obj/structure/closet/crate,
+/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
+/turf/open/floor/hybrisa/carpet/carpetbluedeco,
+/area/lv759/indoors/apartment/westbedrooms)
+"rJO" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/weymart)
+"rJQ" = (
+/obj/structure/sign/safety/landingzone{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"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
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "SW-out"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"rJU" = (
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/reception)
+"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;
+ autoname = 1
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/weyyu_office/breakroom)
+"rKf" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/comdoor/reinforced{
+ autoname = 1;
+ name = "\improper Reinforced Airlock"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"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,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/hospital/virology)
+"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/lv759/indoors/wy_research_complex/hallwaynorth)
+"rKs" = (
+/turf/open/hybrisa/street/sidewalk{
+ dir = 9
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"rKB" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/reception)
+"rKD" = (
+/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{
+ dir = 4
+ },
+/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 = "floor1";
+ dir = 1
+ },
+/area/lv759/oob)
+"rKF" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ locked = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/jacks_surplus)
+"rKJ" = (
+/obj/structure/largecrate/supply/generator,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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
+ },
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"rKN" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/wood/blackwood,
+/area/lv759/indoors/weyyu_office/supervisor)
+"rKR" = (
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/west_caves)
+"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)
+"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/window/reinforced{
+ dir = 1;
+ layer = 2
+ },
+/obj/structure/machinery/big_computers/computerwhite/computer5,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"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{
+ 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,
+/obj/structure/sign/poster/hunk{
+ pixel_x = 4;
+ pixel_y = 32
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/westentertainment)
+"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)
+"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/hybrisa/medical/autoname,
+/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/window/reinforced{
+ dir = 1;
+ layer = 2
+ },
+/obj/structure/window/reinforced{
+ dir = 8;
+ health = 80
+ },
+/obj/structure/machinery/big_computers/messaging_server/brown{
+ dir = 1
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/fusion_generators)
+"rLU" = (
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 1;
+ color = "#7e7d72"
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"rMa" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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)
+"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
+ },
+/obj/item/reagent_container/glass/rag{
+ desc = "A pile of clothing, these need washing...";
+ name = "pile of clothing";
+ color = "#973a3a"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/westfoyer)
+"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)
+"rMJ" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/west_caves)
+"rMN" = (
+/obj/structure/prop/hybrisa/misc/slotmachine{
+ pixel_x = 6;
+ pixel_y = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/weymart)
+"rMR" = (
+/obj/structure/blackgoocontainer{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/turf/open/engineership/engineer_floor1,
+/area/lv759/indoors/derelict_ship)
+"rMV" = (
+/obj/structure/bed/chair/comfy/hybrisa/brown{
+ dir = 1
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/hallway_east)
+"rMX" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"rNa" = (
+/obj/structure/coatrack{
+ icon_state = "coatrack1"
+ },
+/obj/structure/coatrack{
+ icon_state = "coatrack1"
+ },
+/obj/structure/coatrack{
+ 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)
+"rNe" = (
+/obj/structure/platform_decoration/shiva{
+ dir = 8
+ },
+/obj/structure/barricade/deployable{
+ damage_state = 3;
+ dir = 1;
+ health = 45;
+ icon_state = "folding_3"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/central_caves)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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"
+ },
+/obj/structure/prop/hybrisa/misc/blood/blood1{
+ pixel_y = 34
+ },
+/turf/open/floor/hybrisa/tile/tilegreen,
+/area/lv759/indoors/garage_reception)
+"rNR" = (
+/obj/effect/hybrisa/decal/trash,
+/turf/open/floor/wood,
+/area/lv759/indoors/hospital/cmo_office)
+"rNT" = (
+/obj/effect/hybrisa/decal/trash{
+ dir = 4;
+ icon_state = "trash_11"
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_5"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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{
+ dir = 4
+ },
+/obj/item/paper,
+/obj/structure/machinery/big_computers/messaging_server/brown{
+ dir = 4
+ },
+/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)
+"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/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"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/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/kitchen)
+"rPp" = (
+/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/outdoors/mining_outpost/south_entrance)
+"rPx" = (
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = 32;
+ pixel_y = 20
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/indoors/derelict_ship)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"rPL" = (
+/obj/structure/machinery/big_computers/messaging_server/white{
+ name = "Robotics R&D Server";
+ dir = 1
+ },
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32;
+ layer = 2.8
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"rPU" = (
+/obj/structure/largecrate/random/mini/small_case{
+ layer = 5;
+ pixel_y = 12
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"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
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_y = 32;
+ pixel_x = -5
+ },
+/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/billboardsandsigns/bigroadsigns/road_sign_1{
+ dir = 4;
+ pixel_y = 16;
+ layer = 8
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"rQg" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/eastbedrooms)
+"rQj" = (
+/obj/item/tool/warning_cone{
+ pixel_x = -20;
+ pixel_y = 12
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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{
+ pixel_y = -2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/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/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = -17
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"rRd" = (
+/obj/item/ashtray/bronze{
+ pixel_x = 6;
+ pixel_y = -5
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/eastfoyer)
+"rRi" = (
+/obj/item/device/flashlight/lamp/tripod{
+ layer = 6;
+ pixel_y = 11
+ },
+/obj/item/tool/warning_cone{
+ layer = 5;
+ pixel_y = 19
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"rRk" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/item/reagent_container/food/snacks/doughslice,
+/obj/item/stack/sheet/cardboard{
+ layer = 1
+ },
+/turf/open/floor/hybrisa/tile/tilered,
+/area/lv759/indoors/pizzaria)
+"rRm" = (
+/obj/structure/closet/secure_closet/brig,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/holding_cells)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/reagent_container/food/drinks/sillycup{
+ pixel_x = -5;
+ pixel_y = 10
+ },
+/obj/item/device/camera_film{
+ pixel_y = 12;
+ pixel_x = 8
+ },
+/obj/item/paper/crumpled,
+/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)
+"rRN" = (
+/obj/structure/cargo_container/wy/left,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/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)
+"rRQ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ id = "hybrisa_mining_lockdown1";
+ name = "Emergency Lockdown";
+ unacidable = 1;
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"rRT" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 1
+ },
+/obj/structure/blackgoocontainer{
+ pixel_x = -12
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"rRV" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 8;
+ 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)
+"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/eastfoyer)
+"rSv" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/cigbutt/ucigbutt{
+ pixel_x = 4;
+ pixel_y = 13
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/structure/machinery/newscaster{
+ pixel_y = 30
+ },
+/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 = "floor1"
+ },
+/area/lv759/oob)
+"rSz" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/westhallway)
+"rSB" = (
+/turf/open/hybrisa/street/sidewalk{
+ dir = 10
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"rSE" = (
+/obj/effect/hybrisa/decal/road/lines4,
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal2"
+ },
+/obj/structure/cargo_container/watatsumi/right{
+ layer = 2.9
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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/barricade/handrail/hybrisa/road/plastic/blue,
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard5{
+ dir = 8;
+ pixel_y = 34
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"rSO" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 2.1
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/medicalright{
+ layer = 6
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/landing_zone_1)
+"rSP" = (
+/obj/structure/prop/hybrisa/cavedecor/stalagmite4,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/oob)
+"rSR" = (
+/obj/effect/hybrisa/decal/grate{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/blood,
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/west_caves)
+"rSS" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -9;
+ pixel_y = -6
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ layer = 6;
+ pixel_x = -10;
+ pixel_y = 32
+ },
+/obj/effect/decal/strata_decals/grime/grime3,
+/obj/item/trash/c_tube,
+/obj/item/trash/buritto,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_13";
+ pixel_x = -8;
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/central_streets)
+"rSY" = (
+/obj/structure/machinery/line_nexter{
+ dir = 1;
+ id = "MTline";
+ pixel_y = 3
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/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_LZ)
+"rTi" = (
+/obj/structure/machinery/space_heater/radiator/red{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"rTn" = (
+/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/outdoors/landing_zone_2)
+"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)
+"rTB" = (
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"rTP" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/machinery/faxmachine,
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 10
+ },
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"rTQ" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/janitor)
+"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)
+"rTY" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilered,
+/area/lv759/indoors/bar)
+"rUb" = (
+/obj/effect/hybrisa/decal/road/lines3{
+ pixel_y = -2
+ },
+/obj/structure/bed/chair{
+ buckling_y = 5;
+ dir = 1;
+ pixel_y = 5
+ },
+/obj/effect/hybrisa/decal/road/lines4{
+ pixel_x = 1
+ },
+/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)
+"rUq" = (
+/obj/structure/closet/secure_closet/guncabinet{
+ locked = 0
+ },
+/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/lv759/indoors/wy_research_complex/securityarmory)
+"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)
+"rUy" = (
+/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder2,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_west_caves)
+"rUC" = (
+/obj/structure/machinery/light/blue{
+ dir = 4
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/obj/structure/largecrate/random/barrel/blue,
+/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/dark,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"rVe" = (
+/obj/structure/platform/kutjevo/smooth{
+ dir = 1
+ },
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e";
+ layer = 3
+ },
+/obj/item/paper{
+ pixel_x = -7;
+ pixel_y = 7
+ },
+/obj/item/paper,
+/obj/item/tool/pen,
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"rVl" = (
+/obj/structure/barricade/handrail/strata,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_west_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{
+ 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,
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/prison{
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_security/checkpoint_central)
+"rVA" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_south)
+"rVE" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = -3;
+ pixel_y = 9
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/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/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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)
+"rVZ" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2
+ },
+/obj/structure/platform/kutjevo{
+ dir = 1;
+ layer = 1
+ },
+/obj/structure/machinery/big_computers/computerwhite/computer5,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"rWb" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 2
+ },
+/obj/structure/cable/white{
+ color = "550d0d";
+ icon_state = "2-6";
+ layer = 5
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"rWc" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/hospital/morgue)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"rWK" = (
+/obj/effect/decal/cleanable/liquid_fuel,
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"rWM" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"rWO" = (
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal4"
+ },
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/effect/hybrisa/decal/doubleroad/lines3{
+ pixel_y = -4
+ },
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 8
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"rWR" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/paper_bin{
+ pixel_x = 8;
+ pixel_y = 7
+ },
+/obj/item/tool/pen,
+/obj/structure/prop/hybrisa/misc/machinery/screens/frame{
+ pixel_y = 32
+ },
+/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)
+"rXh" = (
+/obj/structure/cable/white{
+ color = "#007740";
+ icon_state = "1-10";
+ layer = 5;
+ level = 2
+ },
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "4-5";
+ layer = 5;
+ level = 2
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ pixel_x = -4
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/red,
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = -9
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"rXm" = (
+/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/outdoors/landing_zone_2)
+"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,
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"rXF" = (
+/obj/item/weapon/twohanded/folded_metal_chair{
+ pixel_x = -9;
+ pixel_y = 11
+ },
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"rXO" = (
+/obj/effect/hybrisa/decal/road/road_stop{
+ icon_state = "stop_decal3"
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"rXP" = (
+/obj/structure/bed/chair/office/light,
+/obj/item/clothing/head/headset{
+ pixel_y = -7
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"rXQ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/billboardsandsigns/bigroadsigns/road_sign_1{
+ dir = 8;
+ pixel_y = 16;
+ layer = 8
+ },
+/obj/item/shard,
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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)
+"rXS" = (
+/obj/structure/bed/sofa/south/grey/right,
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/meridian/meridian_office)
+"rXY" = (
+/obj/structure/flora/pottedplant,
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"rXZ" = (
+/obj/effect/hybrisa/decal/bloodtrail,
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/hallway_north_locker)
+"rYg" = (
+/obj/structure/machinery/computer/cameras{
+ dir = 4;
+ pixel_y = 6
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/colonial_marshals/office)
+"rYi" = (
+/obj/structure/bed/chair/comfy{
+ dir = 4
+ },
+/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/Colony_Crawlers/Science_2,
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"rYC" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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";
+ opacity = 0
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"rYY" = (
+/obj/structure/window/framed/hybrisa/colony/hospital/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/reception)
+"rYZ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/supermartfloor1,
+/area/lv759/indoors/weymart)
+"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/cargo_container/hybrisa/containersextended/blackwyleft,
+/obj/structure/machinery/light/spot/blue{
+ dir = 8
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/cargo_container/hybrisa/containersextended/lightgreywyright,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"rZD" = (
+/obj/structure/surface/rack,
+/obj/item/stack/sheet/cardboard/full_stack,
+/obj/item/storage/toolkit/empty,
+/obj/item/storage/toolbox/electrical,
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/spawner/random/pills/highchance,
+/obj/structure/machinery/meter{
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"rZP" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco3{
+ dir = 8
+ },
+/obj/effect/hybrisa/decal/road/lines1{
+ pixel_x = -1
+ },
+/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)
+"sai" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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/dark,
+/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/cargo_container/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/lv759/indoors/wy_research_complex/hangarbay)
+"sav" = (
+/obj/structure/bookcase{
+ icon_state = "book-5"
+ },
+/obj/structure/sign/poster/propaganda{
+ pixel_y = 32
+ },
+/obj/structure/sign/poster/propaganda{
+ pixel_x = -6;
+ pixel_y = 38
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/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"
+ },
+/obj/effect/decal/cleanable/blood,
+/obj/structure/bed/roller/hospital/bloody,
+/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/giant_cryo{
+ pixel_y = 12
+ },
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "1-6";
+ layer = 5
+ },
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "9-10";
+ layer = 5
+ },
+/obj/structure/cable/white{
+ color = "#9f8700";
+ icon_state = "1-8";
+ layer = 5;
+ level = 2
+ },
+/obj/structure/cable/white{
+ color = "#007740";
+ icon_state = "1-10";
+ layer = 5;
+ level = 2
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ pixel_x = -4
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"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)
+"saP" = (
+/obj/structure/platform/hybrisa/metalplatform3{
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/metalplatform3{
+ dir = 1
+ },
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_showroom)
+"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{
+ pixel_y = -16;
+ layer = 4.2
+ },
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"saW" = (
+/obj/structure/machinery/floodlight,
+/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)
+"saY" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "\improper Lockdown";
+ needs_power = 0;
+ dir = 4;
+ id = "hybrisaresearchlockdown"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"sbf" = (
+/obj/structure/surface/table/almayer,
+/obj/structure/machinery/processor,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"sbg" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"sbm" = (
+/obj/structure/barricade/handrail/wire,
+/obj/structure/prop/hybrisa/fakeplatforms/platform4,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"sbp" = (
+/obj/effect/hybrisa/decal/engineership_corners{
+ dir = 1
+ },
+/turf/closed/wall/engineership,
+/area/lv759/oob)
+"sbv" = (
+/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/outdoors/mining_outpost/south_entrance)
+"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
+ },
+/obj/structure/prop/hybrisa/vehicles/Box_Vans/Hyperdyne{
+ dir = 1
+ },
+/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/hybrisa/containersextended/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
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"sbF" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"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,
+/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen{
+ pixel_y = 32
+ },
+/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_LZ)
+"sbX" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/hybrisa/cuppa_joes/lid,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"scj" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/caves/south_west_caves)
+"sck" = (
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 5
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"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;
+ density = 0
+ },
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_17";
+ pixel_y = 13
+ },
+/obj/item/paper/crumpled{
+ pixel_x = 15;
+ pixel_y = -9
+ },
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 5
+ },
+/area/lv759/indoors/spaceport/communications_office)
+"scw" = (
+/obj/item/prop/alien/hugger,
+/obj/effect/decal/cleanable/blood/xeno,
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"scJ" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/obj/structure/stairs{
+ color = "#a6aeab";
+ dir = 1
+ },
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/bloodtrail{
+ pixel_x = 7
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"scP" = (
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"scQ" = (
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/westfoyer)
+"scS" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"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/westentertainment)
+"sdf" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"sds" = (
+/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/indoors/landing_zone_2/kmcc_hub_south_office)
+"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/lv759/indoors/wy_research_complex/reception)
+"sdz" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/obj/effect/decal/cleanable/blood/xeno,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/north_west_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)
+"sdS" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalkcenter,
+/area/lv759/outdoors/landing_zone_2)
+"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/blackgoocontainer{
+ icon_state = "blackgoocontainer2";
+ dir = 1;
+ pixel_y = 12
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"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)
+"sep" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/corsat{
+ dir = 8;
+ icon_state = "brown"
+ },
+/area/lv759/indoors/power_plant/gas_generators)
+"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/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/airlock/almayer/engineering/autoname{
+ dir = 8
+ },
+/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{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/central_streets)
+"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/trash{
+ icon_state = "trash_3";
+ pixel_x = -8;
+ pixel_y = 12
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/head_office)
+"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)
+"sfe" = (
+/obj/structure/sign/safety/bathmens{
+ pixel_y = 27;
+ pixel_x = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"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)
+"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,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 9
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"sfs" = (
+/obj/structure/machinery/light,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/wood/blackwood,
+/area/lv759/indoors/weyyu_office/vip)
+"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)
+"sfC" = (
+/obj/structure/machinery/landinglight/ds1/delayone{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/outdoors/landing_zone_2)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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;
+ buckling_x = 7;
+ buckling_y = 7
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"sfR" = (
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_2";
+ pixel_y = 6
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_reception)
+"sfS" = (
+/obj/structure/cable{
+ icon_state = "1-8";
+ color = "#550d0d"
+ },
+/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,
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 9
+ },
+/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
+ },
+/obj/item/stack/sheet/metal,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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)
+"sgt" = (
+/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble7{
+ layer = 3
+ },
+/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 = 12
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4;
+ pixel_y = 6
+ },
+/turf/open/floor/plating,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"sgu" = (
+/obj/effect/hybrisa/decal/gold/line2{
+ pixel_x = 1
+ },
+/obj/effect/hybrisa/decal/gold/line1{
+ pixel_y = -1
+ },
+/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)
+"sgD" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/north_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)
+"sgP" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/hospital/morgue)
+"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)
+"shg" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"shk" = (
+/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/landing_zone_1)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"shK" = (
+/turf/closed/shuttle/ert{
+ icon_state = "wy15"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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
+ },
+/obj/item/reagent_container/food/drinks/coffeecup{
+ pixel_x = -7;
+ pixel_y = 11
+ },
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/colonial_marshals/head_office)
+"shR" = (
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"shT" = (
+/obj/structure/blocker/invisible_wall,
+/turf/closed/shuttle/dropship2/WY/StarGlider{
+ icon_state = "damaged_console2";
+ opacity = 0
+ },
+/area/lv759/indoors/spaceport/starglider)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/cargo_container/hybrisa/containersextended/blackwyleft,
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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)
+"siP" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "tcomms"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"siT" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 8
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"siW" = (
+/obj/effect/decal/cleanable/liquid_fuel,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"siY" = (
+/obj/item/shard,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/liquid_fuel,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Turquoise{
+ dir = 1;
+ pixel_y = -4;
+ icon_state = "meridian_turquoise_damage_2";
+ health = 1750
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"sja" = (
+/obj/structure/fence/dark,
+/turf/open/floor/prison,
+/area/lv759/outdoors/landing_zone_2)
+"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{
+ 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/reagent_container/food/drinks/coffee{
+ pixel_x = -8;
+ pixel_y = 7
+ },
+/turf/open/floor/hybrisa/metal/bluemetalfull,
+/area/lv759/indoors/spaceport/communications_office)
+"sjl" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/apartment/westentertainment)
+"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/structure/reagent_dispensers/water_cooler{
+ pixel_x = 11;
+ pixel_y = 8;
+ density = 0
+ },
+/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)
+"sjA" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"sjK" = (
+/obj/structure/window/framed/bunker/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"sjQ" = (
+/obj/structure/closet/crate,
+/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
+ },
+/obj/item/clothing/suit/storage/snow_suit/hybrisa/polyester_jacket_red,
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/apartment/eastbedrooms)
+"sjS" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/obj/structure/barricade/handrail/strata,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/south_west_caves)
+"sjZ" = (
+/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/hybrisarandomprops.dmi';
+ icon_state = "coffeecuppajoe";
+ name = "cuppa joe's coffee cup"
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/floor/plating/kutjevo,
+/area/lv759/indoors/spaceport/maintenance_east)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/weymart/backrooms)
+"skm" = (
+/obj/structure/machinery/light/double/blue,
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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/remover,
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "darkbrown3"
+ },
+/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)
+"skM" = (
+/obj/structure/sign/nosmoking_2{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ icon_state = "plating_striped"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"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 = -20
+ },
+/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"
+ },
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 4;
+ pixel_y = 7
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"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)
+"sln" = (
+/obj/structure/platform/hybrisa/metalplatform6,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_street)
+"slo" = (
+/obj/structure/sign/safety/airtraffictower,
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"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)
+"slq" = (
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/south_west_caves)
+"slv" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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/handcuffs,
+/obj/item/storage/box/handcuffs,
+/obj/structure/pipes/vents/pump_hybrisa,
+/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/caves/south_east_caves)
+"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,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/weymart/maintenance)
+"slR" = (
+/turf/open/floor/prison,
+/area/lv759/indoors/meridian/meridian_foyer)
+"slS" = (
+/obj/structure/girder/reinforced,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/fake/lattice/full,
+/obj/structure/prop/hybrisa/lattice_prop/lattice_3{
+ pixel_x = -26;
+ layer = 6
+ },
+/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_LZ)
+"slV" = (
+/obj/structure/fence/dark,
+/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)
+"slZ" = (
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/westrestroom)
+"sma" = (
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice8";
+ pixel_y = 16
+ },
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"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"
+ },
+/obj/structure/machinery/meter{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/bar/kitchen)
+"smn" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/central_streets)
+"smq" = (
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/central_caves)
+"smr" = (
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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)"
+ },
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/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
+ },
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/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 = "darkbrown3"
+ },
+/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,
+/obj/structure/filingcabinet,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_4";
+ pixel_x = -8;
+ pixel_y = 12
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/head_office)
+"smU" = (
+/obj/effect/decal/strata_decals/catwalk/prison,
+/turf/open/floor/shiva{
+ icon_state = "radiator_tile2"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"smY" = (
+/obj/effect/hybrisa/decal/engineership_corners{
+ dir = 8
+ },
+/obj/structure/platform_decoration,
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"snm" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1;
+ pixel_y = -1
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/sign/safety/bulkhead_door{
+ pixel_y = -24
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"snz" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood,
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{
+ dir = 1
+ },
+/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/lv759/indoors/wy_research_complex/cargo)
+"snM" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"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)
+"sog" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "plating_striped"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"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/indoors/derelict_ship)
+"soJ" = (
+/obj/structure/barricade/handrail{
+ dir = 4
+ },
+/obj/structure/barricade/handrail{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/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_LZ)
+"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";
+ color = "#550d0d"
+ },
+/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/lv759/indoors/wy_research_complex/cargo)
+"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)
+"spg" = (
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_25";
+ pixel_x = 15;
+ pixel_y = 15
+ },
+/obj/structure/sign/poster/music{
+ pixel_x = -5;
+ pixel_y = 32
+ },
+/obj/structure/sign/poster/music{
+ pixel_x = -12;
+ pixel_y = 34
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastbedrooms)
+"sph" = (
+/obj/structure/machinery/big_computers/computerbrown/computer5{
+ icon_state = "sensor_comp3_off"
+ },
+/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/indoors/derelict_ship)
+"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)
+"spx" = (
+/obj/structure/barricade/handrail/hybrisa/handrail{
+ dir = 1
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ layer = 8;
+ pixel_x = 3;
+ pixel_y = -2
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"spA" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/light/spot/blue{
+ dir = 8
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"spB" = (
+/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{
+ dir = 4
+ },
+/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)
+"spC" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/item/reagent_container/food/drinks/coffeecup{
+ pixel_x = -7;
+ pixel_y = 11
+ },
+/obj/item/newspaper,
+/obj/item/tool/pen{
+ pixel_x = 4;
+ pixel_y = -4
+ },
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/colonial_marshals/office)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"spX" = (
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"sqi" = (
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "3"
+ },
+/obj/item/ammo_casing/bullet,
+/obj/item/ammo_casing/bullet,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/road/road_stop{
+ icon_state = "stop_decal3"
+ },
+/obj/effect/hybrisa/decal/road/road_stop{
+ dir = 8;
+ icon_state = "stop_decal5"
+ },
+/obj/item/tool/wirecutters,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"sqs" = (
+/obj/structure/surface/table,
+/obj/effect/spawner/random/toy,
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/westbedrooms)
+"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/northapartments)
+"sqv" = (
+/obj/item/ammo_magazine/smg/p90,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"sqB" = (
+/obj/structure/machinery/space_heater/radiator/red,
+/obj/structure/machinery/light,
+/turf/open/floor/hybrisa/carpet/carpetbluedeco,
+/area/lv759/indoors/apartment/westbedrooms)
+"sqC" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/liquid_fuel,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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;
+ layer = 6
+ },
+/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/westentertainment)
+"sqN" = (
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = -8
+ },
+/obj/effect/decal/cleanable/blood{
+ icon_state = "mgibbl3"
+ },
+/turf/open/hybrisa/dropship/dropshipfloorcorner1,
+/area/lv759/indoors/spaceport/starglider)
+"sqO" = (
+/obj/effect/hybrisa/decal/road/road_stop{
+ icon_state = "stop_decal2"
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"sqW" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/reception)
+"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
+ },
+/obj/structure/blackgoocontainer{
+ icon_state = "blackgoocontainer2";
+ dir = 1;
+ layer = 4
+ },
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"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)
+"srd" = (
+/obj/structure/toilet,
+/obj/structure/machinery/light/small{
+ dir = 1
+ },
+/obj/effect/landmark/monkey_spawn,
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/weyyu_office/breakroom)
+"srh" = (
+/obj/structure/machinery/smartfridge/chemistry/antag,
+/obj/structure/window/reinforced,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"sri" = (
+/obj/structure/platform/strata/metal{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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)
+"srr" = (
+/obj/structure/machinery/big_computers/computerbrown/computer4,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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;
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"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{
+ color = "#5d524b"
+ },
+/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/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/fakeplatforms/platform3,
+/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,
+/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{
+ light_color = "#00f4ff";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 26
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_8"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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/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{
+ 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/caves/south_east_caves)
+"ssm" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ pixel_x = -4;
+ 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)
+"sso" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"sst" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1,
+/area/lv759/indoors/meridian/meridian_office)
+"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{
+ autoname = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"ssz" = (
+/obj/structure/bed/chair/comfy/black{
+ dir = 8
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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
+ },
+/turf/open/floor/interior/wood,
+/area/lv759/indoors/mining_outpost/south)
+"ssL" = (
+/obj/structure/closet/secure_closet/engineering_electrical{
+ pixel_x = -16
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/surface/rack{
+ pixel_x = 3
+ },
+/obj/effect/spawner/random/toolbox{
+ pixel_y = 12
+ },
+/obj/effect/spawner/random/powercell,
+/obj/effect/spawner/random/powercell{
+ pixel_x = 5
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant/fusion_generators)
+"ssN" = (
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"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
+ },
+/obj/structure/sign/poster/wylogo{
+ pixel_y = 32;
+ layer = 2.9
+ },
+/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/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/eastfoyer)
+"ssR" = (
+/obj/structure/surface/table/woodentable,
+/obj/item/device/camera_film,
+/obj/item/device/camera,
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastbedroomsstorage)
+"ssS" = (
+/obj/structure/largecrate/random/mini/med{
+ pixel_x = -6;
+ pixel_y = 4
+ },
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Medical_Cargo{
+ dir = 1;
+ pixel_y = -8;
+ pixel_x = -5
+ },
+/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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"std" = (
+/obj/structure/platform,
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/landing_zone_1)
+"sth" = (
+/obj/structure/bed/stool{
+ buckling_y = 14;
+ pixel_y = 22
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/apartment/westentertainment)
+"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)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"sua" = (
+/obj/structure/blocker/forcefield/vehicles,
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"sub" = (
+/obj/effect/decal/cleanable/vomit,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"suf" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/supermartfloor1,
+/area/lv759/indoors/weymart)
+"suw" = (
+/obj/structure/sink{
+ pixel_y = 16
+ },
+/obj/structure/mirror{
+ pixel_y = 32
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/westrestroom)
+"suz" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "squares"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"suB" = (
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/strata{
+ icon_state = "red4"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"suC" = (
+/obj/structure/machinery/light,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"suE" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"suG" = (
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "\improper Lockdown";
+ needs_power = 0;
+ id = "hybrisaresearchlockdown"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "cyan3"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"suU" = (
+/obj/structure/sign/poster/safety{
+ pixel_x = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ icon_state = "plating_striped"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"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/lv759/indoors/wy_research_complex/dormsfoyer)
+"svf" = (
+/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Crawler_Cargo{
+ 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,
+/obj/item/ammo_casing/bullet,
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/central_caves)
+"svs" = (
+/obj/structure/barricade/handrail{
+ dir = 4
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"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 = "NW-out"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "NE-out"
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"svG" = (
+/obj/structure/platform/hybrisa/metalplatform2{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/obj/structure/largecrate/random/barrel/black{
+ pixel_x = 4;
+ pixel_y = 4
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{
+ pixel_y = 25
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage{
+ desc = null;
+ pixel_y = 32
+ },
+/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/hybrisa/generic_solid/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/bar/kitchen)
+"svS" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/northhallway)
+"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 = "floor0";
+ dir = 4
+ },
+/area/lv759/indoors/power_plant/geothermal_generators)
+"svV" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"swl" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/machinery/light/spot,
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/curtain/open/shower,
+/obj/item/tool/soap/deluxe,
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/apartment/northapartments)
+"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,
+/obj/effect/landmark/xeno_spawn,
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"swO" = (
+/obj/structure/machinery/iv_drip{
+ pixel_y = 19
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/hospital/virology)
+"swR" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/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,
+/obj/structure/machinery/light/small,
+/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,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"sxw" = (
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_15"
+ },
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/blood/gibs/body,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"sxB" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"sxF" = (
+/obj/effect/hybrisa/decal/road/road_stop{
+ dir = 4;
+ icon_state = "stop_decal5"
+ },
+/obj/structure/prop/hybrisa/vehicles/Ambulance{
+ pixel_x = 12;
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_street)
+"sxL" = (
+/obj/structure/machinery/space_heater/radiator/red{
+ dir = 4
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"sxM" = (
+/obj/structure/sign/poster/kellandmining,
+/turf/closed/wall/hybrisa/colony/reinforced/hull,
+/area/lv759/oob)
+"sxR" = (
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"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/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)
+"sya" = (
+/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
+/obj/effect/landmark/xeno_spawn,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/south_west_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)
+"syk" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"sys" = (
+/obj/item/shard,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/effect/decal/cleanable/blood/oil/streak,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"syu" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/prop/hybrisa/misc/redmeter{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"syA" = (
+/obj/structure/prop/hybrisa/vehicles/Meridian/Red,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"syC" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/turf/open/hybrisa/street/cement3,
+/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_LZ)
+"syI" = (
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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)
+"syQ" = (
+/obj/structure/closet/hybrisa/wy_bio,
+/obj/structure/window/reinforced{
+ dir = 4;
+ health = 80
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"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)
+"syW" = (
+/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";
+ dir = 1
+ },
+/area/lv759/oob)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/colonial_marshals/garage)
+"szh" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/road/lines1{
+ pixel_x = -1
+ },
+/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/effect/hybrisa/decal/dirt,
+/obj/structure/largecrate/random/mini/ammo{
+ pixel_y = 8;
+ pixel_x = 4
+ },
+/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/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/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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
+ },
+/obj/structure/sign/poster/propaganda{
+ pixel_x = 6;
+ pixel_y = 34;
+ layer = 3.6
+ },
+/obj/structure/sign/poster/marshalls{
+ pixel_y = 32
+ },
+/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)
+"szT" = (
+/obj/structure/platform_decoration/hybrisa/engineer_corner{
+ dir = 1
+ },
+/obj/structure/blackgoocontainer{
+ pixel_y = 18;
+ layer = 3.01
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"sAa" = (
+/obj/structure/prop/hybrisa/misc/coffeestuff/coffeemachine2{
+ pixel_x = -14;
+ pixel_y = 8
+ },
+/obj/structure/machinery/light{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes,
+/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
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officesquares"
+ },
+/area/lv759/indoors/recycling_plant_waste_disposal_incinerator)
+"sAy" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "docstripingdir"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison,
+/area/lv759/outdoors/landing_zone_1)
+"sAB" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/cargo_maintenance)
+"sAL" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/platform/strata/metal{
+ dir = 4
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"sAM" = (
+/obj/structure/bed/sofa{
+ icon_state = "couch_hori1"
+ },
+/obj/effect/spawner/random/toy,
+/obj/structure/sign/poster/art{
+ pixel_y = 32;
+ layer = 3.1
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/westentertainment)
+"sAS" = (
+/obj/structure/device/broken_moog{
+ icon_state = "minimoog"
+ },
+/obj/structure/sign/poster/art{
+ pixel_y = 32
+ },
+/turf/open/floor{
+ dir = 9;
+ icon_state = "carpetside"
+ },
+/area/lv759/indoors/bar)
+"sAX" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 4
+ },
+/turf/open/engineership/ship_hull/non_weedable_hull{
+ dir = 10
+ },
+/area/lv759/indoors/derelict_ship)
+"sBa" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/item/reagent_container/food/snacks/donkpocket,
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/storage/box/donkpockets,
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/colonial_marshals/office)
+"sBb" = (
+/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,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/outdoors/colony_streets/central_streets)
+"sBh" = (
+/obj/structure/platform/kutjevo/smooth,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/Meridian/Turquoise{
+ dir = 1;
+ pixel_y = -4
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/central_streets)
+"sBl" = (
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_25";
+ pixel_x = 6;
+ pixel_y = 15
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 5
+ },
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"sBo" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/barricade/handrail/kutjevo{
+ dir = 8
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"sBr" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 3.3
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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)
+"sBz" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/landing_zone_2)
+"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/lv759/indoors/wy_research_complex/xenoarcheology)
+"sBB" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/reagent_container/syringe{
+ icon_state = "broken"
+ },
+/obj/item/trash/cigbutt,
+/obj/item/trash/cigbutt,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"sBC" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/electical_systems/substation1)
+"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)
+"sBG" = (
+/obj/structure/machinery/light/double/blue{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "sterile"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"sBJ" = (
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"sBS" = (
+/obj/structure/machinery/colony_floodlight/traffic{
+ pixel_x = 2;
+ pixel_y = 5
+ },
+/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/double,
+/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;
+ layer = 4.2
+ },
+/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{
+ pixel_y = 12
+ },
+/obj/effect/hybrisa/decal/dirt,
+/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";
+ color = "#550d0d"
+ },
+/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)
+"sCI" = (
+/obj/effect/hybrisa/decal/road/lines1,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Cop{
+ dir = 1;
+ pixel_y = 4
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/garage_workshop)
+"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" = (
+/turf/open/hybrisa/street/roadlines3,
+/area/lv759/indoors/colonial_marshals/garage)
+"sDi" = (
+/obj/structure/closet/secure_closet/personal,
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/hospital/virology)
+"sDr" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/largecrate/random/mini{
+ pixel_x = 6;
+ pixel_y = 18
+ },
+/obj/structure/largecrate/random/barrel/brown{
+ layer = 4
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"sDu" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 8
+ },
+/turf/open/auto_turf/hybrisashale/layer0_plate,
+/area/lv759/outdoors/caveplateau)
+"sDy" = (
+/obj/structure/machinery/door/airlock/hybrisa/medical/autoname{
+ dir = 1
+ },
+/turf/open/floor/prison{
+ icon_state = "sterile_white"
+ },
+/area/lv759/indoors/hospital/outgoing)
+"sDA" = (
+/obj/structure/platform/hybrisa/metalplatform3{
+ dir = 1
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_showroom)
+"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/effect/landmark/railgun_camera_pos,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"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/buildinggreebliessmall/smallvent2{
+ 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{
+ pixel_y = 12
+ },
+/obj/structure/barricade/handrail/strata{
+ dir = 8;
+ layer = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/strata{
+ pixel_y = 16
+ },
+/turf/open/floor/corsat{
+ icon_state = "spiralplate"
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"sEf" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/medical{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/reception)
+"sEg" = (
+/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,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/securityarmory)
+"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/indoors/derelict_ship)
+"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;
+ buckling_y = -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)
+"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;
+ layer = 6
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"sFp" = (
+/obj/item/tool/shovel/etool{
+ pixel_x = -6
+ },
+/obj/item/tool/shovel/etool{
+ pixel_x = 8
+ },
+/obj/structure/surface/rack{
+ color = "#8B7B5B"
+ },
+/obj/item/tool/shovel/etool,
+/turf/open/floor/hybrisa/carpet/carpetgreendeco,
+/area/lv759/indoors/jacks_surplus)
+"sFr" = (
+/obj/structure/surface/rack,
+/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,
+/turf/open/floor/prison{
+ icon_state = "redfull"
+ },
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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
+ },
+/obj/item/shard,
+/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,
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/processing)
+"sFO" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -6;
+ pixel_y = 6
+ },
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/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/hybrisa/containersextended/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)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"sGG" = (
+/obj/structure/bed/chair/comfy/hybrisa/brown{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = 32;
+ pixel_y = 20
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "blue3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"sGK" = (
+/obj/effect/decal/cleanable/liquid_fuel,
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "blue3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"sGP" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecaldir"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"sGT" = (
+/obj/structure/platform/strata/metal{
+ dir = 1
+ },
+/obj/structure/bed/chair/comfy/black,
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"sHa" = (
+/obj/effect/decal/cleanable/liquid_fuel,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/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/Ambulance{
+ dir = 1;
+ pixel_y = 12;
+ pixel_x = 12
+ },
+/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;
+ layer = 6
+ },
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"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/colony_floodlight{
+ layer = 4;
+ pixel_y = 20
+ },
+/turf/open/engineership/engineer_floor1,
+/area/lv759/indoors/derelict_ship)
+"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,
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"sHE" = (
+/obj/structure/closet,
+/obj/structure/machinery/light/double{
+ dir = 4;
+ pixel_y = -5
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"sHF" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33;
+ pixel_y = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/misc/wysmallright,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"sHH" = (
+/obj/structure/window/framed/hybrisa/colony/engineering,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/power_plant/workers_canteen_kitchen)
+"sHM" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/disposalpipe/segment,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_15";
+ pixel_y = 14
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 3;
+ pixel_y = 20
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/central_streets)
+"sHS" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"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)
+"sIa" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblue,
+/area/lv759/indoors/apartment/westentertainment)
+"sIg" = (
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/stairs/perspective{
+ color = "#6e6e6e"
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/engineering)
+"sIk" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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)
+"sID" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 4
+ },
+/area/lv759/indoors/wy_research_complex/hallwaycentral)
+"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)
+"sJh" = (
+/obj/structure/barricade/handrail/hybrisa/handrail{
+ dir = 8;
+ layer = 4
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_2)
+"sJk" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"sJl" = (
+/obj/item/device/radio/intercom{
+ freerange = 1;
+ frequency = 1469;
+ name = "General Listening Channel";
+ pixel_y = 30
+ },
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/westhallway)
+"sJt" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/engineering)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"sJC" = (
+/obj/item/stack/rods{
+ amount = 15
+ },
+/obj/structure/prop/hybrisa/airport/dropshipvent1left,
+/obj/item/stack/cable_coil/green{
+ icon_state = "coil1"
+ },
+/obj/item/stack/cable_coil/cut{
+ icon_state = "coil2"
+ },
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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/docking_bay_2)
+"sJJ" = (
+/obj/structure/platform/hybrisa/metalplatform3,
+/obj/structure/platform/hybrisa/metalplatform3{
+ dir = 8
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/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)
+"sJV" = (
+/obj/item/tool/warning_cone,
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/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,
+/obj/structure/prop/hybrisa/signs/high_voltage{
+ desc = null;
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"sKj" = (
+/obj/structure/platform{
+ dir = 4;
+ layer = 2.8
+ },
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/hospital/maintenance)
+"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/lv759/indoors/wy_research_complex/securityarmory)
+"sKm" = (
+/obj/structure/platform,
+/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Science_1{
+ dir = 4;
+ layer = 2.9
+ },
+/turf/open/floor/corsat{
+ icon_state = "squares"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"sKr" = (
+/obj/effect/decal/strata_decals/grime/grime1,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"sKu" = (
+/obj/structure/largecrate/random,
+/obj/item/clothing/head/hardhat/white{
+ pixel_x = -8;
+ pixel_y = 4
+ },
+/obj/item/tool/crowbar/red,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"sKw" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco3{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 10
+ },
+/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,
+/obj/structure/pipes/vents/pump_hybrisa,
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/indoors/derelict_ship)
+"sKM" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 1
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/outdoors/landing_zone_1)
+"sKN" = (
+/obj/structure/bed/chair/comfy{
+ dir = 1;
+ icon_state = "chair_alt"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/gold/line2{
+ pixel_x = 1
+ },
+/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)
+"sKV" = (
+/obj/structure/platform_decoration/hybrisa/rockdark,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/central_caves)
+"sLd" = (
+/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/indoors/landing_zone_2/kmcc_hub_south_office)
+"sLk" = (
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/cavedecor/stalagmite3,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/east_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_LZ)
+"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
+ },
+/obj/effect/hybrisa/decal/dirt,
+/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
+ },
+/obj/structure/mirror{
+ pixel_y = 32;
+ pixel_x = -4
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"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/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/east)
+"sLO" = (
+/obj/structure/closet/secure_closet/engineering_personal,
+/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/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/weymart)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"sMf" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/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)
+"sMs" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/maintenance_north)
+"sMt" = (
+/obj/effect/decal/cleanable/blood{
+ icon_state = "mgibbl2"
+ },
+/obj/effect/landmark/corpsespawner/hybrisa/civilian_office,
+/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_LZ)
+"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)
+"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)
+"sMS" = (
+/obj/structure/bed/chair{
+ dir = 4;
+ icon_state = "chair_alt";
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cuppajoesfloor,
+/area/lv759/indoors/spaceport/cuppajoes)
+"sMV" = (
+/obj/structure/sink{
+ pixel_y = 16
+ },
+/obj/effect/spawner/random/pills/midchance,
+/obj/structure/mirror{
+ pixel_y = 32;
+ pixel_x = -4
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/effect/decal/strata_decals/grime/grime3{
+ icon_state = "grime4"
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"sNm" = (
+/obj/item/weapon/twohanded/folded_metal_chair{
+ pixel_x = -7;
+ pixel_y = 9
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = 1;
+ pixel_y = 8
+ },
+/obj/effect/decal/cleanable/blood,
+/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
+ },
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/tilered,
+/area/lv759/indoors/bar)
+"sNw" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/obj/structure/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/machinery/fuelcell_recycler,
+/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/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/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)
+"sOh" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 3.3
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"sOj" = (
+/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2{
+ dir = 4
+ },
+/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)
+"sOm" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Armored_Truck/Blue{
+ dir = 4
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"sOs" = (
+/obj/structure/platform/strata/metal{
+ dir = 1
+ },
+/obj/structure/sign/safety/flightcontrol{
+ pixel_x = 12;
+ pixel_y = 32
+ },
+/obj/structure/sign/safety/security{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"sOI" = (
+/obj/structure/platform/hybrisa/metalplatformstair2,
+/obj/structure/stairs{
+ color = "#a6aeab";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/outdoors/caveplateau)
+"sOJ" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -1;
+ pixel_y = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"sOV" = (
+/obj/structure/machinery/vending/cola{
+ density = 0;
+ pixel_y = 16
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"sPj" = (
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_reception)
+"sPv" = (
+/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)
+"sPE" = (
+/obj/item/trash/eat,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"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{
+ color = "#5d524b"
+ },
+/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
+ },
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/hybrisa/carpet/carpetgreen,
+/area/lv759/indoors/recycling_plant_office)
+"sPO" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 4
+ },
+/obj/structure/largecrate/random/barrel/purewhite,
+/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)
+"sQg" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/northfoyer)
+"sQl" = (
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/wy_research_complex/medical_annex)
+"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)
+"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/heavyequip)
+"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)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"sQK" = (
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "3"
+ },
+/obj/item/ammo_casing/bullet,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 4
+ },
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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,
+/obj/structure/sign/poster/safety{
+ pixel_x = 27;
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/janitor)
+"sRd" = (
+/turf/closed/shuttle/dropship2/WY/StarGlider{
+ icon_state = "16";
+ opacity = 0
+ },
+/area/lv759/indoors/spaceport/starglider)
+"sRj" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/dark,
+/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/lv759/indoors/wy_research_complex/reception)
+"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/effect/decal/cleanable/blood/drip{
+ icon_state = "3"
+ },
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_security/checkpoint_central)
+"sRP" = (
+/obj/structure/platform/strata/metal{
+ dir = 1
+ },
+/obj/structure/bed/chair/comfy/black,
+/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{
+ light_color = "#FF0000";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"sRQ" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_x = -1;
+ pixel_y = 2
+ },
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"sRV" = (
+/obj/structure/bed/roller/hospital_empty/bigrollerempty2{
+ icon_state = "bigrollerempty2_up";
+ dir = 8
+ },
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/wy_research_complex/medical_annex)
+"sSa" = (
+/obj/structure/machinery/light/double,
+/obj/structure/sink{
+ dir = 1;
+ pixel_y = -9
+ },
+/obj/item/tool/wet_sign{
+ pixel_y = 18
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"sSe" = (
+/obj/effect/hybrisa/decal/road/lines3,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_street)
+"sSk" = (
+/obj/item/stack/sheet/cardboard,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/strata_decals/grime/grime3{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"sSm" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/southwest_public_restroom)
+"sSo" = (
+/obj/structure/closet/crate,
+/obj/item/prop/colony/folded_bedroll,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"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/indoors/derelict_ship)
+"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)
+"sTo" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"sTq" = (
+/obj/structure/platform_decoration/strata/metal{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"sTt" = (
+/obj/structure/window/framed/hybrisa/colony/hospital/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/emergency_room)
+"sTC" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 1
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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,
+/obj/effect/decal/cleanable/blood,
+/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/blackgoocontainer{
+ pixel_x = -6;
+ pixel_y = 4
+ },
+/obj/structure/blackgoocontainer{
+ pixel_x = 8;
+ pixel_y = 8
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"sTU" = (
+/obj/structure/prop/invuln/minecart_tracks{
+ dir = 8
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/east_caves)
+"sTY" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/obj/item/shard,
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"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/hybrisa/generic/autoname,
+/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)
+"sUn" = (
+/obj/structure/surface/table/woodentable/fancy,
+/obj/item/tool/hand_labeler,
+/obj/item/device/flashlight/lamp/green{
+ pixel_x = -8;
+ pixel_y = 15
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/turf/open/floor/hybrisa/carpet/carpetbluedeco,
+/area/lv759/indoors/colonial_marshals/north_office)
+"sUs" = (
+/obj/structure/prop/hybrisa/vehicles/Meridian/Blue,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/central_streets)
+"sUu" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33;
+ pixel_y = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/misc/wysmallleft,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"sUx" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/trash{
+ 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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"sUD" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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/cargo_container/hybrisa/containersextended/blueright,
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"sUK" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/stack/rods,
+/obj/item/device/flashlight/lamp/tripod,
+/obj/structure/sign/safety/airlock{
+ pixel_x = 14;
+ pixel_y = 32
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_y = 32
+ },
+/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)
+"sUN" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/power_plant)
+"sUP" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"sUQ" = (
+/obj/structure/filingcabinet{
+ density = 0;
+ pixel_x = -8;
+ pixel_y = 20
+ },
+/obj/structure/filingcabinet{
+ density = 0;
+ pixel_x = 8;
+ pixel_y = 20
+ },
+/obj/effect/hybrisa/decal/trash,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"sUW" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "NW-out";
+ pixel_x = -1;
+ pixel_y = 2
+ },
+/obj/effect/decal/cleanable/liquid_fuel,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/south_hallway)
+"sVa" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/curtain{
+ icon_state = "red"
+ },
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/weyyu_office/supervisor)
+"sVg" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security)
+"sVh" = (
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/indoors/electical_systems/substation2)
+"sVo" = (
+/obj/effect/hybrisa/decal/WY/WY1{
+ dir = 4
+ },
+/turf/open/floor/corsat{
+ icon_state = "spiralplate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"sVt" = (
+/obj/structure/surface/rack,
+/obj/structure/sign/poster/safety{
+ pixel_x = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/equipment_east)
+"sVu" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/tile/darkbrown_bigtile{
+ dir = 8
+ },
+/area/lv759/indoors/recycling_plant)
+"sVx" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/weyyu_office/breakroom)
+"sVD" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/north_maint)
+"sVE" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/beige_bigtile,
+/area/lv759/indoors/power_plant/workers_canteen)
+"sVF" = (
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ dir = 4;
+ id = "hybrisaLZ2_1";
+ name = "Emergency Lockdown";
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"sVR" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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)
+"sWd" = (
+/turf/open/hybrisa/street/sidewalk{
+ dir = 6
+ },
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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/ice_colony/ground_wire{
+ dir = 1;
+ pixel_y = 5
+ },
+/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_east_street)
+"sWl" = (
+/turf/closed/wall/hybrisa/colony/hospital,
+/area/lv759/indoors/hospital/cryo_room)
+"sWm" = (
+/obj/structure/largecrate/random/mini{
+ layer = 4;
+ pixel_x = 1;
+ pixel_y = 14
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/east_caves)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/ship_hull/non_weedable_hull{
+ dir = 10
+ },
+/area/lv759/indoors/derelict_ship)
+"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"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "cargo_arrow"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"sXn" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal_solid_white/autoname{
+ dir = 8
+ },
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ dir = 4;
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi'
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"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/indoors/derelict_ship)
+"sXr" = (
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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,
+/obj/structure/machinery/cm_vending/sorted/supplies{
+ pixel_y = 32
+ },
+/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)
+"sXz" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"sXB" = (
+/obj/item/tool/warning_cone{
+ pixel_x = -21;
+ pixel_y = 3
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/maintenance_north)
+"sXD" = (
+/obj/effect/hybrisa/decal/WY/WY1{
+ pixel_y = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/weyyu_office)
+"sXF" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/machinery/computer/communications/simple{
+ dir = 8;
+ pixel_y = 6
+ },
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/meridian/meridian_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"
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 2;
+ pixel_y = 20;
+ layer = 3
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -9;
+ pixel_y = 20
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_y = 12
+ },
+/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/platform/hybrisa/metalplatform6,
+/obj/item/trash/buritto{
+ layer = 2
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_7";
+ pixel_x = -8;
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue,
+/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,
+/obj/structure/dartboard{
+ pixel_y = 32
+ },
+/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/indoors/derelict_ship)
+"sYe" = (
+/obj/structure/window/framed/corsat,
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi';
+ dir = 2
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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)
+"sYl" = (
+/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/north_west_caves)
+"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)
+"sYs" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "Emergency Lockdown";
+ indestructible = 1;
+ id = "hybrisacolonylockdown";
+ needs_power = 0;
+ unacidable = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/south_maintenance)
+"sYv" = (
+/obj/structure/closet/firecloset,
+/obj/effect/decal/warning_stripes{
+ icon_state = "NE-out"
+ },
+/obj/item/clothing/suit/storage/hazardvest/kelland_mining,
+/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/eastfoyer)
+"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{
+ pixel_y = -2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/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,
+/obj/structure/pipes/vents/pump,
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"sYN" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_office)
+"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)
+"sZr" = (
+/obj/item/tool/lighter,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_15";
+ pixel_y = 12
+ },
+/obj/structure/machinery/light/small{
+ dir = 1
+ },
+/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)
+"sZy" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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
+ },
+/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)
+"sZJ" = (
+/obj/structure/platform/kutjevo/smooth,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"sZR" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"sZU" = (
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/obj/structure/surface/rack,
+/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/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/turf/open/floor/prison{
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/armory)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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,
+/obj/structure/prop/hybrisa/misc/deco_edging/corner{
+ dir = 8;
+ color = "#7e7d72"
+ },
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"taG" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "docstriping"
+ },
+/obj/structure/barricade/handrail/strata{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"taH" = (
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/emergency_room)
+"taI" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco3,
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_showroom)
+"taK" = (
+/obj/structure/platform/strata/metal{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"taN" = (
+/obj/structure/platform_decoration{
+ dir = 8
+ },
+/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/outdoors/caves/north_west_caves_outdoors)
+"taR" = (
+/obj/structure/closet/hydrant{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 9;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"taS" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 8
+ },
+/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)
+"tba" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 8;
+ color = "#7e7d72"
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 4;
+ color = "#7e7d72"
+ },
+/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
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"tbh" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/yellow_bigtile,
+/area/lv759/indoors/power_plant/workers_canteen)
+"tbk" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 6
+ },
+/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/northapartments)
+"tbx" = (
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 4;
+ pixel_y = 7
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Desat_Blue{
+ dir = 1;
+ pixel_x = -6
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"tbz" = (
+/obj/structure/window/framed/corsat,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"tbD" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ 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";
+ opacity = 0
+ },
+/area/lv759/indoors/spaceport/horizon_runner)
+"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/westbedrooms)
+"tcc" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_22";
+ pixel_x = 9;
+ pixel_y = -4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"tcp" = (
+/obj/structure/closet/crate,
+/obj/item/clothing/head/hardhat/dblue,
+/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/apartment/eastbedrooms)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"tcu" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/northhallway)
+"tcz" = (
+/obj/structure/bedsheetbin{
+ icon_state = "linenbin-empty";
+ layer = 4;
+ name = "bag basket";
+ desc = "A basket for shopping bags."
+ },
+/obj/effect/hybrisa/decal/trash{
+ dir = 8;
+ icon_state = "trash_11"
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/weymart)
+"tcC" = (
+/obj/structure/machinery/light,
+/obj/item/paper/crumpled{
+ pixel_x = 6;
+ pixel_y = 18
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/meridian/meridian_office)
+"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,
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/south)
+"tde" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/westfoyer)
+"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)
+"tdm" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"tdn" = (
+/obj/structure/largecrate/random/case/double,
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/spaceport/cargo)
+"tdw" = (
+/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/outdoors/landing_zone_2)
+"tdx" = (
+/obj/structure/machinery/atm{
+ icon = 'icons/obj/structures/props/64x64_hybrisarandomprops.dmi';
+ pixel_x = 9;
+ pixel_y = 11
+ },
+/turf/open/floor/interior/wood,
+/area/lv759/indoors/jacks_surplus)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1,
+/area/lv759/indoors/meridian/meridian_factory)
+"tdC" = (
+/obj/structure/bed/sofa/hybrisa/misc/bench{
+ pixel_x = 7
+ },
+/obj/structure/window/reinforced{
+ dir = 8;
+ health = 80;
+ layer = 4;
+ pixel_x = -2;
+ color = "#a6aeab"
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 3;
+ color = "#a6aeab"
+ },
+/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/dark/warning,
+/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)
+"tdH" = (
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/cuppajoes)
+"tdN" = (
+/obj/structure/toilet{
+ dir = 4
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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,
+/obj/structure/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/south_public_restroom)
+"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)
+"tdR" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"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/indoors/derelict_ship)
+"tei" = (
+/obj/effect/landmark/xeno_spawn,
+/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/south_west_caves)
+"tek" = (
+/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/prop/hybrisa/misc/floorprops/grate,
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/fakeplatforms/platform3{
+ icon = 'icons/obj/structures/props/platforms.dmi';
+ icon_state = "hybrisastone"
+ },
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"tes" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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/heavyequip)
+"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
+ },
+/obj/item/reagent_container/glass/beaker,
+/obj/item/reagent_container/glass/beaker,
+/obj/item/reagent_container/glass/beaker,
+/obj/item/reagent_container/glass/beaker,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"teC" = (
+/obj/structure/bed/chair{
+ icon_state = "chair_alt";
+ pixel_x = 3;
+ pixel_y = 17;
+ base_pixel_x = 3;
+ base_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/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"teI" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/shard,
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/effect/decal/cleanable/blood/oil,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 6
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/obj/structure/sign/poster/safety{
+ pixel_x = 5;
+ pixel_y = 32;
+ layer = 2.9
+ },
+/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/decal/cleanable/blood,
+/obj/effect/landmark/corpsespawner/hybrisa/medical_doctor_corpse,
+/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)
+"tfr" = (
+/obj/structure/machinery/recharge_station,
+/obj/structure/catwalk/prison,
+/obj/structure/barricade/handrail{
+ dir = 8
+ },
+/obj/structure/sign/safety/three{
+ pixel_y = 32
+ },
+/obj/structure/sign/safety/synth_storage{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/weymart/backrooms)
+"tfu" = (
+/obj/structure/fence/dark/warning,
+/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)
+"tfy" = (
+/obj/structure/closet/fireaxecabinet{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ icon_state = "plating_striped"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/darkbrown_bigtile{
+ dir = 10
+ },
+/area/lv759/indoors/recycling_plant)
+"tfJ" = (
+/obj/structure/cargo_container/hybrisa/containersextended/tanwywingsleft,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"tfR" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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)
+"tfU" = (
+/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_LZ)
+"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{
+ dir = 8;
+ autoname = 1
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/meridian/meridian_restroom)
+"tgb" = (
+/obj/item/device/flashlight/lamp/on,
+/obj/structure/window/reinforced,
+/obj/structure/surface/table/almayer{
+ color = "#848484"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "red3"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"tge" = (
+/obj/item/device/flashlight/lamp/tripod,
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"tgl" = (
+/obj/structure/platform_decoration/hybrisa/engineer_corner,
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"tgp" = (
+/obj/structure/cargo_container/hybrisa/containersextended/tanwywingsleft{
+ layer = 6
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"tgu" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/black{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"tgx" = (
+/obj/item/tool/warning_cone{
+ pixel_y = 19
+ },
+/obj/structure/largecrate/random/case/small,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"tgC" = (
+/obj/structure/machinery/door/poddoor/almayer/locked{
+ dir = 2;
+ id = "hybrisacheckpoint_northeast";
+ 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)
+"tgK" = (
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1,
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco2{
+ dir = 1
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"tgO" = (
+/obj/item/stack/sheet/cardboard,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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,
+/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/caves/south_east_caves)
+"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)
+"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,
+/obj/structure/sign/poster/safety{
+ pixel_x = -4;
+ pixel_y = 34
+ },
+/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/hybrisa/medical/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"tib" = (
+/obj/structure/surface/rack,
+/obj/item/stack/sheet/cardboard/full_stack,
+/obj/structure/sign/safety/maint{
+ pixel_x = 32
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"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/Small_Truck/Turquoise_Cargo{
+ dir = 1;
+ pixel_x = -2;
+ pixel_y = 2
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"tit" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/apartment/westfoyer)
+"tiv" = (
+/obj/effect/hybrisa/decal/road/lines3,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"tiB" = (
+/obj/effect/decal/cleanable/blood/xeno{
+ dir = 8;
+ icon_state = "xsplatter5"
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"tiF" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"tiI" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/landmark/corpsespawner/hybrisa/kelland_miner,
+/obj/structure/machinery/power/terminal,
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/south)
+"tiJ" = (
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"tiM" = (
+/obj/structure/bed/sofa{
+ icon_state = "couch_hori1"
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"tiN" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/eastbedrooms)
+"tiU" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/sign/safety/coffee{
+ pixel_x = 32
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"tiZ" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/northhallway)
+"tjb" = (
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"tjk" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/westhallway)
+"tjp" = (
+/obj/effect/decal/cleanable/dirt{
+ icon_state = "thermite";
+ name = "impact"
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/effect/decal/cleanable/blood/gibs/core,
+/obj/item/stack/rods,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/bloodtrail,
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"tjr" = (
+/turf/closed/shuttle/dropship2/WY/StarGlider{
+ icon_state = "zwing4";
+ opacity = 0
+ },
+/area/lv759/indoors/spaceport/starglider)
+"tjv" = (
+/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/outdoors/landing_zone_1)
+"tjw" = (
+/obj/item/toy/bikehorn/rubberducky,
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/westshowers)
+"tjy" = (
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_security/checkpoint_west)
+"tjB" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"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;
+ autoname = 1
+ },
+/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)
+"tjX" = (
+/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/landing_zone_2)
+"tjY" = (
+/obj/structure/closet/crate/medical,
+/obj/effect/spawner/random/pills/lowchance,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/central_caves)
+"tkc" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/closed/wall/hybrisa/spaceport_reinforced,
+/area/lv759/indoors/spaceport/engineering)
+"tki" = (
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"tkl" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -3;
+ pixel_y = 9
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/colonial_marshals/north_office)
+"tko" = (
+/obj/structure/closet/crate/trashcart{
+ opened = 1
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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)
+"tky" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -1;
+ pixel_y = 1
+ },
+/obj/structure/machinery/light/spot{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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/layer2,
+/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/lv759/indoors/wy_research_complex/cafeteria)
+"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)
+"tkX" = (
+/obj/structure/prop/hybrisa/vehicles/Mining_Crawlers{
+ icon_state = "mining_crawler_blank";
+ dir = 1
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/east_caves)
+"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)
+"tlh" = (
+/obj/effect/decal/cleanable/blood/oil,
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"tli" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/item/shard,
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"tlo" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/wood/orange{
+ pixel_y = 12;
+ layer = 3.6
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"tlF" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6,
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_11"
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/central_streets)
+"tlI" = (
+/turf/open/shuttle/dropship{
+ icon_state = "floor8"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"tlJ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Armored_Truck/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)
+"tlP" = (
+/obj/structure/stairs/perspective{
+ dir = 4;
+ icon_state = "p_stair_full";
+ color = "#b8b8b0"
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/landing_zone_2)
+"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/eastbedroomsstorage)
+"tlZ" = (
+/obj/structure/machinery/big_computers/computerbrown/computer4,
+/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorbig_on{
+ dir = 4;
+ light_color = "#00da64";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/bluemetalfull,
+/area/lv759/indoors/spaceport/flight_control_room)
+"tma" = (
+/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 = 5
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"tmd" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal4"
+ },
+/obj/item/smallDelivery,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"tmq" = (
+/obj/structure/machinery/vending/dinnerware,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"tmr" = (
+/obj/effect/hybrisa/decal/road/lines4,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"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/buckshot,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{
+ 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)
+"tne" = (
+/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
+ },
+/obj/structure/cable/white{
+ color = "#9f8700";
+ icon_state = "4-8";
+ layer = 5;
+ level = 2
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"tnh" = (
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/colony_streets/north_street)
+"tnj" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/strata_decals/grime/grime4,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"tnl" = (
+/obj/structure/barricade/handrail/strata,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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;
+ pixel_y = 14
+ },
+/obj/structure/surface/table{
+ color = "#8B7B5B"
+ },
+/obj/item/device/flashlight/lantern{
+ pixel_x = 6;
+ pixel_y = 16
+ },
+/obj/item/device/flashlight/lantern{
+ pixel_x = 6;
+ pixel_y = 4
+ },
+/obj/item/device/flashlight/lantern{
+ pixel_x = -6;
+ pixel_y = 4
+ },
+/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,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_caves)
+"tnG" = (
+/obj/structure/bed/chair/vehicle/white{
+ pixel_x = 8
+ },
+/turf/open/hybrisa/dropship/dropshipfloorcorner2,
+/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;
+ layer = 3.20
+ },
+/obj/structure/filingcabinet/chestdrawer{
+ density = 0;
+ pixel_x = 10;
+ pixel_y = 18;
+ layer = 3.20
+ },
+/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
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/WeylandYutani{
+ icon_state = "meridian_wy_damage_3";
+ health = 1250;
+ pixel_y = -12;
+ layer = 3.9;
+ dir = 1
+ },
+/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/lv759/indoors/wy_research_complex/mainlabs)
+"tou" = (
+/obj/structure/closet/phonebox{
+ light_color = "#00AAFF";
+ light_on = 1;
+ light_power = 3;
+ light_range = 4;
+ pixel_x = 6;
+ layer = 3.02
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"tox" = (
+/turf/open/floor/corsat{
+ icon_state = "squares"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"toz" = (
+/obj/item/tool/warning_cone{
+ pixel_x = -10;
+ pixel_y = 11
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 9
+ },
+/area/lv759/outdoors/landing_zone_2)
+"toD" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/maintenance_east)
+"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/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/security)
+"toJ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/largecrate/random/barrel/purewhite,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"toM" = (
+/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/landing_zone_1)
+"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/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/machinery/colony_floodlight/traffic_alt{
+ dir = 4;
+ pixel_y = 15;
+ pixel_x = 5
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"tpa" = (
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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/effect/hybrisa/decal/bloodtrail,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/landmark/corpsespawner/hybrisa/civilian,
+/obj/structure/sign/safety/bathunisex{
+ layer = 2;
+ pixel_x = 4;
+ pixel_y = 32
+ },
+/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/colony_streets/south_west_street_comms)
+"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;
+ layer = 4.2
+ },
+/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{
+ pixel_x = 1
+ },
+/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/eastbedrooms)
+"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)
+"tpV" = (
+/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/landing_zone_2)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"tqi" = (
+/obj/item/tool/warning_cone{
+ layer = 5;
+ pixel_x = -13;
+ pixel_y = 19
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 9
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"tqr" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 4
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 8
+ },
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"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)
+"tqK" = (
+/obj/structure/machinery/light/blue,
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/apartment/westentertainment)
+"tqN" = (
+/obj/structure/machinery/landinglight/ds2/spoke,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/landing_zone_2)
+"tqO" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"tqP" = (
+/obj/structure/machinery/vending/snack{
+ density = 0;
+ pixel_y = 16
+ },
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/westhallway)
+"tqQ" = (
+/obj/structure/machinery/photocopier,
+/turf/open/floor/hybrisa/wood/blackwood,
+/area/lv759/indoors/weyyu_office/vip)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"trl" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "docstripingdir"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"trn" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "docstripingdir"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"tro" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/eastfoyer)
+"trB" = (
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/obj/effect/decal/strata_decals/grime/grime3{
+ icon_state = "grime1"
+ },
+/obj/effect/hybrisa/decal/dirt_2,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/metalwhitefull,
+/area/lv759/indoors/spaceport/cuppajoes)
+"trM" = (
+/obj/effect/hybrisa/decal/road/lines4,
+/obj/effect/hybrisa/decal/road/lines2,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"trN" = (
+/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/landing_zone_2)
+"trT" = (
+/turf/closed/wall/hybrisa/spaceport,
+/area/lv759/indoors/spaceport/maintenance_east)
+"trU" = (
+/obj/structure/bed/chair/comfy/hybrisa/black,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/vip)
+"trX" = (
+/obj/structure/barricade/sandbags{
+ dir = 1;
+ icon_state = "sandbag_0"
+ },
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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)
+"trY" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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/indoors/derelict_ship)
+"tsz" = (
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"tsC" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/weymart/maintenance)
+"tsD" = (
+/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)
+"tsF" = (
+/obj/structure/machinery/sleep_console,
+/obj/structure/machinery/iv_drip{
+ pixel_y = 19;
+ layer = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "yellow3";
+ dir = 8
+ },
+/area/lv759/indoors/spaceport/cargo)
+"tsM" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical_solid/autoname{
+ dir = 1;
+ locked = 1
+ },
+/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/lv759/indoors/wy_research_complex/hallwaynorth)
+"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
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/northapartments)
+"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
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 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/billboardsandsigns/bigroadsigns/road_sign_1{
+ dir = 1;
+ pixel_y = 16;
+ layer = 8
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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,
+/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/ammo_magazine/pistol/vp78,
+/obj/item/ammo_magazine/pistol/vp78,
+/obj/item/weapon/gun/pistol/vp78,
+/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" = (
+/turf/closed/shuttle/dropship2/WY/StarGlider{
+ icon_state = "53"
+ },
+/area/lv759/indoors/spaceport/starglider)
+"tup" = (
+/obj/structure/machinery/colony_floodlight/traffic{
+ dir = 8;
+ pixel_y = 12;
+ 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)
+"tuG" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"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
+ },
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"tuL" = (
+/obj/structure/sink{
+ dir = 8;
+ pixel_x = -12;
+ pixel_y = 2
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/bar/bathroom)
+"tuO" = (
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"tuP" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"tuT" = (
+/obj/item/device/flashlight/lamp/tripod,
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice12";
+ pixel_y = 16
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"tuV" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"tuZ" = (
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/north_east_caves)
+"tva" = (
+/obj/structure/filingcabinet{
+ density = 0;
+ layer = 3.20;
+ pixel_x = -8;
+ pixel_y = 20
+ },
+/obj/structure/filingcabinet{
+ density = 0;
+ layer = 3.20;
+ pixel_x = 8;
+ pixel_y = 20
+ },
+/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/indoors/landing_zone_2/kmcc_hub_security)
+"tve" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 4
+ },
+/obj/structure/noticeboard{
+ pixel_y = 32
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/eastbedrooms)
+"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,
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/carpet/carpetbluedeco,
+/area/lv759/indoors/apartment/westbedrooms)
+"tvm" = (
+/obj/structure/machinery/light/blue{
+ dir = 1
+ },
+/obj/structure/sign/safety/north{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"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)
+"tvv" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/medical,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/reception)
+"tvx" = (
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"tvz" = (
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"tvB" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice12";
+ pixel_y = 16
+ },
+/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)
+"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)
+"tvE" = (
+/obj/structure/bed/chair/office/light{
+ dir = 8;
+ pixel_x = -14;
+ layer = 2.7
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 8
+ },
+/area/lv759/indoors/meridian/meridian_office)
+"tvK" = (
+/obj/item/device/flashlight/lamp/tripod,
+/obj/structure/pipes/vents/pump,
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"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/westentertainment)
+"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)
+"tvX" = (
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/outdoors/landing_zone_1)
+"tvZ" = (
+/obj/structure/surface/table/reinforced,
+/obj/item/storage/briefcase{
+ pixel_y = 12
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -6;
+ pixel_y = 6
+ },
+/obj/item/trash/hybrisa/cuppa_joes_static/empty_cup,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/obj/structure/pipes/vents/pump_hybrisa,
+/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/blue{
+ 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)
+"twq" = (
+/obj/item/paper/crumpled{
+ pixel_x = 6;
+ pixel_y = 18
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_office)
+"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/buildinggreebliessmall/smallvent3{
+ 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
+ },
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/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)
+"twQ" = (
+/obj/item/trash/cigbutt{
+ pixel_x = 7
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"twS" = (
+/obj/item/ammo_magazine/rifle/mar40/extended,
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/ammo_casing/bullet,
+/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)
+"twW" = (
+/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/outdoors/landing_zone_2)
+"twZ" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = 26
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/north_west_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/lv759/indoors/wy_research_complex/mainlabs)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"txU" = (
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/north_west_caves)
+"txX" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"tyb" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"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)
+"tyh" = (
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_east_caves)
+"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/hybrisa/generic/autoname,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"tyE" = (
+/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/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"tyZ" = (
+/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/outdoors/landing_zone_2)
+"tza" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 1
+ },
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"tzc" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/colonial_marshals/holding_cells)
+"tzd" = (
+/obj/effect/decal/strata_decals/grime/grime1,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 2;
+ pixel_y = 20
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"tzi" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/hospital/morgue)
+"tzm" = (
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"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)
+"tzI" = (
+/obj/item/tool/wet_sign{
+ pixel_x = -8;
+ pixel_y = 6
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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)
+"tzU" = (
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi'
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaycentral)
+"tzY" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/turf/open/shuttle/escapepod{
+ icon_state = "floor0";
+ dir = 8
+ },
+/area/lv759/indoors/electical_systems/substation2)
+"tAd" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"tAe" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/obj/structure/machinery/colony_floodlight/street{
+ 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/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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,
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/botany/botany_mainroom)
+"tAC" = (
+/obj/structure/machinery/vending/cola{
+ density = 0;
+ pixel_x = -9;
+ pixel_y = 16
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 1
+ },
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"tAV" = (
+/turf/open/floor/almayer/research/containment/floor2{
+ dir = 1
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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,
+/obj/item/ammo_casing/bullet,
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/central_caves)
+"tBm" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 9
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"tBo" = (
+/obj/structure/fence/dark/warning,
+/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/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 4
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"tBJ" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"tBM" = (
+/obj/effect/landmark/xeno_spawn,
+/obj/effect/landmark/structure_spawner/setup/distress/xeno_weed_node,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/west_caves)
+"tBP" = (
+/obj/item/trash/cigbutt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"tBT" = (
+/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 = 12;
+ pixel_x = -12
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"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,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"tBZ" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecalleft"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 4
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"tCp" = (
+/obj/item/trash/eat{
+ pixel_x = 10;
+ pixel_y = 10
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_4";
+ pixel_x = -8;
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"tCr" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/armory_foyer)
+"tCw" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Long_Truck/WY_Black,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"tCJ" = (
+/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyleft{
+ layer = 4.2
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"tCN" = (
+/obj/structure/closet/secure_closet/hybrisa/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)
+"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)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"tDI" = (
+/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/outdoors/landing_zone_2)
+"tDQ" = (
+/obj/effect/decal/medical_decals{
+ dir = 4;
+ icon_state = "triagedecaldir"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"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.2;
+ 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)
+"tEI" = (
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"tEK" = (
+/obj/structure/barricade/handrail/kutjevo,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"tEM" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage{
+ desc = null;
+ pixel_y = 32
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"tER" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33;
+ pixel_y = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/bed/stool{
+ buckling_y = 14;
+ layer = 4;
+ pixel_y = 14;
+ pixel_x = 2
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_foyer)
+"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)
+"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)
+"tFb" = (
+/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/indoors/caves/central_caves)
+"tFc" = (
+/obj/structure/prop/invuln/lattice_prop{
+ dir = 1;
+ icon_state = "lattice-simple";
+ pixel_x = 16;
+ pixel_y = -15
+ },
+/obj/structure/bed/chair/comfy/black{
+ dir = 4
+ },
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/outdoors/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)
+"tFB" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/eastbedroomsstorage)
+"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)
+"tFG" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/spaceport/cargo)
+"tFJ" = (
+/obj/structure/machinery/sentry_holder/wy{
+ 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/hybrisa/hospital/hospitaldivider,
+/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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"tGe" = (
+/obj/item/tool/warning_cone{
+ pixel_x = -11;
+ pixel_y = 6
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/central_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)
+"tGh" = (
+/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/hybrisarandomprops.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)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"tGD" = (
+/obj/structure/largecrate/random/barrel/brown,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"tGG" = (
+/obj/item/stack/sheet/metal,
+/obj/item/stack/rods,
+/obj/effect/decal/cleanable/blood/drip{
+ pixel_x = 10;
+ pixel_y = 21
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/north_west_caves)
+"tGJ" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"tGN" = (
+/obj/structure/surface/table/gamblingtable,
+/obj/item/spacecash/c200,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetred,
+/area/lv759/indoors/casino)
+"tGP" = (
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/prison{
+ icon_state = "darkredfull2"
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"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;
+ layer = 6
+ },
+/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/almayer/hybrisa/open_shutters,
+/turf/open/floor/corsat,
+/area/lv759/oob)
+"tHg" = (
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/west_caves)
+"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;
+ autoname = 1
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/meridian/meridian_restroom)
+"tHo" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/maintenance_north)
+"tHu" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 8
+ },
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"tHv" = (
+/obj/structure/platform/hybrisa/metalplatform2,
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"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/westhallway)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"tHY" = (
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/cargo_maintenance)
+"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)
+"tIt" = (
+/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/hybrisarandomprops.dmi';
+ name = "spacecraft fuel-mix tank"
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/prison,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"tIC" = (
+/obj/structure/bed/chair/vehicle/white{
+ pixel_x = 8
+ },
+/obj/structure/bed/chair/vehicle/white{
+ 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/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"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
+ },
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 6
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"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)
+"tIQ" = (
+/obj/item/device/flashlight/lamp/tripod,
+/obj/structure/barricade/handrail/strata{
+ dir = 1
+ },
+/obj/structure/sign/safety/rad_haz{
+ desc = "Semiotic Standard denoting the nearby presence of a mining processing area.";
+ name = "mining processing semiotic";
+ pixel_x = -19
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"tIT" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ layer = 4.2
+ },
+/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)
+"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/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"tJg" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco3{
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/road/lines4{
+ pixel_x = 1
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"tJp" = (
+/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/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/plating/kutjevo,
+/area/lv759/indoors/colonial_marshals/armory_firingrange)
+"tJu" = (
+/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/outdoors/landing_zone_2)
+"tJw" = (
+/obj/structure/largecrate/random/mini/small_case{
+ pixel_x = 5;
+ pixel_y = 7
+ },
+/obj/structure/largecrate/random/mini/small_case{
+ pixel_x = -6;
+ pixel_y = -5
+ },
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"tJB" = (
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_3";
+ pixel_y = 12
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = -7;
+ pixel_y = 13
+ },
+/obj/item/trash/eat,
+/obj/structure/disposalpipe/segment{
+ dir = 4;
+ icon_state = "pipe-c";
+ level = 2
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"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/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/obj/structure/sign/safety/maint{
+ pixel_y = 32
+ },
+/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
+ },
+/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,
+/obj/structure/machinery/light/blue{
+ dir = 4
+ },
+/turf/open/shuttle/escapepod{
+ icon_state = "floor1"
+ },
+/area/lv759/oob)
+"tKd" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/plastic/black{
+ dir = 8
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/largecrate/random/barrel/medical{
+ pixel_y = 12;
+ layer = 4
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"tKi" = (
+/obj/structure/bed/hybrisa/bunkbed2{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/wood/redwood,
+/area/lv759/indoors/apartment/westbedrooms)
+"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/sidewalkfull,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"tKy" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/westhallway)
+"tKG" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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/structure/largecrate/random/barrel/brown,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"tKN" = (
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/structure/machinery/cell_charger,
+/obj/item/prop/almayer/handheld1,
+/obj/item/tool/pen/blue{
+ pixel_x = -6
+ },
+/obj/item/tool/pen/blue{
+ pixel_x = -6
+ },
+/obj/item/tool/pen/blue{
+ pixel_x = -6
+ },
+/obj/item/tool/pen/blue{
+ pixel_x = -6
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/indoors/derelict_ship)
+"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
+ },
+/obj/item/clothing/suit/storage/hazardvest/sanitation,
+/obj/item/clothing/suit/storage/hazardvest/sanitation,
+/obj/item/clothing/suit/storage/hazardvest/sanitation,
+/obj/item/clothing/suit/storage/hazardvest/sanitation,
+/obj/structure/sign/poster/safety{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/darkbrown_bigtile{
+ dir = 9
+ },
+/area/lv759/indoors/recycling_plant)
+"tLk" = (
+/obj/effect/hybrisa/decal/road/roadmiddle{
+ dir = 1;
+ pixel_y = 14
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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/structure/platform/hybrisa/metalplatform3{
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/road/lines1{
+ pixel_x = -1
+ },
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"tLz" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/prop/hybrisa/misc/metergreen{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/power_plant/geothermal_generators)
+"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)
+"tLP" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 1
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"tLT" = (
+/turf/closed/shuttle/dropship2/WY/HorizonRunner{
+ icon_state = "rightengine_1"
+ },
+/area/lv759/indoors/spaceport/horizon_runner)
+"tLX" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/eastfoyer)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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/billboardsandsigns/billboardsmedium/billboard1{
+ dir = 8;
+ layer = 8;
+ pixel_y = 20
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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/strata{
+ icon_state = "orange_cover"
+ },
+/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)
+"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/heavyequip)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"tMQ" = (
+/obj/structure/window/framed/hybrisa/marshalls/reinforced,
+/obj/structure/window/framed/hybrisa/marshalls/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/prisoners_foyer)
+"tMS" = (
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/spaceport/heavyequip)
+"tMU" = (
+/obj/item/tool/pen{
+ pixel_x = 12;
+ pixel_y = 8
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/vip)
+"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/lv759/indoors/wy_research_complex/hallwaynorth)
+"tNm" = (
+/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)
+"tNz" = (
+/obj/structure/surface/rack,
+/obj/effect/spawner/random/powercell,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"tND" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"tNG" = (
+/obj/structure/machinery/iv_drip{
+ pixel_y = 19
+ },
+/turf/open/floor/almayer/research/containment/floor2{
+ dir = 1
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"tNI" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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)
+"tNL" = (
+/obj/effect/decal/cleanable/blood,
+/obj/item/paper/crumpled/bloody{
+ pixel_x = -9;
+ pixel_y = 12
+ },
+/obj/effect/decal/cleanable/blood/drip{
+ pixel_x = 10;
+ pixel_y = 21
+ },
+/obj/effect/landmark/corpsespawner/hybrisa/civilian_office,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"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)
+"tNW" = (
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/reception)
+"tNX" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/tcomms_northwest)
+"tOc" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform4,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/north_west_caves)
+"tOf" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 2.5
+ },
+/obj/structure/machinery/computer/card{
+ dir = 4
+ },
+/obj/structure/machinery/computer/cameras{
+ dir = 4;
+ pixel_y = -16
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "red"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security)
+"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/cargo_container/hybrisa/containersextended/lightgreywyright,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"tOj" = (
+/obj/effect/decal/cleanable/blood,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_east_caves)
+"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)
+"tOr" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 1
+ },
+/obj/structure/machinery/big_computers/computerblack/computer5,
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_factory)
+"tOs" = (
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"tOx" = (
+/obj/structure/surface/rack,
+/obj/item/device/toner,
+/obj/item/folder/black,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/item/tool/lighter/random{
+ pixel_x = -8
+ },
+/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/indoors/derelict_ship)
+"tOO" = (
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/northapartments)
+"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/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/botany/botany_mainroom)
+"tPc" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/hybrisa/generic/autoname{
+ dir = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/casino)
+"tPF" = (
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/cargo)
+"tPM" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/item/stack/rods{
+ pixel_y = 14
+ },
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/obj/item/stack/sheet/metal,
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"tPN" = (
+/obj/structure/machinery/faxmachine,
+/obj/structure/surface/table/almayer{
+ color = "#848484"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/obj/structure/sign/poster/corporate{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "red4"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"tPR" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/stack/rods,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Red{
+ icon_state = "meridian_red_damage_3";
+ health = 1250
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"tQj" = (
+/obj/structure/machinery/big_computers/computerblack/computer3,
+/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_y = 32
+ },
+/turf/open/floor/strata{
+ icon_state = "red1"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"tQq" = (
+/obj/structure/machinery/light/small/blue{
+ dir = 8;
+ layer = 6
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"tQs" = (
+/obj/effect/spawner/random/toolbox{
+ layer = 4
+ },
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"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/structure/window/reinforced{
+ dir = 1;
+ layer = 2
+ },
+/obj/structure/machinery/chem_storage/research{
+ icon_state = "operator"
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"tQJ" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Cop{
+ pixel_y = -4
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"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/dark,
+/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)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/corsat{
+ icon_state = "officesquares"
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"tRW" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"tSf" = (
+/obj/structure/barricade/handrail{
+ dir = 1;
+ layer = 2.7;
+ pixel_y = 2
+ },
+/obj/structure/machinery/light/blue,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/spaceport/cargo)
+"tSh" = (
+/obj/structure/bed/chair/comfy/teal{
+ dir = 8
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"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/indoors/derelict_ship)
+"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)
+"tSx" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"tSy" = (
+/turf/closed/wall/hybrisa/colony/engineering/ribbed,
+/area/lv759/indoors/power_plant/geothermal_generators)
+"tSB" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/stairs{
+ color = "#a6aeab"
+ },
+/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)
+"tSC" = (
+/turf/open/hybrisa/street/sidewalk{
+ dir = 5
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"tSK" = (
+/obj/structure/prop/hybrisa/misc/machinery/screens/redalertblank{
+ light_color = "#FF0000";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"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)
+"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/westbedrooms)
+"tTp" = (
+/obj/structure/window/framed/hybrisa/colony/engineering/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/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)
+"tTx" = (
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/colonial_marshals/press_room)
+"tTB" = (
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"tTD" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_y = 2
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"tTG" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/green_bigtile{
+ dir = 8
+ },
+/area/lv759/indoors/botany/botany_greenhouse)
+"tTH" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/hybrisa/personal/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/recycling_plant)
+"tTX" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "docstriping"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"tTY" = (
+/obj/effect/landmark/static_comms/net_two{
+ layer = 4
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_marked"
+ },
+/area/lv759/indoors/tcomms_northwest)
+"tTZ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"tUb" = (
+/obj/structure/machinery/light/blue{
+ dir = 1
+ },
+/obj/structure/sign/safety/landingzone{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"tUd" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 2.5
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"tUh" = (
+/obj/item/clothing/suit/hybrisa/sanitation_utility,
+/obj/item/clothing/suit/hybrisa/sanitation_utility,
+/obj/item/clothing/suit/hybrisa/sanitation_utility,
+/obj/structure/closet,
+/obj/item/clothing/suit/hybrisa/sanitation_utility,
+/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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"tUj" = (
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/wood/redwood,
+/area/lv759/indoors/apartment/westbedrooms)
+"tUm" = (
+/turf/open/shuttle/dropship{
+ icon_state = "rasputin3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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)
+"tUw" = (
+/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 = 2;
+ pixel_y = 9
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_street)
+"tUy" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 9;
+ icon_state = "cyan3"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"tUz" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"tUD" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/wallegg_off{
+ light_color = "#efa531";
+ light_on = 1;
+ light_range = 2;
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ icon_state = "spiralplate"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"tUE" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "docstriping"
+ },
+/obj/structure/sign/safety/twilight_zone_terminator{
+ desc = "Semiotic Standard denoting the nearby presence of a weapon research lab.";
+ name = "weapon research lab semiotic";
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"tUJ" = (
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/carpet/carpetgreendeco,
+/area/lv759/indoors/meridian/meridian_managersoffice)
+"tUK" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/ammo_magazine/smg/p90/p90_twe,
+/obj/structure/prop/hybrisa/misc/redmeter{
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/south)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"tUZ" = (
+/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/outdoors/landing_zone_2)
+"tVa" = (
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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)
+"tVs" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "spiralplate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"tVt" = (
+/obj/structure/bed/chair/comfy/hybrisa/brown{
+ pixel_y = 8
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/hallway_east)
+"tVw" = (
+/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/effect/spawner/random/gun/pistol/lowchance,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"tVx" = (
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_29";
+ pixel_y = 6
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"tVy" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_y = 4
+ },
+/obj/structure/prop/hybrisa/xenobiology/small/offempty,
+/turf/open/floor/bluegrid,
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"tVJ" = (
+/obj/item/tool/warning_cone{
+ layer = 2;
+ pixel_x = -9;
+ pixel_y = 20
+ },
+/obj/structure/sign/safety/medical{
+ pixel_x = -17
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"tVL" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/stoneplanterseats/empty{
+ dir = 1;
+ pixel_x = -8
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/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)
+"tVT" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/westshowers)
+"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/hybrisa_goon,
+/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 = "darkbrown3"
+ },
+/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/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard5{
+ dir = 1;
+ pixel_y = 20;
+ layer = 9
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"tWq" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6,
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/caves/south_west_caves)
+"tWr" = (
+/obj/item/tool/extinguisher{
+ pixel_x = 7;
+ pixel_y = 7
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 4
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"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/hybrisa/civilian,
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"tWy" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 4
+ },
+/area/lv759/outdoors/landing_zone_2)
+"tWB" = (
+/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
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"tWH" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 2.1
+ },
+/obj/structure/machinery/power/port_gen,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/electical_systems/substation1)
+"tWO" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{
+ dir = 1
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"tWP" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/bloodtrail,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"tWQ" = (
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"tWV" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/obj/structure/cable/white{
+ color = "#9f8700";
+ icon_state = "4-8";
+ layer = 5;
+ level = 2
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/processing)
+"tWX" = (
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ dir = 2;
+ icon = 'icons/obj/structures/doors/hybrisashutters.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)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/frame{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"tXm" = (
+/obj/structure/closet/firecloset,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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{
+ color = "#5d524b"
+ },
+/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)
+"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
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = -6;
+ pixel_y = -24
+ },
+/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)
+"tXW" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/surface/table/reinforced/black,
+/obj/item/paper{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/item/tool/pen/blue{
+ pixel_x = -6
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/floor)
+"tXY" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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)
+"tYa" = (
+/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
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_off{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "red"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security)
+"tYb" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/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{
+ dir = 4
+ },
+/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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"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/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/turf/open/floor/plating,
+/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)
+"tZs" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/strata_decals/grime/grime4,
+/obj/effect/decal/cleanable/blood/xeno,
+/obj/structure/machinery/light/small,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/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/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ 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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/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,
+/obj/item/clothing/suit/storage/hazardvest/sanitation,
+/obj/item/clothing/suit/storage/hazardvest/sanitation,
+/obj/item/clothing/suit/storage/hazardvest/sanitation,
+/obj/item/clothing/suit/storage/hazardvest/sanitation,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/cargo_container/hybrisa/containersextended/greywyright{
+ layer = 4
+ },
+/obj/structure/platform/strata/metal{
+ dir = 4;
+ layer = 5
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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_LZ)
+"uar" = (
+/obj/item/clothing/head/hardhat/dblue{
+ pixel_x = -7;
+ pixel_y = 10
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"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/structure/machinery/light/spot/blue,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"uaC" = (
+/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/outdoors/landing_zone_1)
+"uaD" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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 = "darkbrown3"
+ },
+/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{
+ dir = 8
+ },
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/machinery/computer/communications/simple{
+ dir = 4
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/power_plant/telecomms)
+"ubb" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_x = -27
+ },
+/obj/structure/surface/rack,
+/obj/effect/spawner/random/attachment,
+/obj/effect/spawner/random/tool,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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/storage/hazardvest/weymart,
+/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;
+ density = 0
+ },
+/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/prop/hybrisa/misc/floorprops/grate,
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"ucd" = (
+/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/indoors/caves/central_caves)
+"uce" = (
+/obj/structure/platform/hybrisa/metalplatform2{
+ dir = 8
+ },
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"uch" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 8
+ },
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 1
+ },
+/turf/closed/wall/hybrisa/rock,
+/area/lv759/oob)
+"ucj" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"ucm" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/largecrate/random/barrel/red,
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"ucs" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/road/road_stop{
+ dir = 8;
+ icon_state = "stop_decal5"
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"ucw" = (
+/obj/effect/decal/cleanable/blood{
+ icon_state = "mgibbl4"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/wy_security/checkpoint_east)
+"ucC" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/north_maint)
+"ucF" = (
+/obj/structure/machinery/iv_drip,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"ucH" = (
+/obj/structure/machinery/floodlight,
+/obj/structure/sign/poster/kellandmining{
+ pixel_y = 32
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"ucL" = (
+/obj/effect/decal/medical_decals{
+ dir = 4;
+ icon_state = "triagedecaldir"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 8
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"ucO" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 1
+ },
+/obj/structure/machinery/big_computers/computerblack/computer4,
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 1
+ },
+/area/lv759/indoors/electical_systems/substation1)
+"ucR" = (
+/obj/structure/filingcabinet{
+ density = 0;
+ pixel_x = -8;
+ pixel_y = 20
+ },
+/obj/structure/filingcabinet{
+ density = 0;
+ pixel_x = 8;
+ pixel_y = 20
+ },
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "9-10";
+ layer = 5
+ },
+/turf/open/floor/corsat{
+ icon_state = "box"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"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)
+"udk" = (
+/obj/structure/prop/hybrisa/vehicles/Box_Vans/Hyperdyne{
+ pixel_x = 2
+ },
+/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)
+"udn" = (
+/obj/structure/surface/table/reinforced/prison{
+ color = "#F13F3F"
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -6;
+ pixel_y = 6
+ },
+/obj/item/reagent_container/food/snacks/muffin,
+/turf/open/floor/hybrisa/tile/cuppajoesfloor,
+/area/lv759/indoors/spaceport/cuppajoes)
+"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)
+"udq" = (
+/obj/structure/prop/hybrisa/billboardsandsigns/bigroadsigns/road_sign_1{
+ dir = 8;
+ pixel_y = 16;
+ layer = 8
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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,
+/obj/structure/machinery/light/small,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/southwest_public_restroom)
+"udx" = (
+/obj/structure/prop/hybrisa/misc/slotmachine{
+ pixel_x = 6;
+ pixel_y = 1
+ },
+/obj/effect/hybrisa/decal/gold/line4{
+ pixel_x = -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,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/emergency_room)
+"udz" = (
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/west_caves)
+"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)
+"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,
+/obj/effect/landmark/corpsespawner/hybrisa/civilian,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"udQ" = (
+/obj/structure/machinery/door/airlock/almayer/security/glass/reinforced/colony{
+ autoname = 1;
+ name = "autoname"
+ },
+/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/hybrisa/medical/autoname,
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"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/suit/storage/snow_suit/hybrisa/parka_blue,
+/obj/structure/sign/safety/bathwomens{
+ pixel_y = 32;
+ pixel_x = 8
+ },
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/westfoyer)
+"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)
+"ufs" = (
+/obj/structure/machinery/landinglight/ds2/delaythree,
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecaldir"
+ },
+/turf/open/floor/plating/kutjevo,
+/area/lv759/outdoors/landing_zone_1)
+"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/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/eastfoyer)
+"ufA" = (
+/obj/effect/hybrisa/decal/WY/WYworn,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/indoors/wy_security/checkpoint_northeast)
+"ufQ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/handrail,
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red,
+/area/lv759/indoors/electical_systems/substation1)
+"ufR" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/vip)
+"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"
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/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/ship_hull/non_weedable_hull{
+ 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,
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"ugr" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "docstripingdir"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"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/prop/hybrisa/misc/blood/blood3{
+ layer = 4;
+ pixel_y = 32
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tileblackcheckered,
+/area/lv759/indoors/casino)
+"ugG" = (
+/obj/item/tool/mop{
+ pixel_y = 23
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"ugM" = (
+/obj/effect/decal/cleanable/vomit{
+ icon_state = "vomit_4"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/cigbutt,
+/obj/item/trash/cigbutt,
+/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/structure/machinery/light/built,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/road/lines3{
+ pixel_y = -1
+ },
+/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/indoors/derelict_ship)
+"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/westshowers)
+"uhc" = (
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"uhi" = (
+/obj/structure/bed/chair/comfy{
+ dir = 1;
+ icon_state = "chair_alt"
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/gold/line1{
+ pixel_y = -1
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/casino)
+"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 = "floor1";
+ dir = 8
+ },
+/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,
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/colonial_marshals/south_maintenance)
+"uhy" = (
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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)
+"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)
+"uhQ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_central)
+"uhV" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_1{
+ pixel_x = -26
+ },
+/turf/closed/wall/hybrisa/colony/reinforced/hull,
+/area/lv759/oob)
+"uhZ" = (
+/obj/structure/barricade/handrail/hybrisa/handrail{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/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/lv759/indoors/wy_research_complex/mainlabs)
+"uik" = (
+/obj/item/stack/rods,
+/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)
+"uis" = (
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ layer = 6;
+ pixel_x = -5;
+ pixel_y = -12
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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/indoors/derelict_ship)
+"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"
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/frame{
+ pixel_y = 32
+ },
+/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)
+"uiV" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "red3"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"uiZ" = (
+/obj/structure/prop/hybrisa/supermart/rack/longrack2,
+/turf/open/floor/corsat{
+ 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/hybrisa/hospital/hospitaldivider{
+ pixel_y = -4;
+ dir = 1;
+ layer = 3.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/lv759/indoors/wy_research_complex/hallwaycentral)
+"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)
+"ujl" = (
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"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)
+"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)
+"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
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/derelict_ship)
+"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
+ },
+/obj/structure/noticeboard{
+ pixel_y = 30
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "blue"
+ },
+/area/lv759/indoors/hospital/pharmacy)
+"ukh" = (
+/obj/structure/prop/hybrisa/vehicles/Meridian/Orange{
+ pixel_y = 8;
+ pixel_x = -2
+ },
+/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)
+"ukr" = (
+/obj/item/trash/barcardine,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/eastbedrooms)
+"uky" = (
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi';
+ dir = 4
+ },
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"ukF" = (
+/obj/effect/decal/cleanable/blood,
+/obj/item/ammo_casing/bullet,
+/obj/item/ammo_casing/bullet,
+/obj/item/ammo_casing/bullet,
+/obj/effect/decal/cleanable/blood/gibs/limb,
+/obj/effect/hybrisa/decal/road/lines4,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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
+ },
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/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)
+"ukR" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/hybrisa/tile/darkbrown_bigtile{
+ dir = 8
+ },
+/area/lv759/indoors/recycling_plant)
+"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,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_foyer)
+"ulh" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33;
+ pixel_y = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "red"
+ },
+/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)
+"ull" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"ulu" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/closet/hydrant{
+ pixel_y = 32
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow,
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ pixel_x = 4
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"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/dark,
+/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
+ },
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/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)
+"ulM" = (
+/obj/structure/girder/reinforced,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/fake/lattice/full,
+/obj/structure/prop/hybrisa/lattice_prop/lattice_3{
+ pixel_x = -26;
+ layer = 6
+ },
+/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/indoors/derelict_ship)
+"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)
+"umq" = (
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"umu" = (
+/obj/structure/machinery/light/double{
+ dir = 4;
+ pixel_y = -5
+ },
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = -8
+ },
+/obj/structure/bed/chair/vehicle/white{
+ dir = 1;
+ pixel_x = 8
+ },
+/turf/open/hybrisa/dropship/dropship2,
+/area/lv759/indoors/spaceport/horizon_runner)
+"umx" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"umF" = (
+/obj/structure/bed/chair/comfy{
+ dir = 4;
+ icon_state = "chair_alt"
+ },
+/obj/effect/hybrisa/decal/gold/line4{
+ pixel_x = -1
+ },
+/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"
+ },
+/obj/effect/decal/cleanable/blood/oil,
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/item/shard,
+/obj/item/stack/rods,
+/obj/effect/hybrisa/decal/tiretrack,
+/obj/effect/decal/cleanable/blood,
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"und" = (
+/obj/item/trash/chunk,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"une" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 1;
+ layer = 2
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"unh" = (
+/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/landing_zone_2)
+"uni" = (
+/obj/structure/blocker/invisible_wall,
+/turf/open/engineership/ship_hull/non_weedable_hull{
+ 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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "cyan4"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"unn" = (
+/turf/closed/wall/hybrisa/rock,
+/area/lv759/oob)
+"uns" = (
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ pixel_y = 20;
+ pixel_x = 4
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_caves)
+"unu" = (
+/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_LZ)
+"unv" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"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
+ },
+/obj/structure/sign/poster/kellandmining{
+ pixel_y = 32
+ },
+/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)
+"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/cargo_container/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/lv759/indoors/wy_research_complex/medical_annex)
+"uoc" = (
+/obj/item/reagent_container/food/snacks/wy_chips/pepper,
+/obj/structure/surface/table/almayer{
+ color = "#848484"
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"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)
+"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
+ },
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"uoI" = (
+/obj/item/shard,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/bloodtrail{
+ pixel_x = 5
+ },
+/obj/item/shard,
+/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
+ },
+/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)
+"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,
+/obj/structure/pipes/vents/pump_hybrisa,
+/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)
+"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)
+"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/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"upN" = (
+/obj/structure/platform/hybrisa/metalplatform1,
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_13"
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_17";
+ pixel_y = 12
+ },
+/obj/item/trash/hotdog,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -6;
+ pixel_y = 20
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"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/eastbedrooms)
+"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)
+"uqg" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "sterile"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"uqu" = (
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal3"
+ },
+/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"
+ },
+/obj/structure/sign/poster/safety{
+ pixel_y = 32
+ },
+/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
+ },
+/obj/structure/closet/hydrant{
+ pixel_y = 32
+ },
+/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 = "floor1";
+ dir = 1
+ },
+/area/lv759/indoors/electical_systems/substation2)
+"uqM" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2
+ },
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 6;
+ pixel_x = -14
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"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/item/ammo_magazine/handful/shotgun/beanbag/riot,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/armory)
+"uqZ" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/tool/warning_cone{
+ pixel_x = -9;
+ pixel_y = 20
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/hybrisa/metal/stripe_red,
+/area/lv759/indoors/electical_systems/substation1)
+"urd" = (
+/obj/structure/machinery/big_computers/computerblack/computer3,
+/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{
+ light_color = "#00f4ff";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/meridian/meridian_factory)
+"urm" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 8
+ },
+/obj/structure/platform/hybrisa/metalplatform2,
+/obj/structure/prop/hybrisa/cavedecor/stalagmite4,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"urr" = (
+/obj/effect/decal/cleanable/dirt{
+ layer = 5
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_3";
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"urA" = (
+/obj/item/ammo_casing/bullet,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"urC" = (
+/obj/structure/platform/hybrisa/metalplatform6,
+/obj/structure/machinery/light/blue,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"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/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/turf/open/hybrisa/street/cement1,
+/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;
+ layer = 6
+ },
+/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/platform/hybrisa/metalplatform6,
+/obj/structure/prop/hybrisa/misc/fake/wire/blue,
+/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/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"urQ" = (
+/obj/structure/platform_decoration/hybrisa/engineer_corner{
+ dir = 4
+ },
+/obj/structure/blackgoocontainer{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/turf/open/engineership/engineer_floor2,
+/area/lv759/indoors/derelict_ship)
+"urX" = (
+/obj/structure/window/framed/colony/reinforced,
+/obj/structure/machinery/door/poddoor/shutters/almayer{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/weymart)
+"urY" = (
+/obj/effect/decal/strata_decals/grime/grime4,
+/obj/effect/hybrisa/decal/dirt_2,
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/central_streets)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"usB" = (
+/obj/structure/machinery/atm{
+ icon = 'icons/obj/structures/props/64x64_hybrisarandomprops.dmi';
+ pixel_x = 3;
+ pixel_y = 11
+ },
+/obj/item/spacecash/c1{
+ pixel_y = -12
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/weymart)
+"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;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"usM" = (
+/obj/structure/machinery/atm{
+ icon = 'icons/obj/structures/props/64x64_hybrisarandomprops.dmi';
+ pixel_x = 6;
+ pixel_y = 11
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"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
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"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)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/prop/hybrisa/misc/fake/wire/blue{
+ pixel_x = -4
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow,
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ pixel_x = 4
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_off{
+ dir = 4;
+ pixel_y = 32
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/fusion_generators)
+"utS" = (
+/obj/structure/stairs{
+ color = "#b7b8b2";
+ dir = 1
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/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/effect/hybrisa/decal/doubleroad/lines1{
+ pixel_x = -4
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard5{
+ dir = 4;
+ pixel_y = 20;
+ layer = 9
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/indoors/derelict_ship)
+"uug" = (
+/obj/structure/cargo_container/hybrisa/containersextended/greenwywingsleft,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"uui" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"uum" = (
+/obj/structure/machinery/light{
+ dir = 4
+ },
+/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" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"uuD" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"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/drip,
+/obj/effect/decal/cleanable/blood,
+/obj/structure/prop/hybrisa/vehicles/Ambulance{
+ dir = 8;
+ pixel_y = 8;
+ pixel_x = 12
+ },
+/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,
+/obj/structure/machinery/door/airlock/almayer/generic{
+ dir = 8;
+ autoname = 1
+ },
+/obj/effect/hybrisa/decal/dirt_2,
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/prisoners_recreation_area)
+"uuX" = (
+/obj/structure/closet,
+/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/obj/item/clothing/suit/storage/snow_suit/hybrisa/polyester_jacket_blue,
+/obj/item/clothing/suit/storage/snow_suit/hybrisa/polyester_jacket_brown,
+/obj/item/clothing/suit/storage/snow_suit/hybrisa/polyester_jacket_red,
+/turf/open/floor/hybrisa/carpet/carpetpatternbrown,
+/area/lv759/indoors/apartment/eastbedroomsstorage)
+"uuY" = (
+/obj/structure/machinery/landinglight/ds1{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/outdoors/landing_zone_2)
+"uuZ" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform3{
+ dir = 1
+ },
+/turf/open/engineership/engineer_floor1,
+/area/lv759/indoors/derelict_ship)
+"uvb" = (
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/item/weapon/stunprod,
+/obj/item/clothing/accessory/storage/holster/armpit,
+/obj/structure/window/reinforced{
+ dir = 4;
+ health = 80
+ },
+/obj/item/weapon/gun/revolver/spearhead,
+/obj/item/clothing/suit/storage/cmb/hybrisa,
+/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)
+"uvk" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/item/shard,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/central_streets)
+"uvv" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/bloodtrail,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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)
+"uvE" = (
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/almayer{
+ icon_state = "test_floor4"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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_LZ)
+"uvW" = (
+/obj/structure/cargo_container/hybrisa/containersextended/kelland_left,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_east_caves)
+"uvZ" = (
+/obj/structure/platform/strata/metal{
+ dir = 1
+ },
+/obj/structure/bed/chair/comfy/black,
+/obj/structure/prop/hybrisa/misc/machinery/screens/frame{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"uwi" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"uwm" = (
+/obj/structure/platform/strata/metal{
+ dir = 1
+ },
+/obj/structure/platform/strata/metal{
+ dir = 8
+ },
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_29";
+ pixel_y = 6
+ },
+/obj/structure/sign/safety/flightcontrol{
+ pixel_y = 32;
+ pixel_x = 7
+ },
+/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)
+"uwF" = (
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"uwH" = (
+/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/outdoors/landing_zone_1)
+"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,
+/obj/item/smallDelivery{
+ pixel_x = -12;
+ pixel_y = 22
+ },
+/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/window/reinforced,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage{
+ desc = null;
+ pixel_y = 32
+ },
+/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/lv759/indoors/wy_research_complex/mainlabs)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"uxC" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/shard,
+/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/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/power_plant/transformers_north)
+"uxE" = (
+/obj/structure/machinery/newscaster{
+ pixel_y = 30
+ },
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/northfoyer)
+"uxG" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/cargo)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/wy_research_complex/researchanddevelopment)
+"uxW" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"uxY" = (
+/obj/structure/machinery/light/small{
+ dir = 8
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/westshowers)
+"uya" = (
+/obj/structure/machinery/light/spot/blue{
+ dir = 4
+ },
+/obj/structure/machinery/light/spot/blue{
+ dir = 1
+ },
+/turf/open/floor/kutjevo/colors/blue,
+/area/lv759/indoors/meridian/meridian_showroom)
+"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)
+"uyX" = (
+/obj/item/stack/sheet/wood,
+/obj/item/trash/eat,
+/turf/open/floor/hybrisa/tile/tilegreen,
+/area/lv759/indoors/garage_reception)
+"uyY" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"uzb" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 1
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"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)
+"uzl" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 1;
+ color = "#7e7d72"
+ },
+/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/eastrestroomsshower)
+"uzw" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"uzG" = (
+/obj/effect/hybrisa/decal/engineership_corners{
+ dir = 4
+ },
+/obj/structure/platform_decoration{
+ dir = 4
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"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)
+"uzO" = (
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/weymart)
+"uzU" = (
+/obj/structure/ore_box{
+ layer = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"uAe" = (
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice8";
+ pixel_y = 16
+ },
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice4";
+ pixel_y = 16
+ },
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/outdoors/landing_zone_2)
+"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/lv759/indoors/wy_research_complex/hallwaynorth)
+"uAl" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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)
+"uAz" = (
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"uAC" = (
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"uAG" = (
+/obj/effect/hybrisa/decal/engineership_corners{
+ dir = 8
+ },
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"uAK" = (
+/obj/structure/bed/chair/comfy/hybrisa/black{
+ dir = 1;
+ layer = 3.1;
+ pixel_y = 12;
+ buckling_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";
+ dir = 1
+ },
+/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/big_computers/messaging_server/brown{
+ dir = 1;
+ layer = 4.2
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitorsmall_off{
+ dir = 4;
+ pixel_y = 32
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/fusion_generators)
+"uAV" = (
+/obj/structure/closet/athletic_mixed,
+/obj/item/clothing/under/shorts/green,
+/obj/item/clothing/under/shorts/red,
+/obj/item/clothing/under/swimsuit/blue,
+/obj/item/clothing/under/swimsuit/purple,
+/obj/structure/sign/poster/music{
+ pixel_x = -12;
+ pixel_y = 38
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/westentertainment)
+"uAX" = (
+/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
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"uAZ" = (
+/obj/structure/machinery/meter,
+/turf/closed/wall/hybrisa/colony/engineering,
+/area/lv759/indoors/power_plant/workers_canteen_kitchen)
+"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
+ },
+/obj/structure/platform{
+ dir = 4
+ },
+/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)
+"uBJ" = (
+/obj/structure/machinery/light/small/blue{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "sterile"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"uBR" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Red{
+ icon_state = "meridian_red_damage_1";
+ health = 2250;
+ pixel_x = -4
+ },
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"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)
+"uCk" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco3{
+ dir = 8
+ },
+/obj/item/trash/hybrisa/cuppa_joes_static/lid{
+ pixel_x = 4;
+ pixel_y = 10
+ },
+/obj/item/trash/hybrisa/cuppa_joes_static/empty_cup,
+/obj/effect/decal/strata_decals/grime/grime3{
+ icon_state = "grime4"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 4
+ },
+/area/lv759/indoors/meridian/meridian_showroom)
+"uCl" = (
+/obj/effect/decal/cleanable/blood/drip,
+/obj/structure/stairs/perspective{
+ color = "#656c6b";
+ icon_state = "p_stair_full"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"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/effect/hybrisa/decal/dirt,
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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/eastbedrooms)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/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/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"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)
+"uDd" = (
+/obj/item/device/flashlight/lamp/tripod/grey,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_west_caves)
+"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/cargo_container/hybrisa/containersextended/bluewywingsleft,
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"uDm" = (
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"uDs" = (
+/obj/structure/machinery/power/terminal{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/liquid_fuel,
+/obj/structure/machinery/fuelcell_recycler,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"uDv" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/head_office)
+"uDz" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/redwywingsright{
+ layer = 4.2
+ },
+/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/eastfoyer)
+"uDD" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/westentertainment)
+"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)
+"uDJ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/vip)
+"uDL" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"uDP" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/botany/botany_mainroom)
+"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/hybrisa/hospital/hospitaldivider,
+/turf/open/floor/prison{
+ icon_state = "blue_plate"
+ },
+/area/lv759/indoors/hospital/outgoing)
+"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)
+"uEa" = (
+/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/landing_zone_2)
+"uEc" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"uEe" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform4,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/south_west_caves)
+"uEg" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/device/assembly/mousetrap/armed,
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"uEk" = (
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"uEm" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/supermartfloor1,
+/area/lv759/indoors/weymart)
+"uEr" = (
+/obj/structure/platform_decoration/hybrisa/engineer_corner{
+ dir = 1
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"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)
+"uEv" = (
+/obj/effect/hybrisa/decal/road/road_stop{
+ icon_state = "stop_decal2"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"uEx" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_foyer)
+"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)
+"uEL" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33
+ },
+/obj/structure/cargo_container/hybrisa/containersextended/greywyleft,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"uES" = (
+/obj/structure/largecrate/mule,
+/obj/item/tool/shovel,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/west_caves)
+"uEV" = (
+/obj/structure/platform{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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_LZ)
+"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,
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/westentertainment)
+"uFO" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "triagedecaldir";
+ layer = 2
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/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/westhallway)
+"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/lv759/indoors/wy_research_complex/hallwaynorth)
+"uGd" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/eastbedrooms)
+"uGe" = (
+/obj/structure/machinery/door/poddoor/shutters/almayer,
+/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/yellow{
+ dir = 4;
+ pixel_y = 6
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4;
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble5{
+ pixel_y = 12
+ },
+/turf/open/floor/plating,
+/area/lv759/outdoors/colony_streets/north_street)
+"uGj" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/closet/crate/medical,
+/obj/item/device/defibrillator,
+/turf/open/floor/plating{
+ dir = 5;
+ icon_state = "warnplate"
+ },
+/area/lv759/indoors/hospital/paramedics_garage)
+"uGm" = (
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"uGo" = (
+/obj/structure/machinery/cm_vending/sorted/boozeomat,
+/turf/open/floor/hybrisa/tile/tilered,
+/area/lv759/indoors/bar)
+"uGs" = (
+/obj/structure/pipes/vents/pump,
+/obj/structure/sign/poster/safety{
+ pixel_x = -4;
+ pixel_y = 34
+ },
+/obj/item/handcuffs,
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/interrogation)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/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/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ 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{
+ color = "#5d524b"
+ },
+/obj/effect/decal/cleanable/blood/oil,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ pixel_x = -2;
+ pixel_y = 20
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/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)
+"uGN" = (
+/obj/structure/prop/hybrisa/cavedecor/stalagmite0,
+/obj/structure/platform_decoration/hybrisa/rockdark,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_west_caves)
+"uGO" = (
+/obj/structure/platform/strata/metal{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard3{
+ pixel_y = 34;
+ dir = 8
+ },
+/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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/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)
+"uHk" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_2)
+"uHl" = (
+/turf/closed/shuttle/ert{
+ icon_state = "rightengine_1";
+ opacity = 0
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"uHn" = (
+/obj/structure/closet/secure_closet,
+/obj/structure/machinery/light/small/blue{
+ dir = 8
+ },
+/turf/open/hybrisa/dropship/dropship3,
+/area/lv759/indoors/wy_research_complex/changingroom)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/hospital/morgue)
+"uHH" = (
+/obj/effect/hybrisa/decal/road/lines4,
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal2"
+ },
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5;
+ layer = 3.2
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_marked"
+ },
+/area/lv759/indoors/recycling_plant)
+"uId" = (
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"uIe" = (
+/obj/structure/surface/rack,
+/obj/effect/spawner/random/toolbox{
+ layer = 4
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"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)
+"uIj" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood/gibs/core,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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)
+"uIq" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/north_caves)
+"uIs" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean2"
+ },
+/area/lv759/indoors/hospital/operation)
+"uIt" = (
+/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/outdoors/landing_zone_2)
+"uIC" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/tiretrack{
+ pixel_x = 7
+ },
+/obj/item/shard,
+/obj/effect/decal/cleanable/blood/oil/streak,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"uID" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"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)
+"uIJ" = (
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/east)
+"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" = (
+/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/hybrisa_goon,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"uIT" = (
+/obj/structure/bed/chair/office/dark{
+ dir = 4;
+ pixel_x = 7;
+ pixel_y = 10
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 7
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/office)
+"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)
+"uJa" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ pixel_y = -1
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "NW-out"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"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)
+"uJe" = (
+/obj/item/device/flashlight/lamp/tripod,
+/obj/structure/sign/safety/rewire{
+ desc = "Semiotic Standard denoting the nearby presence of a power substation.";
+ name = "power substation semiotic";
+ pixel_x = 34
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"uJq" = (
+/turf/open/floor/prison{
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"uJs" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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/lv759/indoors/wy_research_complex/cargo)
+"uJT" = (
+/obj/structure/largecrate/random/case/double,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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;
+ layer = 3.2
+ },
+/obj/item/trash/candle,
+/obj/item/tool/candle{
+ pixel_x = -6;
+ pixel_y = 6
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen{
+ pixel_y = 32
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/bar)
+"uKb" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/largecrate/random/barrel/black{
+ pixel_x = 12;
+ pixel_y = 4
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33
+ },
+/obj/structure/largecrate/random/mini{
+ layer = 4.01;
+ pixel_x = -7;
+ pixel_y = 8
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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)
+"uKg" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"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/buildinggreebliessmall/smallvent3{
+ 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)
+"uKC" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform,
+/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)
+"uKL" = (
+/obj/structure/platform{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/engineering)
+"uKM" = (
+/obj/structure/largecrate/random/barrel/purewhite,
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"uKT" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal4"
+ },
+/obj/structure/largecrate/random/barrel/purewhite{
+ layer = 2.8
+ },
+/obj/structure/machinery/light/double/blue{
+ dir = 1
+ },
+/obj/structure/sign/safety/opens_up{
+ pixel_y = 32;
+ pixel_x = 12
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"uLb" = (
+/obj/structure/blackgoocontainer{
+ pixel_y = 18;
+ layer = 3.01
+ },
+/turf/open/engineership/engineer_floor2,
+/area/lv759/indoors/derelict_ship)
+"uLd" = (
+/obj/effect/hybrisa/decal/road/lines1,
+/obj/effect/hybrisa/decal/dirt,
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/engineering)
+"uLl" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/supermartfloor1,
+/area/lv759/indoors/bar/kitchen)
+"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)
+"uLv" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/extinguisher_cabinet/alt{
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ dir = 1;
+ icon_state = "brown"
+ },
+/area/lv759/indoors/power_plant/gas_generators)
+"uLw" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33;
+ pixel_y = 2
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/wallegg_on{
+ light_color = "#efa531";
+ light_on = 1;
+ light_range = 2;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/orangeline,
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"uLy" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"uLC" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/card/id/guest{
+ pixel_y = 12
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"uLE" = (
+/obj/structure/machinery/recharge_station,
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/recycling_plant/synthetic_storage)
+"uLI" = (
+/obj/structure/machinery/colony_floodlight/traffic{
+ dir = 8;
+ pixel_y = 10
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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)
+"uLQ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/surface/rack,
+/obj/item/device/transfer_valve,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"uMg" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"uMh" = (
+/turf/open/floor{
+ dir = 8;
+ icon_state = "carpet13-5"
+ },
+/area/lv759/indoors/bar)
+"uMi" = (
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "2-6";
+ layer = 5
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"uMn" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1,
+/obj/effect/hybrisa/decal/engineership_corners{
+ dir = 1
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"uMo" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname,
+/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/northfoyer)
+"uMr" = (
+/obj/structure/surface/table,
+/obj/item/storage/pouch/autoinjector/full,
+/obj/structure/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/wy_research_complex/medical_annex)
+"uMu" = (
+/obj/structure/bed/stool{
+ icon_state = "stool_alt"
+ },
+/obj/effect/decal/strata_decals/grime/grime4{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ dir = 8;
+ icon_state = "carpet5-1"
+ },
+/area/lv759/indoors/bar)
+"uMv" = (
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"uMC" = (
+/obj/structure/bed/hybrisa/hospital/hospitaldivider,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"uML" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/spaceport/hallway_east)
+"uMP" = (
+/obj/structure/prop/hybrisa/vehicles/Mining_Crawlers{
+ icon_state = "mining_crawler_1_damage_1"
+ },
+/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/lv759/indoors/wy_research_complex/reception)
+"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)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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)
+"uNv" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 4
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"uNw" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"uNx" = (
+/obj/structure/platform,
+/obj/effect/decal/warning_stripes{
+ icon_state = "NW-out"
+ },
+/turf/open/shuttle/escapepod{
+ icon_state = "floor0";
+ dir = 1
+ },
+/area/lv759/indoors/power_plant/geothermal_generators)
+"uNz" = (
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"uND" = (
+/obj/item/shard,
+/turf/open/hybrisa/street/asphalt,
+/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{
+ 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
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"uOp" = (
+/obj/structure/prop/hybrisa/misc/detonator{
+ pixel_y = 7
+ },
+/obj/structure/cable/white{
+ icon_state = "1-2";
+ layer = 5
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/south_caves)
+"uOv" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetorangered,
+/area/lv759/indoors/bar/entertainment)
+"uOy" = (
+/obj/structure/bed/chair{
+ dir = 16
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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/prison{
+ dir = 4;
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"uOI" = (
+/obj/structure/closet/lasertag/blue,
+/obj/structure/machinery/light/blue{
+ dir = 8
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/westentertainment)
+"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 = "darkbrown3"
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"uOM" = (
+/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/outdoors/colony_streets/south_east_street)
+"uON" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/sign/safety/bathunisex{
+ desc = "Semiotic Standard denoting the nearby presence of a bathroom.";
+ name = "bathroom semiotic";
+ pixel_x = 32;
+ pixel_y = 7
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"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
+ },
+/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)
+"uOW" = (
+/obj/structure/surface/rack,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"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)
+"uPe" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{
+ dir = 1
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"uPf" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/power_plant/geothermal_generators)
+"uPi" = (
+/obj/structure/bed/chair/office/dark{
+ dir = 8;
+ layer = 3.25
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/colonial_marshals/office)
+"uPl" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/structure/sign/safety/medical{
+ pixel_x = 8;
+ pixel_y = 32
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"uPp" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "sterile_white"
+ },
+/area/lv759/indoors/hospital/reception)
+"uPC" = (
+/obj/structure/bed/chair{
+ dir = 16
+ },
+/obj/structure/window/reinforced,
+/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,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/cmo_office)
+"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/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
+ },
+/obj/effect/decal/cleanable/blackgoo{
+ color = "#f400ff";
+ desc = "It's dried to the floor.";
+ name = "spilled paint";
+ alpha = 150
+ },
+/obj/effect/decal/cleanable/blackgoo{
+ color = "#f400ff";
+ desc = "It's dried to the floor.";
+ name = "spilled paint";
+ alpha = 75;
+ pixel_x = 12;
+ pixel_y = 4
+ },
+/obj/item/reagent_container/glass/paint/violet{
+ pixel_y = -6
+ },
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "darkbrown3"
+ },
+/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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"uQo" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"uQp" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/apartment/eastbedrooms)
+"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,
+/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)
+"uQB" = (
+/obj/structure/bed/chair/comfy{
+ dir = 1
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"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
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/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)
+"uQO" = (
+/obj/structure/bed/hybrisa/bunkbed4{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"uQU" = (
+/obj/item/spacecash/ewallet,
+/obj/effect/hybrisa/decal/dirt,
+/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";
+ dir = 1
+ },
+/area/lv759/oob)
+"uRa" = (
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/item/paper/crumpled{
+ pixel_x = 6;
+ pixel_y = 18
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/obj/item/trash/hybrisa/cuppa_joes_static/empty_cup{
+ pixel_x = -5
+ },
+/obj/item/trash/hybrisa/cuppa_joes_static/lid{
+ pixel_x = 4;
+ pixel_y = 10
+ },
+/obj/structure/sign/poster/marshalls{
+ pixel_y = 32
+ },
+/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)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"uRo" = (
+/obj/structure/largecrate/random/barrel/black{
+ layer = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/central_caves)
+"uRp" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/weymart)
+"uRq" = (
+/obj/effect/decal/cleanable/blood{
+ icon_state = "mgibbl2"
+ },
+/obj/item/stack/rods,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ dir = 4
+ },
+/obj/item/shard,
+/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/almayer/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/eastentrance)
+"uRC" = (
+/obj/item/paper/crumpled,
+/obj/structure/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/weyyu_office)
+"uRD" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/janitor)
+"uRF" = (
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 4
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"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)
+"uRO" = (
+/obj/structure/closet/crate/trashcart{
+ opened = 1
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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/dark,
+/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,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/spaceport/heavyequip)
+"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)
+"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/indoors/derelict_ship)
+"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)
+"uSC" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"uSD" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic_solid/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/south)
+"uSE" = (
+/obj/structure/prop/power_transformer{
+ density = 1
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/outdoors/power_plant/transformers_north)
+"uSG" = (
+/obj/structure/ore_box{
+ pixel_x = 5
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/east_caves)
+"uSL" = (
+/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/outdoors/landing_zone_1)
+"uSN" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 1
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"uSS" = (
+/obj/structure/surface/rack,
+/obj/effect/spawner/random/tool,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/spaceport/heavyequip)
+"uSV" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 2
+ },
+/obj/item/trash/burger,
+/obj/structure/pipes/vents/pump_hybrisa,
+/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/Box_Vans/Blue_Grey{
+ dir = 1;
+ pixel_y = -8;
+ pixel_x = 2
+ },
+/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/almayer/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)
+"uTk" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_south)
+"uTl" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"uTm" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"uTp" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/maintenance_east)
+"uTr" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/maintenance_east)
+"uTt" = (
+/obj/structure/blackgoocontainer{
+ icon_state = "blackgoocontainer2"
+ },
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"uTE" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/northeast)
+"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/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/lv759/indoors/wy_research_complex/hangarbay)
+"uTV" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/landmark/static_comms/net_one,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "blue"
+ },
+/area/lv759/indoors/hospital/maintenance)
+"uUa" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 1
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/landing_zone_2)
+"uUh" = (
+/obj/structure/bed/chair/comfy{
+ dir = 1
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"uUn" = (
+/obj/item/stack/medical/splint,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"uUr" = (
+/obj/structure/machinery/conveyor{
+ dir = 8;
+ id = "cargo_container"
+ },
+/obj/structure/machinery/door/poddoor/shutters/almayer{
+ dir = 4
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/obj/item/storage/pouch/magazine/pistol/pmc_vp78,
+/obj/item/weapon/gun/pistol/vp78,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/securityarmory)
+"uUH" = (
+/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{
+ dir = 1
+ },
+/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)
+"uUP" = (
+/obj/structure/machinery/door_control/brbutton/alt{
+ pixel_y = -20;
+ id = "hybrisa_mining_lockdown1";
+ name = "lockdown button"
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = -17
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"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)
+"uVd" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/paper/research_notes/grant,
+/obj/item/device/encryptionkey/WY,
+/obj/item/coin/chitin{
+ pixel_x = -14
+ },
+/obj/item/coin/chitin{
+ pixel_x = -14;
+ pixel_y = 5
+ },
+/obj/item/coin/chitin{
+ pixel_x = -10;
+ pixel_y = 7
+ },
+/obj/item/clothing/head/bio_hood/wy_bio{
+ pixel_x = 12;
+ pixel_y = 4
+ },
+/turf/open/floor/hybrisa/carpet/carpetblackdeco,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"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)
+"uVk" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -3;
+ pixel_y = 9
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = -3;
+ pixel_y = 9
+ },
+/obj/effect/hybrisa/decal/dirt_2,
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/colonial_marshals/head_office)
+"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)
+"uVE" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"uVF" = (
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"uVN" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"uVV" = (
+/obj/item/tool/warning_cone{
+ pixel_x = 4;
+ pixel_y = 18;
+ layer = 4.2
+ },
+/obj/item/stool{
+ pixel_x = -4;
+ pixel_y = 23;
+ layer = 4.2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"uWk" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/barricade/handrail/kutjevo{
+ dir = 4
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"uWo" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ pixel_x = -1;
+ pixel_y = 2
+ },
+/obj/item/paper/crumpled,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/dark,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"uWF" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 8;
+ pixel_y = 12
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5;
+ layer = 3.2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2;
+ layer = 3.1
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"uWG" = (
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ 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/buckshot,
+/turf/open/floor/hybrisa/carpet/carpetblue,
+/area/lv759/indoors/apartment/westbedrooms)
+"uWP" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/structure/machinery/light/double/blue{
+ dir = 8
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/landing_zone_2)
+"uWR" = (
+/turf/open/floor/hybrisa/wood/redwood,
+/area/lv759/indoors/apartment/westbedrooms)
+"uXa" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door_control/brbutton{
+ id = "hybrisamining_northeast1";
+ indestructible = 1;
+ name = "Mining Lockdown";
+ pixel_x = 8;
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/northeast)
+"uXd" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/weymart)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"uXs" = (
+/obj/effect/decal/cleanable/blood/drip,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/hybrisa/decal/bloodtrail{
+ dir = 6
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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";
+ dir = 1
+ },
+/area/lv759/oob)
+"uXS" = (
+/obj/structure/machinery/sentry_holder/wy{
+ dir = 4;
+ pixel_x = -24;
+ layer = 4
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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)
+"uYf" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 8
+ },
+/obj/structure/platform_decoration/hybrisa/rockdark,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/caves/north_west_caves_outdoors)
+"uYg" = (
+/turf/open/floor/hybrisa/misc/spaceport2,
+/area/lv759/indoors/spaceport/docking_bay_1)
+"uYk" = (
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/colonial_marshals/hallway_central)
+"uYm" = (
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/cargo)
+"uYt" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/machinery/light/double{
+ 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{
+ 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/almayer/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/pizza_galaxy/meat{
+ pixel_y = -6
+ },
+/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";
+ color = "#37485b"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/apartment/westentertainment)
+"uZe" = (
+/obj/structure/filingcabinet/chestdrawer{
+ density = 0;
+ pixel_x = 7;
+ pixel_y = 18;
+ layer = 3.20
+ },
+/obj/structure/filingcabinet/chestdrawer{
+ density = 0;
+ pixel_x = -8;
+ pixel_y = 18;
+ layer = 3.20
+ },
+/obj/effect/hybrisa/decal/trash,
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"uZj" = (
+/obj/item/tool/screwdriver{
+ layer = 3.6;
+ pixel_x = 9;
+ pixel_y = 8
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ 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"
+ },
+/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)
+"uZt" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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/almayer/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";
+ pixel_x = -8;
+ pixel_y = 21
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_4"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "sterile"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Mining_Crawlers{
+ icon_state = "mining_crawler_2"
+ },
+/obj/structure/platform{
+ layer = 4.1
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "plating_striped"
+ },
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"vam" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 2
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/obj/structure/machinery/light{
+ dir = 4
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_security/checkpoint_west)
+"vap" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"vau" = (
+/obj/structure/machinery/light/blue,
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"vaO" = (
+/obj/structure/window/framed/hybrisa/marshalls/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/hallway_north_locker)
+"vaX" = (
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"vbj" = (
+/obj/structure/closet/crate/science,
+/turf/open/engineership/engineer_floor2,
+/area/lv759/indoors/derelict_ship)
+"vbq" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 1;
+ layer = 4
+ },
+/obj/structure/fence/dark,
+/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/lv759/indoors/wy_research_complex/cafeteria)
+"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/indoors/derelict_ship)
+"vbC" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2
+ },
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 8;
+ pixel_y = 18
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/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_LZ)
+"vbJ" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"vbL" = (
+/obj/structure/machinery/cm_vending/sorted/tech/electronics_storage,
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/equipment_west)
+"vbO" = (
+/obj/structure/cargo_container/hybrisa/containersextended/kelland_right,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/east_caves)
+"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/red/kelland{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"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 = 12
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4;
+ pixel_y = 6
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble4{
+ pixel_y = 12
+ },
+/turf/open/floor/plating,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"vck" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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;
+ buckling_x = 7;
+ buckling_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/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ dir = 1;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/recycling_plant)
+"vcA" = (
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 8
+ },
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/central_caves)
+"vcB" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood/drip{
+ pixel_x = 10;
+ pixel_y = 21
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 8;
+ color = "#bbbaae"
+ },
+/obj/structure/largecrate/random/mini/med{
+ layer = 3.01;
+ pixel_y = 19
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/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{
+ pixel_y = -2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"vcO" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"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)
+"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)
+"vdr" = (
+/obj/structure/window/framed/hybrisa/colony/hospital/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/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)
+"vdB" = (
+/obj/structure/prop/hybrisa/xenobiology/small/hugger,
+/turf/open/floor/bluegrid,
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"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)
+"vdS" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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/outdoors/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)
+"ves" = (
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice3";
+ pixel_y = 19
+ },
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice1";
+ pixel_y = -13;
+ layer = 4.1
+ },
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"vev" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ pixel_y = -1
+ },
+/obj/structure/largecrate/random/case/double,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"veD" = (
+/obj/structure/filingcabinet/chestdrawer{
+ density = 0;
+ pixel_x = -6;
+ pixel_y = 18
+ },
+/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/westhallway)
+"veI" = (
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/engineering)
+"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)
+"vfi" = (
+/obj/structure/bed/hybrisa/hospital/hospitaldivider,
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"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)
+"vfo" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "triagedecaldir"
+ },
+/obj/item/shard,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"vfG" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 2.1
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/south_west_caves)
+"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";
+ dir = 1
+ },
+/area/lv759/oob)
+"vfQ" = (
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 30
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"vfU" = (
+/obj/structure/machinery/floodlight,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{
+ 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/hybrisa/containersextended/kelland_right{
+ layer = 4.12
+ },
+/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/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/janitor)
+"vgg" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 8
+ },
+/obj/structure/platform_decoration/hybrisa/engineer_corner,
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"vgx" = (
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/obj/structure/surface/rack,
+/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,
+/turf/open/floor/prison{
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/armory)
+"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)
+"vgP" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecaldir"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"vgQ" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/almayer{
+ icon_state = "test_floor4"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"vhu" = (
+/obj/structure/prop/hybrisa/vehicles/Meridian/Green{
+ icon_state = "meridian_green_damage_4";
+ health = 750;
+ pixel_y = 8
+ },
+/obj/effect/hybrisa/decal/tiretrack{
+ pixel_x = 7
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"vhD" = (
+/obj/structure/platform/strata/metal{
+ dir = 4
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "blue3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"vhR" = (
+/obj/structure/platform/strata/metal{
+ dir = 8
+ },
+/obj/structure/bed/chair/comfy/hybrisa/brown{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"vhT" = (
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard3{
+ pixel_y = 20;
+ layer = 9;
+ pixel_x = -6;
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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)
+"vid" = (
+/obj/item/stack/sheet/wood{
+ layer = 4.1;
+ pixel_x = 14;
+ pixel_y = -4
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/landing_zone_2)
+"vif" = (
+/obj/structure/prop/hybrisa/engineer/spacejockey{
+ pixel_y = 12
+ },
+/turf/open/engineership/engineer_floor1,
+/area/lv759/indoors/derelict_ship)
+"vim" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/botany/botany_hallway)
+"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)
+"viw" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/noticeboard{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"viy" = (
+/obj/item/tool/warning_cone{
+ pixel_x = -13;
+ pixel_y = 11
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/sign/poster/kellandmining{
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"viJ" = (
+/obj/structure/window/framed/hybrisa/colony/engineering,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/garage_managersoffice)
+"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;
+ layer = 6
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/central_streets)
+"viL" = (
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"viS" = (
+/obj/item/tool/warning_cone{
+ layer = 4;
+ pixel_x = 5;
+ pixel_y = 13
+ },
+/obj/item/stack/sheet/cardboard/small_stack,
+/obj/item/stack/sheet/metal,
+/turf/open/floor/prison{
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"vjo" = (
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/south_maintenance)
+"vju" = (
+/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble7,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"vjx" = (
+/obj/structure/fence/dark,
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"vjF" = (
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"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{
+ 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/structure/closet/emcloset,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"vjT" = (
+/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)
+"vkb" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 4
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"vkc" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"vkh" = (
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"vkj" = (
+/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)
+"vkl" = (
+/obj/structure/platform/hybrisa/rockdark,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/caves/north_west_caves_outdoors)
+"vkn" = (
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/item/paper{
+ layer = 5;
+ pixel_x = -7;
+ pixel_y = 7
+ },
+/obj/item/tool/pen/blue,
+/obj/item/paper/crumpled{
+ pixel_x = 9
+ },
+/obj/item/paper_bin{
+ pixel_x = -4;
+ pixel_y = 7
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/bar/entertainment)
+"vkA" = (
+/obj/structure/largecrate/random,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer,
+/area/lv759/indoors/spaceport/cargo)
+"vkD" = (
+/obj/structure/bed/stool{
+ buckling_y = 14;
+ pixel_y = 22
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/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)
+"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/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/weyyu_office/supervisor)
+"vla" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/bar)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor{
+ dir = 1;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/recycling_plant)
+"vlh" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/kutjevo/grey,
+/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/lv759/indoors/wy_research_complex/dormsfoyer)
+"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/lv759/indoors/wy_research_complex/hallwayeast)
+"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)
+"vlA" = (
+/obj/structure/machinery/door/airlock/almayer/generic{
+ dir = 2;
+ autoname = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/westshowers)
+"vlB" = (
+/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/outdoors/colony_streets/south_east_street)
+"vlF" = (
+/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/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"vlJ" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/decal/cleanable/blood/drip,
+/obj/structure/prop/hybrisa/misc/blood/blood3{
+ layer = 4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 30;
+ pixel_x = 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)
+"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)
+"vmg" = (
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"vmj" = (
+/obj/structure/window/framed/hybrisa/colony/office,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/weyyu_office/pressroom)
+"vml" = (
+/obj/structure/barricade/handrail/strata,
+/obj/structure/machinery/light/small/blue{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/south_west_caves)
+"vmp" = (
+/obj/structure/prop/invuln/fusion_reactor,
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ pixel_x = -4
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow,
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ pixel_x = 4
+ },
+/obj/structure/cable/white{
+ color = "#9f8700";
+ icon_state = "5-6";
+ layer = 5;
+ level = 2
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/fusion_generators)
+"vmu" = (
+/obj/structure/barricade/handrail/hybrisa/handrail{
+ dir = 1
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/landing_zone_2)
+"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,
+/obj/item/clothing/suit/armor/vest/hybrisa/civilian_vest,
+/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
+/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)
+"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)
+"vnf" = (
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"vnj" = (
+/obj/structure/machinery/light/double/blue{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 9
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"vnm" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 6;
+ pixel_y = 2
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"vnu" = (
+/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/outdoors/landing_zone_2)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"vnF" = (
+/obj/item/shard,
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"vnL" = (
+/obj/structure/closet/phonebox{
+ pixel_x = 4;
+ light_color = "#00AAFF";
+ light_on = 1;
+ light_power = 3;
+ light_range = 4
+ },
+/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,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"vnV" = (
+/obj/effect/spawner/random/sentry/highchance,
+/obj/structure/barricade/deployable{
+ dir = 4
+ },
+/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)
+"vnX" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 4
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"vnZ" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 1
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/east_caves)
+"voj" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/power_plant/south_hallway)
+"von" = (
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_foyer)
+"vop" = (
+/obj/structure/closet,
+/obj/item/clothing/suit/storage/snow_suit/hybrisa/polyester_jacket_brown,
+/obj/item/clothing/suit/storage/snow_suit/hybrisa/polyester_jacket_red,
+/obj/item/clothing/suit/storage/snow_suit/hybrisa/parka_brown,
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/westhallway)
+"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/eastbedroomsstorage)
+"voE" = (
+/obj/effect/hybrisa/decal/tiretrack,
+/obj/effect/decal/cleanable/blood/gibs/core,
+/obj/item/stack/rods,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/decal/cleanable/blood/gibs/limb,
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"voL" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/effect/decal/cleanable/blood,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"voM" = (
+/obj/structure/machinery/door/window/brigdoor/southright,
+/turf/open/floor/almayer{
+ icon_state = "plating_striped"
+ },
+/area/lv759/indoors/power_plant/fusion_generators)
+"voT" = (
+/obj/effect/decal/cleanable/liquid_fuel,
+/obj/effect/decal/cleanable/blood/oil/streak,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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,
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"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)
+"vph" = (
+/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/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -4;
+ pixel_y = 6;
+ layer = 7
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"vpi" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -9;
+ pixel_y = -6
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"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"
+ },
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/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/buildinggreebliessmall/smallvent3{
+ 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)
+"vpA" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/colonial_marshals/north_office)
+"vpG" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"vpK" = (
+/obj/structure/bed/sofa/hybrisa/misc/bench{
+ pixel_x = 7;
+ dir = 1;
+ layer = 3
+ },
+/obj/structure/window/reinforced{
+ dir = 8;
+ health = 80;
+ pixel_x = -2;
+ color = "#a6aeab"
+ },
+/obj/structure/window/reinforced{
+ color = "#a6aeab"
+ },
+/obj/structure/platform/hybrisa/metalplatform6{
+ layer = 4
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"vpM" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic/autoname,
+/turf/open/floor/hybrisa/tile/tilegreen,
+/area/lv759/indoors/garage_managersoffice)
+"vpS" = (
+/obj/item/tool/warning_cone{
+ pixel_x = -9;
+ pixel_y = 20
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/central_streets)
+"vpT" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"vqb" = (
+/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/outdoors/landing_zone_2)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"vqh" = (
+/obj/structure/machinery/cm_vending/sorted/medical/blood,
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/wy_research_complex/medical_annex)
+"vqk" = (
+/obj/structure/prop/hybrisa/vehicles/Colony_Crawlers/Science_2{
+ dir = 8
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/central_caves)
+"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)
+"vqo" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/hospital/morgue)
+"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)
+"vqt" = (
+/turf/closed/wall/r_wall/biodome,
+/area/lv759/indoors/wy_research_complex/hallwaycentral)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_security/checkpoint_west)
+"vqz" = (
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/westrestroom)
+"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)
+"vqL" = (
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ pixel_y = 20
+ },
+/obj/structure/largecrate/mule,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_caves)
+"vqN" = (
+/obj/structure/bed/chair/comfy/teal,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 30;
+ pixel_x = 4
+ },
+/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)
+"vqU" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"vqW" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/airlock/almayer/generic{
+ dir = 8;
+ autoname = 1
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/bar/bathroom)
+"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)
+"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)
+"vrP" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -1;
+ pixel_y = 1
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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,
+/turf/open/floor/hybrisa/metal/bluemetalfull,
+/area/lv759/indoors/wy_research_complex/reception)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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)
+"vsm" = (
+/obj/structure/fence/dark/warning,
+/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_west_caves)
+"vsn" = (
+/obj/item/clothing/head/hybrisa/wy_cap,
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/wy_research_complex/dormsfoyer)
+"vso" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Cop,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/colonial_marshals/garage)
+"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/indoors/derelict_ship)
+"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/structure/window/reinforced{
+ dir = 8
+ },
+/obj/item/ammo_magazine/revolver/spearhead,
+/obj/item/ammo_magazine/revolver/spearhead/hollowpoint,
+/obj/item/ammo_magazine/revolver/spearhead/hollowpoint,
+/obj/item/ammo_magazine/revolver/spearhead/hollowpoint,
+/obj/item/ammo_magazine/revolver/spearhead/hollowpoint,
+/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{
+ color = "#5d524b"
+ },
+/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" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "docstripingdir"
+ },
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"vsS" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red,
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/landing_zone_2)
+"vsT" = (
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"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
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"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/machinery/colony_floodlight/traffic{
+ dir = 1;
+ pixel_x = 8;
+ pixel_y = 12
+ },
+/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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/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_LZ)
+"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)
+"vtF" = (
+/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/outdoors/landing_zone_2)
+"vtI" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/east_hallway)
+"vtL" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"vtM" = (
+/obj/effect/landmark/corpsespawner/hybrisa/civilian_office,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/prison,
+/area/lv759/indoors/spaceport/communications_office)
+"vtO" = (
+/obj/structure/cargo_container/hybrisa/containersextended/tanleft{
+ pixel_x = -4;
+ layer = 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,
+/obj/structure/sign/poster/safety{
+ pixel_x = -4;
+ pixel_y = 34
+ },
+/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)
+"vuB" = (
+/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/outdoors/landing_zone_2)
+"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,
+/obj/structure/sign/safety/maint{
+ pixel_x = 32
+ },
+/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)
+"vuL" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"vuP" = (
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/south_west_caves)
+"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)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/obj/effect/decal/cleanable/blood,
+/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
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_3{
+ pixel_x = -26;
+ layer = 6
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"vvr" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname,
+/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)
+"vvI" = (
+/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
+ },
+/obj/structure/cable/white{
+ color = "#9f8700";
+ icon_state = "4-8";
+ layer = 5;
+ level = 2
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 4
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"vvP" = (
+/obj/structure/blackgoocontainer{
+ icon_state = "blackgoocontainer2";
+ dir = 8
+ },
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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/lv759/indoors/wy_research_complex/hallwaynorth)
+"vwe" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_north)
+"vwg" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/device/flashlight/lamp/tripod{
+ layer = 6;
+ pixel_y = 11
+ },
+/obj/structure/machinery/door_control/brbutton{
+ id = "hybrisa_mining_lockdown3";
+ indestructible = 1;
+ layer = 4;
+ name = "lockdown button";
+ pixel_y = 26;
+ pixel_x = -5
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 8
+ },
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"vwi" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/electical_systems/substation1)
+"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/indoors/derelict_ship)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"vwv" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/tool/warning_cone{
+ pixel_x = -21;
+ pixel_y = 3
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ dir = 4;
+ color = "#7e7d72"
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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/machinery/door/poddoor/almayer/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)
+"vwM" = (
+/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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"vwU" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/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
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_6";
+ pixel_x = -8;
+ pixel_y = 12
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -4;
+ pixel_y = 6;
+ layer = 3.1
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue,
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4
+ },
+/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)
+"vxd" = (
+/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,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"vxe" = (
+/obj/structure/platform_decoration/strata/metal{
+ dir = 8
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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)
+"vxp" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/tile/tileblackcheckered,
+/area/lv759/indoors/casino)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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/hybrisa/generic/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/meridian/meridian_office)
+"vxB" = (
+/obj/item/trash/cigbutt,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"vxD" = (
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"vxE" = (
+/obj/structure/surface/table/almayer,
+/obj/effect/spawner/random/toy,
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/westentertainment)
+"vxL" = (
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/caves/south_west_caves)
+"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)
+"vyi" = (
+/obj/item/tool/warning_cone{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/obj/item/stack/rods,
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"vym" = (
+/obj/item/tool/warning_cone{
+ pixel_y = 17
+ },
+/obj/item/device/flashlight/lamp/tripod,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"vyE" = (
+/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/outdoors/colony_streets/south_east_street)
+"vyG" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/fence/dark,
+/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
+ },
+/obj/structure/prop/hybrisa/misc/fire/fire1{
+ color = "#ffa700";
+ layer = 7
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_3{
+ pixel_x = -26;
+ layer = 6
+ },
+/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)
+"vzr" = (
+/obj/structure/machinery/line_nexter{
+ dir = 1;
+ id = "MTline";
+ pixel_y = 3
+ },
+/obj/structure/barricade/handrail{
+ dir = 4
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/weymart)
+"vzC" = (
+/turf/closed/shuttle/ert{
+ icon_state = "wy23"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/bar)
+"vzM" = (
+/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/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"vzU" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/hospital/morgue)
+"vzV" = (
+/obj/structure/window/framed/hybrisa/spaceport/cell,
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/security_office)
+"vzW" = (
+/obj/structure/machinery/space_heater/radiator/red{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/office)
+"vzY" = (
+/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/outdoors/landing_zone_2)
+"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)
+"vAo" = (
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"vAs" = (
+/obj/item/paper/crumpled/bloody{
+ pixel_x = -9;
+ pixel_y = 12
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"vAz" = (
+/obj/structure/machinery/power/geothermal,
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_y = 32;
+ pixel_x = 8
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/electical_systems/substation2)
+"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,
+/obj/structure/sign/safety/synth_storage{
+ desc = "Semiotic Standard denoting the nearby presence of a cargo depot.";
+ name = "cargo depot semiotic";
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/outdoors/colony_streets/central_streets)
+"vAP" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 8
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "darkbrown2"
+ },
+/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)
+"vAY" = (
+/obj/structure/platform/strata/metal{
+ dir = 1
+ },
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_29";
+ pixel_y = 6
+ },
+/obj/structure/sign/safety/stairs{
+ pixel_y = 32
+ },
+/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/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_showroom)
+"vBe" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 1
+ },
+/obj/structure/surface/table/almayer{
+ color = "#848484"
+ },
+/obj/item/stack/sheet/plasteel,
+/obj/item/tool/wrench{
+ pixel_x = 1;
+ pixel_y = 10
+ },
+/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/plating,
+/area/lv759/indoors/wy_security/checkpoint_northwest)
+"vBj" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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/colony_streets/south_west_street_comms)
+"vBr" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{
+ dir = 1
+ },
+/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,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetbluedeco,
+/area/lv759/indoors/colonial_marshals/north_office)
+"vBF" = (
+/obj/item/reagent_container/glass/bucket/mopbucket{
+ pixel_y = 12
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 3;
+ pixel_y = -2
+ },
+/obj/item/stack/sheet/cardboard{
+ layer = 1
+ },
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/obj/structure/sign/poster/safety{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/darkbrown_bigtile{
+ dir = 9
+ },
+/area/lv759/indoors/recycling_plant/garage)
+"vBN" = (
+/obj/structure/bed/sofa/hybrisa/misc/bench{
+ pixel_x = 7
+ },
+/obj/structure/window/reinforced{
+ dir = 8;
+ health = 80;
+ layer = 4;
+ pixel_x = -2;
+ color = "#a6aeab"
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 3;
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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{
+ pixel_y = 4;
+ pixel_x = -2;
+ layer = 3.03
+ },
+/obj/item/clothing/accessory/medal/bronze/heart{
+ pixel_y = 12;
+ pixel_x = 4
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/northapartments)
+"vCu" = (
+/obj/structure/machinery/colony_floodlight/traffic_alt{
+ dir = 8;
+ pixel_x = 5;
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 10
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"vCx" = (
+/obj/structure/bed/chair/wood/normal{
+ pixel_y = 12;
+ layer = 4;
+ buckling_y = 12
+ },
+/obj/structure/machinery/newscaster{
+ pixel_y = 30
+ },
+/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 = "floor1"
+ },
+/area/lv759/oob)
+"vCD" = (
+/obj/structure/platform_decoration/strata/metal{
+ dir = 4
+ },
+/obj/item/device/flashlight/lamp/tripod,
+/obj/structure/sign/safety/stairs{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"vCH" = (
+/obj/structure/sign/safety/landingzone{
+ pixel_y = 7;
+ pixel_x = 32
+ },
+/obj/structure/sign/safety/east{
+ pixel_y = -5;
+ pixel_x = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"vCL" = (
+/obj/structure/machinery/light/small/blue{
+ dir = 4
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/prisoners_cells)
+"vCV" = (
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/hallway_north_locker)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/floor)
+"vDj" = (
+/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/outdoors/landing_zone_2)
+"vDk" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_flight_control_room)
+"vDl" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/meridian/meridian_managersoffice)
+"vDm" = (
+/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder1,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/central_caves)
+"vDn" = (
+/obj/structure/prop/ice_colony/surveying_device{
+ dir = 4
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/central_caves)
+"vDr" = (
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 1;
+ layer = 2
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"vDt" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_y = 4
+ },
+/obj/structure/window/reinforced,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"vDB" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/garage)
+"vDF" = (
+/obj/structure/ore_box{
+ layer = 2
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_east_caves)
+"vDH" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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)
+"vDN" = (
+/obj/structure/filingcabinet{
+ density = 0;
+ icon_state = "chestdrawer";
+ pixel_x = 8;
+ pixel_y = 21;
+ layer = 3.20
+ },
+/obj/structure/filingcabinet{
+ density = 0;
+ icon_state = "chestdrawer";
+ pixel_x = -8;
+ pixel_y = 21;
+ layer = 3.20
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_8"
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 1
+ },
+/area/lv759/indoors/spaceport/communications_office)
+"vDU" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/wy_security/checkpoint_northeast)
+"vDV" = (
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 30
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/hospital/virology)
+"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)
+"vEh" = (
+/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/hybrisarandomprops.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/hybrisarandomprops.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)
+"vEk" = (
+/obj/structure/platform_decoration/hybrisa/engineer_corner{
+ dir = 4
+ },
+/obj/structure/platform_decoration/hybrisa/engineer_corner,
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"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/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/item/ammo_magazine/smg/fp9000,
+/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/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"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)
+"vEJ" = (
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/weymart/maintenance)
+"vEK" = (
+/obj/effect/landmark/monkey_spawn,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblue,
+/area/lv759/indoors/apartment/westentertainment)
+"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/almayer/hybrisa/shutters{
+ id = "medical_storage_lockdown"
+ },
+/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_LZ)
+"vFd" = (
+/obj/item/trash/cigbutt{
+ pixel_x = 4
+ },
+/obj/structure/largecrate/random/mini/small_case{
+ pixel_x = 8;
+ pixel_y = -3;
+ layer = 2.9
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"vFf" = (
+/obj/effect/decal/cleanable/blood/drip{
+ icon_state = "3"
+ },
+/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/weapon/gun/smg/p90,
+/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)
+"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)
+"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)
+"vFO" = (
+/obj/effect/decal/strata_decals/grime/grime1,
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/bar/bathroom)
+"vFU" = (
+/obj/item/ammo_casing/bullet,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"vFV" = (
+/obj/structure/machinery/medical_pod/sleeper,
+/turf/open/floor/prison{
+ icon_state = "sterile_white"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"vFY" = (
+/obj/structure/curtain/medical,
+/obj/structure/window/framed/hybrisa/colony/hospital,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/operation)
+"vGb" = (
+/obj/structure/cargo_container/hybrisa/containersextended/tanwywingsright{
+ layer = 4.2
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"vGe" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/tool/warning_cone{
+ pixel_x = -13;
+ pixel_y = 19
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging/corner{
+ dir = 1;
+ color = "#7e7d72"
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"vGh" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/meridian/meridian_office)
+"vGi" = (
+/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/platform/hybrisa/metalplatform1{
+ dir = 4
+ },
+/obj/structure/platform/hybrisa/metalplatform1{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/misc/floorprops/grate,
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{
+ dir = 4;
+ pixel_y = 14;
+ layer = 2.1
+ },
+/turf/open/hybrisa/street/underground_unweedable,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"vGk" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 4
+ },
+/obj/structure/stairs{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"vGq" = (
+/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_LZ)
+"vGr" = (
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "Emergency Lockdown";
+ dir = 8;
+ indestructible = 1;
+ id = "hybrisacolonylockdown";
+ needs_power = 0;
+ unacidable = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"vGv" = (
+/obj/structure/machinery/door/airlock/hybrisa/medical/autoname{
+ dir = 1
+ },
+/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)
+"vGI" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "blue_plate"
+ },
+/area/lv759/indoors/hospital/outgoing)
+"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)
+"vHn" = (
+/obj/structure/machinery/light/double/blue,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"vHo" = (
+/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/chair/comfy/hybrisa/brown{
+ dir = 4
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"vHs" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecaltopright"
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"vHv" = (
+/obj/item/weapon/twohanded/folded_metal_chair{
+ pixel_x = -7;
+ pixel_y = 9
+ },
+/obj/structure/platform/hybrisa/metalplatform3{
+ dir = 4
+ },
+/obj/effect/hybrisa/decal/road/lines1{
+ pixel_x = -1
+ },
+/obj/effect/hybrisa/decal/road/lines2{
+ pixel_y = 2
+ },
+/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)
+"vHA" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/north_east_caves)
+"vHF" = (
+/obj/structure/surface/rack,
+/turf/open/floor/prison{
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/hospital/maintenance)
+"vHP" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/ammo_casing/bullet,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"vHQ" = (
+/obj/item/card/id/silver/cl,
+/obj/structure/surface/table/almayer{
+ color = "#848484"
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/obj/structure/sign/poster/corporate{
+ pixel_y = 32
+ },
+/turf/open/hybrisa/dropship/dropship3,
+/area/lv759/indoors/wy_research_complex/changingroom)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"vIl" = (
+/obj/structure/bed/chair{
+ dir = 1;
+ layer = 2.7
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"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{
+ 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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/kutjevo,
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"vIE" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/colonial_marshals/hallway_central)
+"vIM" = (
+/obj/structure/reagent_dispensers/water_cooler/stacks{
+ density = 0;
+ pixel_x = -9;
+ pixel_y = 2
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = 1;
+ pixel_y = 8
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_office)
+"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/pizza_galaxy/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/strata{
+ dir = 1;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/weymart)
+"vJf" = (
+/obj/structure/bed/chair{
+ dir = 8
+ },
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/westhallway)
+"vJi" = (
+/obj/effect/hybrisa/decal/grate,
+/turf/open/auto_turf/hybrisashale/layer0_plate,
+/area/lv759/outdoors/caveplateau)
+"vJj" = (
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/hybrisa/tile/yellow_bigtile,
+/area/lv759/indoors/power_plant/workers_canteen)
+"vJm" = (
+/obj/structure/cargo_container/hybrisa/containersextended/lightgreywyright{
+ layer = 4.2
+ },
+/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;
+ pixel_y = -12
+ },
+/obj/structure/machinery/light/blue{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/supermart/supermartfruitbasketmelons{
+ pixel_x = -2;
+ pixel_y = 10
+ },
+/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,
+/obj/structure/sign/poster/ad{
+ layer = 4;
+ pixel_x = 4;
+ pixel_y = 32
+ },
+/obj/structure/sign/poster/safety{
+ pixel_x = -4;
+ pixel_y = 31;
+ layer = 2.9
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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,
+/obj/structure/bed/chair/comfy/beige{
+ dir = 1
+ },
+/turf/open/floor/kutjevo/grey,
+/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/northapartments)
+"vKm" = (
+/obj/structure/platform{
+ layer = 3.1
+ },
+/obj/structure/machinery/light/spot/blue,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_factory)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/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/almayer/research/containment/corner{
+ dir = 1
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "blue3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"vKL" = (
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32;
+ layer = 2.8
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"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
+ },
+/obj/structure/pipes/vents/pump,
+/turf/open/floor{
+ icon_state = "freezerfloor"
+ },
+/area/lv759/indoors/apartment/eastrestroomsshower)
+"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/buildinggreebliessmall/smallvent2{
+ 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
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage{
+ desc = null;
+ pixel_y = 32
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = -27
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/central_caves)
+"vLd" = (
+/obj/structure/platform_decoration{
+ dir = 4
+ },
+/obj/item/tool/warning_cone{
+ pixel_x = 4;
+ pixel_y = 18
+ },
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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"
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_y = 32
+ },
+/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/lv759/indoors/wy_research_complex/xenoarcheology)
+"vLN" = (
+/obj/effect/decal/medical_decals{
+ dir = 4;
+ icon_state = "triagedecaldir"
+ },
+/obj/structure/machinery/door/airlock/multi_tile/almayer/medidoor{
+ dir = 2;
+ req_access = null;
+ req_one_access = null;
+ name = "\improper Airlock";
+ autoname = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/medical_annex)
+"vLP" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_foyer)
+"vLR" = (
+/obj/structure/machinery/colony_floodlight_switch/engineerconsole_switch{
+ layer = 4
+ },
+/turf/open/engineership/engineer_floor1,
+/area/lv759/indoors/derelict_ship)
+"vLS" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/mining_outpost/east_deploymentbay)
+"vLU" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"vMf" = (
+/turf/open/hybrisa/street/sidewalk{
+ dir = 10
+ },
+/area/lv759/outdoors/landing_zone_2)
+"vMj" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"vMk" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/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
+ },
+/obj/structure/prop/hybrisa/vehicles/Box_Vans/Hyperdyne{
+ pixel_x = 5
+ },
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"vMm" = (
+/obj/item/storage/briefcase{
+ pixel_y = 12
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = 1;
+ pixel_y = 8
+ },
+/obj/item/trash/hybrisa/cuppa_joes_static/empty_cup,
+/obj/item/trash/hybrisa/cuppa_joes_static/lid{
+ pixel_x = 4;
+ pixel_y = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/kutjevo/grey,
+/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,
+/obj/structure/sign/safety/north{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"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)
+"vMN" = (
+/obj/structure/noticeboard{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/colonial_marshals/north_office)
+"vMQ" = (
+/obj/structure/machinery/prop/almayer/computer/PC{
+ dir = 1;
+ pixel_y = 3;
+ pixel_x = 10
+ },
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/cable/white{
+ color = "9f8700";
+ icon_state = "1-10";
+ layer = 5
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"vMU" = (
+/obj/structure/machinery/atm{
+ icon = 'icons/obj/structures/props/64x64_hybrisarandomprops.dmi';
+ pixel_x = 11;
+ pixel_y = 11
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/weymart)
+"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 = -4
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = -10
+ },
+/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/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/security)
+"vNr" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard3{
+ dir = 6;
+ pixel_y = 34
+ },
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"vNs" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/colony_floodlight/traffic{
+ 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/indoors/derelict_ship)
+"vNx" = (
+/obj/item/ammo_casing/bullet,
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"vNy" = (
+/obj/item/device/flashlight/lamp/tripod,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"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)
+"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/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"vOd" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"vOe" = (
+/obj/structure/largecrate/random/barrel{
+ layer = 2.9;
+ pixel_x = 6;
+ pixel_y = -16
+ },
+/turf/open/floor/almayer{
+ icon_state = "cargo_arrow"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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
+ },
+/obj/structure/bed/chair/wood/normal{
+ dir = 4
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/eastfoyer)
+"vOu" = (
+/obj/item/stool{
+ pixel_x = 4;
+ pixel_y = 9
+ },
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"vOv" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/road/lines3{
+ pixel_y = -1
+ },
+/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;
+ layer = 6
+ },
+/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)
+"vOB" = (
+/obj/structure/largecrate/random/mini/small_case{
+ pixel_x = 8;
+ pixel_y = -3;
+ layer = 2.9
+ },
+/obj/structure/largecrate/random/mini/small_case{
+ pixel_x = 3;
+ pixel_y = 15
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"vOF" = (
+/obj/structure/bed/roller,
+/obj/item/clothing/suit/storage/hazardvest/medical_red,
+/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;
+ layer = 6
+ },
+/turf/closed/wall/hybrisa/colony/engineering/ribbed,
+/area/lv759/indoors/power_plant/south_hallway)
+"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)
+"vPe" = (
+/obj/effect/hybrisa/decal/engineership_corners,
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"vPf" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/janitor)
+"vPi" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "red4"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"vPl" = (
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"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/janitor)
+"vPp" = (
+/obj/structure/cargo_container/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/device/encryptionkey/commando,
+/obj/item/clothing/head/helmet/marine/veteran/pmc/gunner,
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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)
+"vPM" = (
+/obj/item/trash/cigbutt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"vPO" = (
+/obj/item/stack/cable_coil,
+/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/blue{
+ pixel_x = -4
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow,
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ pixel_x = 4
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/fusion_generators)
+"vPP" = (
+/obj/structure/platform/strata/metal{
+ dir = 8
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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)
+"vQC" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 4
+ },
+/obj/structure/bed/chair/comfy/hybrisa/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/eastbedroomsstorage)
+"vQE" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 1
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"vQI" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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
+ },
+/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 = 30
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"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/lv759/indoors/wy_research_complex/weaponresearchlab)
+"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/hybrisa/wy_bio,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaycentral)
+"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/indoors/derelict_ship)
+"vRc" = (
+/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/sidewalkcenter,
+/area/lv759/outdoors/landing_zone_2)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"vRh" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"vRp" = (
+/obj/structure/machinery/light/blue,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ icon_state = "zbrownfloor2"
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"vRq" = (
+/obj/structure/prop/invuln/overhead_pipe{
+ icon_state = "intact";
+ color = "#a6aeab"
+ },
+/obj/structure/prop/invuln/pipe_water{
+ color = "#7ccc5f"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"vRv" = (
+/obj/structure/machinery/light/double/blue{
+ dir = 1
+ },
+/obj/structure/surface/rack,
+/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)
+"vRy" = (
+/obj/structure/stairs/perspective{
+ color = "#6e6e6e";
+ icon_state = "p_stair_full"
+ },
+/turf/open/floor/plating/kutjevo,
+/area/lv759/outdoors/landing_zone_1)
+"vRE" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/surface/table/reinforced/black,
+/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{
+ 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{
+ color = "#7ccc5f"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ icon_state = "intact";
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/lattice_prop/lattice_2{
+ pixel_x = -26;
+ layer = 6
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/red{
+ dir = 4;
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = 6
+ },
+/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
+ },
+/obj/structure/sign/safety/one{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"vSc" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal_white/autoname,
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi';
+ dir = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"vSg" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 4
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/north_west_caves)
+"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)
+"vSA" = (
+/obj/structure/sink{
+ dir = 8;
+ pixel_x = -11
+ },
+/turf/open/floor/almayer/research/containment/corner{
+ dir = 4
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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;
+ color = "#a6aeab"
+ },
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2;
+ color = "#a6aeab"
+ },
+/obj/structure/bed/sofa/hybrisa/misc/bench{
+ pixel_x = 7
+ },
+/obj/structure/sign/poster/ad{
+ layer = 4;
+ pixel_x = 12;
+ pixel_y = 34
+ },
+/obj/structure/sign/poster/ad{
+ layer = 4;
+ pixel_x = 4;
+ pixel_y = 32
+ },
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard1{
+ icon_state = "billboard2";
+ pixel_y = 32;
+ dir = 1
+ },
+/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)
+"vSN" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/colonial_marshals/changing_room)
+"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)
+"vTh" = (
+/obj/structure/closet/cabinet,
+/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/apartment/westbedrooms)
+"vTk" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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/lv759/indoors/wy_research_complex/cargo)
+"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/cargo_container/hybrisa/containersextended/blueleft{
+ layer = 3
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"vTM" = (
+/obj/item/paper{
+ pixel_x = -7;
+ pixel_y = 7
+ },
+/obj/effect/hybrisa/decal/trash{
+ pixel_y = 12
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 8
+ },
+/area/lv759/indoors/spaceport/communications_office)
+"vTQ" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"vTS" = (
+/obj/structure/prop/hybrisa/engineer/engineerpillar/southwesttop,
+/obj/effect/hybrisa/decal/engineership_corners{
+ dir = 1
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"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/structure/noticeboard{
+ pixel_y = 32
+ },
+/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
+ },
+/obj/structure/sign/safety/bathunisex{
+ layer = 2;
+ pixel_x = 8;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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/wy{
+ pixel_y = 26
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"vUh" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1,
+/obj/structure/platform_decoration/hybrisa/engineer_corner{
+ dir = 8
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"vUt" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_reception)
+"vUu" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/weyyu_office)
+"vUv" = (
+/obj/structure/machinery/faxmachine,
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/structure/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/plating/prison,
+/area/lv759/indoors/colonial_marshals/office)
+"vUV" = (
+/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"vUY" = (
+/obj/structure/machinery/light{
+ dir = 1
+ },
+/obj/structure/sign/safety/maint{
+ pixel_y = 32;
+ pixel_x = 4
+ },
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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)
+"vVl" = (
+/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/hybrisarandomprops.dmi';
+ name = "spacecraft fuel-mix tank"
+ },
+/turf/open/floor/shiva{
+ icon_state = "radiator_tile2"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"vVB" = (
+/obj/structure/window/framed/hybrisa/colony/engineering/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/power_plant)
+"vVD" = (
+/obj/effect/decal/cleanable/blood/oil,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"vVG" = (
+/obj/effect/hybrisa/decal/dirt,
+/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/outdoors/landing_zone_2)
+"vVV" = (
+/obj/structure/computer3frame/wallcomp,
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_on{
+ dir = 1;
+ light_color = "#00da64";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/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,
+/obj/effect/hybrisa/decal/trash{
+ pixel_y = 12
+ },
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/colonial_marshals/head_office)
+"vWm" = (
+/obj/structure/surface/rack,
+/obj/structure/machinery/light/double/blue,
+/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{
+ dir = 1;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/armory)
+"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)
+"vWz" = (
+/obj/structure/cargo_container/hd/mid/alt{
+ layer = 5
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/landing_zone_2)
+"vWA" = (
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1,
+/obj/structure/prop/hybrisa/signs/opensign{
+ 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)
+"vWB" = (
+/obj/structure/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/machinery/fuelcell_recycler,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"vWD" = (
+/obj/structure/machinery/door/airlock/almayer/secure/autoname,
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/securityarmory)
+"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/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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/turf/open/floor/mech_bay_recharge_floor,
+/area/lv759/indoors/spaceport/heavyequip)
+"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/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/largecrate/random/barrel/black{
+ layer = 3.1;
+ pixel_y = 6
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/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)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/green_bigtile,
+/area/lv759/indoors/botany/botany_greenhouse)
+"vXV" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor/glass{
+ autoname = 1;
+ name = "\improper Airlock"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/power_plant/geothermal_generators)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 8
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"vXZ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"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/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"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;
+ 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 = "darkbrown3"
+ },
+/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/outdoors/power_plant/transformers_south)
+"vYN" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/road/lines3,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"vZe" = (
+/obj/structure/machinery/colony_floodlight/traffic_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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/hallway_northwest)
+"vZu" = (
+/obj/structure/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/hybrisa/carpet/carpetbluedeco,
+/area/lv759/indoors/apartment/westbedrooms)
+"vZw" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 1;
+ pixel_x = -7
+ },
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/obj/item/shard,
+/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/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/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)
+"vZZ" = (
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/tool/warning_cone{
+ pixel_y = 19
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"way" = (
+/obj/structure/cargo_container/kelland/right,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/landing_zone_2)
+"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/colony/autoname{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/power_plant/transformers_north)
+"waE" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/hallway_northwest)
+"waS" = (
+/obj/structure/stairs{
+ color = "#b7b8b2";
+ dir = 1
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/colony_streets/north_street)
+"waU" = (
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 1
+ },
+/obj/item/stock_parts/matter_bin,
+/obj/item/tool/shovel,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/central_caves)
+"wba" = (
+/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/hybrisa/misc/trash_bag_full_prop{
+ 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"
+ },
+/obj/structure/sign/safety/landingzone{
+ pixel_y = 7;
+ pixel_x = 32
+ },
+/obj/effect/decal/cleanable/blood/gibs/body,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/south_east_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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"wbl" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 8
+ },
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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,
+/obj/structure/sign/poster/wylogo{
+ pixel_y = 32;
+ layer = 2.9
+ },
+/turf/open/floor/hybrisa/wood/blackwood,
+/area/lv759/indoors/apartment/northapartments)
+"wbt" = (
+/obj/structure/platform{
+ dir = 4
+ },
+/obj/structure/platform,
+/obj/effect/decal/warning_stripes{
+ icon_state = "NW-out"
+ },
+/turf/open/shuttle/escapepod{
+ icon_state = "floor0";
+ dir = 1
+ },
+/area/lv759/indoors/power_plant/geothermal_generators)
+"wbu" = (
+/obj/structure/sign/safety/medical{
+ pixel_x = 8;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 9
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"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/platform/hybrisa/metalplatform2{
+ dir = 8
+ },
+/obj/structure/sign/safety/medical{
+ pixel_x = -17
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"wbO" = (
+/obj/structure/platform/strata/metal{
+ dir = 1
+ },
+/obj/structure/largecrate/random/barrel/black,
+/obj/structure/sign/safety/flightcontrol{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"wbP" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"wbV" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/cigbutt{
+ pixel_x = 7
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/trash,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/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)
+"wce" = (
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"wco" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 1
+ },
+/obj/structure/sign/poster/safety{
+ pixel_y = 32
+ },
+/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/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"wcs" = (
+/obj/effect/hybrisa/decal/engineership_corners,
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"wct" = (
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/stairs{
+ color = "#a6aeab";
+ dir = 8
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"wcz" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "sterile_white"
+ },
+/area/lv759/indoors/hospital/reception)
+"wcH" = (
+/obj/effect/hybrisa/decal/warningstripes_angled_corner{
+ dir = 4;
+ pixel_y = -4
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/derelict_ship)
+"wcK" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 8
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"wda" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/obj/effect/decal/cleanable/liquid_fuel,
+/obj/item/stack/rods{
+ layer = 6
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/WeylandYutani{
+ icon_state = "meridian_wy_damage_3";
+ health = 1250;
+ pixel_y = 12;
+ layer = 5.2
+ },
+/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)
+"wdc" = (
+/obj/structure/closet/crate/trashcart{
+ desc = "A heavy, metal foodcart with wheels.";
+ icon = 'icons/obj/structures/props/hybrisarandomprops.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/hybrisarandomprops.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/hybrisarandomprops.dmi';
+ icon_closed = "foodcart2";
+ icon_opened = "foodcart2_open";
+ icon_state = "foodcart2";
+ layer = 1;
+ name = "\improper food cart";
+ pixel_x = 3;
+ pixel_y = 17
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "blue3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"wde" = (
+/obj/effect/decal/strata_decals/grime/grime2,
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/bar/bathroom)
+"wdf" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"wdj" = (
+/obj/structure/platform/hybrisa/metalplatform2{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark3,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"wdm" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal_solid/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"wds" = (
+/obj/structure/platform/hybrisa/metalplatform2{
+ dir = 1
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/item/reagent_container/glass/beaker,
+/obj/item/reagent_container/glass/beaker,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/item/trash/cigbutt{
+ pixel_y = 8
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue,
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{
+ dir = 4
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -10;
+ pixel_y = 32;
+ layer = 4
+ },
+/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;
+ layer = 8
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"wdW" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "docdecal4"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door_control{
+ id = "ambulance_garage";
+ name = "Hospital - Garage Lockdown";
+ pixel_y = -20
+ },
+/turf/open/floor/hybrisa/tile/lightbeige_bigtile,
+/area/lv759/indoors/hospital/paramedics_garage)
+"wdZ" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/wood/redwood,
+/area/lv759/indoors/weyyu_office/floor)
+"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 = "floor1";
+ dir = 1
+ },
+/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/almayer/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,
+/obj/item/stack/cable_coil/cut{
+ icon_state = "coil1";
+ color = "#550d0d"
+ },
+/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/storage/pouch/shotgun/large/beanbag/riot,
+/obj/item/ammo_magazine/handful/shotgun/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/item/trash/cigbutt{
+ pixel_x = 7
+ },
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1,
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1{
+ dir = 4;
+ pixel_y = -12
+ },
+/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{
+ pixel_x = 1
+ },
+/turf/open/floor/hybrisa/carpet/carpetred,
+/area/lv759/indoors/casino)
+"weH" = (
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/mining_outpost/northeast)
+"weK" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 4;
+ layer = 4
+ },
+/obj/structure/sign/poster/wylogo{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/weyyu_office/pressroom)
+"weL" = (
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/south_east_caves)
+"weM" = (
+/obj/structure/sign/safety/airlock{
+ pixel_x = 13;
+ pixel_y = 32
+ },
+/obj/structure/sign/safety/maint{
+ pixel_y = 32
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/central_caves)
+"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)
+"wfg" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"wfl" = (
+/obj/structure/largecrate/random/secure,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"wfr" = (
+/obj/item/trash/burger,
+/obj/item/paper/crumpled{
+ 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)
+"wft" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 1
+ },
+/area/lv759/indoors/meridian/meridian_office)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"wfy" = (
+/obj/item/ammo_casing/bullet,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/outdoors/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)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/metalwhitefull,
+/area/lv759/indoors/spaceport/cuppajoes)
+"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)
+"wgp" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"wgs" = (
+/obj/structure/tunnel,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/central_caves)
+"wgt" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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/outdoors/caveplateau)
+"wgx" = (
+/obj/item/tool/warning_cone{
+ pixel_x = -4;
+ pixel_y = 8
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_y = -1
+ },
+/obj/structure/sign/safety/high_voltage{
+ pixel_x = 12;
+ pixel_y = 32
+ },
+/obj/structure/sign/safety/hazard{
+ pixel_y = 32
+ },
+/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/northapartments)
+"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/item/clothing/accessory/stethoscope,
+/obj/structure/surface/table,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/hospital/patient_ward)
+"whb" = (
+/obj/structure/surface/rack,
+/obj/structure/platform,
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_y = 12;
+ pixel_x = -4
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_y = 12;
+ pixel_x = 8
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = 8
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/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)
+"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)
+"whT" = (
+/obj/structure/closet/crate/trashcart{
+ desc = "A heavy, metal foodcart with wheels.";
+ icon = 'icons/obj/structures/props/hybrisarandomprops.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/hybrisarandomprops.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)
+"whU" = (
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28;
+ pixel_x = 20
+ },
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/lv759/indoors/wy_research_complex/hallwaynorth)
+"wiv" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/structure/disposalpipe/tagger/partial,
+/obj/structure/sign/poster/ad{
+ pixel_x = 4;
+ pixel_y = 34
+ },
+/obj/structure/sign/safety/two{
+ pixel_y = 32;
+ layer = 3.1
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/north_street)
+"wiw" = (
+/obj/structure/machinery/light/blue,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"wiL" = (
+/obj/structure/machinery/big_computers/messaging_server/brown{
+ dir = 1
+ },
+/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/Box_Vans/Kelland_Mining{
+ dir = 1;
+ pixel_x = 5;
+ pixel_y = 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/pizza_galaxy/margherita,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"wjl" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "triagedecaldir"
+ },
+/turf/open/floor/hybrisa/metal/stripe_red,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"wjo" = (
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice2";
+ pixel_y = 19
+ },
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security)
+"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{
+ 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/hybrisa/personal_solid/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"wjV" = (
+/obj/structure/platform_decoration/strata/metal,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/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)
+"wki" = (
+/obj/structure/machinery/light/double/blue{
+ dir = 8
+ },
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/westentertainment)
+"wkN" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal/autoname{
+ dir = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"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/item/prop/almayer/handheld1,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"wkQ" = (
+/obj/structure/prop/hybrisa/vehicles/Armored_Truck/Teal{
+ dir = 4;
+ layer = 4.3
+ },
+/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
+ },
+/obj/item/trash/cigbutt,
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/colony_streets/south_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" = (
+/obj/item/trash/cigbutt{
+ pixel_x = 1;
+ pixel_y = 8
+ },
+/obj/item/trash/hybrisa/cuppa_joes_static/lid{
+ pixel_x = 4;
+ pixel_y = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 8
+ },
+/area/lv759/indoors/meridian/meridian_showroom)
+"wlk" = (
+/obj/item/tool/wet_sign{
+ pixel_x = -8;
+ pixel_y = 6
+ },
+/obj/effect/decal/strata_decals/grime/grime3{
+ dir = 8
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"wln" = (
+/obj/item/trash/cigbutt,
+/obj/item/trash/eat,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"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)
+"wlz" = (
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"wlC" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "docstripingdir"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison,
+/area/lv759/outdoors/landing_zone_1)
+"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)
+"wlK" = (
+/obj/structure/surface/table/reinforced,
+/obj/item/bodybag/cryobag,
+/obj/item/tank/oxygen/yellow,
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"wlL" = (
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"wlO" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 7
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/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/prop/hybrisa/misc/deco_edging{
+ dir = 8;
+ color = "#7e7d72"
+ },
+/obj/structure/prop/hybrisa/misc/deco_edging/corner{
+ dir = 8;
+ color = "#7e7d72"
+ },
+/turf/open/hybrisa/street/cement2,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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";
+ dir = 1
+ },
+/area/lv759/oob)
+"wmh" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"wmj" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/colonial_marshals/restroom)
+"wmm" = (
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/north_east_caves)
+"wmp" = (
+/obj/structure/closet,
+/obj/item/clothing/suit/storage/snow_suit/hybrisa/parka_green,
+/obj/item/clothing/suit/storage/snow_suit/hybrisa/polyester_jacket_blue,
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/westhallway)
+"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{
+ color = "#550d0d"
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant/fusion_generators)
+"wmH" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"wmO" = (
+/obj/structure/bed/sofa{
+ icon_state = "couch_hori1"
+ },
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/northfoyer)
+"wmY" = (
+/obj/structure/machinery/light/double/blue{
+ dir = 4
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"wnj" = (
+/obj/structure/prop/invuln/lattice_prop{
+ dir = 1;
+ icon_state = "lattice-simple";
+ pixel_x = 16;
+ pixel_y = -15
+ },
+/obj/structure/bed/chair/comfy/black{
+ dir = 4
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"wns" = (
+/obj/item/shard,
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 6;
+ pixel_x = -14;
+ pixel_y = -2
+ },
+/obj/effect/decal/cleanable/blood/oil,
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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)
+"wnD" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ pixel_x = 1;
+ pixel_y = -1
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/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 = 30
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"wnH" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform4,
+/obj/structure/stairs{
+ color = "#a6aeab";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/eastbedrooms)
+"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
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Black{
+ icon_state = "meridian_black_damage_4";
+ health = 1750
+ },
+/obj/effect/decal/cleanable/blood/oil/streak,
+/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/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)
+"wnS" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"wnV" = (
+/obj/structure/prop/hybrisa/engineer/engineerpillar/smallsouthwest1{
+ layer = 2
+ },
+/turf/closed/wall/engineership,
+/area/lv759/oob)
+"wnZ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/colonial_marshals/restroom)
+"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/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/security_office)
+"wog" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage{
+ desc = null;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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)
+"woq" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E";
+ layer = 3.33
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"woy" = (
+/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_LZ)
+"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
+ },
+/obj/structure/blocker/invisible_wall,
+/turf/closed/shuttle/dropship2/WY/StarGlider{
+ icon_state = "79";
+ opacity = 0
+ },
+/area/lv759/indoors/spaceport/starglider)
+"woO" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 13
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"wpj" = (
+/obj/structure/machinery/computer/cameras{
+ dir = 4;
+ layer = 4;
+ pixel_y = 4
+ },
+/obj/structure/machinery/computer/cameras/wooden_tv{
+ dir = 4;
+ pixel_y = 20;
+ pixel_x = -4;
+ layer = 3.1
+ },
+/obj/structure/surface/table/almayer{
+ color = "#848484"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblackdeco,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"wpm" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/north_street)
+"wpv" = (
+/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/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/almayer/hybrisa/shutters,
+/turf/open/floor/plating,
+/area/lv759/oob)
+"wpD" = (
+/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/lv759/indoors/wy_research_complex/hallwaynorth)
+"wpE" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/dirt{
+ icon_state = "thermite";
+ name = "impact"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/prison,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"wpF" = (
+/obj/structure/blocker/invisible_wall,
+/turf/open/engineership/ship_hull/non_weedable_hull{
+ 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/hybrisa/medical_solid/autoname{
+ dir = 1
+ },
+/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/lv759/indoors/wy_research_complex/medical_annex)
+"wpY" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/northhallway)
+"wpZ" = (
+/obj/effect/decal/cleanable/blood,
+/obj/item/weapon/gun/rifle/nsg23,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/south_west_street)
+"wqm" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_caves)
+"wqv" = (
+/obj/structure/closet/firecloset,
+/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,
+/obj/structure/sign/banners/twe_worn{
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/south)
+"wqG" = (
+/obj/effect/hybrisa/decal/road/lines4,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"wqI" = (
+/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/structure/barricade/handrail/hybrisa/road/plastic/black,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_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/Armored_Truck/Teal{
+ pixel_y = 4
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"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/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/equipment_east)
+"wrs" = (
+/obj/structure/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/electical_systems/substation1)
+"wrv" = (
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_foyer)
+"wrG" = (
+/obj/structure/machinery/door/airlock/almayer/maint/colony/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/cuppajoes)
+"wrH" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalkfull,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"wrN" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"wrP" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/turf/open/floor/mech_bay_recharge_floor,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"wsq" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/electical_systems/substation3)
+"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/Meridian/Turquoise{
+ dir = 1;
+ pixel_y = -8;
+ pixel_x = -4
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkbrown3"
+ },
+/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,
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/cryo_room)
+"wsM" = (
+/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;
+ needs_power = 0
+ },
+/obj/structure/blocker/invisible_wall,
+/turf/closed/wall/hybrisa/colony/reinforced/hull,
+/area/lv759/oob)
+"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)
+"wtd" = (
+/obj/item/tool/pickaxe/drill,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/east_caves)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1,
+/area/lv759/indoors/meridian/meridian_foyer)
+"wtr" = (
+/obj/effect/hybrisa/decal/road/lines4,
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/structure/prop/invuln/lattice_prop{
+ icon_state = "lattice12";
+ pixel_y = 16
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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)
+"wtK" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"wtV" = (
+/obj/structure/bed/chair/comfy/beige{
+ dir = 1
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_showroom)
+"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)
+"wuh" = (
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/structure/machinery/computer/card,
+/turf/open/floor/hybrisa/metal/bluemetalfull,
+/area/lv759/indoors/wy_research_complex/reception)
+"wui" = (
+/obj/structure/bed/hybrisa/bunkbed4{
+ dir = 1
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"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
+ },
+/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/indoors/derelict_ship)
+"wuq" = (
+/obj/effect/hybrisa/decal/road/lines1,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Purple{
+ dir = 1;
+ pixel_y = 3;
+ pixel_x = 4
+ },
+/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;
+ pixel_x = -6;
+ pixel_y = 7
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"wux" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"wuy" = (
+/obj/effect/decal/strata_decals/grime/grime4{
+ icon_state = "grime1"
+ },
+/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
+ },
+/obj/structure/machinery/newscaster{
+ pixel_y = 30
+ },
+/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/lv759/indoors/wy_research_complex/reception)
+"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/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/barricade/handrail/hybrisa/road/wood/blue{
+ dir = 4;
+ pixel_x = -8;
+ layer = 3.1
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"wuZ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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{
+ color = "#5d524b"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/indoors/derelict_ship)
+"wvm" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/billboardsandsigns/bigbillboards{
+ dir = 10;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"wvq" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"wvs" = (
+/obj/structure/machinery/light/double/blue{
+ dir = 8
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/garage)
+"wvw" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ id = "hybrisa_mining_lockdown1";
+ name = "Emergency Lockdown";
+ unacidable = 1;
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"wvx" = (
+/obj/structure/prop/hybrisa/boulders/wide_boulderdark/wide_boulder1,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"wvC" = (
+/obj/item/trash/cigbutt{
+ pixel_x = 1;
+ pixel_y = 8
+ },
+/obj/item/trash/eat{
+ pixel_x = 10;
+ pixel_y = 10
+ },
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"wvG" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/colony_floodlight/traffic{
+ pixel_x = 5;
+ pixel_y = 15
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 9
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"wvY" = (
+/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/landing_zone_2)
+"wwg" = (
+/turf/open/floor/corsat{
+ icon_state = "marked"
+ },
+/area/lv759/outdoors/landing_zone_2)
+"wwi" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/wood/orange{
+ dir = 4;
+ pixel_y = 4;
+ pixel_x = -14
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"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 = "floor1";
+ dir = 1
+ },
+/area/lv759/oob)
+"wwo" = (
+/obj/structure/cargo_container/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
+ },
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/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)
+"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
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/WeylandYutani{
+ icon_state = "meridian_wy_damage_5";
+ health = 250;
+ layer = 5.1;
+ pixel_y = -4
+ },
+/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/Meridian/Orange{
+ icon_state = "meridian_orange_damage_2";
+ dir = 1;
+ health = 1750;
+ pixel_x = 2
+ },
+/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)
+"wxc" = (
+/obj/structure/barricade/handrail/hybrisa/road/plastic/red{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 5
+ },
+/area/lv759/outdoors/landing_zone_2)
+"wxd" = (
+/obj/item/trash/cigbutt,
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/eastfoyer)
+"wxh" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/noticeboard{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/weyyu_office/breakroom)
+"wxj" = (
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "Emergency Lockdown";
+ indestructible = 1;
+ id = "hybrisacolonylockdown";
+ needs_power = 0;
+ unacidable = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/weymart/maintenance)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"wxr" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"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/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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"
+ },
+/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
+ },
+/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)
+"wxJ" = (
+/obj/structure/machinery/door/airlock/hybrisa/medical/autoname{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/patient_ward)
+"wxK" = (
+/obj/item/lightstick/planted,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_west_caves)
+"wxV" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"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/clothing/suit/storage/cmb/hybrisa,
+/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/ice_colony/ground_wire,
+/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/east_central_street)
+"wyv" = (
+/obj/effect/decal/cleanable/blood,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/landmark/corpsespawner/hybrisa/civilian_office,
+/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)
+"wyE" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkbrown3"
+ },
+/area/lv759/indoors/caves/south_west_caves)
+"wyG" = (
+/obj/item/device/flashlight/lamp/tripod/grey,
+/turf/open/engineership/engineer_floor1,
+/area/lv759/indoors/derelict_ship)
+"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/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/garage_reception)
+"wyS" = (
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"wyT" = (
+/obj/structure/prop/ice_colony/soil_net,
+/obj/structure/prop/ice_colony/ground_wire,
+/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)
+"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/outdoors/power_plant/transformers_south)
+"wzl" = (
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "cargo_arrow"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"wzm" = (
+/obj/structure/machinery/door/airlock/almayer/security/reinforced/colony{
+ autoname = 1;
+ name = "autoname"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/security_office)
+"wzn" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 4
+ },
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 8
+ },
+/obj/structure/fence/dark,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/north_street)
+"wzo" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/weyyu_office)
+"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/item/weapon/twohanded/folded_metal_chair{
+ pixel_x = -7;
+ pixel_y = 9
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/road/lines4{
+ pixel_x = 1
+ },
+/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)
+"wzF" = (
+/obj/effect/decal/cleanable/blood/drip,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"wzG" = (
+/obj/item/paper/crumpled{
+ pixel_x = 15;
+ pixel_y = -9
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/power_plant)
+"wzM" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"wzO" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"wzS" = (
+/turf/open/floor/hybrisa/carpet/carpetreddeco,
+/area/lv759/indoors/casino)
+"wAa" = (
+/obj/structure/surface/rack,
+/obj/structure/machinery/light/double/blue{
+ dir = 1
+ },
+/obj/item/ammo_magazine/smg/p90,
+/obj/item/ammo_magazine/smg/p90,
+/obj/item/weapon/gun/smg/p90,
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/lv759/indoors/wy_research_complex/securityarmory)
+"wAc" = (
+/turf/closed/wall/hybrisa/colony/engineering,
+/area/lv759/indoors/recycling_plant_office)
+"wAe" = (
+/obj/structure/machinery/colony_floodlight/traffic_alt{
+ dir = 8;
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"wAj" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/asteroidfloor_bigtile,
+/area/lv759/indoors/mining_outpost/east_deploymentbay)
+"wAo" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/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{
+ color = "#5d524b"
+ },
+/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 = "floor0";
+ dir = 4
+ },
+/area/lv759/indoors/power_plant/geothermal_generators)
+"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)
+"wBd" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"wBe" = (
+/obj/structure/machinery/iv_drip{
+ layer = 3.9;
+ pixel_y = 19
+ },
+/obj/structure/bed/roller/hospital_empty/bigrollerempty3{
+ dir = 4;
+ icon_state = "bigrollerempty3_up";
+ layer = 4
+ },
+/obj/structure/bed/hybrisa/hospital/hospitaldivider{
+ dir = 1;
+ layer = 3.8;
+ pixel_y = 20
+ },
+/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/westfoyer)
+"wBk" = (
+/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";
+ pixel_x = 8;
+ pixel_y = 21
+ },
+/obj/item/reagent_container/glass/bucket{
+ pixel_x = -9;
+ pixel_y = 9
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"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
+ },
+/obj/item/tool/pen{
+ pixel_x = 12;
+ pixel_y = 8
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 6
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"wBA" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/shard,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"wBE" = (
+/obj/structure/machinery/conveyor{
+ id = "anomalybelt"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"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/lv759/indoors/wy_research_complex/hallwaynorth)
+"wBJ" = (
+/obj/item/weapon/twohanded/folded_metal_chair{
+ pixel_y = -8
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"wBK" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood/oil,
+/obj/structure/prop/hybrisa/vehicles/Small_Truck/Green,
+/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,
+/obj/item/trash/cigbutt{
+ pixel_x = -3;
+ pixel_y = 9
+ },
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/colonial_marshals/head_office)
+"wBZ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/indoors/derelict_ship)
+"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_x = -9;
+ pixel_y = 20
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ pixel_x = 10;
+ pixel_y = 20
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"wCe" = (
+/obj/structure/window/framed/hybrisa/spaceport/reinforced,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/spaceport/security_office)
+"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
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/bar)
+"wCj" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/westfoyer)
+"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;
+ autoname = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"wCL" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"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/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/colony_streets/south_west_street)
+"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{
+ color = "#5d524b"
+ },
+/obj/effect/decal/cleanable/liquid_fuel,
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/effect/hybrisa/decal/doubleroad/lines2{
+ pixel_y = 4
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/Turquoise{
+ layer = 5.2;
+ pixel_y = 8;
+ health = 1250;
+ icon_state = "meridian_turquoise_damage_1"
+ },
+/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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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/barricade/handrail/hybrisa/road/wood/blue{
+ pixel_x = 5
+ },
+/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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"wDz" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"wDD" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilered,
+/area/lv759/indoors/pizzaria)
+"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/effect/hybrisa/decal/trash{
+ icon_state = "trash_10";
+ pixel_y = 12
+ },
+/mob/living/simple_animal/rat/gray,
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/obj/structure/prop/hybrisa/misc/graffiti/graffiti7{
+ pixel_x = 19;
+ pixel_y = -3
+ },
+/obj/structure/sign/safety/synth_storage{
+ pixel_x = -17;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"wDW" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/device/taperecorder/empty,
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"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{
+ color = "#a6aeab"
+ },
+/obj/structure/janitorialcart,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"wEf" = (
+/obj/structure/platform{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/electical_systems/substation1)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"wEq" = (
+/obj/effect/hybrisa/decal/road/lines4,
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal2"
+ },
+/obj/effect/hybrisa/decal/tiretrack,
+/obj/item/shard,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"wEr" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 6;
+ pixel_y = 20;
+ layer = 4
+ },
+/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,
+/obj/structure/barricade/handrail/hybrisa/road/wood/blue{
+ dir = 4;
+ pixel_y = 8;
+ pixel_x = -8;
+ layer = 3.2
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"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)
+"wEG" = (
+/turf/closed/shuttle/dropship2/WY/StarGlider{
+ icon_state = "zwing3";
+ opacity = 0
+ },
+/area/lv759/indoors/spaceport/starglider)
+"wEI" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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;
+ buckling_x = -4;
+ buckling_y = 12
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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,
+/obj/effect/landmark/xeno_spawn,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"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/structure/flora/pottedplant{
+ icon_state = "pottedplant_22";
+ layer = 2.8;
+ pixel_x = 8;
+ pixel_y = 2
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_office)
+"wFl" = (
+/obj/structure/sign/safety/restrictedarea,
+/turf/closed/wall/hybrisa/colony/reinforced/hull,
+/area/lv759/oob)
+"wFo" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/jacks_surplus)
+"wFp" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/closet/medical_wall{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/power_plant)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"wFN" = (
+/obj/structure/bed/chair/office/dark{
+ dir = 8;
+ layer = 3.25
+ },
+/turf/open/floor/hybrisa/carpet/carpetblackdeco,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"wFO" = (
+/obj/structure/surface/rack,
+/obj/structure/machinery/light/small/blue{
+ dir = 4
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_y = 12;
+ pixel_x = -4
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = -4
+ },
+/obj/item/clothing/head/hardhat/red/kelland{
+ pixel_x = 8
+ },
+/obj/structure/sign/poster/kellandmining{
+ pixel_y = 32
+ },
+/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/caves/south_east_caves)
+"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{
+ pixel_x = -8;
+ pixel_y = 12
+ },
+/obj/item/tape,
+/turf/open/floor/hybrisa/carpet/carpetbluedeco,
+/area/lv759/indoors/colonial_marshals/north_office)
+"wGm" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood,
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"wGn" = (
+/obj/structure/bed/stool{
+ icon_state = "stool_alt";
+ pixel_x = -5;
+ pixel_y = 5
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tileblackcheckered,
+/area/lv759/indoors/casino)
+"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/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/central_hallway)
+"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)
+"wGV" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_showroom)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"wHk" = (
+/turf/open/floor/plating,
+/area/lv759/indoors/apartment/westhallway)
+"wHx" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/maintenance_east)
+"wHD" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/secdoor/glass/reinforced/autoname,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_north_locker)
+"wHF" = (
+/obj/effect/hybrisa/decal/gold/line1{
+ pixel_y = -1
+ },
+/obj/effect/decal/cleanable/blood,
+/obj/item/weapon/broken_glass,
+/obj/effect/hybrisa/decal/gold/line2{
+ pixel_x = 1
+ },
+/obj/item/shard,
+/obj/effect/landmark/corpsespawner/hybrisa/civilian_office,
+/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/lv759/indoors/wy_research_complex/dormsfoyer)
+"wHQ" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "test_floor4"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"wHS" = (
+/turf/open/floor/strata{
+ dir = 1;
+ 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/lv759/indoors/wy_research_complex/mainlabs)
+"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/dark,
+/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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"wIv" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "docstriping"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"wIA" = (
+/obj/effect/hybrisa/decal/grate{
+ dir = 1
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/caves/west_caves)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"wIL" = (
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 1
+ },
+/area/lv759/indoors/meridian/meridian_foyer)
+"wJc" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/strata,
+/area/lv759/indoors/colonial_marshals/armory)
+"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)
+"wJf" = (
+/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/Box_Vans/Kelland_Mining,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"wJl" = (
+/obj/structure/prop/hybrisa/misc/deco_edging/corner{
+ dir = 8;
+ color = "#bbbaae"
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 10
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"wJm" = (
+/obj/structure/platform/hybrisa/metalplatform6,
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 4
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = 26
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"wJn" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Black{
+ pixel_y = -8
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_street)
+"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/almayer/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/lv759/indoors/caves/wy_research_complex_entrance)
+"wKc" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/warning_stripes{
+ icon_state = "SW-out"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/electical_systems/substation1)
+"wKd" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/botany/botany_mainroom)
+"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";
+ color = "#550d0d"
+ },
+/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/lv759/indoors/wy_research_complex/cafeteria)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"wKs" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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,
+/obj/effect/decal/cleanable/blood,
+/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"
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/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/buckshot,
+/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/billboard5{
+ dir = 1;
+ 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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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
+ },
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"wLf" = (
+/obj/structure/bed/chair/office/light{
+ dir = 1
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 5
+ },
+/area/lv759/indoors/meridian/meridian_office)
+"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/cargo_container/hybrisa/containersextended/tanwywingsright,
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/opens_up{
+ pixel_x = 32
+ },
+/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;
+ pixel_y = 4
+ },
+/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)
+"wLQ" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Purple,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_street)
+"wLT" = (
+/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,
+/obj/effect/decal/cleanable/blood/gibs/limb,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/landing_zone_2)
+"wLU" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"wMe" = (
+/obj/structure/platform{
+ dir = 8;
+ layer = 1
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/landing_zone_1)
+"wMg" = (
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_1)
+"wMk" = (
+/obj/structure/pipes/vents/pump,
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "sterile"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"wMn" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/sign/poster/pinup{
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"wMr" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/prop/colony/usedbandage,
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_4";
+ pixel_y = 14
+ },
+/obj/item/clothing/suit/storage/hazardvest/medical_red,
+/turf/open/floor/prison{
+ icon_state = "sterile_white"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"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)
+"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)
+"wMD" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark/middle{
+ dir = 4
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_east_street)
+"wMI" = (
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"wML" = (
+/obj/structure/barricade/handrail/kutjevo{
+ dir = 4;
+ layer = 4;
+ level = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/curtain/open/shower,
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/apartment/northapartments)
+"wNe" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/northeast)
+"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)
+"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)
+"wNw" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/obj/structure/barricade/handrail/hybrisa/road/plastic/blue{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/landing_zone_1)
+"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/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/lv759/indoors/wy_research_complex/hallwaynorth)
+"wOa" = (
+/turf/open/floor/hybrisa/metal/stripe_red{
+ dir = 4
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"wOg" = (
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ pixel_x = -2;
+ pixel_y = 20
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/south_west_caves)
+"wOn" = (
+/obj/structure/barricade/handrail{
+ dir = 4
+ },
+/obj/item/spacecash/ewallet,
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/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
+ },
+/obj/structure/platform{
+ dir = 1;
+ layer = 3.1
+ },
+/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)
+"wOF" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/billboardsandsigns/billboardsmedium/billboard1{
+ icon_state = "billboard2";
+ pixel_y = 32;
+ dir = 4
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_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/indoors/derelict_ship)
+"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/indoors/derelict_ship)
+"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
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/smallvent2{
+ pixel_y = 25
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"wPs" = (
+/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/hybrisarandomprops.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/hybrisarandomprops.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,
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/cuppajoes)
+"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;
+ start_charge = 10
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/indoors/wy_security/checkpoint_northeast)
+"wPE" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/shard,
+/obj/item/reagent_container/syringe{
+ icon_state = "broken"
+ },
+/obj/effect/hybrisa/decal/dirt_2,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/prop/hybrisa/misc/urinal{
+ pixel_y = 32;
+ pixel_x = 4
+ },
+/obj/effect/decal/strata_decals/grime/grime3{
+ icon_state = "grime1"
+ },
+/obj/effect/decal/strata_decals/grime/grime3{
+ dir = 8
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/southwest_public_restroom)
+"wPZ" = (
+/obj/item/trash/cigbutt,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"wQh" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 7
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/office)
+"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)
+"wQk" = (
+/obj/item/stool,
+/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
+ },
+/obj/structure/cable{
+ icon_state = "1-2";
+ level = 2;
+ color = "#550d0d"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"wQn" = (
+/obj/structure/surface/table/reinforced,
+/obj/item/trash/tray{
+ pixel_x = -2;
+ pixel_y = 5
+ },
+/obj/item/trash/tray,
+/obj/structure/prop/hybrisa/misc/machinery/screens/telescreenbrokespark{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/greenmetal1{
+ dir = 1
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_recreation_area)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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,
+/obj/structure/sign/safety/reception{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"wQP" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"wQX" = (
+/obj/structure/platform_decoration/hybrisa/engineer_corner,
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 8
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"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
+ },
+/obj/item/reagent_container/glass/beaker/large,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"wRj" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/central_caves)
+"wRp" = (
+/obj/structure/bed/chair/comfy{
+ dir = 1
+ },
+/obj/structure/machinery/light,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"wRq" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/item/prop/colony/usedbandage{
+ dir = 4
+ },
+/obj/item/bodybag,
+/obj/effect/decal/cleanable/blood,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"wRr" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{
+ 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,
+/obj/structure/prop/hybrisa/misc/blood/blood2{
+ pixel_y = 30
+ },
+/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/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"wRF" = (
+/obj/item/tool/warning_cone{
+ pixel_x = -9;
+ pixel_y = 20
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/colony_streets/north_street)
+"wRJ" = (
+/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/outdoors/landing_zone_2)
+"wRM" = (
+/obj/effect/hybrisa/decal/engineership_corners,
+/obj/structure/prop/hybrisa/fakeplatforms/platform3,
+/turf/open/engineership/engineer_floor3,
+/area/lv759/indoors/derelict_ship)
+"wRR" = (
+/obj/structure/window/framed/hybrisa/colony/engineering/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/hybrisa_goon,
+/obj/item/ammo_casing/bullet,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"wSf" = (
+/obj/structure/machinery/recharge_station,
+/turf/open/floor/corsat,
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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)
+"wSm" = (
+/obj/item/stack/rods,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/north_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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"wSH" = (
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 6
+ },
+/obj/structure/machinery/power/port_gen,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"wSI" = (
+/obj/item/paper/crumpled{
+ pixel_x = 9
+ },
+/obj/effect/hybrisa/decal/trash{
+ pixel_y = 12
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"wSO" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/effect/hybrisa/decal/trash{
+ dir = 1;
+ icon_state = "trash_11"
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = -4;
+ pixel_y = 6
+ },
+/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/Meridian/Turquoise{
+ pixel_y = 8;
+ health = 1750;
+ icon_state = "meridian_turquoise_damage_1"
+ },
+/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)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "red"
+ },
+/area/lv759/indoors/wy_security/checkpoint_northwest)
+"wTC" = (
+/obj/structure/bed/chair/comfy/hybrisa/brown{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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"
+ },
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 9;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"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,
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 6
+ },
+/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)
+"wTQ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"wTR" = (
+/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitormedium_on{
+ light_color = "#00f4ff";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_x = 4;
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/weyyu_office/pressroom)
+"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/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"wTV" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "red3"
+ },
+/area/lv759/indoors/wy_research_complex/securityarmory)
+"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)
+"wTZ" = (
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"wUa" = (
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ layer = 5;
+ pixel_y = 20;
+ pixel_x = 2
+ },
+/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)
+"wUc" = (
+/obj/structure/largecrate/random/case/double,
+/turf/open/floor/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"wUf" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal_solid/autoname{
+ dir = 1
+ },
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ id = "hybrisaLZ2_2";
+ name = "Emergency Lockdown";
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_fuel)
+"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;
+ layer = 8
+ },
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/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/buckshot,
+/obj/item/clothing/under/colonist/wy_joliet_shopsteward,
+/obj/structure/closet/cabinet,
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/apartment/northapartments)
+"wUv" = (
+/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/outdoors/mining_outpost/south_entrance)
+"wUy" = (
+/obj/structure/platform/hybrisa/metalplatform1,
+/obj/structure/prop/hybrisa/lattice_prop/lattice_3{
+ pixel_x = -26;
+ layer = 4.2
+ },
+/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)
+"wUM" = (
+/turf/open/hybrisa/street/sidewalk{
+ dir = 5
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"wVl" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "plating_striped"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"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,
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 30;
+ pixel_x = 4
+ },
+/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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/yellow_bigtile,
+/area/lv759/indoors/power_plant/workers_canteen)
+"wVL" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/almayer{
+ autoname = 1
+ },
+/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,
+/obj/structure/prop/hybrisa/vehicles/Ambulance{
+ dir = 1;
+ pixel_x = 8;
+ pixel_y = -12
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"wVN" = (
+/obj/structure/largecrate/random/barrel/green{
+ pixel_x = -6
+ },
+/obj/item/stack/sheet/cardboard{
+ layer = 1
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/colony_streets/south_east_street)
+"wVR" = (
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/west_caves)
+"wVV" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"wWb" = (
+/obj/item/tool/warning_cone{
+ pixel_x = -4;
+ 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)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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)
+"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/lv759/indoors/wy_research_complex/cafeteria)
+"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)
+"wWI" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/hybrisa/cuppa_joes/empty_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/outdoors/power_plant/transformers_south)
+"wWN" = (
+/obj/item/tool/warning_cone{
+ pixel_x = -10;
+ pixel_y = 11
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg1"
+ },
+/area/lv759/indoors/caves/west_caves)
+"wWV" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"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)
+"wXq" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/ammo_casing/bullet,
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"wXy" = (
+/obj/structure/closet/secure_closet/security,
+/obj/item/clothing/under/marine/veteran/pmc/corporate/hybrisa,
+/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead,
+/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa,
+/obj/item/storage/belt/gun/m4a3,
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"wXA" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "test_floor4"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"wXB" = (
+/obj/structure/largecrate/random/barrel/black,
+/turf/open/hybrisa/street/sidewalk{
+ 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)
+"wXR" = (
+/turf/closed/wall/hybrisa/colony/ribbed,
+/area/lv759/indoors/power_plant/south_hallway)
+"wXT" = (
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 1
+ },
+/area/lv759/indoors/meridian/meridian_factory)
+"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
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_6";
+ pixel_y = 12
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ dir = 4
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"wXZ" = (
+/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/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/head/hybrisa/cmb_cap_new,
+/obj/item/clothing/glasses/sunglasses/sechud/blue,
+/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{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/mining_outpost/east)
+"wYk" = (
+/obj/item/stack/sheet/cardboard{
+ layer = 1
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/machinery/light/spot/blue{
+ dir = 1;
+ pixel_y = 22
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"wYl" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"wYq" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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)
+"wYz" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"wYA" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 4
+ },
+/obj/item/device/flashlight/lamp/tripod/grey,
+/turf/open/engineership/engineer_floor2,
+/area/lv759/indoors/derelict_ship)
+"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{
+ 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)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/dark,
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"wZD" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/obj/item/trash/hybrisa/cuppa_joes_static/empty_cup,
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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)
+"wZH" = (
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"wZL" = (
+/obj/item/prop/colony/used_flare,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/south_east_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"
+ },
+/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 = 30;
+ pixel_x = -4
+ },
+/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";
+ pixel_x = 8;
+ pixel_y = 21
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegreen,
+/area/lv759/indoors/garage_reception)
+"xas" = (
+/obj/structure/machinery/light,
+/obj/structure/surface/rack,
+/obj/item/storage/pouch/construction,
+/obj/item/tool/surgery/synthgraft,
+/obj/effect/spawner/random/tool,
+/obj/effect/spawner/random/tech_supply,
+/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/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"xaD" = (
+/obj/structure/closet/hydrant{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ icon_state = "plating_striped"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"xaJ" = (
+/obj/effect/hybrisa/decal/road/lines3,
+/obj/structure/prop/hybrisa/vehicles/Long_Truck/WY_Blue{
+ pixel_y = 6
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5;
+ layer = 3.2
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/landing_zone_2)
+"xaK" = (
+/obj/structure/bed/chair{
+ can_buckle = 0;
+ dir = 4;
+ pixel_x = 2;
+ pixel_y = 10
+ },
+/obj/structure/sign/safety/maint{
+ pixel_y = -24
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/armory_foyer)
+"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)
+"xbc" = (
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/northhallway)
+"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" = (
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/hospital/morgue)
+"xbt" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"xbw" = (
+/obj/structure/bed/chair/office/light{
+ dir = 8;
+ pixel_x = -14;
+ layer = 2.7
+ },
+/obj/item/trash/cigbutt{
+ pixel_x = -7;
+ pixel_y = 13
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"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_LZ)
+"xbB" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"xbC" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/turf/open/floor/hybrisa/tile/tilewhitecheckered,
+/area/lv759/indoors/hospital/operation)
+"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)
+"xbN" = (
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/hallwayeast)
+"xbY" = (
+/obj/structure/grille,
+/obj/structure/barricade/handrail/wire{
+ dir = 4
+ },
+/obj/structure/cable/white{
+ color = "#550d0d";
+ icon_state = "1-2";
+ layer = 5
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/botany/botany_maintenance)
+"xbZ" = (
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_29";
+ pixel_y = 6
+ },
+/obj/structure/machinery/light{
+ dir = 1
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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/cargo_container/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)
+"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
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/frame{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 6;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"xcD" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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)
+"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
+ },
+/obj/structure/sign/poster/ad{
+ pixel_y = 34
+ },
+/obj/structure/sign/poster/music{
+ pixel_x = -5;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/central_streets)
+"xcL" = (
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_2"
+ },
+/obj/structure/machinery/cm_vending/sorted/medical/wall_med{
+ pixel_y = 28
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/armory_foyer)
+"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/effect/landmark/corpsespawner/hybrisa_goon,
+/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/structure/surface/table/reinforced/black,
+/obj/item/paper_bin/wy{
+ pixel_x = 6;
+ pixel_y = 5
+ },
+/obj/item/device/flashlight/lamp/on{
+ pixel_x = -8
+ },
+/turf/open/floor/almayer{
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"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
+ },
+/obj/structure/sign/safety/medical{
+ pixel_x = 8;
+ pixel_y = 32
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"xdr" = (
+/turf/open/floor/almayer{
+ icon_state = "cargo_arrow"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"xdw" = (
+/turf/closed/wall/hybrisa/colony/engineering/reinforced,
+/area/lv759/indoors/garage_managersoffice)
+"xdA" = (
+/obj/structure/fence/dark,
+/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{
+ color = "#5d524b"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/mining_outpost/vehicledeployment)
+"xdH" = (
+/obj/structure/blocker/forcefield/vehicles,
+/obj/structure/fence/dark/warning,
+/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/indoors/derelict_ship)
+"xdP" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/misc/fake/pipes/pipe1,
+/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)
+"xdX" = (
+/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/landing_zone_2)
+"xef" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/northfoyer)
+"xeo" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic_solid/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/weyyu_office/breakroom)
+"xep" = (
+/obj/structure/sign/safety/medical{
+ pixel_x = 34;
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"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/prop/hybrisa/misc/deco_edging{
+ 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/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{
+ light_color = "#00f4ff";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/bluemetalfull,
+/area/lv759/indoors/wy_research_complex/reception)
+"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/Mining_Crawlers/Fuel,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_caves)
+"xeE" = (
+/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/indoors/landing_zone_2/kmcc_hub_maintenance)
+"xeF" = (
+/obj/structure/closet/secure_closet/atmos_personal,
+/turf/open/floor/corsat{
+ icon_state = "squares"
+ },
+/area/lv759/indoors/power_plant/gas_generators)
+"xeK" = (
+/obj/structure/stairs{
+ color = "#a6aeab";
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/power_plant/geothermal_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)
+"xeP" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/machinery/computer/communications/simple{
+ dir = 8;
+ pixel_y = 4
+ },
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/meridian/meridian_office)
+"xeR" = (
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall/computer{
+ light_color = "#00ff9f";
+ light_on = 1;
+ light_power = 2;
+ light_range = 3;
+ pixel_y = 6
+ },
+/obj/structure/prop/hybrisa/misc/redmeter{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/power_plant/telecomms)
+"xeU" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/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/heavyequip)
+"xfa" = (
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/breakroom)
+"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/lv759/indoors/wy_research_complex/hallwaycentral)
+"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{
+ pixel_y = -2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/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/cargo_container/hybrisa/containersextended/bluewywingsright,
+/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)
+"xfW" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/botany/botany_hallway)
+"xgc" = (
+/obj/structure/cargo_container/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)
+"xgk" = (
+/obj/structure/machinery/big_computers/computerblack/computer4,
+/obj/structure/prop/hybrisa/misc/machinery/screens/bluemultimonitorsmall_on{
+ light_color = "#00f4ff";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/meridian/meridian_factory)
+"xgl" = (
+/obj/structure/window/framed/hybrisa/colony/hull,
+/obj/structure/blocker/invisible_wall,
+/obj/structure/machinery/door/poddoor/almayer/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/graffiti4{
+ pixel_y = -2
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"xgw" = (
+/obj/structure/closet/secure_closet/security,
+/obj/item/clothing/under/marine/veteran/pmc/corporate/hybrisa,
+/obj/item/clothing/suit/storage/marine/veteran/pmc/light/corporate/lead,
+/obj/item/clothing/head/helmet/marine/veteran/pmc/corporate/hybrisa,
+/obj/item/storage/belt/gun/m4a3,
+/obj/structure/machinery/light/double/blue,
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/securitycommand)
+"xgy" = (
+/obj/item/stack/rods{
+ pixel_y = 14
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"xgD" = (
+/obj/structure/machinery/door/poddoor/shutters/almayer{
+ dir = 4
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/indoors/derelict_ship)
+"xgL" = (
+/obj/structure/prop/hybrisa/cavedecor/stalagmite0,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/south_east_caves)
+"xgP" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/south_west_caves)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/structure/machinery/computer/emails{
+ dir = 1;
+ pixel_y = 4
+ },
+/turf/open/floor/hybrisa/carpet/carpetfadedred,
+/area/lv759/indoors/colonial_marshals/head_office)
+"xhn" = (
+/obj/structure/closet/secure_closet/personal,
+/turf/open/floor/hybrisa/metal/zbrownfloor1,
+/area/lv759/indoors/meridian/meridian_foyer)
+"xhD" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/northhallway)
+"xhE" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1,
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 8
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"xhN" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/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)
+"xhS" = (
+/obj/structure/bed/hybrisa/prisonbed{
+ dir = 6
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/apartment/westbedrooms)
+"xhY" = (
+/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{
+ color = "#a6aeab";
+ dir = 1
+ },
+/turf/open/floor/almayer{
+ icon_state = "test_floor4"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"xie" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/turf/open/floor/strata{
+ icon_state = "cyan3"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"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"
+ },
+/obj/structure/prop/hybrisa/vehicles/Armored_Truck/White,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"xiA" = (
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/cavedecor/stalagmite4,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_west_caves)
+"xiF" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/bed/stool{
+ icon_state = "stool_alt";
+ pixel_x = -5;
+ pixel_y = 5
+ },
+/turf/open/floor/hybrisa/tile/tileblackcheckered,
+/area/lv759/indoors/casino)
+"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{
+ pixel_x = -8
+ },
+/obj/structure/closet/bombclosetsecurity{
+ pixel_x = 8
+ },
+/obj/structure/sign/poster/marshalls{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ icon_state = "redcorner"
+ },
+/area/lv759/indoors/colonial_marshals/armory_foyer)
+"xiY" = (
+/obj/structure/machinery/door/airlock/almayer/generic{
+ dir = 2;
+ autoname = 1
+ },
+/turf/open/floor/plating/prison,
+/area/lv759/indoors/colonial_marshals/restroom)
+"xji" = (
+/obj/structure/disposalpipe/segment{
+ dir = 2;
+ icon_state = "pipe-c";
+ level = 2
+ },
+/obj/structure/machinery/chem_dispenser/soda/beer{
+ dir = 8;
+ pixel_y = 30;
+ density = 0
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/bar)
+"xjm" = (
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"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 = "darkbrown3"
+ },
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"xjA" = (
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"xjF" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ id = "hybrisaLZ2_4";
+ name = "Emergency Lockdown";
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"xjN" = (
+/obj/structure/window/framed/hybrisa/colony/engineering/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters,
+/turf/open/floor/plating,
+/area/lv759/indoors/recycling_plant_waste_disposal_incinerator)
+"xjO" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/landmark/item_pool_spawner/survivor_ammo/buckshot,
+/obj/item/ammo_magazine/rifle/m16,
+/obj/item/ammo_magazine/rifle/m16,
+/obj/structure/surface/rack{
+ color = "#8B7B5B"
+ },
+/obj/item/ammo_magazine/rifle/m16,
+/obj/item/ammo_magazine/rifle/m16,
+/obj/item/storage/pouch/magazine/large/m16/ap,
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/jacks_surplus)
+"xjT" = (
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"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/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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)
+"xkz" = (
+/obj/item/tool/pen{
+ pixel_x = 12;
+ pixel_y = 8
+ },
+/turf/open/floor/plating/prison,
+/area/lv759/indoors/colonial_marshals/office)
+"xkA" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 4
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/north_street)
+"xkL" = (
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"xkO" = (
+/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/colony_streets/south_west_street)
+"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)
+"xkZ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"xle" = (
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"xll" = (
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"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/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/janitor)
+"xlv" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"xlx" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/obj/structure/machinery/floodlight/landing/floor,
+/turf/open/floor/mech_bay_recharge_floor,
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"xly" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "blue"
+ },
+/area/lv759/indoors/hospital/maintenance)
+"xlA" = (
+/obj/structure/machinery/big_computers/messaging_server/black{
+ dir = 1
+ },
+/obj/item/tool/pen{
+ pixel_x = 9;
+ pixel_y = 8
+ },
+/obj/structure/prop/hybrisa/misc/metergreen{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 9;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"xlG" = (
+/obj/structure/window/framed/hybrisa/marshalls/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/colonial_marshals/hallway_north)
+"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" = (
+/obj/structure/sign/safety/restrictedarea{
+ pixel_y = -24
+ },
+/obj/structure/sign/safety/airlock{
+ pixel_x = 11;
+ pixel_y = -24
+ },
+/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/buckshot,
+/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
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_2";
+ pixel_y = 12
+ },
+/obj/effect/hybrisa/decal/dirt,
+/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/lv759/indoors/caves/wy_research_complex_entrance)
+"xmi" = (
+/obj/structure/tunnel/maint_tunnel/hybrisa/grate/no_xeno_desc{
+ 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)
+"xmu" = (
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"xmw" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{
+ dir = 8
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/colony_floodlight/street{
+ 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)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"xnv" = (
+/obj/structure/machinery/light/small{
+ dir = 1
+ },
+/turf/open/floor/prison{
+ dir = 9;
+ icon_state = "blue"
+ },
+/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)
+"xnz" = (
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/outdoors/landing_zone_1)
+"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/kutjevo/grey,
+/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,
+/obj/structure/pipes/vents/pump_hybrisa,
+/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)
+"xoj" = (
+/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/central_streets)
+"xon" = (
+/turf/open/floor/almayer{
+ allow_construction = 0
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"xox" = (
+/obj/item/paper/crumpled{
+ pixel_x = 15;
+ pixel_y = -9
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 1
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"xoy" = (
+/obj/structure/blocker/forcefield/vehicles,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/north_east_caves)
+"xoE" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/smallDelivery{
+ layer = 5;
+ pixel_y = 15
+ },
+/obj/item/stack/sheet/cardboard,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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/lv759/indoors/wy_research_complex/cafeteriakitchen)
+"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"
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"xoN" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/obj/structure/surface/table/reinforced/black,
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/colonial_marshals/office)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"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/barricade/handrail/strata{
+ dir = 8;
+ layer = 3;
+ pixel_x = 6
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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{
+ 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" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/misc/wybiglogo{
+ dir = 4
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"xpP" = (
+/mob/living/simple_animal/rat/gray,
+/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)
+"xqh" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Ambulance{
+ dir = 1;
+ pixel_y = 12;
+ pixel_x = 12
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/meridian/meridian_maintenance_east)
+"xqx" = (
+/obj/structure/prop/hybrisa/vehicles/Small_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)
+"xqJ" = (
+/obj/structure/blackgoocontainer{
+ pixel_x = -6;
+ pixel_y = 4
+ },
+/turf/open/engineership/engineer_floor1,
+/area/lv759/indoors/derelict_ship)
+"xqL" = (
+/obj/structure/prop/hybrisa/misc/fake/heavydutywire/heavy2,
+/obj/structure/prop/hybrisa/misc/fake/wire/yellow{
+ 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/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/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,
+/obj/structure/blocker/invisible_wall,
+/turf/open/shuttle{
+ icon_state = "rasputin14"
+ },
+/area/lv759/indoors/spaceport/starglider)
+"xrb" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/reception)
+"xrd" = (
+/obj/structure/surface/table/almayer,
+/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/hybrisa/medical/autoname,
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"xrA" = (
+/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/lv759/indoors/wy_research_complex/mainlabs)
+"xrE" = (
+/obj/item/prop/alien/hugger,
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"xrI" = (
+/obj/structure/disposalpipe/tagger,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/colonial_marshals/holding_cells)
+"xrN" = (
+/obj/structure/bed/chair/comfy/hybrisa/black{
+ dir = 1;
+ layer = 3.1;
+ pixel_y = 12;
+ buckling_y = 12
+ },
+/obj/item/storage/briefcase{
+ dir = 3;
+ layer = 3;
+ pixel_x = 8;
+ pixel_y = 16
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/weyyu_office/vip)
+"xrP" = (
+/obj/structure/bed/chair/comfy/hybrisa/brown{
+ dir = 8
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"xrV" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitered"
+ },
+/area/lv759/indoors/hospital/operation)
+"xrW" = (
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/westbedrooms)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"xsg" = (
+/obj/structure/machinery/disposal{
+ dir = 8;
+ icon_state = "intake"
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "E"
+ },
+/obj/structure/sign/safety/fire_haz{
+ pixel_y = 32
+ },
+/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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/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/hybrisa/miner,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/sign/poster/kellandmining{
+ pixel_y = 32
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/processing)
+"xsp" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/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)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"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/lv759/indoors/caves/wy_research_complex_entrance)
+"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)
+"xsQ" = (
+/obj/item/device/flashlight/on,
+/turf/open/auto_turf/sand_white/layer0{
+ icon = 'icons/turf/floors/hybrisa_dirt.dmi'
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"xsX" = (
+/obj/structure/barricade/handrail/kutjevo{
+ dir = 4
+ },
+/turf/open/floor/hybrisa/metal/orangeline{
+ dir = 4
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"xsY" = (
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/item/storage/box/trackimp,
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/hallway_central)
+"xsZ" = (
+/obj/structure/closet,
+/obj/item/storage/box/lights/mixed,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"xta" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/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)
+"xtb" = (
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"xtn" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -1;
+ pixel_y = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"xto" = (
+/obj/structure/blocker/invisible_wall,
+/obj/structure/prop/hybrisa/fakeplatforms/platform1,
+/turf/open/engineership/ship_hull/non_weedable_hull{
+ dir = 5
+ },
+/area/lv759/oob)
+"xtp" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/medical_solid/autoname,
+/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.2;
+ 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
+ },
+/obj/effect/landmark/xeno_spawn,
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"xtC" = (
+/obj/structure/platform{
+ dir = 1;
+ layer = 2.1
+ },
+/obj/structure/platform{
+ dir = 4
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/landing_zone_1)
+"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
+ },
+/obj/effect/decal/cleanable/generic{
+ color = "#5d524b"
+ },
+/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/lv759/indoors/wy_research_complex/weaponresearchlab)
+"xtN" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"xtO" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetreddeco,
+/area/lv759/indoors/weyyu_office/supervisor)
+"xtP" = (
+/obj/structure/bed/chair{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/poster/corporate{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"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{
+ dir = 8;
+ autoname = 1
+ },
+/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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 5;
+ icon_state = "plating"
+ },
+/area/lv759/indoors/spaceport/docking_bay_2)
+"xuc" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 8
+ },
+/obj/structure/closet/crate/science,
+/obj/item/tool/shovel,
+/obj/item/tool/shovel,
+/obj/item/device/mass_spectrometer,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/central_caves)
+"xuf" = (
+/obj/structure/prop/hybrisa/cavedecor/stalagmite3,
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/north_caves)
+"xug" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"xuk" = (
+/obj/item/trash/cigbutt{
+ pixel_x = -3;
+ 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/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/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/buildinggreebliessmall/smallvent3{
+ 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)
+"xuA" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic/autoname,
+/turf/open/floor/prison,
+/area/lv759/indoors/landing_zone_1/flight_control_room)
+"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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/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)
+"xva" = (
+/obj/structure/machinery/door/airlock/hybrisa/generic/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"xvj" = (
+/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";
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/corsat,
+/area/lv759/outdoors/landing_zone_2)
+"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,
+/obj/structure/sign/poster/propaganda{
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/wood/blackwood,
+/area/lv759/indoors/apartment/northapartments)
+"xvz" = (
+/obj/item/shard,
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/south)
+"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_LZ)
+"xvH" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/plating{
+ dir = 4;
+ icon_state = "warnplate"
+ },
+/area/lv759/indoors/hospital/paramedics_garage)
+"xvO" = (
+/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/outdoors/landing_zone_2)
+"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)
+"xvR" = (
+/obj/item/tool/warning_cone{
+ layer = 2;
+ pixel_x = -13;
+ pixel_y = 19
+ },
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/west_caves)
+"xvU" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/closet,
+/turf/open/floor{
+ dir = 1;
+ icon_state = "darkbrown2"
+ },
+/area/lv759/indoors/recycling_plant/garage)
+"xvZ" = (
+/obj/structure/machinery/door/window/brigdoor/northleft{
+ dir = 8
+ },
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"xwj" = (
+/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/outdoors/landing_zone_2)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"xwt" = (
+/obj/structure/bedsheetbin,
+/obj/item/clothing/under/blackskirt,
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/apartment/westfoyer)
+"xwu" = (
+/obj/structure/window/framed/hybrisa/colony/hospital/reinforced,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/hospital/east_hallway)
+"xwx" = (
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_29";
+ pixel_y = 12
+ },
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_25"
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/obj/structure/sign/safety/maint{
+ pixel_x = -17
+ },
+/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" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "blackcorner"
+ },
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"xwE" = (
+/obj/structure/window/framed/hybrisa/colony/office,
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/open_shutters{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/weyyu_office/floor)
+"xwH" = (
+/obj/structure/bed/chair{
+ dir = 8
+ },
+/obj/item/device/radio/headset,
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/indoors/derelict_ship)
+"xxk" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/structure/machinery/light/blue{
+ dir = 1
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkbrown3"
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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";
+ color = "#37485b"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/apartment/eastbedrooms)
+"xxx" = (
+/obj/structure/surface/table/reinforced/black,
+/obj/item/paper/research_notes,
+/obj/item/device/camera/oldcamera,
+/obj/item/ashtray/bronze{
+ icon_state = "ashtray_full_bl";
+ pixel_x = 8;
+ pixel_y = 8
+ },
+/obj/structure/disposalpipe/segment,
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk,
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"xxy" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/machinery/computer/general_air_control/large_tank_control{
+ name = "Oxygen Supply Console";
+ pixel_x = 19
+ },
+/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/prop/hybrisa/misc/machinery/screens/multimonitormedium_off{
+ dir = 1;
+ pixel_x = 1;
+ pixel_y = 32
+ },
+/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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/kutjevo/grey,
+/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_LZ)
+"xxR" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic_solid/autoname,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/westentertainment)
+"xxU" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ pixel_x = -1;
+ pixel_y = 1
+ },
+/obj/structure/machinery/power/apc{
+ dir = 1;
+ start_charge = 10
+ },
+/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,
+/obj/structure/prop/hybrisa/lattice_prop/lattice_3{
+ pixel_x = -26;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 1
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"xxW" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/metal/stripe_red,
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"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_LZ)
+"xyh" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname{
+ dir = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/reception)
+"xyn" = (
+/obj/structure/window/reinforced{
+ dir = 1;
+ layer = 2
+ },
+/obj/structure/platform{
+ dir = 1;
+ layer = 1
+ },
+/obj/structure/machinery/big_computers/computerwhite/computer3,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"xyy" = (
+/obj/effect/decal/cleanable/blood/oil,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Light_Blue{
+ icon_state = "meridian_lightblue_damage_4";
+ health = 750;
+ pixel_x = -2
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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)
+"xyX" = (
+/obj/item/prop/colony/usedbandage{
+ dir = 10
+ },
+/obj/structure/bed/roller,
+/obj/effect/decal/cleanable/blood,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_west_street)
+"xyY" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/vehicles/Mining_Crawlers/Fuel{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/caves/south_east_caves)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/buildinggreebliessmall/smallvent3{
+ pixel_y = 28
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/east_caves)
+"xzn" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood/oil,
+/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)
+"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"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/blocker/forcefield/vehicles,
+/obj/structure/machinery/door/airlock/almayer/secure/colony{
+ autoname = 1;
+ locked = 1
+ },
+/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)
+"xzV" = (
+/obj/effect/decal/cleanable/blood,
+/obj/item/shard,
+/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)
+"xAb" = (
+/obj/structure/sign/safety/restrictedarea{
+ pixel_x = 32;
+ pixel_y = 32
+ },
+/turf/open/floor/plating{
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/central_caves)
+"xAd" = (
+/obj/structure/machinery/door/airlock/almayer/security/glass/reinforced/colony{
+ autoname = 1;
+ name = "autoname";
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/armory)
+"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{
+ 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
+ },
+/obj/structure/sign/safety/north{
+ pixel_y = 32
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/north_west_street)
+"xAm" = (
+/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/indoors/derelict_ship)
+"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";
+ color = "#550d0d"
+ },
+/turf/open/floor/plating/prison,
+/area/lv759/outdoors/caveplateau)
+"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)
+"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;
+ layer = 6
+ },
+/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/westentertainment)
+"xBp" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"xBu" = (
+/obj/structure/barricade/handrail/strata,
+/obj/structure/sign/poster/safety{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"xBB" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/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/blue{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/misc/buildinggreebliessmall{
+ pixel_x = 8;
+ pixel_y = 20
+ },
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"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/colony_streets/south_west_street_comms)
+"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)
+"xBQ" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/central_hallway)
+"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
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/central_streets)
+"xBX" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"xBZ" = (
+/obj/structure/surface/table/reinforced/cloth,
+/obj/structure/prop/hybrisa/supermart/supermartfruitbasketcarrots{
+ pixel_x = -10
+ },
+/obj/structure/prop/hybrisa/supermart/supermartfruitbasketcarrots{
+ pixel_x = 12
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/weymart)
+"xCa" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/east_deploymentbay)
+"xCf" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/trash/cigbutt{
+ pixel_x = 1;
+ pixel_y = 8
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/meridian/meridian_showroom)
+"xCo" = (
+/obj/effect/decal/cleanable/liquid_fuel,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Pink{
+ icon_state = "meridian_pink_damage_3";
+ health = 1250
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/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/Mining_Crawlers{
+ icon_state = "mining_crawler_3";
+ dir = 8
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/south_east_caves)
+"xCw" = (
+/obj/structure/prop/hybrisa/misc/buildinggreeblies/greeble5{
+ pixel_y = 12
+ },
+/obj/structure/cable/white{
+ color = "#9f8700";
+ icon_state = "1-10";
+ layer = 5
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"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)
+"xCD" = (
+/obj/structure/prop/hybrisa/misc/metergreen{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "sterile"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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)
+"xCH" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 1
+ },
+/turf/closed/wall/hybrisa/colony/reinforced,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"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)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"xDn" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/tile/asteroidwarning_bigtile,
+/area/lv759/indoors/mining_outpost/northeast)
+"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_LZ)
+"xDy" = (
+/obj/structure/platform_decoration/mineral{
+ dir = 8
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "S";
+ layer = 3.3
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/sign/poster/wylogo{
+ pixel_y = 32;
+ layer = 2.9
+ },
+/turf/open/floor/strata{
+ dir = 1;
+ icon_state = "cyan3"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"xDD" = (
+/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,
+/obj/structure/closet/secure_closet/guncabinet{
+ locked = 0
+ },
+/turf/open/floor/almayer{
+ icon_state = "test_floor5"
+ },
+/area/lv759/indoors/wy_research_complex/securityarmory)
+"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/effect/decal/cleanable/blood/drip{
+ icon_state = "2"
+ },
+/obj/structure/machinery/door/airlock/hybrisa/medical/autoname,
+/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)
+"xEc" = (
+/obj/structure/bed/chair/comfy/hybrisa/brown{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/sign/safety/storage{
+ pixel_x = 32
+ },
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetblack,
+/area/lv759/indoors/wy_research_complex/changingroom)
+"xEz" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/colonial_marshals/hallway_central)
+"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)
+"xES" = (
+/obj/item/paper,
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 8
+ },
+/area/lv759/indoors/wy_research_complex/reception)
+"xEU" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/shard,
+/turf/open/hybrisa/street/sidewalkcenter,
+/area/lv759/outdoors/colony_streets/central_streets)
+"xFc" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"xFd" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 8
+ },
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/caves/north_west_caves_outdoors)
+"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
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 8;
+ icon_state = "red4"
+ },
+/area/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"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)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/pizza_galaxy/mystery/stack{
+ pixel_y = 12
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_foyer)
+"xFA" = (
+/obj/structure/machinery/flasher/portable,
+/turf/open/floor/prison{
+ dir = 6;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/armory)
+"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)
+"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/colony_floodlight{
+ layer = 4;
+ pixel_y = 20
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/derelict_ship)
+"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/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/gold/line3{
+ pixel_y = 2
+ },
+/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,
+/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;
+ start_charge = 10
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"xGc" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"xGm" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/botany/botany_mainroom)
+"xGq" = (
+/obj/structure/machinery/door/airlock/almayer/maint/reinforced/colony{
+ autoname = 1;
+ name = "autoname reinforced"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/bar/kitchen)
+"xGr" = (
+/obj/structure/machinery/conveyor,
+/obj/item/stack/sheet/cardboard,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/cargo)
+"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)
+"xGA" = (
+/obj/effect/hybrisa/decal/road/road_stop{
+ icon_state = "stop_decal4"
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/lv759/indoors/wy_research_complex/researchanddevelopment)
+"xGM" = (
+/obj/item/paper/crumpled{
+ pixel_x = 15;
+ pixel_y = -9
+ },
+/obj/structure/bed/chair/comfy/blue{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/bluemetal1{
+ dir = 8
+ },
+/area/lv759/indoors/spaceport/communications_office)
+"xGS" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 8;
+ pixel_y = 12
+ },
+/obj/item/shard,
+/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/lv759/indoors/landing_zone_2/kmcc_hub_maintenance_north)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"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/effect/decal/warning_stripes{
+ icon_state = "SE-out";
+ pixel_x = 1;
+ pixel_y = -1
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/south_west_street_comms)
+"xHR" = (
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_2";
+ pixel_y = 12
+ },
+/turf/open/floor/hybrisa/tile/tilegreen,
+/area/lv759/indoors/garage_reception)
+"xHT" = (
+/obj/structure/cargo_container/hybrisa/containersextended/bluewywingsright,
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/spaceport/cargo_maintenance)
+"xHV" = (
+/obj/item/stool{
+ pixel_x = -4;
+ pixel_y = 20
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/noticeboard{
+ pixel_y = 30
+ },
+/turf/open/floor/wood,
+/area/lv759/indoors/hospital/cmo_office)
+"xHX" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"xHZ" = (
+/obj/effect/decal/medical_decals{
+ dir = 1;
+ icon_state = "docstripingdir"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"xIe" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/fakeplatforms/platform1,
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"xIg" = (
+/turf/closed/wall/r_wall/biodome,
+/area/lv759/indoors/wy_research_complex/weaponresearchlab)
+"xIj" = (
+/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/outdoors/landing_zone_2)
+"xIo" = (
+/turf/open/floor/hybrisa/tile/cementflat,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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/northfoyer)
+"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)
+"xIy" = (
+/obj/structure/barricade/handrail/hybrisa/road/wood/blue{
+ dir = 1
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/colony_streets/central_streets)
+"xIA" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 4
+ },
+/obj/structure/inflatable/door{
+ layer = 2
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"xIF" = (
+/turf/open/floor/prison,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"xIM" = (
+/obj/item/tool/warning_cone{
+ pixel_y = 19
+ },
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"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
+ },
+/obj/structure/blocker/forcefield/vehicles,
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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/lv759/indoors/wy_research_complex/xenobiology)
+"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" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "kitchen"
+ },
+/area/lv759/indoors/spaceport/kitchen)
+"xJs" = (
+/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/outdoors/landing_zone_2)
+"xJv" = (
+/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2,
+/obj/structure/platform/hybrisa/metalplatform6,
+/obj/structure/prop/hybrisa/signs/high_voltage/small{
+ pixel_x = 28
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"xJA" = (
+/obj/structure/machinery/big_computers/computerbrown/computer1{
+ pixel_y = 2
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/power_plant/fusion_generators)
+"xJB" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 1;
+ layer = 4
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/outdoors/colony_streets/north_street)
+"xJO" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilered,
+/area/lv759/indoors/bar)
+"xJU" = (
+/obj/structure/prop/hybrisa/supermart/rack/longrack7,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/weymart)
+"xJX" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"xKb" = (
+/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/outdoors/landing_zone_2)
+"xKf" = (
+/obj/structure/filingcabinet,
+/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/lv759/indoors/wy_research_complex/xenobiology)
+"xKl" = (
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_4"
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/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)
+"xKt" = (
+/obj/structure/machinery/light/small{
+ dir = 4
+ },
+/turf/open/floor/hybrisa/wood/darkerwood,
+/area/lv759/indoors/colonial_marshals/office)
+"xKB" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/secdoor/glass/reinforced/autoname,
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/garage)
+"xKM" = (
+/obj/effect/decal/cleanable/blood,
+/obj/item/trash/cigbutt{
+ pixel_x = -10;
+ pixel_y = 14
+ },
+/obj/item/weapon/gun/smg/p90,
+/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/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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)
+"xLj" = (
+/obj/structure/machinery/door/poddoor/hybrisa/secure_red_door{
+ name = "Emergency Lockdown";
+ indestructible = 1;
+ id = "hybrisacolonylockdown";
+ needs_power = 0;
+ unacidable = 1
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/weymart/maintenance)
+"xLk" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/power_plant/geothermal_generators)
+"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)
+"xLt" = (
+/obj/structure/prop/hybrisa/vehicles/Long_Truck/Red{
+ pixel_y = 6
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"xLw" = (
+/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/outdoors/landing_zone_2)
+"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/prop/hybrisa/misc/deco_edging/corner{
+ 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/colony_streets/south_west_street_comms)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"xLK" = (
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"xLM" = (
+/obj/structure/largecrate/random/barrel/black,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 6
+ },
+/area/lv759/outdoors/colony_streets/south_east_street)
+"xLN" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/structure/pipes/vents/pump_hybrisa,
+/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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"xLR" = (
+/obj/structure/morgue,
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/hospital/morgue)
+"xMa" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 1
+ },
+/turf/open/engineership/engineer_floor14{
+ dir = 1
+ },
+/area/lv759/indoors/caves/south_west_caves)
+"xMb" = (
+/obj/structure/machinery/door/airlock/hybrisa/personal/autoname,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_security)
+"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)
+"xMk" = (
+/obj/structure/surface/table/reinforced/prison{
+ color = "#6b675e"
+ },
+/obj/structure/window/reinforced,
+/obj/item/reagent_container/glass/beaker,
+/obj/item/reagent_container/glass/beaker,
+/obj/item/reagent_container/glass/beaker,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"xMl" = (
+/obj/structure/prop/hybrisa/misc/firehydrant{
+ dir = 1
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/central_streets)
+"xMn" = (
+/obj/structure/largecrate/supply/supplies/flares,
+/turf/open/floor/plating,
+/area/lv759/indoors/mining_outpost/northeast)
+"xMr" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/door/airlock/almayer/engineering{
+ dir = 2;
+ name = "\improper Airlock";
+ autoname = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"xMy" = (
+/obj/structure/bed/chair/comfy{
+ dir = 4
+ },
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/telescreen{
+ pixel_y = 32
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"xMB" = (
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/obj/item/stack/sheet/cardboard{
+ layer = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/hallwaysouthwest)
+"xMR" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/structure/window/reinforced{
+ 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/cargo_container/hybrisa/containersextended/greywyright{
+ layer = 4.2
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"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)
+"xNr" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "triagedecaltopright"
+ },
+/obj/item/lightstick/red/spoke/planted,
+/turf/open/floor/plating/kutjevo,
+/area/lv759/outdoors/landing_zone_1)
+"xNw" = (
+/turf/open/floor/hybrisa/tile/tilebeigecheckered,
+/area/lv759/indoors/apartment/eastfoyer)
+"xND" = (
+/obj/structure/machinery/door/airlock/multi_tile/almayer/engidoor{
+ name = "\improper Airlock";
+ autoname = 1
+ },
+/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/buckshot,
+/obj/structure/surface/rack,
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/machinery/light/blue{
+ dir = 1
+ },
+/obj/item/ammo_magazine/smg/p90,
+/obj/item/ammo_magazine/smg/p90,
+/obj/item/weapon/gun/smg/p90,
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/security_office)
+"xOo" = (
+/obj/structure/surface/rack,
+/obj/effect/spawner/random/toolbox,
+/obj/effect/spawner/random/tool,
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"xOq" = (
+/obj/item/reagent_container/food/condiment/peppermill{
+ pixel_x = 3;
+ 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/lv759/indoors/wy_research_complex/cafeteria)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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)
+"xOL" = (
+/obj/item/stack/sheet/cardboard,
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ layer = 5;
+ pixel_y = 20;
+ pixel_x = 2
+ },
+/obj/effect/hybrisa/decal/trash{
+ icon_state = "trash_8"
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/north_east_street)
+"xOP" = (
+/obj/structure/machinery/igniter{
+ layer = 2
+ },
+/obj/effect/decal/cleanable/molten_item,
+/turf/open/floor/corsat,
+/area/lv759/indoors/hospital/virology)
+"xOV" = (
+/obj/effect/hybrisa/decal/road/lines2,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_east_street_LZ)
+"xOW" = (
+/obj/structure/platform_decoration/hybrisa/rockdark{
+ dir = 8
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/west_caves)
+"xPa" = (
+/obj/item/trash/cigbutt{
+ pixel_x = 1;
+ pixel_y = 8
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor_full,
+/area/lv759/indoors/meridian/meridian_office)
+"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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"xPf" = (
+/obj/structure/dartboard{
+ pixel_y = 32
+ },
+/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 = -4
+ },
+/obj/structure/prop/hybrisa/misc/fake/wire/blue{
+ dir = 4;
+ pixel_y = -10
+ },
+/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)
+"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)
+"xPC" = (
+/obj/structure/machinery/light/small/blue{
+ dir = 8
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ color = "#a6aeab"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/southeastexit)
+"xPU" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"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)
+"xQe" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/largecrate/random,
+/obj/structure/largecrate/random,
+/obj/structure/largecrate/random/mini{
+ layer = 4;
+ pixel_y = 14
+ },
+/obj/structure/machinery/light/small/blue{
+ dir = 8
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "plating_striped"
+ },
+/area/lv759/indoors/spaceport/cargo_maintenance)
+"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)
+"xQv" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1,
+/area/lv759/indoors/meridian/meridian_factory)
+"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)
+"xQy" = (
+/obj/effect/decal/medical_decals{
+ icon_state = "docstriping"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"xQF" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "SW-out";
+ layer = 2.5
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/hallwayeast)
+"xQL" = (
+/obj/structure/machinery/door/airlock/almayer/security/glass/reinforced/colony{
+ autoname = 1;
+ name = "autoname"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_recreation_area)
+"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)
+"xRa" = (
+/obj/structure/surface/rack,
+/obj/item/storage/firstaid/o2,
+/obj/item/storage/firstaid/fire,
+/turf/open/floor/prison{
+ dir = 8;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"xRb" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plating/plating_catwalk/prison,
+/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
+ },
+/obj/item/trash/cigbutt,
+/obj/item/trash/hybrisa/cuppa_joes/empty_cup,
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/effect/landmark/corpsespawner/hybrisa/civilian,
+/turf/open/floor{
+ icon_state = "grimy"
+ },
+/area/lv759/indoors/bar/entertainment)
+"xRl" = (
+/obj/structure/coatrack,
+/obj/item/clothing/suit/storage/labcoat/researcher{
+ pixel_y = 6
+ },
+/turf/open/floor/almayer{
+ dir = 10;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"xRm" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/xenoarcheology)
+"xRT" = (
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/colonial_marshals/office)
+"xRW" = (
+/obj/structure/cargo_container/wy/right,
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/landing_zone_2)
+"xSf" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ layer = 8;
+ pixel_x = 3;
+ pixel_y = -2
+ },
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/cement1,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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{
+ color = "#5d524b"
+ },
+/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
+ },
+/obj/structure/prop/hybrisa/vehicles/Meridian/WeylandYutani{
+ icon_state = "meridian_wy_damage_3";
+ health = 1250;
+ pixel_y = -12;
+ layer = 3.9
+ },
+/obj/structure/prop/hybrisa/misc/fire/fire1{
+ color = "#ffa700";
+ layer = 7
+ },
+/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/lv759/indoors/wy_research_complex/hallwayeast)
+"xSk" = (
+/obj/effect/landmark/corpsespawner/hybrisa_goon,
+/obj/effect/decal/cleanable/blood,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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_LZ)
+"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
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"xSR" = (
+/turf/open/floor/hybrisa/carpet/carpetbluedeco,
+/area/lv759/indoors/apartment/westbedrooms)
+"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/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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)
+"xSZ" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/meridian/meridian_maintenance_south)
+"xTc" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/bed/stool{
+ buckling_y = 14;
+ pixel_x = 4;
+ pixel_y = 5
+ },
+/turf/open/floor/prison{
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_foyer)
+"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
+ },
+/obj/structure/machinery/power/apc{
+ dir = 4;
+ start_charge = 10
+ },
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"xTC" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/machinery/big_computers/computerbrown/computer5,
+/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_on{
+ dir = 4;
+ light_color = "#00da64";
+ light_on = 1;
+ light_power = 3;
+ light_range = 5;
+ pixel_y = 32
+ },
+/turf/open/floor/hybrisa/metal/bluemetalfull,
+/area/lv759/indoors/spaceport/flight_control_room)
+"xTD" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/structure/prop/hybrisa/misc/trash/green,
+/obj/structure/prop/hybrisa/fakeplatforms/platform4{
+ dir = 4
+ },
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/central_streets)
+"xTN" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco2{
+ dir = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"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_LZ)
+"xTQ" = (
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"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/indoors/derelict_ship)
+"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/ship_hull/non_weedable_hull{
+ 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)
+"xUM" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/bar/bathroom)
+"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/indoors/derelict_ship)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/carpet/carpetfadedred,
+/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/hybrisa/personal_solid/autoname{
+ dir = 1
+ },
+/turf/open/floor/hybrisa/tile/tilebeige,
+/area/lv759/indoors/jacks_surplus)
+"xVn" = (
+/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 = 5;
+ pixel_y = 13
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/north_west_street)
+"xVp" = (
+/obj/structure/blocker/invisible_wall,
+/obj/structure/blocker/invisible_wall,
+/turf/open/engineership/ship_hull/non_weedable_hull{
+ dir = 8
+ },
+/area/lv759/oob)
+"xVr" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/structure/barricade/wooden{
+ dir = 1;
+ layer = 3.1;
+ pixel_y = 7
+ },
+/obj/structure/bed/chair/wood/normal{
+ layer = 4
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/apartment/eastfoyer)
+"xVt" = (
+/obj/effect/decal/cleanable/blood,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "whitegreenfull"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"xVu" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_4{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/eastbedroomsstorage)
+"xVv" = (
+/obj/item/stack/rods{
+ pixel_y = 14
+ },
+/obj/item/shard,
+/obj/effect/decal/cleanable/blood/oil,
+/turf/open/hybrisa/street/sidewalkcenter,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"xVw" = (
+/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/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"xVx" = (
+/obj/structure/surface/rack,
+/obj/item/storage/box/lights/mixed,
+/turf/open/floor/almayer{
+ dir = 8;
+ icon_state = "blackfull"
+ },
+/area/lv759/indoors/wy_research_complex/janitor)
+"xVA" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco6{
+ dir = 8
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"xVC" = (
+/obj/structure/platform,
+/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)
+"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/lv759/indoors/wy_research_complex/hangarbay)
+"xVE" = (
+/obj/structure/bed/chair/comfy/hybrisa/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"xVZ" = (
+/obj/structure/closet/secure_closet/medical2,
+/obj/item/storage/box/gloves{
+ pixel_x = -5;
+ pixel_y = -5
+ },
+/obj/item/clothing/head/surgery/green,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "whitered"
+ },
+/area/lv759/indoors/hospital/operation)
+"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)
+"xWk" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 8
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/outdoors/mining_outpost/south_entrance)
+"xWl" = (
+/obj/effect/decal/cleanable/blood,
+/obj/item/ammo_casing/bullet,
+/obj/item/storage/backpack/marine/satchel/rto/small{
+ pixel_x = 7;
+ pixel_y = 19;
+ layer = 4
+ },
+/turf/open/floor/almayer{
+ icon_state = "plate"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"xWo" = (
+/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/hybrisashutters.dmi'
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/hallwaycentral)
+"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/machinery/space_heater/radiator/red{
+ dir = 4
+ },
+/obj/structure/sign/safety/bathunisex{
+ layer = 2;
+ pixel_x = -18
+ },
+/turf/open/floor{
+ icon_state = "wood"
+ },
+/area/lv759/indoors/apartment/eastbedrooms)
+"xWM" = (
+/obj/structure/platform/strata/metal{
+ dir = 8
+ },
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/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/Mining_Crawlers{
+ icon_state = "mining_crawler_2";
+ layer = 2.9;
+ dir = 8;
+ pixel_x = -4
+ },
+/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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/item/clothing/suit/apron/cuppa_joes,
+/turf/open/floor/hybrisa/tile/cuppajoesfloor,
+/area/lv759/indoors/spaceport/cuppajoes)
+"xXc" = (
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/landing_zone_1)
+"xXh" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W"
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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,
+/obj/item/clothing/suit/storage/hazardvest/medical_red,
+/turf/open/floor/prison{
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/east_hallway)
+"xXA" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco1{
+ dir = 1
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/hybrisa/metal/grated{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"xXH" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tileblue,
+/area/lv759/indoors/mining_outpost/east_dorms)
+"xXK" = (
+/obj/structure/machinery/light/spot/blue{
+ dir = 8
+ },
+/obj/structure/machinery/light/spot/blue,
+/obj/structure/prop/hybrisa/vehicles/Meridian/Blue{
+ dir = 1;
+ layer = 6;
+ pixel_y = 12
+ },
+/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,
+/turf/open/floor/hybrisa/wood/redwood,
+/area/lv759/indoors/apartment/westbedrooms)
+"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{
+ 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,
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/mainlabs)
+"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/lv759/indoors/wy_research_complex/hangarbayshuttle)
+"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)
+"xYw" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 2.5
+ },
+/obj/structure/prop/invuln/overhead_pipe{
+ icon_state = "intact";
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating/plating_catwalk/prison,
+/area/lv759/indoors/wy_research_complex/hallwaynorthexit)
+"xYx" = (
+/obj/structure/prop/ice_colony/surveying_device{
+ dir = 4
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/central_caves)
+"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/westshowers)
+"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/lv759/indoors/wy_research_complex/weaponresearchlab)
+"xYG" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean"
+ },
+/area/lv759/indoors/power_plant)
+"xYJ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"xYM" = (
+/obj/effect/hybrisa/decal/trash,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/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/lv759/indoors/wy_research_complex/weaponresearchlabtesting)
+"xYS" = (
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 8;
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/roadlines4,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"xYZ" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 10
+ },
+/turf/open/floor/prison{
+ icon_state = "kitchen"
+ },
+/area/lv759/indoors/spaceport/kitchen)
+"xZa" = (
+/turf/open/floor/almayer{
+ dir = 1;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"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/lv759/indoors/wy_research_complex/medical_annex)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"xZk" = (
+/obj/structure/machinery/colony_floodlight/street{
+ pixel_y = 12
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"xZs" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ icon_state = "plating_striped"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"xZv" = (
+/obj/structure/bed/sofa/vert/grey/top,
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeige,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"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)
+"xZI" = (
+/obj/structure/prop/hybrisa/boulders/smallboulderdark/boulder_dark2,
+/turf/open/auto_turf/hybrisashale/layer2,
+/area/lv759/outdoors/caves/north_west_caves_outdoors)
+"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;
+ layer = 6
+ },
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"xZX" = (
+/obj/item/device/binoculars/civ,
+/obj/item/reagent_container/food/drinks/coffee{
+ pixel_x = -4;
+ pixel_y = 11
+ },
+/obj/structure/surface/table/almayer{
+ color = "#EBD9B7"
+ },
+/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)
+"yag" = (
+/turf/open/floor/corsat{
+ icon_state = "box"
+ },
+/area/lv759/indoors/wy_research_complex/head_research_office)
+"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)
+"yam" = (
+/obj/item/stack/medical/bruise_pack,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "sterile_white"
+ },
+/area/lv759/indoors/hospital/cryo_room)
+"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,
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"yaE" = (
+/obj/structure/cargo_container/hybrisa/containersextended/blackwyright,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ dir = 6;
+ icon_state = "multi_tiles"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"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,
+/obj/structure/sign/poster/safety{
+ pixel_x = -4;
+ pixel_y = 34
+ },
+/obj/structure/sign/poster/safety{
+ pixel_y = 32
+ },
+/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/indoors/derelict_ship)
+"yaT" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 8
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"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/blackgoocontainer{
+ pixel_x = -2
+ },
+/turf/open/engineership/engineer_floor1,
+/area/lv759/indoors/derelict_ship)
+"ybg" = (
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_21"
+ },
+/obj/structure/machinery/power/apc{
+ start_charge = 10
+ },
+/turf/open/floor/hybrisa/metal/zbrownfloor1{
+ dir = 10
+ },
+/area/lv759/indoors/meridian/meridian_showroom)
+"ybh" = (
+/obj/structure/machinery/colony_floodlight/traffic{
+ dir = 4;
+ pixel_y = 10
+ },
+/turf/open/hybrisa/street/sidewalk,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"ybl" = (
+/obj/structure/closet/crate/trashcart{
+ opened = 1
+ },
+/obj/item/stack/sheet/cardboard/small_stack{
+ layer = 2
+ },
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ 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)
+"ybq" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "S"
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 8;
+ color = "#a6aeab"
+ },
+/obj/structure/bed/chair{
+ icon_state = "chair_alt";
+ pixel_x = 3;
+ pixel_y = 17;
+ base_pixel_x = 3;
+ base_pixel_y = 17
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "bright_clean2"
+ },
+/area/lv759/indoors/hospital/operation)
+"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)
+"ybH" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood,
+/obj/effect/decal/cleanable/blood/gibs/limb,
+/turf/open/hybrisa/street/asphalt,
+/area/lv759/outdoors/colony_streets/east_central_street)
+"ybI" = (
+/obj/item/device/flashlight/lamp/tripod/grey,
+/obj/structure/sign/safety/storage{
+ pixel_x = 8;
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"ybJ" = (
+/obj/structure/window/reinforced{
+ dir = 4;
+ pixel_y = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/window/reinforced{
+ color = "#a6aeab"
+ },
+/obj/structure/platform/hybrisa/metalplatform6{
+ layer = 4
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/outdoors/colony_streets/north_street)
+"ybR" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "W";
+ layer = 2.5
+ },
+/obj/effect/spawner/random/toolbox{
+ pixel_y = 12
+ },
+/obj/item/tool/screwdriver{
+ pixel_x = 5;
+ pixel_y = -4
+ },
+/obj/structure/extinguisher_cabinet{
+ pixel_y = 32;
+ pixel_x = 8
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "cell_stripe"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaysoutheast)
+"ybU" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/botany/botany_greenhouse)
+"ybZ" = (
+/obj/structure/machinery/conveyor{
+ id = "anomalybelt"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/item/hybrisa/misc/trash_bag_full_prop{
+ pixel_x = 3;
+ pixel_y = -2
+ },
+/obj/item/toy/plush/farwa,
+/turf/open/floor/plating,
+/area/lv759/indoors/recycling_plant)
+"ycb" = (
+/obj/structure/machinery/power/port_gen,
+/obj/structure/sign/poster/safety{
+ pixel_x = -4;
+ pixel_y = 34
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_maintenance)
+"ycd" = (
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/tilegrey,
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"ycf" = (
+/obj/structure/platform/hybrisa/metalplatform3,
+/obj/structure/platform/hybrisa/metalplatform3{
+ dir = 1
+ },
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_showroom)
+"yck" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/colonial_marshals/garage)
+"ycl" = (
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -2;
+ layer = 3.1
+ },
+/obj/structure/barricade/handrail/hybrisa/road/metal/metaldark{
+ pixel_y = -5;
+ layer = 3.2
+ },
+/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/lv759/indoors/wy_research_complex/mainlabs)
+"ycL" = (
+/obj/structure/surface/table/reinforced/prison,
+/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{
+ dir = 1
+ },
+/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,
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/obj/item/tool/pen/blue,
+/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)
+"ycW" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform1{
+ dir = 8
+ },
+/obj/structure/blackgoocontainer{
+ icon_state = "blackgoocontainer2";
+ dir = 4;
+ pixel_x = 8;
+ pixel_y = 12
+ },
+/turf/open/engineership/engineer_floor9,
+/area/lv759/indoors/derelict_ship)
+"ydf" = (
+/obj/structure/machinery/deployable/barrier,
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/armory)
+"ydg" = (
+/obj/structure/platform_decoration/hybrisa/metalplatformdeco2{
+ dir = 8
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/wy_research_complex_entrance)
+"ydk" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "whitegreen"
+ },
+/area/lv759/indoors/hospital/reception)
+"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/lv759/indoors/wy_research_complex/mainlabs)
+"ydA" = (
+/obj/structure/platform{
+ layer = 3.1
+ },
+/obj/structure/platform{
+ dir = 8
+ },
+/obj/structure/largecrate/random/barrel/purewhite,
+/turf/open/floor/kutjevo/grey,
+/area/lv759/indoors/meridian/meridian_factory)
+"ydE" = (
+/obj/structure/barricade/handrail/strata{
+ dir = 8;
+ layer = 4
+ },
+/obj/structure/sign/poster/wylogo{
+ pixel_y = 32
+ },
+/turf/open/floor/prison{
+ dir = 4;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/weyyu_office/pressroom)
+"ydF" = (
+/obj/structure/platform/hybrisa/metalplatform6{
+ dir = 1
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/plating{
+ dir = 8;
+ icon_state = "platingdmg3"
+ },
+/area/lv759/indoors/caves/south_west_caves)
+"ydG" = (
+/obj/structure/platform_decoration/strata/metal{
+ dir = 8
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_edge"
+ },
+/area/lv759/indoors/spaceport/docking_bay_1)
+"ydI" = (
+/obj/structure/surface/rack,
+/obj/effect/decal/warning_stripes{
+ icon_state = "N"
+ },
+/obj/effect/spawner/random/gun/shotgun/lowchance,
+/obj/structure/pipes/vents/pump_hybrisa,
+/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 = "floor1"
+ },
+/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/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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)
+"yeq" = (
+/obj/effect/decal/cleanable/molten_item,
+/obj/effect/decal/strata_decals/grime/grime4{
+ icon_state = "grime3"
+ },
+/turf/open/floor/hybrisa/tile/tilewhite,
+/area/lv759/indoors/wy_research_complex/xenoarcheology)
+"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"
+ },
+/obj/item/trash/hybrisa/cuppa_joes/lid,
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/colony_streets/central_streets)
+"yeE" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/prop/hybrisa/misc/deco_edging{
+ 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/autoname{
+ dir = 1
+ },
+/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,
+/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/lv759/indoors/wy_research_complex/mainlabs)
+"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)
+"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
+ },
+/obj/structure/prop/hybrisa/misc/machinery/screens/multimonitormedium_off{
+ dir = 1;
+ pixel_x = 3;
+ pixel_y = 32
+ },
+/turf/open/floor/corsat,
+/area/lv759/indoors/spaceport/engineering)
+"yfC" = (
+/obj/item/clothing/shoes/marine/corporate,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/almayer{
+ dir = 4;
+ icon_state = "black"
+ },
+/area/lv759/indoors/wy_research_complex/dormsbedroom)
+"yfH" = (
+/obj/structure/sign/safety/maint{
+ pixel_x = -17
+ },
+/obj/structure/machinery/light{
+ dir = 8
+ },
+/obj/structure/pipes/standard/manifold/hidden/cyan{
+ dir = 1;
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/wy_research_complex/dormsfoyer)
+"yfK" = (
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 1
+ },
+/obj/structure/platform/hybrisa/rockdark{
+ dir = 8
+ },
+/turf/open/auto_turf/hybrisashale/layer1,
+/area/lv759/indoors/caves/west_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/lv759/indoors/wy_research_complex/xenobiology)
+"yfU" = (
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 4
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"yfV" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/item/reagent_container/food/drinks/coffeecup{
+ pixel_x = 10;
+ pixel_y = 14
+ },
+/obj/structure/surface/table/reinforced/black,
+/obj/item/reagent_container/food/drinks/coffee/cuppa_joes{
+ pixel_x = -10;
+ pixel_y = 8
+ },
+/turf/open/floor/hybrisa/carpet/carpetbeigedeco,
+/area/lv759/indoors/colonial_marshals/office)
+"yga" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ icon_state = "yellow"
+ },
+/area/lv759/indoors/wy_research_complex/researchanddevelopment)
+"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
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/prison{
+ dir = 10;
+ icon_state = "floor_plate"
+ },
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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)
+"ygt" = (
+/obj/structure/surface/table/reinforced/prison,
+/obj/item/storage/briefcase/stowaway,
+/obj/structure/machinery/power/apc{
+ dir = 8;
+ start_charge = 10
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"ygv" = (
+/obj/structure/machinery/door/airlock/almayer/security/reinforced/colony{
+ autoname = 1;
+ name = "autoname"
+ },
+/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)
+"ygL" = (
+/turf/open/hybrisa/street/sidewalk{
+ dir = 10
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"ygN" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/landmark/survivor_spawner,
+/turf/open/floor/almayer{
+ icon_state = "cargo"
+ },
+/area/lv759/indoors/spaceport/baggagehandling)
+"ygO" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform4,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 5
+ },
+/turf/open/floor/strata{
+ icon_state = "orange_cover"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"yhg" = (
+/obj/item/shard,
+/turf/open/floor/prison{
+ dir = 5;
+ icon_state = "darkyellow2"
+ },
+/area/lv759/indoors/wy_research_complex/hallwaynorth)
+"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/hybrisa/generic/autoname{
+ dir = 1
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/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/lv759/indoors/landing_zone_2/kmcc_hub_cargo)
+"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)
+"yhF" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 6
+ },
+/turf/closed/wall/hybrisa/colony/engineering,
+/area/lv759/indoors/recycling_plant/garage)
+"yhH" = (
+/turf/open/floor/hybrisa/carpet/carpetblue,
+/area/lv759/indoors/apartment/westbedrooms)
+"yhN" = (
+/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/indoors/landing_zone_2/kmcc_hub_lounge_hallway)
+"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,
+/obj/structure/sign/poster/corporate{
+ layer = 2.9;
+ pixel_y = 32
+ },
+/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)
+"yhT" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab";
+ dir = 9
+ },
+/turf/open/floor/strata{
+ dir = 4;
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/wy_research_complex/hangarbay)
+"yih" = (
+/obj/structure/morgue{
+ dir = 8
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/machinery/light/small{
+ dir = 4
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/hybrisa/tile/darkgrey_bigtile,
+/area/lv759/indoors/hospital/morgue)
+"yil" = (
+/obj/structure/window/framed/hybrisa/colony/reinforced,
+/turf/open/floor/plating,
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_south)
+"yio" = (
+/obj/structure/machinery/colony_floodlight/street{
+ 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/lv759/indoors/caves/wy_research_complex_entrance)
+"yiz" = (
+/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/outdoors/landing_zone_2)
+"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/machinery/colony_floodlight/traffic_alt{
+ dir = 1;
+ pixel_x = 8;
+ pixel_y = 15
+ },
+/obj/effect/decal/cleanable/dirt/greenglow{
+ color = "#140400";
+ name = "dirt"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/decal/cleanable/blood/oil,
+/obj/item/shard,
+/turf/open/hybrisa/street/sidewalk{
+ dir = 10
+ },
+/area/lv759/outdoors/colony_streets/east_central_street)
+"yiO" = (
+/obj/structure/prop/hybrisa/fakeplatforms/platform4,
+/turf/closed/wall/hybrisa/research/reinforced/hull,
+/area/lv759/oob)
+"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)
+"yja" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/turf/open/floor/strata{
+ icon_state = "floor3"
+ },
+/area/lv759/indoors/spaceport/hallway_east)
+"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)
+"yjk" = (
+/obj/structure/machinery/door/poddoor/almayer/hybrisa/shutters{
+ dir = 8
+ },
+/obj/structure/window/framed/hybrisa/research/reinforced,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/turf/open/floor/plating,
+/area/lv759/indoors/wy_research_complex/cafeteria)
+"yjl" = (
+/obj/effect/hybrisa/decal/road/road_edge{
+ icon_state = "road_edge_decal7"
+ },
+/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_northeast";
+ 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)
+"yjy" = (
+/obj/structure/barricade/handrail/hybrisa/handrail{
+ dir = 8;
+ layer = 4
+ },
+/turf/open/hybrisa/street/sidewalk{
+ dir = 9
+ },
+/area/lv759/outdoors/landing_zone_2)
+"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)
+"yjC" = (
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/generic/autoname,
+/obj/structure/machinery/door/poddoor/almayer/closed{
+ id = "hybrisaLZ2_1";
+ name = "Emergency Lockdown";
+ needs_power = 0;
+ vehicle_resistant = 1
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_lounge_north)
+"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,
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/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{
+ color = "#5d524b"
+ },
+/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/lv759/indoors/wy_research_complex/hangarbay)
+"yjU" = (
+/obj/structure/machinery/medical_pod/bodyscanner,
+/obj/structure/sign/nosmoking_1{
+ pixel_y = 32;
+ layer = 2.8
+ },
+/obj/structure/bed/hybrisa/hospital/hospitaldivider{
+ dir = 1;
+ pixel_y = 20;
+ layer = 2.9
+ },
+/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/indoors/derelict_ship)
+"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)
+"ykn" = (
+/obj/effect/decal/warning_stripes{
+ icon_state = "N";
+ layer = 3.33;
+ pixel_y = 2
+ },
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ dir = 4;
+ color = "#a6aeab"
+ },
+/obj/structure/bed/stool{
+ buckling_y = 14;
+ layer = 4;
+ pixel_y = 14
+ },
+/turf/open/floor/prison{
+ dir = 1;
+ icon_state = "red"
+ },
+/area/lv759/indoors/colonial_marshals/prisoners_foyer)
+"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)
+"yky" = (
+/turf/closed/wall/hybrisa/colony,
+/area/lv759/indoors/apartment/northfoyer)
+"ykz" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/effect/hybrisa/decal/tiretrack{
+ dir = 1;
+ pixel_x = -7
+ },
+/obj/structure/prop/hybrisa/lattice_prop/lattice_6{
+ pixel_y = 16;
+ layer = 6
+ },
+/turf/open/hybrisa/street/sidewalkcenter{
+ dir = 8
+ },
+/area/lv759/outdoors/colony_streets/central_streets)
+"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)
+"ykG" = (
+/obj/structure/reagent_dispensers/water_cooler{
+ pixel_x = 11;
+ pixel_y = 8;
+ density = 0
+ },
+/obj/structure/flora/pottedplant{
+ icon_state = "pottedplant_17";
+ pixel_y = 13
+ },
+/turf/open/floor/almayer{
+ allow_construction = 0;
+ icon_state = "plate"
+ },
+/area/lv759/indoors/landing_zone_2/kmcc_hub_south_office)
+"ykI" = (
+/obj/structure/filingcabinet{
+ density = 0;
+ pixel_x = -8;
+ pixel_y = 20
+ },
+/obj/structure/filingcabinet{
+ density = 0;
+ pixel_x = 8;
+ pixel_y = 20
+ },
+/obj/structure/pipes/vents/pump_hybrisa,
+/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{
+ 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/metal/zbrownfloor_full,
+/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)
+"yli" = (
+/obj/structure/machinery/door/poddoor/almayer/biohazard/white{
+ dir = 4;
+ icon = 'icons/obj/structures/doors/hybrisashutters.dmi'
+ },
+/obj/structure/machinery/door/airlock/multi_tile/hybrisa/personal_solid_white/autoname{
+ dir = 1
+ },
+/turf/open/floor/corsat{
+ icon_state = "officetiles"
+ },
+/area/lv759/indoors/wy_research_complex/xenobiology)
+"ylm" = (
+/obj/structure/platform/hybrisa/metalplatform2{
+ dir = 1
+ },
+/obj/structure/largecrate/random/barrel/black,
+/obj/structure/sign/poster/ad{
+ pixel_y = 32
+ },
+/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/lv759/indoors/wy_research_complex/cargo)
+"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/indoors/derelict_ship)
+"ylw" = (
+/obj/structure/pipes/standard/simple/hidden/cyan{
+ color = "#a6aeab"
+ },
+/obj/effect/hybrisa/decal/dirt,
+/turf/open/floor/prison{
+ icon_state = "ramptop"
+ },
+/area/lv759/indoors/caves/north_west_caves)
+"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)
+"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/lv759/outdoors/landing_zone_2/kmcc_hub_cargo_entrance_south)
+"ylB" = (
+/obj/effect/hybrisa/decal/dirt,
+/obj/structure/fence/dark/warning,
+/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/Meridian/Purple,
+/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)
+"ylQ" = (
+/turf/closed/wall/hybrisa/research/reinforced,
+/area/lv759/indoors/wy_research_complex/vehicledeploymentbay)
+"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)
+"ylY" = (
+/turf/open/hybrisa/street/cement3,
+/area/lv759/outdoors/landing_zone_2)
+"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
+jDZ
+jDZ
+jDZ
+jDZ
+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
+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
+pAz
+pAz
+pAz
+pAz
+eVy
+tew
+jnr
+uSS
+cRq
+cRq
+mlS
+mlS
+mlS
+mlS
+ivW
+eTm
+iCG
+aeM
+paG
+fbI
+prD
+uhM
+qwd
+qwd
+qwd
+qwd
+qwd
+qwd
+qwd
+qwd
+qwd
+qwd
+qWK
+qwd
+qwd
+qwd
+qwd
+qwd
+qwd
+qwd
+qwd
+qwd
+qwd
+qwd
+kOm
+gJP
+vfY
+vfY
+vfY
+vfY
+vfY
+vfY
+gVo
+hcI
+nEk
+slS
+clE
+ulM
+oIr
+vvq
+xxV
+uhV
+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
+unn
+cAb
+cAb
+lCG
+cAb
+rEV
+lnf
+hSf
+rrm
+rrm
+rrm
+rrm
+rrm
+rrm
+rrm
+oLE
+fJg
+sXr
+kWw
+lEn
+bAk
+kSX
+riq
+qqc
+ojb
+hVc
+ecg
+sXr
+kXJ
+phW
+phW
+phW
+phW
+phW
+phW
+phW
+phW
+phW
+phW
+phW
+phW
+phW
+phW
+phW
+phW
+phW
+xIg
+xIg
+xIg
+xIg
+xIg
+xIg
+xIg
+rnh
+oJn
+mJE
+cen
+bFh
+rnh
+qqk
+qqk
+qqk
+qqk
+qqk
+qqk
+lhe
+bkr
+mEo
+eSS
+huZ
+eLV
+nXU
+rZc
+gvK
+nRY
+bFx
+jKB
+gHM
+huZ
+tFc
+wnj
+huZ
+wnj
+wnj
+huZ
+xVD
+rBK
+uXg
+bkr
+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
+rnr
+hJm
+cRq
+cRq
+mlS
+aXD
+cgJ
+mlS
+cTy
+wGQ
+oWs
+aeM
+paG
+fbI
+iIe
+cRq
+psJ
+psJ
+cRq
+cRq
+psJ
+psJ
+psJ
+cRq
+cRq
+psJ
+psJ
+psJ
+cRq
+cRq
+psJ
+psJ
+psJ
+cRq
+cRq
+psJ
+psJ
+psJ
+cRq
+ary
+vfY
+vfY
+vfY
+cRq
+cRq
+vfY
+tDi
+vAm
+dba
+cfl
+kWr
+vyP
+cjr
+jgS
+kyb
+qmx
+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
+lCG
+cAb
+wds
+mVi
+qlW
+bPL
+bPL
+qlW
+qlW
+bPL
+bPL
+qlW
+wds
+tHv
+ftL
+eyA
+iJs
+rJa
+oub
+oub
+oub
+oub
+nXz
+uuA
+bML
+aLA
+iPv
+lYq
+bQo
+lYq
+gYr
+cHx
+bQo
+mWH
+mWH
+vUo
+bWE
+lYq
+lYq
+wVV
+msK
+cSQ
+jPy
+oPZ
+dgD
+kHM
+hQE
+geS
+pCs
+dVu
+rnh
+awD
+hry
+fFa
+fPs
+rnh
+qqk
+wAa
+eII
+glG
+fjn
+xDD
+jIq
+fVO
+kfb
+qCQ
+wrN
+awv
+eqJ
+yaE
+iMP
+uJT
+aXF
+xLP
+eqJ
+eqJ
+eqJ
+eqJ
+eqJ
+eqJ
+eqJ
+eqJ
+pfk
+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
+jQa
+uSb
+cRq
+cRq
+naN
+arx
+sKA
+xNJ
+hzV
+kcx
+tbt
+mlS
+guR
+mKg
+als
+mJg
+fBt
+fBt
+mhH
+qna
+dJD
+dJD
+dJD
+wkA
+lbD
+dJD
+dJD
+dJD
+lbD
+gbp
+dJD
+dJD
+dJD
+cEA
+mhH
+gEE
+iuF
+fBt
+mJg
+blY
+tXs
+dxk
+nZR
+cRq
+cRq
+vfY
+xTT
+lXG
+noT
+nCq
+aSx
+fYj
+brg
+oiN
+vjP
+ghl
+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
+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
+cAb
+cAb
+lCG
+lCG
+lCG
+cAb
+wds
+gfw
+qlW
+dDk
+sRV
+sRV
+keD
+bnK
+oKw
+qlW
+exu
+ivF
+sXr
+rPL
+uWo
+ndf
+gmT
+gmT
+gcw
+gmT
+hce
+obM
+iVZ
+qmO
+tLP
+jqm
+jqm
+jqm
+pfB
+kzW
+jqm
+jqm
+jqm
+jqm
+jqm
+jqm
+gCK
+rHQ
+fRi
+aXM
+rez
+vQE
+kbF
+qVj
+xYF
+ddi
+byR
+kLr
+rnh
+oyg
+lgE
+uCT
+tIF
+rnh
+qqk
+lHa
+iCk
+eGH
+gCv
+gOS
+mTh
+enE
+eLa
+cJd
+yhT
+pCY
+pCY
+pCY
+pCY
+pCY
+pCY
+pCY
+pCY
+pCY
+pCY
+pCY
+pCY
+pCY
+pCY
+pCY
+pXP
+jyj
+ocL
+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
+rnr
+krX
+cRq
+cRq
+tlZ
+jeu
+sWA
+rGS
+rOm
+iIB
+sWA
+ciH
+nXh
+cmm
+uaa
+uaa
+uaa
+uaa
+uaa
+gBn
+rDD
+uaa
+uaa
+uaa
+uaa
+uaa
+uaa
+uaa
+uaa
+uaa
+uaa
+uaa
+uaa
+uaa
+uaa
+uaa
+uaa
+uaa
+uaa
+uaa
+uaa
+tes
+uaa
+jHP
+pBW
+pnv
+iZC
+qmT
+cGU
+ngt
+xSg
+qkD
+wwR
+lLN
+wda
+bGz
+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
+khl
+lbt
+mTO
+aiz
+baN
+kXU
+gZO
+gZO
+fdQ
+tWH
+hcI
+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
+sQl
+aUs
+bPL
+pCn
+eTM
+ftL
+cnl
+kua
+gyv
+nGs
+kRZ
+omp
+jWr
+nys
+yga
+sRQ
+kXJ
+phW
+phW
+phW
+phW
+oLO
+abN
+kvG
+mMB
+uPn
+uSP
+uSP
+bqm
+mri
+tTD
+bYO
+phW
+phW
+qdx
+xDy
+mgz
+oIW
+vQL
+ami
+cuB
+rnh
+ihr
+cZH
+ajF
+hgN
+rnh
+qqk
+uUE
+wTV
+hxX
+aWh
+gOS
+jIq
+fXf
+rFp
+jHr
+nYW
+vSb
+vSb
+vSb
+vSb
+vSb
+vSb
+vSb
+lxp
+vSb
+vSb
+vSb
+vSb
+vSb
+vSb
+vSb
+qKl
+jHr
+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
+rnr
+sQt
+cRq
+cRq
+mqT
+jeu
+sWA
+kjD
+oLV
+btC
+kMO
+uzw
+ejJ
+hwg
+fNy
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+aje
+uaa
+dPN
+bGH
+gBK
+axF
+utu
+ozB
+nch
+bQk
+tPR
+rFn
+wCQ
+aqS
+jYB
+hcI
+unn
+unn
+unn
+joL
+plV
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+hcI
+egM
+uqZ
+aFM
+lKf
+pCZ
+vwi
+bSj
+mTO
+hfT
+pHm
+gyV
+hcI
+unn
+unn
+unn
+unn
+unn
+gFK
+auk
+kWB
+wFw
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+jiu
+urm
+bPL
+xZg
+mSW
+qZI
+elq
+nCn
+dwA
+bPL
+pCn
+ivF
+sXr
+bJw
+kua
+kKw
+aLO
+sXr
+sXr
+iJe
+nIL
+phm
+sRQ
+sXr
+phW
+phW
+phW
+phW
+qSJ
+kMp
+xyn
+laA
+dbG
+bwh
+sbE
+lLP
+wHU
+lwx
+pVY
+phW
+phW
+dJE
+suQ
+xtL
+iCp
+npi
+kyK
+njF
+rOR
+oLI
+hBy
+hBy
+tcn
+rnh
+qqk
+qlX
+sKl
+klV
+onQ
+rUq
+jIq
+wLj
+pXP
+rts
+cYP
+hOy
+kZg
+kZg
+kZg
+kZg
+kZg
+kZg
+mJP
+kZg
+kZg
+kZg
+kZg
+kZg
+kZg
+eoR
+nRG
+jHr
+dGf
+fkx
+lpy
+cAb
+pvc
+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
+rnr
+rvp
+cRq
+cRq
+tlZ
+bza
+sKA
+bmS
+bmS
+qSx
+kah
+mlS
+uwm
+jhj
+aOQ
+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
+aOQ
+jRF
+vfY
+vfY
+vfY
+vfY
+aOO
+ifq
+pYf
+qvn
+nlJ
+exC
+kgR
+tLF
+cae
+hcI
+unn
+unn
+unn
+pxi
+fSm
+vkK
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+hcI
+lol
+ufQ
+hvQ
+ppW
+hfJ
+sBC
+awq
+bib
+bib
+ngE
+jhc
+hcI
+unn
+unn
+unn
+txU
+pEG
+dpy
+txU
+gKd
+hHo
+rfq
+txU
+unn
+unn
+unn
+unn
+unn
+unn
+cAb
+cAb
+pyl
+pyl
+jkI
+uce
+crO
+eSB
+ooo
+qlW
+uMr
+mSW
+nJY
+aPl
+aoO
+pdP
+qlW
+exu
+ivF
+ftL
+iSs
+oQM
+lfl
+jJt
+qyC
+mkd
+jVH
+reC
+yga
+xSS
+sXr
+phW
+pOX
+vSA
+oRb
+swN
+kMp
+rEp
+afT
+dbG
+rLc
+oFO
+xYh
+qBF
+tTD
+dDZ
+phW
+phW
+dHo
+jqB
+kmz
+oUk
+iqQ
+kUJ
+xie
+qxl
+xYO
+pbR
+rpb
+fdX
+rnh
+qqk
+qqk
+hZL
+qqk
+abC
+qqk
+jIq
+lXp
+kCU
+ajg
+cYP
+oXo
+kJU
+jCr
+lEA
+nQX
+nnZ
+hUL
+hKN
+vTW
+oig
+peh
+vwT
+lWl
+pmv
+hdJ
+sfL
+ajg
+pXP
+hnb
+lpy
+bkw
+wmh
+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
+hxA
+hxA
+hxA
+hxA
+ijN
+eNr
+rnr
+mzY
+cRq
+cRq
+xTC
+oaS
+ptg
+gzp
+gzp
+gzp
+bZW
+mlS
+hBs
+puS
+uZt
+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
+aak
+vMn
+qTm
+mMS
+dst
+fCM
+cXy
+vHd
+fyJ
+hcI
+hcI
+hcI
+mET
+plV
+bta
+rQG
+plV
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+hcI
+rzF
+ufQ
+ffh
+dYo
+ucO
+wKc
+wEf
+wEf
+wEf
+wEf
+nkc
+hcI
+unn
+unn
+hEd
+xiA
+rEQ
+xiA
+rTO
+oyK
+lJX
+ylM
+rTO
+unn
+gFK
+unn
+sYl
+unn
+unn
+cAb
+cAb
+nLe
+nLe
+tYx
+uAC
+aIc
+wlL
+msk
+qlW
+qlW
+bPL
+unR
+vLN
+bPL
+qlW
+qlW
+wds
+tHv
+sXr
+bPp
+hBZ
+rJT
+qXD
+akj
+sBr
+sBr
+jbF
+yga
+fly
+sXr
+phW
+tNG
+tAV
+eRB
+iod
+kMp
+jkL
+iJi
+tcr
+tQz
+meJ
+uxk
+qBF
+xrC
+hYM
+phW
+phW
+hEV
+cHe
+oqq
+unm
+gyU
+tUy
+dFb
+tbz
+qPZ
+vEu
+hKO
+xFg
+rgO
+sEx
+lAI
+qjJ
+pTM
+vhl
+cmy
+nqr
+gFy
+grb
+ajg
+cYP
+oXo
+jCr
+cua
+rEW
+jTg
+mNv
+cSK
+mNv
+otT
+vxr
+fSJ
+oig
+oig
+rPJ
+hdJ
+sfL
+ajg
+dGf
+omK
+lpy
+bkw
+oXo
+gSv
+vuP
+sya
+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
+hxA
+fFc
+gsZ
+qFO
+fFc
+cRq
+cRq
+mlS
+pPO
+mlS
+aeM
+aeM
+aeM
+aeM
+mlS
+qLK
+fbI
+uZt
+bGH
+oDW
+vuy
+vuy
+vfY
+kYl
+tWQ
+tWQ
+cvJ
+vuy
+wHS
+tWQ
+tWQ
+cvJ
+vfY
+vuy
+vuy
+fPu
+vuy
+cRq
+cRq
+qWM
+hhL
+kpY
+lnz
+rlJ
+uhZ
+uCR
+mgr
+pbt
+wHS
+aUA
+jbS
+cJW
+jgC
+mmM
+wBK
+mfl
+nVn
+fKQ
+qJy
+ylB
+pgQ
+kcp
+eib
+rQG
+plV
+rQG
+rQG
+bta
+bta
+plV
+bta
+plV
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+hcI
+gYA
+hbz
+ffh
+oNY
+ltN
+dvB
+aPO
+pPI
+nYy
+hcI
+hcI
+hcI
+unn
+unn
+txU
+dpy
+fIf
+txU
+fIf
+kIa
+kIa
+dpy
+fIf
+fIf
+dpy
+dpy
+txU
+dpy
+unn
+cAb
+cAb
+jcz
+iWs
+fxE
+uAC
+uAC
+kXY
+pcf
+geP
+wbL
+bVW
+xQy
+aHH
+gSS
+iSK
+ikQ
+xTN
+xjK
+ftL
+wkO
+sHA
+rWb
+pRh
+gfx
+bwY
+vTk
+fSW
+sge
+xGH
+sXr
+phW
+qbG
+dWF
+oRb
+uih
+kMp
+nKR
+lTw
+bxv
+mVV
+jLk
+srh
+wHU
+nTz
+pUy
+phW
+phW
+xIg
+nAk
+mLr
+xIg
+nCK
+nCK
+nCK
+rnh
+fJc
+fJc
+fJc
+rnh
+rnh
+qqk
+fgM
+jMi
+iCo
+wXA
+gMS
+nqr
+nYw
+gZz
+hAx
+cYP
+oXo
+lBd
+kiw
+xWl
+wEd
+odk
+flW
+nUX
+liV
+jXC
+gZt
+jEL
+qIn
+pfs
+ndV
+kjI
+ajg
+dGf
+fkx
+lpy
+bkw
+oXo
+gSv
+vuP
+vuP
+vuP
+pLV
+pLV
+vuP
+qpQ
+kDd
+vuP
+vuP
+qVM
+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
+mCA
+iNb
+vPf
+iyr
+uQi
+aKm
+eSb
+waE
+juk
+vZk
+lPN
+wYS
+kis
+hbe
+vhR
+vhR
+vHq
+sTq
+mcO
+pHq
+pIi
+ake
+dQw
+vwj
+bEI
+ghf
+tWQ
+tWQ
+jVZ
+dQw
+qkX
+jbX
+tWQ
+cvJ
+vuy
+oRT
+cHQ
+vwj
+vuy
+cRq
+cRq
+aHN
+jQk
+iEx
+iEx
+iEx
+jQk
+uZt
+vuy
+vuy
+wHS
+aUA
+jbS
+xUC
+ilM
+qtj
+jyw
+tsR
+xEJ
+ftI
+vlu
+ylB
+roY
+kcp
+eib
+rQG
+rQG
+rQG
+bta
+rQG
+rQG
+bta
+rQG
+rQG
+bta
+bta
+plV
+unn
+unn
+plV
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+hcI
+wrs
+hbz
+ffh
+dYo
+tKj
+tKj
+xzO
+tKj
+tKj
+hcI
+unn
+unn
+unn
+dpy
+dpy
+fIf
+txU
+lmD
+qHj
+jAo
+jAo
+pID
+kOc
+dpy
+fIf
+xtq
+bso
+bso
+otd
+pzO
+pzO
+jYJ
+lsE
+hOQ
+qmv
+tGF
+uLU
+mSV
+bjR
+gbP
+ozs
+xjr
+awG
+leG
+bjR
+bjR
+bjR
+ivF
+sXr
+csR
+mxY
+bGo
+uxQ
+dHp
+sXr
+uhc
+dyd
+tuV
+sXr
+sXr
+phW
+phW
+phW
+phW
+gTa
+kMp
+wdh
+uwS
+fDz
+kof
+asx
+asx
+vDt
+eNs
+voL
+phW
+phW
+tjb
+eir
+pQN
+tjb
+qUj
+ezm
+epT
+tjb
+pBr
+oUZ
+vGi
+tjb
+tjb
+qqk
+vWD
+qqk
+qqk
+goQ
+dCQ
+jIq
+rbg
+gZz
+rts
+cYP
+oXo
+cTx
+etU
+cOY
+bRM
+wDw
+psu
+xYj
+tZB
+tlI
+tUm
+tUm
+tUm
+pfs
+ndV
+kjI
+rts
+dGf
+fkx
+lpy
+bkw
+oXo
+odA
+vuP
+vuP
+pLV
+pLV
+wKx
+unn
+hnk
+vuP
+pLV
+pLV
+pLV
+pLV
+vuP
+pLV
+pLV
+pLV
+bXY
+vuP
+wKx
+hnk
+kDd
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rPf
+"}
+(12,1,1) = {"
+rPf
+cRq
+khf
+uRD
+kUP
+aAh
+gea
+imV
+wrf
+tnP
+uok
+gMK
+jvx
+faK
+kRu
+iAW
+vxe
+jQk
+jQk
+boY
+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
+uZt
+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
+bta
+rQG
+rQG
+bta
+rQG
+bta
+rQG
+lms
+ntJ
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+hcI
+qOp
+lMi
+ffh
+oNY
+niD
+xBB
+vhU
+iCQ
+lVv
+lXY
+dpy
+dpy
+dpy
+fIf
+kIa
+kIa
+fIf
+xuz
+fLl
+orE
+orE
+uwU
+eJw
+fIf
+txU
+nXB
+ccn
+rVu
+vSV
+pzO
+pzO
+bfR
+cZu
+sRS
+dLq
+gOh
+gOh
+gOh
+gOh
+gOh
+rgi
+ouF
+wmH
+byW
+cFG
+xsC
+gOh
+gOE
+sXr
+uhc
+sXr
+uhc
+sXr
+uhc
+sXr
+uJq
+tTX
+qLf
+tuO
+tuO
+phW
+pOX
+vSA
+oRb
+rWt
+kMp
+kuC
+mKp
+ycK
+qFX
+ubo
+mnP
+aiY
+bjC
+jKT
+phW
+phW
+tjb
+tUE
+wIv
+wki
+hHp
+hHp
+hHp
+jYD
+hHp
+hHp
+hHp
+jYD
+osF
+gPE
+rVJ
+bLS
+qYg
+jOt
+cQM
+jIq
+qcw
+psY
+ajg
+uTL
+ucI
+lBd
+vPw
+qQS
+wDf
+tYn
+fup
+hog
+jey
+dCh
+niW
+qQK
+ifh
+pfs
+hdJ
+psV
+rts
+dGf
+fkx
+lpy
+bkw
+oXo
+gSv
+vuP
+pLV
+vuP
+vuP
+unn
+unn
+unn
+vuP
+vuP
+vuP
+pLV
+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
+hxA
+jBU
+hxA
+hxA
+pJN
+cRq
+fny
+wof
+fny
+wCe
+dAB
+fny
+fny
+fny
+mzU
+jQk
+jQk
+boY
+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
+mgr
+pbt
+wHS
+aUA
+dff
+cJW
+ilM
+qtj
+oGS
+evV
+shd
+tIe
+vlu
+ylB
+roY
+kcp
+eib
+rQG
+rQG
+rQG
+rQG
+rQG
+rQG
+rQG
+rQG
+rQG
+rQG
+rQG
+rQG
+rQG
+rQG
+bta
+vkl
+plV
+plV
+unn
+unn
+plV
+unn
+gwv
+uSN
+ehY
+ehY
+iRy
+iKY
+pEH
+cBQ
+tKj
+cUN
+cas
+vED
+aGg
+fFY
+wzF
+nvu
+fIf
+fIf
+kIa
+kIa
+fIf
+utS
+tOc
+ihp
+ihp
+flz
+fFY
+dpy
+fIf
+nXB
+kIa
+uSi
+wWn
+nAN
+fnO
+suG
+fYM
+knc
+uIO
+oEU
+gHE
+gHE
+fnO
+fnO
+fnO
+nIJ
+cov
+gHE
+fnO
+fnO
+sqv
+tIx
+tNW
+pGM
+bnA
+jDB
+bnA
+pGM
+rJU
+otX
+tBZ
+lDh
+lxB
+tuO
+phW
+tNG
+tAV
+eRB
+iod
+kMp
+dwi
+mRX
+ycK
+kIx
+qKd
+eMi
+tek
+bjC
+jKT
+cSQ
+ofZ
+fsz
+bzq
+lfz
+fRI
+fRI
+fRI
+fRI
+fRI
+fRI
+fRI
+wvq
+fRI
+hQC
+kfg
+jAO
+diN
+diN
+wzO
+wcp
+bEO
+fDm
+lLZ
+bBE
+uTL
+ucI
+njn
+vzC
+cvq
+ego
+eIp
+tUi
+eIp
+otT
+vxr
+knZ
+uNf
+uNf
+bEe
+ivj
+rDM
+oQi
+dOm
+fkx
+lpy
+bkw
+oXo
+gSv
+vuP
+vuP
+vuP
+wKx
+unn
+unn
+nZd
+vuP
+pLV
+pLV
+pLV
+pLV
+unn
+vuP
+vuP
+pLV
+pLV
+pLV
+vuP
+vuP
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rPf
+"}
+(14,1,1) = {"
+rPf
+cRq
+mHX
+jea
+veI
+mxS
+bfJ
+kGd
+gQa
+kHn
+hVH
+cbV
+kWP
+izV
+dAB
+ygr
+pvC
+jQk
+jQk
+boY
+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
+evV
+fTI
+nbF
+lIc
+aGn
+soc
+kdV
+eib
+rQG
+rQG
+bta
+rQG
+bta
+plV
+bta
+bta
+plV
+bta
+bta
+rQG
+rQG
+rQG
+rQG
+bfv
+pxi
+pxi
+unn
+plV
+bfv
+rQG
+xVC
+uSN
+ehY
+ehY
+xzO
+tKj
+hcI
+hcI
+hcI
+ylg
+pvo
+uCe
+tGG
+tSB
+gKS
+fIf
+dpy
+dpy
+ibh
+fIf
+fIf
+utS
+tOc
+hir
+ihp
+flz
+fFY
+fIf
+dpy
+nXB
+kIa
+uSi
+wWn
+nAN
+fnO
+suG
+tjB
+aUU
+hSM
+vaL
+lJu
+eWL
+eWL
+cpV
+fDP
+eWL
+tND
+gTT
+eYI
+dVF
+nLV
+pCv
+iAT
+tdm
+ucj
+ucj
+ucj
+qlE
+iAT
+sUu
+mCy
+jry
+ote
+tuO
+phW
+bTP
+dWF
+oRb
+kgm
+kMp
+kUc
+eup
+uPn
+pRb
+pRb
+pRb
+aDj
+tTD
+hkm
+aXM
+rez
+kYR
+fRI
+kzt
+oUW
+pjd
+aqZ
+aqZ
+aqZ
+sfP
+oUW
+cDY
+oUW
+dDy
+ruB
+wRD
+mGt
+mGt
+hGe
+sGP
+fAd
+wZE
+pWv
+eTn
+cYP
+oXo
+kJU
+njn
+snr
+vTW
+qXm
+shK
+mAr
+vTW
+uNf
+ltn
+iFP
+dfl
+uHl
+vev
+jIK
+gWw
+pXP
+cmu
+lpy
+bkw
+oXo
+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
+boY
+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
+uZt
+meU
+mVZ
+bMy
+vfY
+vfY
+aOO
+pVr
+hEs
+cJW
+gAI
+evV
+fTI
+fKP
+cmf
+ylB
+dEX
+kdV
+eib
+rQG
+rQG
+rQG
+wKf
+mTU
+mLG
+mTU
+unn
+unn
+bta
+plV
+bta
+rQG
+rQG
+bta
+rQG
+bta
+rQG
+bta
+bta
+rQG
+rQG
+xVC
+uSN
+hEy
+rDV
+pYn
+rQV
+hcI
+hcI
+hcI
+hAB
+dmV
+htz
+aGg
+fFY
+fIf
+gFK
+unn
+unn
+uDd
+dpy
+fIf
+jlX
+toP
+uxL
+uxL
+ipR
+eJw
+dpy
+dpy
+nXB
+kIa
+egH
+bHR
+akR
+uLy
+fLB
+lCu
+cwe
+tWP
+iZe
+pNv
+jSq
+svV
+qGj
+sUP
+aVd
+vFU
+wfy
+vqU
+vqU
+erA
+mPU
+nLX
+sRz
+bHj
+bHj
+bHj
+dZL
+nLX
+lQb
+tki
+lGi
+rKp
+tuO
+phW
+phW
+phW
+phW
+crD
+kZa
+iat
+ubs
+hWL
+wdz
+egt
+iCM
+wHU
+tTD
+mOw
+phW
+phW
+tjb
+pss
+cDY
+bTU
+tjb
+ktX
+qpp
+rIx
+eyv
+ucL
+pkx
+gFW
+qnZ
+mQT
+rwM
+onS
+rMa
+ahC
+xks
+jIq
+jHj
+dKK
+jHr
+cYP
+lwX
+uaD
+uaD
+uaD
+uaD
+uaD
+uaD
+xlx
+uaD
+uaD
+uaD
+uaD
+uaD
+uaD
+qqO
+kxI
+jHr
+dGf
+fkx
+lpy
+bkw
+oXo
+gSv
+vuP
+vuP
+pLV
+pLV
+vuP
+wKx
+pLV
+pLV
+vuP
+pLV
+unn
+unn
+unn
+wKx
+pLV
+pLV
+pLV
+pLV
+qVM
+pLV
+vuP
+vuP
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rPf
+"}
+(16,1,1) = {"
+rPf
+cRq
+tZA
+blU
+edL
+sJt
+cIh
+kGd
+cRq
+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
+djj
+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
+bta
+plV
+bta
+rQG
+rQG
+rQG
+rQG
+rQG
+rQG
+rQG
+bta
+rQG
+xVC
+uSN
+hEy
+uKb
+daz
+leR
+hcI
+hcI
+hcI
+clf
+dBY
+ssV
+xxn
+eJw
+fIf
+unn
+unn
+unn
+txU
+kIa
+kIa
+nNu
+ujF
+jWy
+jWy
+avp
+oMX
+fIf
+txU
+nXB
+kIa
+hlM
+wWn
+nAN
+fnO
+suG
+tUP
+cNE
+cUi
+vaL
+fnO
+fnO
+fnO
+fnO
+gHE
+puo
+ecS
+fnO
+fnO
+fnO
+fnO
+tIx
+tNW
+kAx
+gHN
+qpe
+mCZ
+kAx
+rJU
+uwF
+tki
+lGi
+kDl
+tuO
+phW
+eSz
+iDm
+lLs
+oNI
+dIp
+qDr
+iXP
+hWL
+ifV
+txj
+reY
+qBF
+tTD
+cDA
+phW
+tjb
+tjb
+pTn
+qBz
+osF
+tjb
+eFu
+jAl
+jAl
+qOU
+pNw
+iLD
+eFu
+nnz
+nnz
+nnz
+nnz
+fAa
+nnz
+nnz
+nnz
+kZK
+aeu
+hwu
+qCa
+byY
+byY
+sTG
+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
+gvx
+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
+wzm
+ygv
+vzV
+fny
+fny
+vAY
+nBG
+nBG
+tli
+oOf
+wUS
+gTz
+adE
+tNV
+wEg
+qCI
+nBh
+brw
+lrN
+fBl
+pil
+oCB
+pil
+hFO
+xFu
+pil
+wEg
+sXv
+sjm
+eYd
+tzK
+qiE
+qYz
+bwN
+iTl
+nBG
+nBG
+nBG
+siP
+hlY
+fbI
+fbI
+pBW
+pnv
+gsg
+iBq
+ouK
+ozZ
+ina
+evV
+jZg
+tYR
+vlu
+aGn
+roY
+kdV
+eib
+plV
+bta
+vkl
+plV
+plV
+plV
+unn
+unn
+unn
+unn
+plV
+rQG
+rQG
+rQG
+rQG
+rQG
+rQG
+ayS
+ewz
+ewz
+ewz
+ewz
+uKC
+uSN
+hEy
+bjo
+jlQ
+mmk
+xdH
+gGY
+fSk
+tVZ
+oWg
+uIM
+tel
+oMX
+bZJ
+uDd
+unn
+txU
+fpP
+kIa
+kIa
+iSk
+otd
+eOU
+jOh
+wJV
+bso
+bso
+bso
+otd
+kIa
+rym
+vSV
+pzO
+pzO
+myc
+kZq
+kZq
+tCj
+oBq
+oBq
+rGG
+kTE
+kTE
+oKR
+fnO
+jom
+psn
+kTE
+jAI
+eGt
+reP
+tNW
+rJU
+ckv
+gav
+dTO
+rJU
+tNW
+tuO
+iXe
+vHn
+tuO
+tuO
+phW
+crc
+ydu
+hGz
+oXt
+dIp
+heI
+uxB
+yfi
+hij
+jLk
+fht
+qBF
+tTD
+rZs
+phW
+tjb
+ovU
+hrx
+cDY
+daj
+tjb
+eFu
+gOv
+tKN
+eFu
+uky
+myB
+eFu
+eFu
+eFu
+nnz
+wXy
+pjI
+vPi
+bal
+nnz
+avA
+cLp
+tTH
+eqJ
+eqJ
+oeS
+gun
+kxW
+kxW
+fhR
+npG
+eqJ
+cZZ
+lzF
+kxW
+kxW
+fhR
+eqJ
+eqJ
+eqJ
+edy
+kfb
+fVO
+cAb
+cAb
+nZV
+gSv
+vuP
+vuP
+pLV
+pLV
+pLV
+vuP
+vuP
+pLV
+unn
+unn
+unn
+unn
+unn
+kDd
+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
+fsS
+vRR
+dHG
+gVs
+syn
+xFT
+udB
+dHG
+bmk
+miy
+nBG
+tli
+oOf
+uIY
+jSU
+jah
+nnf
+kzd
+aQI
+sqN
+pOL
+fMk
+pOL
+pOL
+pOL
+pOL
+oAi
+tCl
+pOL
+kzd
+hWB
+ajt
+jVU
+lfU
+oGr
+lpf
+bTJ
+vbu
+nBG
+qYC
+nBG
+siP
+bGH
+fbI
+fbI
+bGH
+gBK
+hBo
+iBq
+oBY
+tvq
+bpt
+evV
+jZg
+lvU
+mik
+hcI
+hcI
+hcI
+unn
+unn
+jBI
+unn
+unn
+loP
+unn
+unn
+unn
+unn
+unn
+bta
+bta
+rQG
+rQG
+rQG
+bta
+rQG
+eeO
+ehy
+ehy
+ehy
+ehy
+ehy
+nxj
+hEy
+uEL
+daz
+mmk
+mlU
+hRY
+eEH
+iRg
+kIa
+eJw
+dpy
+dSF
+nEK
+fIf
+fIf
+fpP
+fIf
+fIf
+dpy
+nXB
+kDT
+rVu
+kIa
+kIa
+kIa
+ccn
+kIa
+kIa
+kIa
+hlM
+kIa
+ufU
+pzO
+eoN
+cPD
+cPD
+rYT
+amU
+skn
+hgM
+chW
+chW
+kqH
+vRh
+eEJ
+sbm
+chW
+chW
+leG
+ivF
+tNW
+dvw
+ktJ
+bVN
+bVN
+fKG
+frj
+iok
+mCy
+tEK
+tNh
+tuO
+phW
+fVS
+wEP
+tor
+igY
+dIp
+mkQ
+fni
+hWL
+gSe
+jLk
+nbT
+qBF
+tTD
+dDZ
+phW
+tjb
+eKe
+hrx
+cDY
+ceS
+tjb
+eFu
+srH
+mTL
+rrI
+uvE
+qlv
+sBG
+wMk
+eFu
+nnz
+etK
+nHD
+oHu
+xgw
+nnz
+fVO
+kfb
+tTH
+eqJ
+eqJ
+sHa
+lvT
+vIy
+vIy
+fhR
+cZZ
+cZZ
+eqJ
+lzF
+vIy
+vIy
+fhR
+iRD
+sHa
+eqJ
+edy
+kfb
+fVO
+cAb
+cAb
+nZV
+gSv
+vuP
+vuP
+vuP
+pLV
+sya
+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
+cRq
+yfA
+pUQ
+fjP
+uEV
+cRq
+cRq
+hWs
+qDW
+ahU
+mHi
+xSk
+gRk
+uCl
+eWf
+pKH
+itl
+uxW
+qKI
+oOf
+uIY
+upc
+shT
+rzZ
+woF
+xYm
+osB
+sMt
+hst
+vdt
+gKH
+gKH
+tun
+maO
+eFt
+eHy
+rHr
+tBg
+lzW
+gfF
+ujM
+uyA
+qYz
+csE
+pmK
+bGH
+nHv
+bGH
+wiw
+vfY
+azr
+azr
+vfY
+hwd
+tnW
+tYR
+qyY
+ozZ
+ina
+evV
+jZg
+wXf
+uQy
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+bta
+hXU
+plV
+rQG
+bta
+rQG
+bta
+rQG
+bta
+unn
+edr
+vjx
+vjx
+vjx
+vjx
+vjx
+edr
+dEM
+jlQ
+gVa
+mlU
+wlf
+eEH
+qOS
+kIa
+eJw
+fIf
+dpy
+kIa
+kIa
+fpP
+kIa
+lUT
+fIf
+txU
+cXZ
+dAX
+qAy
+rlE
+rlE
+rlE
+ylw
+ylw
+rlE
+ylw
+wzM
+jIT
+mLv
+pzO
+jYJ
+ker
+mHk
+xlX
+fea
+wlL
+hEn
+nLe
+qMN
+veA
+mJx
+qSA
+sbm
+qMN
+nLe
+bQE
+ivF
+gXU
+wuh
+xox
+uRF
+wuB
+mkC
+rJU
+otX
+tki
+gsz
+dzV
+tuO
+phW
+xZi
+gQH
+bfK
+oXt
+dIp
+mkQ
+wHb
+hWL
+wRi
+nJM
+nbT
+wHU
+tTD
+ffv
+phW
+tjb
+kGQ
+hrx
+cDY
+tOh
+tjb
+eFu
+uZE
+hHs
+otH
+llU
+mVU
+otH
+oxx
+eFu
+nnz
+wXy
+aKr
+ftP
+bal
+nnz
+mKi
+afi
+oNm
+nYW
+vSb
+vSb
+atZ
+xXh
+xXh
+dii
+vSb
+lxp
+vSb
+atZ
+xXh
+xXh
+dii
+vSb
+lGd
+qKl
+kpa
+uxO
+yjQ
+qfL
+cAb
+iPL
+odA
+vuP
+pLV
+pLV
+vuP
+vuP
+pLV
+pLV
+qpQ
+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
+cRq
+aNh
+cPv
+fjP
+uLk
+cRq
+cRq
+hWs
+gYQ
+dXd
+gVs
+khU
+dNz
+bUq
+dXd
+acI
+dMC
+nBG
+tli
+oOf
+uIY
+jvj
+qpF
+xra
+kzd
+tnG
+aYD
+hkf
+xGW
+aYD
+aYD
+aYD
+aYD
+rdX
+nsv
+aYD
+kzd
+cQB
+vsl
+gfF
+pJu
+pui
+lpf
+pLL
+gzF
+nfg
+dMC
+nBG
+siP
+hlY
+fbI
+fbI
+pBW
+pnv
+gsg
+gsX
+ouK
+fud
+cNq
+riy
+jZg
+uyk
+ouK
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+loP
+plV
+plV
+plV
+plV
+rQG
+rQG
+rQG
+plV
+unn
+unn
+unn
+hFL
+tKd
+hgq
+pFX
+hUC
+rgz
+dJw
+jlQ
+gVa
+mlU
+hRY
+eEH
+vNn
+kIa
+fFY
+kIa
+fIf
+kIa
+lUT
+dpy
+kIa
+kIa
+fIf
+fIf
+cXZ
+bZp
+dar
+kIa
+kIa
+kIa
+kIa
+kIa
+kIa
+kIa
+rym
+kIa
+qiW
+pzO
+qMN
+nLe
+yix
+fea
+uAC
+bkD
+tza
+qhC
+cPD
+fYB
+qtS
+nGW
+olR
+bIW
+fcP
+sZM
+ivF
+gXU
+qQR
+huX
+vse
+dES
+hvl
+rKf
+giu
+tki
+gsz
+dzV
+tuO
+phW
+hEu
+iyI
+rxJ
+igY
+dIp
+iiu
+naY
+fDz
+asx
+asx
+jfO
+huc
+lwx
+lxa
+phW
+tjb
+tjb
+pVB
+oUa
+tjb
+tjb
+eFu
+osf
+eKK
+pkF
+hie
+bYd
+hnA
+nTT
+eFu
+nnz
+nnz
+fAa
+eZH
+nnz
+nnz
+iwe
+sRP
+jHr
+cYP
+hOy
+kZg
+kZg
+kZg
+kZg
+kZg
+kZg
+mJP
+kZg
+kZg
+kZg
+kZg
+kZg
+kZg
+eoR
+kjI
+jHr
+mnk
+oLn
+dMr
+bkw
+oXo
+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
+cRq
+aNh
+ubJ
+fjP
+uEV
+cRq
+cRq
+cRq
+cRq
+wKV
+gnH
+qnX
+wKV
+prq
+prq
+cjP
+nBG
+nBG
+tli
+oOf
+nKB
+gSF
+rNc
+gvB
+wEg
+cmY
+dVb
+fWn
+gic
+gIz
+pil
+eBM
+fBl
+oVz
+vYq
+pil
+wEg
+aZX
+oEn
+mdv
+lzm
+eoZ
+qYz
+csE
+rLj
+myz
+lhp
+nBG
+siP
+bGH
+fbI
+fbI
+bGH
+gBK
+hBo
+iBq
+ouK
+ozZ
+dOn
+evV
+jZg
+dkt
+oDf
+hcI
+hcI
+hcI
+hcI
+hcI
+hcI
+hcI
+wYG
+caG
+nxj
+edA
+ewz
+ewz
+ewz
+ewz
+ewz
+ewz
+ewz
+ewz
+eAz
+rmQ
+unn
+qMu
+ucF
+wCP
+xkO
+irH
+nxj
+rQj
+nxj
+jlQ
+mmk
+mlU
+wlf
+eEH
+vNn
+kIa
+fFY
+kIa
+fIf
+dpy
+rfq
+txU
+dpy
+fIf
+fIf
+rfq
+nXB
+cvF
+quo
+kIa
+iWf
+gZi
+gZi
+gZi
+tgD
+bdW
+hlM
+kIa
+qKo
+pzO
+qMN
+nLe
+tUH
+hoR
+wlL
+uAC
+ifI
+qOO
+eGa
+rXx
+xpN
+jXy
+doe
+eGa
+ker
+mMe
+ivF
+gXU
+ltA
+huX
+qCs
+qCs
+sdv
+nLX
+giu
+tki
+gsz
+dzV
+tuO
+phW
+vCK
+scT
+fbK
+xtA
+vfo
+ikl
+kwP
+vbJ
+vbJ
+vbJ
+vbJ
+vbJ
+bKX
+cbs
+phW
+tjb
+pxV
+kLH
+cDY
+tjb
+eFu
+eFu
+dMJ
+eKK
+hzo
+nyL
+hpr
+jvo
+glM
+eFu
+nnz
+nnz
+suB
+mPH
+mGg
+oaw
+fKc
+sGT
+ddH
+cYP
+oXo
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+hdJ
+kjI
+ajg
+pXP
+aSG
+lpy
+bkw
+oXo
+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
+cRq
+jbe
+dyY
+fjP
+kyf
+nqE
+cRq
+lOF
+aWQ
+gEw
+pLq
+aqC
+kSx
+iIR
+ygr
+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
+pNq
+vfY
+vfY
+vfY
+vfY
+eey
+rmH
+hrS
+oBY
+cJW
+pXV
+evV
+fTI
+tfR
+hLF
+wYG
+wYG
+wYG
+wYG
+wYG
+wYG
+wYG
+wYG
+mdH
+nxj
+ehy
+ehy
+ehy
+ehy
+ehy
+ehy
+ehy
+ehy
+ehy
+ehy
+ehy
+nxj
+cRn
+bfm
+cvn
+nWz
+xyX
+nxj
+nxj
+nxj
+jlQ
+mmk
+xdH
+cGX
+fSk
+ftz
+kIa
+eJw
+dpy
+txU
+qDu
+unn
+unn
+gFK
+txU
+fIf
+qDu
+cXZ
+brD
+quo
+kIa
+sqa
+fIf
+txU
+dpy
+nXB
+kIa
+hlM
+kIa
+bZp
+pzO
+irc
+oec
+sJy
+wlL
+tkE
+wlL
+hEn
+nLe
+qMN
+gOY
+dlq
+hra
+sbm
+qMN
+nLe
+dUe
+ivF
+gXU
+gwf
+huX
+adu
+xES
+mkC
+rJU
+uwF
+tki
+gsz
+dzV
+tuO
+phW
+dXb
+dYv
+pvM
+tGj
+cYU
+qrz
+esb
+omQ
+omQ
+czj
+hwp
+plQ
+hwp
+lYg
+phW
+tjb
+wSf
+kLH
+rga
+avk
+sYe
+gbK
+dYu
+eKK
+sBA
+hkZ
+hkZ
+cwZ
+glM
+eFu
+nnz
+qor
+bjr
+ePT
+hjq
+dRQ
+fKc
+sGT
+ddH
+cYP
+oXo
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+hdJ
+wow
+ajg
+dGf
+wmL
+lpy
+bkw
+oXo
+odA
+vuP
+vuP
+pLV
+wKx
+pLV
+pLV
+vuP
+unn
+unn
+unn
+unn
+unn
+hIE
+dTu
+vuP
+vuP
+pLV
+vuP
+vuP
+sQm
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rPf
+"}
+(23,1,1) = {"
+rPf
+cRq
+bHi
+oir
+vNE
+gpM
+nqE
+cRq
+cad
+dAs
+cTO
+vNq
+giv
+ptb
+iIR
+ogn
+xQJ
+mjY
+mjY
+boY
+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
+uZt
+ehc
+cAL
+bMy
+vfY
+vfY
+aOO
+xuy
+mZy
+cJW
+ina
+evV
+fTI
+dpN
+wNv
+rmJ
+win
+eJB
+rzj
+qPt
+eJB
+tFw
+rUl
+kws
+uSC
+ltg
+phO
+rcs
+phO
+phO
+uSC
+phO
+phO
+uSC
+nXc
+uSC
+uSC
+uSC
+uSC
+aaI
+uub
+dlm
+uUn
+qUW
+aMl
+vWX
+nDd
+xdH
+gGY
+fSk
+ftz
+kIa
+eJw
+uGN
+mcA
+unn
+unn
+unn
+auk
+fIf
+fIf
+txU
+cXZ
+qns
+sTo
+kIa
+sqa
+txU
+sch
+fIf
+nXB
+kIa
+hlM
+kIa
+uyI
+pzO
+rAo
+eGa
+lsE
+qmv
+jpq
+tGF
+xse
+kpf
+kpf
+gOY
+rxs
+rKN
+sbm
+kpf
+kpf
+leG
+eTM
+tNW
+xet
+sck
+uRF
+lcw
+tIL
+tNW
+wQO
+tki
+gsz
+ctV
+tuO
+phW
+phW
+phW
+phW
+phW
+phW
+phW
+phW
+phW
+phW
+phW
+afq
+qOT
+phW
+phW
+phW
+tjb
+wSf
+kLH
+rga
+loB
+sYe
+cNA
+wSI
+eKK
+xRG
+qay
+hkZ
+xMk
+glM
+eFu
+nnz
+aAJ
+bjr
+nNe
+iAg
+nnz
+iwe
+wbO
+jHr
+cYP
+oXo
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+hdJ
+kjI
+ajg
+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
+kGd
+pyo
+kWs
+cKB
+miC
+oZM
+kzl
+iIR
+gmO
+sfJ
+jQk
+jQk
+boY
+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
+slv
+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
+hcI
+edo
+kIa
+rla
+unn
+dpy
+unn
+unn
+unn
+unn
+dpy
+fIf
+dpy
+nXB
+ccn
+quo
+kIa
+sqa
+rfq
+qDu
+txU
+nXB
+kIa
+hlM
+vSV
+pzO
+pzO
+bfR
+sRS
+sRS
+dLq
+gOh
+gOh
+rYx
+sQV
+sQV
+gPt
+fnO
+jom
+tDx
+sQV
+mba
+dWA
+gOE
+tNW
+rJU
+kPS
+cze
+jYb
+rJU
+tNW
+tuO
+qIq
+vHn
+tuO
+tuO
+vqt
+vqt
+fvM
+fvM
+fvM
+vqt
+vqt
+vqt
+xfh
+xfh
+vqt
+laM
+mMb
+vqt
+vqt
+vqt
+tjb
+tjb
+kOf
+rga
+loB
+sYe
+fTT
+rmV
+eKK
+fkV
+hkZ
+yeq
+kvY
+glM
+eFu
+nnz
+fEQ
+oNo
+tgb
+dKh
+ssy
+xpr
+iBk
+ajg
+cYP
+oXo
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+hdJ
+wIr
+ajg
+dGf
+fkx
+olv
+ehd
+oXo
+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
+mqe
+qte
+cRq
+gQD
+kWs
+leQ
+lWz
+sqt
+feU
+prq
+prq
+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
+mgr
+pbt
+wHS
+aUA
+jbS
+cJW
+ilM
+bda
+aGt
+ilM
+qzy
+qtj
+weR
+rmJ
+uaE
+pHU
+pHU
+dRC
+pHU
+axL
+rUl
+slv
+rhV
+iZN
+eMU
+eMU
+rAm
+eMU
+eMU
+eMU
+eMU
+eMU
+rAm
+eMU
+eMU
+eMU
+gPv
+slv
+iZN
+lCN
+lCN
+rnb
+cTD
+pnd
+mUS
+hcI
+hcI
+hcI
+hcI
+hcI
+unn
+unn
+txU
+unn
+unn
+gFK
+pWx
+fIf
+fIf
+fIf
+nXB
+uyI
+quo
+kIa
+sqa
+dpy
+pyC
+fIf
+nXB
+kIa
+rym
+trl
+nAN
+fnO
+suG
+osk
+ovN
+kCR
+oEU
+fnO
+fnO
+fnO
+fnO
+fnO
+hcY
+kMC
+fnO
+fnO
+fnO
+fnO
+tIx
+tNW
+pGM
+iBo
+shg
+uOE
+pGM
+rJU
+otX
+tki
+lGi
+yhg
+vnF
+xWo
+ujj
+eAi
+eAi
+eAi
+pIk
+hyC
+odl
+eAi
+eAi
+mQW
+lxv
+bPO
+hwo
+pIk
+odl
+aXh
+xMK
+oUW
+rga
+cHt
+sYe
+vkn
+vLL
+eKK
+gVl
+gzb
+sTT
+glD
+nTT
+eFu
+nnz
+asm
+fUS
+cYJ
+rGO
+cyo
+dql
+lVY
+ajg
+cYP
+oXo
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+hdJ
+kjI
+ajg
+dGf
+fkx
+lpy
+qNX
+fMp
+gSv
+vuP
+vuP
+vuP
+hnk
+vuP
+pLV
+qVM
+vuP
+smD
+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
+qsJ
+mzu
+pWq
+pHl
+vPP
+iia
+jQk
+jQk
+boY
+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
+uZt
+vuy
+vuy
+wHS
+aUA
+jbS
+cJW
+sDr
+kqB
+ilM
+ilM
+lkR
+qtj
+xJb
+rmJ
+uaE
+pHU
+pHU
+pHU
+pHU
+axL
+rUl
+slv
+qZi
+iZN
+hRF
+hRF
+ahq
+jco
+nMO
+rAG
+fwR
+hRF
+ahq
+hRF
+hRF
+hRF
+gPv
+tgu
+oYu
+gmj
+ahq
+nsC
+gIm
+jYp
+mUS
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+sch
+txU
+unn
+txU
+pWx
+dpy
+wfH
+fIf
+nXB
+iHH
+quo
+kIa
+sqa
+txU
+dpy
+dpy
+nXB
+kIa
+pYV
+bHR
+akR
+uLy
+fLB
+pIG
+heM
+syr
+oeL
+lbH
+qGj
+rat
+qyP
+ttV
+uUm
+cwr
+mKy
+xIF
+vqU
+erA
+bsG
+ryr
+sRz
+bHj
+bHj
+bHj
+dZL
+ryr
+lZf
+tki
+lGi
+pKG
+gnq
+hEA
+lOu
+lOu
+lOu
+lOu
+lOu
+lOu
+hEA
+lOu
+lOu
+lOu
+lOu
+mMY
+lOu
+lOu
+hEA
+hxT
+wjl
+oUW
+kjm
+tjb
+eFu
+eFu
+xCD
+qzk
+eIL
+eIL
+eIL
+eIL
+oxx
+eFu
+nnz
+tQj
+jGs
+nNe
+ddh
+nnz
+iwe
+sOs
+jHr
+cYP
+oXo
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+hdJ
+wIr
+ajg
+dGf
+fkx
+lpy
+dBE
+bgU
+gSv
+vuP
+pLV
+sQm
+vuP
+pLV
+vuP
+vuP
+sQm
+unn
+unn
+unn
+unn
+unn
+qpQ
+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
+fXw
+kOl
+ryP
+rag
+eCq
+ukt
+hpm
+huj
+acM
+taf
+wjV
+sri
+ydG
+hGx
+hGx
+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
+uZt
+vuy
+vuy
+wHS
+aUA
+izc
+kGY
+reI
+geH
+gRn
+lCB
+bUP
+rim
+xJb
+rmJ
+eED
+syO
+syO
+syO
+syO
+tDU
+rUl
+slv
+noX
+fKx
+rEb
+ebj
+lXX
+tVY
+kUp
+opV
+oLr
+rEb
+ebj
+ebj
+ebj
+rEb
+opa
+slv
+ltl
+nCk
+tsl
+bGm
+wUc
+rxf
+pYU
+rVl
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rTO
+xiA
+rTO
+wVt
+fIf
+fIf
+fIf
+nXB
+vJm
+sTo
+kIa
+sqa
+rfq
+wFw
+xsQ
+nXB
+kIa
+uSi
+trl
+nAN
+fnO
+suG
+lko
+wSc
+aUU
+rfd
+urA
+czC
+sjP
+tiB
+dvd
+bMO
+lDI
+aSE
+rat
+rat
+sUP
+lcH
+rpB
+tdm
+eVL
+ucj
+ucj
+qlE
+rpB
+ddb
+uwi
+ycd
+rpp
+cEN
+tzU
+pTY
+pTY
+pTY
+pTY
+pTY
+pTY
+tzU
+pTY
+pTY
+pTY
+pTY
+kCj
+pTY
+pTY
+tzU
+sHF
+bWH
+fRI
+cSc
+kYR
+mFe
+vSc
+bcS
+uqg
+uqg
+dyp
+uBJ
+bcS
+wHQ
+eFu
+nnz
+niG
+bjr
+bPa
+rXP
+dRQ
+fKc
+sGT
+jHr
+cYP
+oXo
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+kJU
+hdJ
+kjI
+ajg
+pXP
+cmu
+lpy
+bkw
+oXo
+gSv
+vuP
+pLV
+wKx
+pLV
+pLV
+pLV
+wKx
+unn
+unn
+unn
+unn
+unn
+vuP
+vuP
+vuP
+pLV
+sya
+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
+ieA
+mva
+uVw
+fbI
+bGH
+vuy
+vuy
+vuy
+vfY
+kvc
+tWQ
+tWQ
+cvJ
+vuy
+wHS
+tWQ
+tWQ
+cvJ
+kTH
+oMe
+vuy
+vuy
+vuy
+cRq
+cRq
+bhB
+jzJ
+mxW
+rle
+pUU
+niB
+mEf
+mgr
+pbt
+wHS
+aUA
+jbS
+cJW
+aGt
+hDl
+ina
+evV
+fTI
+rKs
+svN
+rmJ
+win
+qPt
+joi
+qPt
+qPt
+tFw
+rUl
+fBX
+uSC
+uSC
+uSC
+uSC
+uSC
+nXc
+jZx
+fSt
+uSC
+phO
+oYJ
+oYJ
+gXM
+vHP
+nXc
+gKu
+jWH
+oPE
+rqK
+sRE
+jDl
+adV
+eqR
+rVl
+blH
+unn
+unn
+unn
+unn
+unn
+puE
+dpy
+fIf
+iSk
+bso
+wct
+uAv
+wTZ
+kmm
+eys
+sTo
+kIa
+sqa
+txU
+gFK
+sch
+nXB
+kIa
+uSi
+wWn
+nAN
+fnO
+suG
+jjs
+bhf
+kCR
+oEU
+fnO
+fnO
+fnO
+fnO
+fnO
+puo
+ecS
+fnO
+fnO
+fnO
+fnO
+tIx
+tNW
+kAx
+qKk
+uMT
+hHC
+poz
+rJU
+uwF
+qNA
+jry
+xll
+gmh
+odl
+dHI
+sID
+sID
+jyf
+nGq
+nGq
+odl
+nGq
+nGq
+hsa
+nGq
+nGq
+nGq
+hsa
+odl
+cOc
+xkZ
+oUW
+oUW
+kwZ
+fak
+bjX
+lkc
+jOk
+jOk
+eFu
+eFu
+nnT
+myB
+eFu
+nnz
+nnz
+tPN
+uiV
+bDG
+cTn
+fKc
+sGT
+jFA
+cYP
+lwX
+uaD
+uaD
+uaD
+uaD
+uaD
+uaD
+xlx
+uaD
+uaD
+uaD
+uaD
+uaD
+uaD
+qqO
+odL
+jHr
+dGf
+fkx
+lpy
+vwM
+hMo
+odA
+vuP
+vuP
+pLV
+wKx
+pLV
+pLV
+wKx
+unn
+unn
+unn
+unn
+vuP
+pLV
+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
+lXW
+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
+evV
+fTI
+tfR
+hLF
+wYG
+wYG
+aXy
+wYG
+vBh
+jIP
+wYG
+wYG
+vUg
+nxj
+vnX
+vnX
+vnX
+vnX
+vnX
+vnX
+vnX
+cUq
+lVI
+lVI
+cUq
+vnX
+vnX
+nxj
+mCI
+jWH
+nRh
+kib
+hDQ
+tlJ
+qiz
+and
+rVl
+qOV
+rUy
+unn
+unn
+unn
+txU
+pWx
+rfq
+dpy
+nXB
+ccn
+qpu
+qpu
+kIa
+kIa
+kIa
+sTo
+kIa
+sqa
+dpy
+fIf
+dpy
+nXB
+ccn
+kIa
+vSV
+pzO
+pzO
+myc
+kZq
+kZq
+tCj
+oBq
+oBq
+mhd
+pzU
+pzU
+pbJ
+tUd
+mCq
+pEO
+oBq
+tMJ
+oBq
+reP
+tNW
+gDc
+rKB
+gDc
+tNW
+gDc
+tNW
+uJq
+tki
+lGi
+gAV
+tuO
+vqt
+vqt
+laM
+laM
+vqt
+vQZ
+vQZ
+vqt
+bNr
+bNr
+vqt
+cYa
+cYa
+cYa
+vqt
+vqt
+tjb
+pVh
+oUW
+mRY
+tjb
+eFu
+eFu
+jAl
+jAl
+eFu
+eFu
+hMi
+bVY
+kUD
+hMi
+nnz
+nnz
+nFf
+foM
+nnz
+nnz
+iwe
+uvZ
+fgq
+qCa
+byY
+byY
+byY
+byY
+byY
+byY
+byY
+hWZ
+byY
+byY
+byY
+byY
+byY
+byY
+byY
+uCq
+jHr
+dGf
+uRl
+fJn
+cAb
+qcb
+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
+wee
+wee
+aNW
+bST
+cRq
+cRq
+tGh
+eZY
+hFo
+tGh
+eZY
+wee
+wee
+wee
+wee
+qZj
+qVd
+dEw
+xkx
+xkx
+xkx
+wee
+pFk
+rZi
+rZi
+rZi
+wHS
+tWQ
+tWQ
+cvJ
+rZi
+wHS
+tWQ
+tWQ
+cvJ
+rZi
+rZi
+rZi
+rZi
+rZi
+rZi
+bGH
+jhH
+mjY
+mjY
+mjY
+mjY
+cDo
+jeh
+vfY
+vfY
+vfY
+vfY
+aOO
+xAj
+ttB
+ozZ
+ina
+evV
+jZg
+tYR
+ouK
+wYG
+qef
+mGY
+yks
+xsh
+fUn
+aVS
+nNt
+iiI
+nxj
+jzl
+uOU
+uOU
+uOU
+uOU
+uOU
+bDP
+iWB
+lea
+lea
+erT
+taN
+ppx
+uSN
+aVY
+uzA
+kfL
+rON
+cBb
+lCN
+gSM
+and
+rVl
+hdQ
+dpy
+unn
+unn
+qDu
+gKd
+oyK
+dpy
+fIf
+cXZ
+kIa
+qAy
+rlE
+rlE
+ylw
+rlE
+nMw
+hKt
+sqa
+wfH
+dpy
+fIf
+vWh
+gZi
+gZi
+tgD
+pzO
+pzO
+eoN
+oxZ
+kMK
+hHI
+aDJ
+bjR
+pfT
+tEO
+rSN
+aWN
+osV
+nLc
+tMa
+jOC
+jOC
+rSN
+wJW
+qQh
+dHm
+aSZ
+cpE
+lve
+frU
+qQh
+cgr
+fpb
+lfA
+cgr
+tuO
+nRN
+nRN
+msO
+eFT
+nRN
+nRN
+nRN
+nRN
+nRN
+nRN
+nRN
+nRN
+nRN
+nRN
+nRN
+nRN
+xtb
+pDm
+lUt
+wkN
+xtb
+xtb
+xtb
+fXe
+mMW
+xtb
+xtb
+hMi
+jdf
+crY
+hMi
+ofh
+iLC
+vOa
+mqZ
+hMi
+hMi
+pJT
+eJa
+drj
+qqg
+nSG
+pCY
+nSG
+pCY
+pCY
+pCY
+pCY
+pCY
+pCY
+pCY
+pCY
+pCY
+pCY
+pCY
+pCY
+wrN
+mzH
+bAA
+ePw
+cAb
+cAb
+cAb
+unn
+vuP
+vuP
+vuP
+pLV
+vuP
+vuP
+unn
+unn
+unn
+unn
+vuP
+pLV
+vuP
+wKx
+vuP
+pLV
+vuP
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rPf
+"}
+(31,1,1) = {"
+rPf
+cRq
+kUA
+nhI
+lQc
+nJW
+vBP
+iwH
+bHL
+qvb
+siW
+siW
+pfJ
+cNO
+fPq
+kDf
+bid
+nJW
+nJW
+dna
+bid
+bid
+pya
+wxr
+xHZ
+fqF
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+fNy
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+fNy
+vpT
+vpT
+vpT
+vpT
+vpT
+vpT
+fNy
+vpT
+aje
+uaa
+jHP
+pBW
+pnv
+mmj
+taK
+mAy
+uYJ
+oqE
+ilM
+riy
+jZg
+tYR
+oDf
+wYG
+kpc
+euw
+oYo
+qNC
+kJz
+fXI
+wYG
+caG
+nxj
+unn
+unn
+mTU
+mLG
+jJz
+bta
+xVC
+xHN
+kQv
+kQv
+nZt
+uBF
+dem
+uSN
+dez
+tui
+bZx
+iIK
+qZi
+lCN
+axY
+haz
+unn
+unn
+unn
+unn
+unn
+txU
+aig
+dIU
+fIf
+gFK
+cXZ
+hHy
+quo
+kIa
+kIa
+kIa
+kIa
+ccn
+buP
+aEn
+fIf
+wfH
+dpy
+txU
+unn
+unn
+unn
+cAb
+cAb
+ksE
+qOO
+dEy
+ccp
+ccp
+wlL
+ezN
+osl
+kkj
+eSe
+fsJ
+dUj
+eSe
+kRz
+fAD
+eSe
+dsh
+qQh
+lbG
+cLK
+hfL
+uJC
+bbT
+tPF
+jZX
+tki
+lGi
+gAV
+tuO
+nRN
+tUD
+hsw
+wlv
+iiV
+aYz
+hue
+qCw
+jUi
+qCw
+hue
+nRN
+igW
+xpb
+kch
+nRN
+xtb
+wTE
+vbx
+vbx
+gTg
+job
+sxL
+kKR
+eMc
+pWY
+ipN
+szG
+nwr
+gyR
+oxy
+lEV
+rpe
+oTk
+gyR
+tXm
+dqn
+bkr
+kpD
+iXg
+lFE
+nWT
+iVj
+xid
+nPE
+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
+vuP
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rPf
+"}
+(32,1,1) = {"
+rPf
+cRq
+eLK
+qqJ
+qWN
+pir
+qiP
+pir
+pir
+pir
+llV
+pir
+rWK
+dZp
+dZp
+rJC
+pir
+llV
+pir
+qiP
+pir
+pir
+mWA
+qZj
+agC
+vJO
+uaa
+uaa
+uaa
+uaa
+uaa
+uaa
+uaa
+tes
+uaa
+uaa
+uaa
+uaa
+uaa
+uaa
+tes
+uaa
+uaa
+uaa
+uaa
+uaa
+uaa
+tes
+uaa
+tes
+uaa
+dPN
+bGH
+aJV
+hBo
+wMz
+gsX
+gFf
+eRU
+ina
+evV
+jZg
+cRl
+ouK
+bZq
+bYS
+rbm
+rbm
+nCD
+rbm
+nPZ
+hcI
+unn
+unn
+unn
+unn
+unn
+jBI
+rVO
+rQG
+wxH
+vBn
+iZu
+jcx
+tpt
+mJq
+xBH
+daz
+and
+jWH
+vNp
+lHZ
+qZi
+lCN
+uXh
+pYU
+bSF
+unn
+unn
+unn
+unn
+unn
+rfq
+pWx
+fIf
+txU
+nXB
+hKt
+quo
+kIa
+iWf
+gZi
+thS
+thS
+gZi
+cEV
+fIf
+txU
+dpy
+dpy
+txU
+unn
+unn
+cAb
+cAb
+nLe
+nLe
+jkh
+wlL
+atj
+rpo
+bfo
+iZD
+hIB
+edb
+cnS
+pAI
+lIb
+kCR
+qOX
+ask
+qwx
+qQh
+haP
+cLK
+fmR
+lkZ
+bbT
+eoC
+dQM
+tki
+lGi
+gAV
+tuO
+nRN
+lGC
+lot
+xsX
+xsX
+lot
+lot
+xsX
+xsX
+xsX
+eLx
+lSm
+kkn
+lca
+qpH
+nRN
+xtb
+djf
+xLK
+tox
+nbI
+bvS
+xLK
+wWy
+sxR
+sxR
+eVz
+cwM
+cOd
+kgz
+acY
+sIk
+gHi
+acY
+oUO
+qad
+hMi
+fVO
+kfb
+sAL
+teF
+uaf
+sat
+gDS
+taG
+xsy
+tgw
+kBD
+vvm
+vVl
+ghK
+nEV
+iHP
+bUy
+vSb
+bNH
+rPx
+ggA
+kfb
+kfb
+cAb
+cAb
+unn
+unn
+unn
+hIE
+pLV
+vuP
+pLV
+pLV
+pLV
+vuP
+vuP
+vuP
+pLV
+vuP
+pLV
+pLV
+vuP
+sQm
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rPf
+"}
+(33,1,1) = {"
+rPf
+cRq
+cii
+uCU
+nBU
+jdG
+ejV
+tge
+xmu
+jdG
+jdG
+tDA
+xnJ
+xmu
+sQI
+lva
+jdG
+mdy
+sGK
+ejV
+jdG
+jdG
+mwa
+wee
+mdk
+wyg
+wyg
+wyg
+wyg
+wyg
+bGH
+wHS
+uaa
+tes
+cvJ
+bGH
+eWy
+kNf
+kNf
+kNf
+aHk
+wyg
+eWy
+kNf
+kNf
+kNf
+llX
+aOQ
+tiY
+tes
+jld
+cRq
+cRq
+hQK
+jBL
+ewZ
+tYR
+ouK
+wSQ
+kAE
+evV
+jZg
+cRF
+ouK
+wYG
+htX
+uSV
+wTA
+byh
+kux
+iHh
+hcI
+unn
+unn
+unn
+unn
+cYu
+bta
+mNe
+bta
+wxH
+vBn
+xLE
+mjl
+tpt
+mJq
+xBH
+jlQ
+pYU
+jWH
+etu
+oiv
+flm
+cWT
+axY
+ats
+fmM
+sqa
+unn
+unn
+unn
+unn
+unn
+puE
+dpy
+fIf
+nXB
+cJM
+sTo
+kIa
+sqa
+gFK
+auk
+kWB
+fIf
+fIf
+fIf
+dpy
+rfq
+unn
+unn
+unn
+unn
+cAb
+cAb
+vhO
+vhO
+xdl
+uOo
+jFL
+ydg
+bfo
+iZD
+pbQ
+qyg
+klC
+dtf
+dBn
+kCR
+jLq
+kCR
+vBQ
+dXP
+haP
+cLK
+hfL
+uKM
+aJK
+qQh
+ocT
+tki
+lGi
+vaX
+tuO
+nRN
+fFF
+iFo
+bld
+sok
+bQq
+hgG
+xHy
+vqv
+pDf
+jfW
+nRN
+qTF
+gKR
+vKs
+nRN
+xtb
+vZd
+cqz
+ugG
+ezn
+qoy
+suz
+gGA
+cWj
+pHS
+uNz
+qfw
+acY
+xug
+cOd
+cOd
+vxD
+nRw
+gSn
+hMi
+hMi
+jIq
+jIq
+jIq
+lJN
+lJN
+lJN
+jIq
+iXF
+oTG
+hMi
+khj
+khj
+hMi
+hMi
+hMi
+hMi
+jqr
+ltK
+jqr
+eky
+jqr
+jqr
+jqr
+vSH
+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
+hWs
+gvX
+yai
+aqT
+vhD
+aTu
+gkZ
+dfM
+tVM
+vhD
+vhD
+nHs
+gkZ
+dfM
+hYt
+vhD
+nwv
+bHs
+xDO
+vhD
+wrl
+mWA
+uGe
+vRT
+xrP
+xrP
+xrP
+xrP
+xHt
+xzg
+wHS
+uaa
+tes
+cvJ
+xzg
+pwZ
+iXH
+lMJ
+iRF
+vOd
+oNZ
+pwZ
+dSJ
+hOc
+iRF
+cuk
+uZt
+hhE
+sRj
+kMT
+cRq
+cRq
+hhE
+tDi
+qew
+aqS
+bAB
+mdf
+aDa
+evV
+jZg
+lyw
+bVc
+hcI
+hcI
+hcI
+hcI
+hcI
+hcI
+hcI
+hcI
+unn
+unn
+unn
+unn
+bta
+plV
+mNe
+rQG
+sZG
+kQU
+obd
+obd
+cRD
+fTy
+aYR
+uSN
+pYU
+jWH
+ahq
+xHs
+qZi
+ahq
+kpw
+ats
+fmM
+sqa
+dpy
+unn
+unn
+unn
+unn
+unn
+unn
+dpy
+nXB
+bZp
+quo
+kIa
+sqa
+txU
+rfq
+fIf
+fIf
+dpy
+dpy
+dpy
+wFw
+unn
+unn
+unn
+unn
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+pCn
+bfo
+iZD
+jIt
+tgp
+klC
+sZR
+vcG
+kCR
+tph
+klC
+vBQ
+dXP
+dPC
+sOh
+jAm
+jAm
+svz
+aCt
+giu
+tki
+lGi
+gAV
+tuO
+nRN
+lNp
+xHy
+asU
+rjN
+kNm
+kNm
+knd
+qfc
+wVw
+jfW
+nRN
+rAv
+cRU
+nRN
+nRN
+xtb
+nqC
+euY
+tkM
+wKp
+gZQ
+xLK
+skm
+xjA
+gmk
+xjA
+dYp
+wxA
+hUi
+mxL
+kAD
+lGa
+cOd
+uTm
+njT
+tVa
+oGH
+oGH
+wTT
+oGH
+oGH
+tvx
+oaO
+aSa
+wcK
+njT
+lyV
+oVc
+tvx
+oGH
+oGH
+oXj
+fGv
+xjm
+aBN
+dlN
+xjm
+tQq
+xjm
+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
+hWs
+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
+tes
+cvJ
+rxZ
+pwZ
+kvV
+lPs
+tFE
+cYi
+rxZ
+aFr
+pQf
+oAN
+gKc
+ksl
+uZt
+hhE
+eDW
+kUz
+pab
+udn
+hXw
+nsZ
+dMk
+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
+uSN
+pWV
+jWH
+bKq
+ykF
+gPN
+nRi
+nTu
+mUS
+uNK
+sqa
+txU
+dpy
+dpy
+txU
+unn
+unn
+unn
+unn
+nXB
+ccn
+quo
+kIa
+sqa
+dpy
+wfH
+fIf
+dpy
+txU
+rfq
+unn
+unn
+unn
+unn
+unn
+unn
+cAb
+cAb
+lCG
+lCG
+lCG
+lCG
+cAb
+wds
+bfo
+oaV
+mGc
+qQL
+klC
+bIm
+bCw
+kIn
+rzr
+bCw
+nMJ
+bkL
+gGQ
+lQD
+haX
+hfL
+bbT
+pJo
+giu
+tki
+ycd
+dfy
+tuO
+nRN
+uLw
+sBo
+wyf
+jAV
+hJf
+saA
+gXt
+sBo
+fOE
+uBT
+rVZ
+gOy
+ldC
+rZN
+nRN
+xtb
+ryW
+gcy
+jZG
+tox
+mZJ
+oGM
+qXl
+upI
+tmw
+xjA
+tzm
+xjA
+oij
+xjA
+jLK
+bZS
+qEN
+kgz
+acY
+qWj
+wML
+wML
+kKM
+wML
+qWj
+acY
+acY
+pMy
+lPn
+acY
+acY
+oaY
+acY
+jkr
+acY
+acY
+aTl
+fHy
+anW
+jqr
+irK
+xjm
+xjm
+cAb
+unn
+unn
+unn
+unn
+vuP
+pLV
+pLV
+vuP
+pLV
+vuP
+pLV
+pLV
+pLV
+pLV
+qVM
+vuP
+vuP
+wKx
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rPf
+"}
+(36,1,1) = {"
+rPf
+hWs
+dzq
+yai
+oRc
+oAg
+oAg
+vLr
+vLr
+roc
+otP
+tcR
+cqH
+vLr
+iOU
+fNP
+qVH
+pNG
+xGY
+fAV
+oAg
+vfy
+kxB
+tuH
+pkv
+oYy
+kmS
+pxK
+iyj
+vvp
+fxl
+gQq
+jtZ
+hgz
+gQq
+rxZ
+ryG
+jZr
+mIV
+nVr
+gRm
+rxZ
+jdV
+jZr
+rxZ
+nVr
+rxZ
+pta
+hhE
+dZt
+sMS
+aAe
+jQR
+hXw
+hXw
+hXw
+fuH
+ouK
+fud
+kAE
+evV
+cls
+vFE
+bXM
+ylB
+tOn
+kcp
+eib
+plV
+unn
+unn
+unn
+unn
+unn
+unn
+plV
+plV
+mNe
+rQG
+rQG
+rQG
+bta
+rQG
+rQG
+plV
+rQG
+xVC
+uSN
+jYG
+nSc
+jKF
+rGl
+hGo
+xwI
+klq
+wpZ
+fmM
+wJV
+bso
+bso
+bso
+wlX
+guD
+qDu
+txU
+dpy
+nXB
+kIa
+sTo
+kIa
+sqa
+fIf
+dpy
+txU
+fIf
+fIf
+kWB
+txU
+unn
+unn
+unn
+unn
+unn
+unn
+cAb
+cAb
+lCG
+lCG
+lCG
+cAb
+wds
+bfo
+tKM
+rFZ
+wZj
+kFu
+kFu
+etX
+etX
+kFu
+etX
+uav
+qQh
+haP
+wfl
+aaF
+soY
+aJK
+qQh
+tuO
+tSK
+lGi
+mPK
+tuO
+nRN
+psm
+oOS
+uWk
+jAV
+rXh
+aBq
+gXt
+oOS
+bzp
+uBT
+oWZ
+nmr
+tqy
+pIY
+nRN
+xtb
+lde
+nPU
+tox
+xLK
+xOq
+nri
+qXl
+pIg
+tmw
+hfP
+tmw
+bRE
+bYJ
+cfP
+fBj
+nqj
+xTQ
+gyR
+cPB
+dWd
+jXx
+mAm
+uQj
+iaX
+dWd
+lGa
+xTQ
+osq
+hMi
+ybR
+qRV
+hMi
+moJ
+tVs
+sVo
+cPB
+jqr
+jyM
+cYq
+cAb
+cAb
+kdA
+kdA
+cAb
+unn
+unn
+unn
+unn
+wKx
+pLV
+sya
+pLV
+pLV
+pLV
+pLV
+pLV
+vuP
+vuP
+smD
+qpQ
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rPf
+"}
+(37,1,1) = {"
+rPf
+hWs
+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
+rlB
+pTX
+jOc
+fxl
+eig
+wnx
+nnG
+tJw
+rxZ
+neu
+xZJ
+lwH
+kiq
+pjg
+rxZ
+hlV
+xZJ
+nEd
+kiq
+tdP
+rvU
+hhE
+ple
+hzt
+oEF
+aXH
+mCj
+jWw
+emm
+tYR
+ouK
+ozZ
+ina
+evV
+tfp
+adT
+nQN
+ylB
+uuR
+kcp
+eib
+bta
+bta
+plV
+unn
+pxi
+pxi
+vkK
+pxi
+pxi
+nPg
+rQG
+bta
+rQG
+rQG
+bta
+rQG
+rQG
+bta
+xVC
+uSN
+qIi
+laK
+aSX
+iJF
+krg
+pRG
+tMh
+ats
+uNK
+bZp
+kIa
+ccn
+kIa
+kIa
+wJV
+bso
+sdz
+uPm
+otd
+kIa
+sTo
+kIa
+sqa
+fIf
+fIf
+dpy
+fIf
+txU
+dpy
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+cAb
+cAb
+lCG
+lCG
+cAb
+wds
+tJk
+mqA
+mTs
+fIt
+fIt
+fIt
+fIt
+fIt
+fIt
+fIt
+xnl
+qQh
+iDI
+mXC
+aLy
+lZG
+uJa
+qQh
+gmt
+tki
+afP
+oDP
+tuO
+nRN
+lNp
+mgS
+pDf
+kZc
+wlz
+wlz
+txC
+jNN
+ggh
+jfW
+kQp
+ldC
+boK
+cwP
+nRN
+xtb
+tXb
+icT
+xLK
+tox
+lIV
+qII
+qXl
+gVt
+vOu
+tmw
+tmq
+xjA
+gIx
+gen
+nyE
+wHK
+cZN
+hKz
+wHK
+dNA
+wHK
+wHK
+wHK
+wHK
+dNA
+wHK
+mRp
+dNA
+mMH
+lgi
+lgi
+mMH
+lwP
+bTN
+cqk
+lwP
+jqr
+xjm
+dBA
+cAb
+cAb
+shR
+xjm
+cAb
+unn
+unn
+kDd
+sQm
+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
+hWs
+dzq
+yai
+yjL
+lcg
+vIR
+gUZ
+lmb
+tIC
+kwu
+oUS
+dUD
+kur
+oUS
+wDk
+iEM
+iCT
+kPe
+hbU
+xWM
+kbu
+mna
+qjc
+vDN
+sZE
+dri
+vtM
+adC
+gaw
+fxl
+vEq
+wnx
+nnG
+xNX
+rxZ
+pSi
+eAp
+apU
+vub
+nMz
+rxZ
+hmJ
+rYS
+xon
+vub
+vqu
+rvU
+hhE
+kJq
+ojJ
+mCj
+pst
+mCj
+oQN
+apq
+tYR
+ouK
+ozZ
+ina
+evV
+jZg
+tCw
+vlu
+ylB
+dEX
+kdV
+eib
+rQG
+bta
+rQG
+bta
+bta
+rQG
+rQG
+rQG
+rQG
+rQG
+rQG
+rQG
+bta
+rfa
+mTU
+mLG
+uYf
+bta
+qMy
+uSN
+and
+jWH
+uQq
+vmc
+iBT
+xsb
+oUC
+fUt
+uSi
+xWD
+luc
+pfu
+gXA
+kIa
+kIa
+kIa
+kIa
+kIa
+kbw
+kIa
+sTo
+qpu
+qIC
+kIa
+fIf
+fIf
+dpy
+fIf
+dpy
+dpy
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+cAb
+cAb
+lCG
+cAb
+dPo
+gvE
+rAd
+rAd
+rAd
+rAd
+rAd
+rAd
+rAd
+rAd
+bvl
+rgd
+qQh
+vYf
+oju
+xGr
+nFQ
+kQT
+pbM
+wNU
+tki
+mJo
+xNb
+tuO
+nRN
+efw
+acj
+eBB
+tHw
+kXI
+nWf
+xHy
+asU
+mKU
+uBT
+dcs
+eYV
+ghI
+hIM
+nRN
+xtb
+xtP
+wKp
+tox
+xLK
+kas
+wKp
+qXl
+jdQ
+tmw
+tmw
+tAm
+xjA
+oOm
+mrX
+xjA
+suV
+jDH
+bNJ
+bMD
+iHS
+aLJ
+scP
+scP
+ddY
+dIf
+aHw
+scP
+dNA
+mMH
+mMH
+mMH
+mMH
+xlA
+mCo
+vsT
+xRl
+jqr
+ltK
+jqr
+cAb
+cAb
+gIJ
+gIJ
+cAb
+rQB
+pLV
+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
+hWs
+dzq
+yai
+rRB
+ffl
+rYL
+aPi
+wDk
+fbx
+xeq
+tIU
+sdZ
+nXE
+rGc
+rkY
+tVm
+tVm
+rkY
+cYN
+xFj
+nnQ
+nfT
+jnS
+xLr
+ovM
+swp
+key
+swp
+ppa
+qjc
+tVt
+wnx
+rbC
+mCC
+xxR
+xZs
+clA
+hnG
+fnT
+sog
+uIQ
+pbE
+wnP
+wnP
+soq
+wVl
+tvK
+hhE
+wPs
+qwW
+tCP
+aVk
+gBP
+cqg
+hXw
+dHf
+qyY
+ozZ
+ilM
+riy
+jZg
+aqS
+vlu
+ylB
+soc
+kdV
+eib
+rQG
+rQG
+bta
+rQG
+rQG
+bta
+rQG
+rQG
+rQG
+rQG
+rQG
+rQG
+wKf
+nMm
+plV
+plV
+qBv
+xFd
+xVC
+crA
+pYU
+laK
+vNx
+rGl
+qZi
+sMG
+kpw
+ewY
+aIH
+sQL
+vzR
+tqa
+oiA
+rlE
+rlE
+vIf
+ylw
+rlE
+ylw
+rlE
+hps
+qpu
+qIC
+kIa
+fIf
+kIa
+kIa
+txU
+fIf
+txU
+iJJ
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+qQh
+diR
+jSs
+sXm
+sXm
+mOE
+qQh
+wio
+tki
+aqu
+aOg
+tuO
+nRN
+hzw
+vws
+vws
+vws
+stH
+stH
+vws
+vws
+stH
+ebx
+teB
+qJh
+iJo
+vtl
+nRN
+xtb
+gPS
+hHf
+hHf
+hyI
+wmY
+gzk
+auN
+fLq
+sbf
+xoG
+qRS
+xjA
+voX
+xle
+crR
+scP
+nJs
+jyK
+aQl
+hIq
+lHx
+dvy
+nJs
+bKm
+vpi
+bcK
+baj
+dNA
+jCC
+dcb
+wpj
+mMH
+esT
+akv
+tJB
+cCH
+jqr
+xjm
+vjQ
+cAb
+ibu
+cRV
+jvt
+vml
+ukO
+vuP
+pLV
+pLV
+pLV
+pLV
+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
+rPf
+"}
+(40,1,1) = {"
+rPf
+hWs
+dzq
+yai
+rRB
+nbv
+tbI
+aPi
+xPl
+blA
+blA
+blA
+blA
+blA
+blA
+rkY
+tVm
+tVm
+rkY
+eAw
+xFj
+mqj
+gsb
+bON
+saD
+vBY
+vBY
+sjk
+vBY
+ppa
+qjc
+tVt
+wnx
+nnG
+gmK
+kzE
+pbE
+tQs
+oiH
+oSX
+oQS
+oLw
+xZs
+xLH
+tGD
+ygN
+pNQ
+hhE
+hhE
+hXw
+hXw
+tdH
+cBg
+kUz
+fEA
+ycJ
+tYR
+hgx
+ozZ
+ina
+evV
+jZg
+aqS
+vlu
+ylB
+dEX
+kcp
+eib
+rQG
+rQG
+rQG
+rQG
+rQG
+rQG
+plV
+bta
+rQG
+bta
+rQG
+bta
+vkl
+bta
+ntJ
+unn
+xZI
+mNe
+xVC
+uSN
+pYU
+jWH
+ahq
+fcS
+qZi
+ahq
+axY
+nRz
+riP
+nCp
+hIQ
+cfM
+mqW
+kIa
+kIa
+kIa
+gBL
+eFU
+hAB
+gBL
+kIa
+kIa
+sqa
+fIf
+fIf
+kIa
+kIa
+fIf
+txU
+rjx
+iXV
+vNy
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+lCG
+lCG
+lCG
+lCG
+lCG
+lCG
+cAb
+qQh
+wYk
+qkd
+lkZ
+oHN
+bbT
+qQh
+tuO
+iXe
+aqu
+tCJ
+tuO
+nRN
+sMe
+bER
+wOa
+wOa
+wOa
+tWr
+idW
+nRN
+msO
+yli
+nRN
+cRU
+cRU
+nRN
+nRN
+xtb
+yjk
+lUt
+wkN
+oxJ
+xtb
+oxJ
+xtb
+xjA
+xjA
+qZX
+xjA
+xjA
+gXR
+xjA
+xjA
+tiM
+fCF
+ouy
+poo
+aQl
+nJs
+vsn
+nJs
+aQl
+yfI
+hIq
+dHq
+dNA
+ikw
+pmo
+wFN
+mMH
+hXT
+dJR
+xxx
+wDW
+jqr
+xjm
+hGR
+cAb
+xgP
+scj
+gtZ
+qOg
+vfG
+pLV
+vuP
+pLV
+pLV
+vuP
+pLV
+pLV
+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
+hWs
+dzq
+yai
+usm
+kqI
+huz
+xAy
+lmb
+lgU
+kwu
+oUS
+umu
+kur
+oUS
+wDk
+jIw
+fEi
+kPe
+ltB
+uIL
+dqs
+xQF
+qjc
+jQT
+afk
+afk
+hwy
+afk
+gaw
+fxl
+cCD
+wnx
+nnG
+iPH
+rxZ
+pbE
+gju
+kEN
+lNC
+nMz
+rxZ
+pbE
+rWo
+gHw
+fHM
+vqu
+hhE
+ful
+wwx
+lyl
+upZ
+btD
+uQL
+piQ
+ycJ
+tYR
+ouK
+ozZ
+ina
+evV
+uUD
+aqS
+piF
+aGn
+soc
+kdV
+eib
+rQG
+rQG
+rQG
+rQG
+rQG
+bta
+bta
+gmM
+plV
+rQG
+plV
+bta
+lms
+plV
+unn
+unn
+unn
+rVO
+xVC
+mOX
+nhq
+awU
+ahq
+hkb
+qZi
+dSg
+kpw
+uMg
+fmM
+ccn
+kIa
+wCY
+bZp
+kIa
+hTn
+kIa
+mEq
+hAB
+eFU
+gBL
+nQo
+rmg
+vSg
+fIf
+ibh
+fIf
+fIf
+fIf
+jmD
+jOL
+rjx
+mlC
+hlW
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+cAb
+cAb
+lCG
+lCG
+lCG
+lCG
+lCG
+cAb
+qQh
+alk
+qgz
+cxS
+cxS
+hsL
+uxG
+uJq
+tki
+aqu
+glf
+tuO
+nRN
+nRN
+cRU
+cRU
+sXn
+cRU
+cRU
+nRN
+nRN
+oSF
+kzj
+aMu
+iYa
+dui
+nRN
+ylQ
+ylQ
+mnR
+lof
+lof
+lof
+fNg
+lof
+lof
+vnD
+lof
+lof
+fNg
+hpo
+iem
+ucp
+ylQ
+not
+kHg
+fdA
+sJk
+sJk
+cDz
+fxb
+dpT
+vli
+hFK
+scP
+dsk
+dNA
+ucR
+yag
+yag
+npm
+uZe
+ktn
+nbr
+xdd
+jqr
+jyM
+gze
+lhG
+dAh
+vxL
+jTE
+fbL
+vuE
+vuP
+vuP
+vuP
+vuP
+pLV
+pLV
+vuP
+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
+hWs
+dzq
+yai
+kCB
+oAg
+oAg
+nSM
+efT
+lUd
+qHI
+qHI
+kon
+igf
+rGM
+lmb
+cGG
+tnx
+iSX
+tLT
+oAg
+qiN
+jQJ
+jHO
+iDQ
+xGM
+bGp
+vTM
+bGp
+rnF
+qux
+fMi
+oEa
+pEu
+rMV
+rxZ
+tfy
+oSX
+bBR
+ozj
+ioH
+rxZ
+suU
+cZA
+oSX
+oSX
+aci
+hhE
+sAa
+bOU
+mLb
+upZ
+oLx
+kUz
+brk
+ycJ
+tYR
+ouK
+ozZ
+ina
+evV
+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
+gwv
+dvQ
+oMp
+laK
+wny
+iJF
+jso
+dvD
+axY
+ats
+fmM
+iWf
+gZi
+gZi
+gZi
+gZi
+wJm
+hML
+ihm
+woq
+cnJ
+pjE
+gIp
+twZ
+dpy
+pEG
+dpy
+fok
+txU
+mVu
+txU
+uar
+tTB
+txU
+tTB
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+cAb
+cAb
+lCG
+lCG
+lCG
+lCG
+cAb
+qQh
+uYm
+ekf
+iCB
+qQh
+iCB
+qQh
+kTT
+tki
+lGi
+gzX
+tuO
+nRN
+nRN
+xJj
+cJg
+xpb
+xpb
+jRH
+nRN
+nRN
+rqk
+bQN
+kKg
+pJB
+rkS
+nRN
+ylQ
+bdA
+sbg
+umx
+umx
+umx
+umx
+umx
+umx
+umx
+fED
+umx
+umx
+umx
+bEu
+bNl
+coJ
+qgt
+fOC
+sHE
+bbx
+fQq
+moR
+fQq
+fQq
+fQq
+fQq
+wdm
+fQq
+fQq
+lUO
+gJY
+yag
+qON
+doK
+akv
+pld
+pUl
+jqr
+xjm
+rGg
+reA
+wOg
+wyE
+mXK
+fbL
+vuE
+vuP
+vuP
+vuP
+pLV
+pLV
+wKx
+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
+rPf
+"}
+(43,1,1) = {"
+rPf
+hWs
+dzq
+yai
+pjT
+oAg
+oAg
+vLr
+vLr
+piP
+nhW
+hyA
+mnv
+vLr
+kGV
+efT
+tnS
+iSX
+eti
+tLT
+oAg
+ujS
+kxB
+tuH
+scs
+key
+key
+qAe
+qjB
+pGD
+bON
+dxD
+wnx
+nnG
+rMV
+rxZ
+skM
+cFJ
+tvh
+nCN
+nMz
+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
+mrx
+unn
+unn
+unn
+unn
+unn
+had
+dom
+pFu
+lOQ
+hiT
+oGi
+pvb
+lCN
+fPf
+mUS
+fmM
+khV
+dpy
+unn
+unn
+hcI
+hcI
+eHn
+eHn
+eHn
+eHn
+eHn
+eHn
+hcI
+hcI
+unn
+kWB
+unn
+eVN
+iky
+dpy
+txU
+rjx
+rjx
+jyS
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+cAb
+cAb
+lCG
+lCG
+lCG
+cAb
+qQh
+taR
+iNJ
+svs
+bjT
+snE
+iaw
+dnz
+tki
+vHn
+tuO
+tuO
+nRN
+nRN
+tLu
+shw
+rCT
+gzg
+yfT
+nRN
+nRN
+xKj
+nqh
+sHu
+iHN
+pbO
+nRN
+ylQ
+hQZ
+jEf
+olg
+eRA
+xkv
+lcf
+rNi
+xkv
+iYE
+rNi
+xkv
+mxl
+xPb
+kza
+wux
+ylQ
+fQq
+fQq
+fQq
+fQq
+fQq
+prE
+uQO
+cLF
+wui
+uQO
+xZa
+fQq
+fQq
+luy
+uVd
+pWG
+npm
+dCf
+qGX
+xbw
+lAY
+fEz
+xjm
+bOs
+hiL
+hIS
+nYz
+tWq
+sjS
+ckw
+vuP
+pLV
+pLV
+pLV
+vuP
+pLV
+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
+rPf
+"}
+(44,1,1) = {"
+rPf
+hWs
+dzq
+yai
+oUx
+xzX
+oAg
+uZx
+vdg
+oAg
+oAg
+oAg
+xzX
+uZx
+iap
+oAg
+oAg
+oAg
+oAg
+oAg
+xzX
+vfy
+kxB
+tuH
+fpH
+cAk
+eei
+qAe
+rKh
+cMT
+fxl
+izO
+wnx
+nnG
+kLJ
+rxZ
+hnq
+aKJ
+aKJ
+rwS
+kFk
+rxZ
+vEh
+rCB
+aKJ
+aKJ
+xqV
+hhE
+jWk
+dlX
+hXw
+dps
+ekb
+hzB
+hXw
+gLf
+dUO
+cVE
+bCL
+ina
+evV
+jZg
+sDP
+mik
+hcI
+hcI
+hcI
+foB
+wKf
+kmh
+mTU
+mTU
+unn
+lmd
+lmd
+lmd
+lmd
+lmd
+smB
+dga
+dga
+smB
+hcI
+hcI
+hcI
+hcI
+hcI
+xcW
+cMq
+hVh
+bko
+tJj
+qZi
+ahq
+fPf
+bHE
+sTm
+unn
+unn
+unn
+unn
+unn
+hcI
+cHg
+bBr
+cHg
+bBr
+bBr
+cHg
+hcI
+unn
+unn
+unn
+unn
+txU
+mIl
+txU
+wSm
+vyi
+fIf
+dpy
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+cAb
+cAb
+lCG
+lCG
+cAb
+qQh
+bcl
+kHw
+fHz
+kHh
+kej
+dxH
+nFp
+xrE
+lGi
+tsN
+tuO
+nRN
+nRN
+gbo
+pRp
+rCT
+bzu
+yfT
+nRN
+nRN
+pcC
+nFv
+vdB
+pJB
+xKj
+nRN
+ylQ
+edp
+hBB
+wXx
+hjU
+iOx
+gfd
+dck
+iOx
+gfd
+dck
+iOx
+mAt
+dck
+fEC
+nZn
+ylQ
+sNk
+piz
+jTn
+fQq
+vTU
+uui
+gIh
+eNV
+avG
+gIh
+spX
+fQq
+fQq
+bPY
+dDh
+kCK
+npm
+raQ
+lRQ
+esy
+jjh
+jqr
+xjm
+chF
+yiO
+cJc
+ydF
+uEe
+cJc
+mHB
+pLV
+pLV
+pLV
+pLV
+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
+rPf
+"}
+(45,1,1) = {"
+rPf
+hWs
+qPz
+yai
+rWs
+neX
+dVH
+gaa
+dXM
+tom
+neX
+neX
+lNT
+gaa
+dXM
+kMX
+neX
+neX
+kMX
+oja
+neX
+fEo
+qLn
+tuH
+fxl
+fxl
+fxl
+btt
+fxl
+fxl
+fxl
+jmm
+wnx
+nnG
+yhz
+rxZ
+vuF
+lCx
+vaF
+rxZ
+rxZ
+rxZ
+rxZ
+rxZ
+jxp
+lCx
+tib
+hhE
+khc
+evA
+ycJ
+sFt
+xWW
+gpj
+hXw
+tnW
+kbp
+qKF
+ozZ
+dOn
+evV
+jZg
+dtR
+ouK
+hcI
+unn
+unn
+unn
+xAP
+plV
+jBI
+unn
+unn
+lmd
+fUK
+pJy
+ngW
+lKv
+dfv
+ykI
+oKB
+jQP
+aKO
+dpw
+vLA
+hmv
+hcI
+svG
+lrC
+deS
+vNx
+dMc
+qZi
+pES
+szi
+pYU
+unn
+unn
+unn
+unn
+unn
+hcI
+hcI
+vsm
+vsm
+vsm
+vsm
+vsm
+vsm
+hcI
+hcI
+unn
+unn
+unn
+unn
+oAc
+tTB
+iJJ
+fIf
+txU
+dpy
+wxK
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+cAb
+cAb
+lCG
+cAb
+qQh
+pFJ
+kHw
+fNt
+kHh
+ylo
+qQh
+oOl
+tki
+lGi
+vwc
+tuO
+nRN
+nRN
+iBn
+iXX
+pOG
+iXX
+dlT
+nRN
+nRN
+sSI
+nFv
+tVy
+ley
+sqh
+nRN
+ylQ
+fmN
+kRd
+dfi
+xJg
+jIC
+xFX
+aqG
+fgi
+kBp
+pQe
+rnU
+lFh
+wfv
+jun
+hVx
+ylQ
+fQq
+fQq
+cGZ
+gCE
+eNV
+jcw
+ogp
+ogp
+ogp
+ogp
+cJN
+jqr
+jqr
+jqr
+jqr
+ltK
+jqr
+jqr
+ull
+jqr
+jqr
+jqr
+ltK
+jqr
+cAb
+unn
+unn
+unn
+unn
+cmJ
+wKx
+pLV
+pLV
+pLV
+pLV
+pLV
+vuP
+bUG
+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
+"}
+(46,1,1) = {"
+rPf
+cRq
+cii
+dEP
+hCr
+euU
+ejV
+xmu
+xmu
+euU
+euU
+euU
+euU
+xmu
+xmu
+pOJ
+euU
+euU
+euU
+ejV
+euU
+euU
+mWA
+hzS
+hIe
+whT
+dHu
+rvH
+nWs
+dLF
+dHu
+iNi
+jtZ
+qUN
+iNi
+vLt
+vLt
+ojr
+vLt
+vLt
+oPm
+trT
+gOO
+vLt
+vLt
+dsT
+vLt
+hhE
+nXf
+aRu
+vVj
+uTH
+rVf
+woP
+ycJ
+iHd
+xGS
+otF
+nIk
+ina
+evV
+jZg
+knb
+ouK
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+lmd
+gYf
+gYf
+kCl
+lKv
+iGo
+pgr
+ssA
+sNO
+aKO
+cvK
+acB
+jbJ
+hcI
+hME
+oIH
+lpq
+eqj
+mSx
+xss
+ygi
+umk
+pYU
+unn
+unn
+unn
+unn
+unn
+unn
+caJ
+wVR
+wVR
+wVR
+wVR
+wVR
+wVR
+hrG
+unn
+unn
+unn
+unn
+unn
+uES
+wWN
+bcA
+bcA
+bfH
+udz
+udz
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+cAb
+cAb
+cAb
+qQh
+kXt
+usZ
+gCS
+eTi
+pxu
+bxq
+mCy
+mCy
+jry
+jRU
+tuO
+nRN
+nRN
+nRN
+nRN
+nRN
+nRN
+nRN
+nRN
+nRN
+ldV
+oJy
+xTA
+mAd
+xoJ
+nRN
+ylQ
+pzj
+jhM
+gur
+jIZ
+sQJ
+sQJ
+uEW
+ydL
+wQG
+kqr
+ydL
+ydL
+aQB
+sUW
+wcX
+ylQ
+kUk
+adI
+sSa
+fQq
+cfJ
+xwA
+sSo
+xYJ
+yfC
+iyb
+cvA
+cpG
+fZm
+xPC
+bXO
+nnF
+oGK
+jsO
+fQH
+xjm
+fEz
+qka
+xjm
+osb
+cAb
+unn
+unn
+unn
+unn
+vuP
+pLV
+pLV
+pLV
+pLV
+pLV
+pLV
+pLV
+ffn
+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
+rPf
+"}
+(47,1,1) = {"
+rPf
+cRq
+eLK
+kHf
+qWN
+pir
+aoY
+pir
+pir
+pir
+llV
+llV
+pir
+pir
+pir
+pir
+pir
+pir
+pir
+spA
+pir
+pir
+lQc
+lDi
+oYO
+bkC
+knL
+mVK
+ktU
+wZF
+hKg
+eKV
+jtZ
+jiN
+eKV
+trT
+sXW
+gCd
+ucm
+ohz
+sqC
+trT
+oCb
+ebT
+kUf
+wHx
+uTr
+wrG
+trB
+wfY
+qzW
+wyv
+heC
+hbY
+ycJ
+dZc
+iwb
+udO
+kQV
+ilM
+riy
+jZg
+dUV
+oBY
+hcI
+hcI
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+lmd
+gQK
+pJy
+meb
+mBc
+ohA
+qXZ
+dAQ
+rHa
+boN
+aeZ
+pFe
+rRP
+hcI
+cdj
+pYU
+xIr
+akH
+jRl
+gCV
+gIm
+gIm
+and
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+udz
+udz
+bfH
+tHg
+udz
+tHg
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+tHg
+bcA
+bcA
+bfH
+tHg
+udz
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+cAb
+cAb
+qQh
+aJM
+fkL
+vTo
+abY
+giz
+qQh
+ybI
+unv
+dov
+bGA
+tuO
+nRN
+nRN
+nRN
+nRN
+nRN
+nRN
+nRN
+nRN
+nRN
+nRN
+nRN
+nRN
+nRN
+nRN
+nRN
+ylQ
+mcQ
+uVV
+dYS
+dYS
+fxJ
+rNw
+alL
+fxJ
+nIl
+dBi
+nkJ
+nIl
+vVa
+hsY
+sik
+ylQ
+jfS
+jTn
+ntG
+fQq
+goC
+byb
+uQO
+eNV
+wui
+uQO
+hsh
+aTl
+fHy
+uOW
+xOo
+cmV
+mTQ
+vIl
+xjm
+xsZ
+jqr
+wSH
+mgL
+mFQ
+cAb
+unn
+unn
+unn
+unn
+vuP
+vuP
+pLV
+pLV
+vuP
+pLV
+pLV
+wKx
+ffn
+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
+rPf
+"}
+(48,1,1) = {"
+rPf
+cRq
+wee
+bNt
+hBg
+aWo
+jai
+oLj
+vKK
+oLj
+oLj
+xEc
+sGG
+qlA
+jai
+wTC
+wTC
+wTC
+jdU
+oLj
+mWt
+ckx
+wdc
+rgN
+njq
+qDR
+nNb
+xYZ
+xJp
+iPq
+nuF
+uML
+yja
+hwK
+uML
+oLd
+iWO
+fAS
+ikF
+uTr
+toD
+oLd
+aRK
+xMB
+sca
+fgI
+uTp
+hXw
+gqc
+mtL
+hXw
+vlJ
+kUz
+ixZ
+ycJ
+lxJ
+eYZ
+fyh
+tvq
+bYz
+evV
+jZg
+aqS
+uNZ
+evk
+jLx
+saT
+unn
+unn
+hAb
+cwO
+hFs
+sQX
+gYf
+gYf
+gYf
+gYf
+oJU
+ohA
+gml
+oKD
+gml
+aKO
+aKO
+aKO
+aKO
+hcI
+qox
+lwa
+lqW
+lqW
+lqW
+lqW
+phO
+mDR
+suC
+hcI
+hcI
+hcI
+hcI
+hcI
+unn
+unn
+tHg
+bfH
+bfH
+bfH
+tHg
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+tHg
+udz
+udz
+bfH
+bfH
+bfH
+udz
+tHg
+unn
+unn
+hcI
+unn
+hcI
+unn
+hcI
+unn
+unn
+unn
+unn
+aQi
+unn
+unn
+unn
+unn
+unn
+unn
+cAb
+qQh
+qQh
+fGY
+qQh
+qQh
+qQh
+qQh
+wpD
+fpb
+loQ
+tuO
+tuO
+cse
+cse
+cse
+cse
+cse
+cse
+cse
+cse
+cse
+cse
+cse
+cse
+cse
+cse
+cse
+ylQ
+feZ
+sKu
+rWM
+rIQ
+cnH
+fYG
+ygm
+baw
+eSr
+pOD
+tFm
+mAH
+wij
+azc
+gJO
+ylQ
+iJX
+pte
+iJX
+fQq
+kZW
+bBP
+gIh
+lck
+avG
+gIh
+uoc
+fQq
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+unn
+unn
+unn
+kDd
+vuP
+pLV
+pLV
+gEU
+vuP
+pLV
+vuP
+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
+rPf
+"}
+(49,1,1) = {"
+rPf
+cRq
+iBt
+pVP
+pVP
+pVP
+iBt
+pVP
+fSD
+koE
+pVP
+iBt
+xIu
+xIu
+xIu
+xIu
+wee
+wee
+uGD
+wee
+wee
+wee
+wee
+hzS
+dHu
+dHu
+dHu
+smI
+jpH
+dHu
+dHu
+lxr
+jtZ
+nOj
+lxr
+trT
+trT
+cBi
+iLI
+jnW
+ohz
+trT
+lpv
+sjZ
+wWI
+fwc
+fUs
+hXw
+qHK
+hXw
+hXw
+nLQ
+kfD
+hXw
+hXw
+vSB
+mCl
+ouK
+ozZ
+ina
+evV
+jZg
+kik
+jgx
+tnW
+iYb
+iYb
+iYb
+tnW
+jBj
+laE
+ldp
+mag
+vxp
+qhk
+xSm
+rEh
+kIX
+pwo
+kIX
+kmR
+uCf
+jOT
+bQU
+fQT
+bVH
+xAL
+tfm
+hQb
+hQb
+hQb
+hQb
+hQb
+hQb
+tfm
+rhL
+tfm
+tfm
+tfm
+tfm
+hcI
+unn
+unn
+udz
+bfH
+bfH
+udz
+bfH
+udz
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+udz
+bfH
+bcA
+bcA
+bfH
+bfH
+udz
+udz
+dXx
+hcI
+hcI
+hcI
+hcI
+iKK
+udz
+udz
+unn
+nTP
+tHg
+udz
+dPH
+unn
+unn
+unn
+unn
+cAb
+cpc
+vHQ
+bkZ
+uHn
+fhq
+cTE
+cpc
+xcC
+tvz
+nTY
+wBI
+uAk
+pnW
+xbN
+kfe
+cEu
+tuI
+gvM
+rzh
+jLG
+hjw
+eXv
+rzh
+gSs
+tuI
+kIE
+xQK
+dmY
+phf
+wll
+gKp
+tOs
+kNw
+qSn
+dBi
+sVR
+acc
+wng
+sVR
+sVR
+oaj
+sVR
+pPm
+ylQ
+fQq
+fQq
+fQq
+fQq
+fQq
+fQq
+fQq
+fQq
+fQq
+fQq
+fQq
+fQq
+cAb
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+sQm
+vuP
+pLV
+pLV
+pLV
+vuP
+wKx
+vuP
+wKx
+wKx
+ffn
+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
+rPf
+"}
+(50,1,1) = {"
+rPf
+cRq
+jUO
+iPt
+gfD
+uGY
+wMs
+bwm
+fSD
+foS
+dOb
+bSp
+sAB
+tHY
+tmV
+sAB
+sMZ
+tyA
+mBZ
+czV
+tYN
+opX
+tko
+uRO
+bUS
+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
+jgx
+cJW
+ina
+evV
+fTI
+sYA
+ouK
+sji
+poZ
+poZ
+oFX
+poZ
+poZ
+dEE
+eLZ
+sQX
+gdJ
+oDH
+udx
+rHv
+kIX
+pTW
+umF
+pAd
+uCf
+rvg
+wzS
+wzS
+lnG
+xAL
+tfm
+cPM
+eEA
+sSr
+sSr
+jZC
+cPM
+tfm
+vZx
+ugu
+oIB
+ltb
+tfm
+hcI
+unn
+unn
+udz
+tHg
+bfH
+bfH
+bfH
+udz
+tHg
+wpT
+unn
+unn
+unn
+unn
+unn
+tHg
+bfH
+bcA
+bcA
+bfH
+rwu
+uBN
+cwl
+udz
+rKM
+tdE
+fIp
+hSk
+gaT
+cJU
+tHg
+srU
+xOW
+bfH
+udz
+udz
+tHg
+unn
+unn
+unn
+cAb
+cpc
+biR
+icM
+oIt
+xEp
+mMK
+iRe
+iyl
+iyl
+bmM
+iyl
+lta
+rfo
+jRA
+qsh
+osj
+fqH
+fPY
+fPY
+fPY
+fPY
+fPY
+fPY
+fPY
+fqH
+xbt
+jPr
+bxl
+hEI
+mBb
+lof
+smU
+gKp
+vLp
+nPC
+wWl
+wWl
+nPC
+hox
+qLY
+nPC
+fwA
+biZ
+ylQ
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+unn
+unn
+unn
+wKx
+unn
+dYL
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+pLV
+pLV
+pLV
+pLV
+pLV
+pLV
+pLV
+vuP
+sQm
+kDd
+unn
+unn
+unn
+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
+hWs
+azC
+jfE
+kJj
+mhX
+kcn
+ipr
+mwp
+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
+ekj
+gsg
+gsg
+iBq
+qyY
+dKQ
+rDb
+rDb
+qyH
+aqS
+oBY
+poZ
+poZ
+mkf
+duN
+och
+poZ
+poZ
+poZ
+sQX
+rki
+mYn
+hvK
+aik
+kIX
+kDk
+xFl
+qJp
+uCf
+fFw
+ndj
+izX
+sgu
+xAL
+tfm
+pxh
+khh
+rCG
+rCG
+bGt
+lNy
+tfm
+iNT
+vmS
+nhZ
+pWz
+tfm
+hcI
+unn
+unn
+unn
+bfH
+udz
+bfH
+bfH
+bfH
+udz
+udz
+unn
+unn
+unn
+unn
+lnF
+udz
+udz
+bfH
+bfH
+rwu
+bcA
+bcA
+uBN
+xLz
+qDL
+tdE
+lgb
+hSk
+maj
+udz
+udz
+udz
+xDh
+bfH
+bfH
+bfH
+ouG
+nTP
+unn
+unn
+cAb
+cpc
+neg
+nZi
+kda
+pcF
+ovL
+mNb
+erj
+erj
+erj
+erj
+lFN
+mWO
+bJR
+kor
+uVF
+uVF
+uVF
+uVF
+uVF
+uVF
+uVF
+uVF
+uVF
+uVF
+uVF
+ugr
+vqz
+coS
+tOs
+gKp
+smU
+lof
+mWX
+qFm
+qXo
+uNb
+rQK
+taF
+voI
+jSj
+tAx
+sYM
+ylQ
+cAb
+lCG
+lCG
+lCG
+lCG
+cAb
+cAb
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+vuP
+vuP
+pLV
+vuP
+wKx
+unn
+unn
+unn
+qpQ
+sQm
+pLV
+pLV
+pLV
+pLV
+pLV
+pLV
+wKx
+pLV
+vuP
+qpQ
+unn
+unn
+unn
+unn
+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
+"}
+(52,1,1) = {"
+rPf
+hWs
+twH
+qGy
+dQv
+dfk
+cNt
+peQ
+tFG
+fTL
+seD
+gZx
+xIu
+ksA
+tmV
+xIu
+jon
+jXu
+enS
+gPA
+xex
+qOq
+jUd
+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
+bqM
+nSE
+rRk
+qeJ
+elO
+pZE
+kIN
+bTF
+bkQ
+rMN
+nOM
+aRE
+xFK
+tGN
+uhi
+hud
+wGn
+xiF
+xiF
+htm
+xAL
+tfm
+tjy
+khh
+rCG
+mny
+bGt
+tjy
+lJV
+mzz
+vFf
+bpa
+vKX
+tfm
+hcI
+unn
+unn
+jtE
+tHg
+bfH
+bfH
+bfH
+tHg
+udz
+tHg
+hEl
+unn
+unn
+unn
+udz
+tHg
+udz
+bfH
+bfH
+ivU
+bcA
+bcA
+sOg
+iZr
+qDL
+tdE
+fIp
+hSk
+maj
+iZr
+udz
+tHg
+xDh
+bfH
+bfH
+tHg
+udz
+tHg
+unn
+unn
+cAb
+cpc
+gjn
+guk
+aJs
+guk
+aDM
+cpc
+aPQ
+lfI
+eaq
+eaq
+uGc
+lTO
+xbN
+ozl
+pzA
+pzA
+pzA
+pzA
+pzA
+aAn
+bwX
+ixt
+rhs
+vlp
+hQL
+pzA
+dmY
+fTd
+oNv
+lof
+hFc
+gKp
+sFB
+dck
+iOx
+gfd
+dck
+iOx
+sKm
+dck
+aqD
+sUB
+ylQ
+cAb
+lCG
+lCG
+lCG
+cAb
+cAb
+unn
+unn
+unn
+unn
+gMG
+unn
+unn
+unn
+kDd
+vuP
+vuP
+vuP
+wKx
+vuP
+vuP
+pLV
+wKx
+vuP
+pLV
+pLV
+bXY
+pLV
+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
+unn
+unn
+unn
+rPf
+"}
+(53,1,1) = {"
+rPf
+hWs
+aJr
+qGy
+dQv
+jzs
+nbH
+qaq
+eLQ
+xgc
+mFN
+eac
+xIu
+dAw
+rVV
+xIu
+cRq
+cRq
+juN
+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
+wDD
+obR
+duN
+iKA
+poZ
+rcI
+sQX
+kpN
+caN
+ftg
+cKr
+kIX
+fwo
+wNG
+dZd
+jfZ
+hSe
+oDH
+lMt
+knK
+xAL
+tfm
+gwS
+khh
+rCG
+rCG
+bGt
+tjy
+ftC
+hOE
+rlo
+fmQ
+jtW
+tfm
+hcI
+unn
+unn
+udz
+udz
+bfH
+tHg
+bfH
+udz
+bfH
+udz
+unn
+unn
+unn
+unn
+udz
+bfH
+bfH
+udz
+bfH
+bfH
+ivU
+sOg
+bfH
+udz
+qDL
+tdE
+lgb
+hSk
+maj
+udz
+kjY
+udz
+xDh
+bcA
+bcA
+bfH
+bfH
+bfH
+udz
+unn
+cAb
+cpc
+cpc
+cpc
+cpc
+cpc
+cpc
+cpc
+ssN
+uDL
+uMv
+haT
+uDL
+ssN
+cse
+cse
+xSh
+xSh
+paO
+rsF
+rsF
+aty
+aty
+rTQ
+aty
+aty
+aty
+aty
+ylQ
+jEA
+tOs
+gKp
+hFc
+gKp
+eJs
+jwq
+uoD
+pZK
+cQd
+uoD
+pZK
+cXW
+etq
+etq
+ylQ
+cAb
+lCG
+lCG
+cAb
+cAb
+unn
+unn
+unn
+unn
+unn
+wKx
+wKx
+unn
+smD
+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
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rPf
+"}
+(54,1,1) = {"
+rPf
+hWs
+twH
+qGy
+dQv
+oZl
+syG
+fTL
+tFG
+oxc
+mFN
+gZx
+xIu
+xIu
+xIu
+xIu
+cRq
+cRq
+oeo
+udk
+fgo
+wqY
+sgf
+ylJ
+uqu
+san
+oGN
+fVJ
+ilM
+ilM
+qzy
+bRl
+lek
+vkb
+vkb
+xfO
+ujV
+vkb
+vkb
+xfO
+oAk
+ppH
+ppH
+lek
+mXu
+drV
+xfO
+ujV
+vkb
+vkb
+vkb
+xfO
+ujV
+fbJ
+vkb
+xfO
+oAk
+xJb
+iRs
+tXE
+qwH
+kVa
+fwS
+ouK
+imE
+duN
+wDD
+gzO
+jCN
+eKl
+poZ
+poZ
+sQX
+jnh
+jnh
+sQX
+kKc
+buc
+hsZ
+kZS
+epU
+nsr
+eOH
+nsA
+fNq
+utp
+xAL
+tfm
+tjy
+khh
+rCG
+rCG
+bGt
+tjy
+lJV
+fCY
+euF
+cTl
+rjV
+tfm
+hcI
+unn
+unn
+unn
+udz
+bfH
+bfH
+udz
+udz
+tHg
+bfH
+tHg
+unn
+unn
+xDh
+tHg
+bfH
+bfH
+bfH
+bfH
+bfH
+bfH
+bfH
+udz
+gcD
+kOo
+tdE
+fIp
+hSk
+dej
+hwR
+udz
+tHg
+xDh
+bcA
+bcA
+rwu
+uBN
+bfH
+unn
+unn
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+ssN
+iCq
+snX
+eUg
+qax
+ssN
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+aty
+sRc
+ggT
+pxa
+hrO
+aty
+aty
+ylQ
+png
+qNO
+gKp
+tOs
+gKp
+cAw
+dhm
+jhQ
+mfq
+rIw
+fxm
+chm
+jhX
+jhX
+pzH
+ylQ
+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
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rPf
+"}
+(55,1,1) = {"
+rPf
+hWs
+aJr
+tfz
+dQv
+lVJ
+ptR
+tdn
+vkA
+pCj
+mFN
+gZx
+xIu
+xIu
+xQe
+bYI
+lgl
+xGt
+oUb
+aGt
+fgo
+elG
+fgo
+ilM
+uqu
+san
+ouK
+bxP
+ilM
+ilM
+qzy
+xJb
+lek
+dqH
+dqH
+gri
+ilM
+dqH
+dqH
+gri
+oAk
+wWr
+ppH
+lek
+aEs
+aEs
+gri
+ilM
+dqH
+dqH
+dqH
+gri
+ilM
+aEs
+dqH
+gri
+oAk
+xJb
+iRs
+wjg
+aMd
+kVa
+nkO
+hAK
+qRW
+eXl
+jWX
+cPJ
+mPt
+gLd
+poZ
+ssw
+fCB
+lVs
+pjh
+sQX
+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
+tHg
+udz
+bfH
+bfH
+udz
+bfH
+bfH
+bfH
+udz
+tHg
+srU
+nZD
+bfH
+bfH
+bfH
+udz
+bfH
+bfH
+tHg
+udz
+tXO
+hcI
+hcI
+hcI
+hcI
+hcI
+hwa
+udz
+yfK
+rMJ
+bfH
+rwu
+bcA
+bcA
+uBN
+udz
+unn
+cAb
+cAb
+lCG
+lCG
+lCG
+lCG
+lCG
+cAb
+ssN
+igA
+prz
+hEM
+jIW
+ssN
+cAb
+lCG
+lCG
+lCG
+lCG
+lCG
+cAb
+aty
+ndK
+ggT
+gKL
+dhQ
+aty
+aty
+ylQ
+kLw
+kuz
+pLv
+gLC
+gLC
+bUI
+ylQ
+ylQ
+ylQ
+ylQ
+ylQ
+ylQ
+ylQ
+ylQ
+ylQ
+ylQ
+cAb
+cAb
+cAb
+unn
+unn
+unn
+unn
+unn
+unn
+sQm
+gbg
+vuP
+vuP
+vuP
+vuP
+pLV
+vuP
+wKx
+pLV
+vuP
+sya
+pLV
+pLV
+pLV
+pLV
+vuP
+wKx
+vuP
+vuP
+wKx
+pLV
+pLV
+vuP
+pLV
+kDd
+sQm
+unn
+unn
+unn
+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
+"}
+(56,1,1) = {"
+rPf
+hWs
+aJr
+qGy
+uYU
+kFh
+dRA
+peQ
+tFG
+fTL
+mFN
+tSf
+xIu
+olm
+dXl
+eJt
+cmi
+lrv
+aGt
+bbK
+bbK
+nfO
+hUX
+bbK
+xVn
+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
+oML
+gep
+sQX
+qwg
+hph
+ikH
+kIX
+iLi
+aAd
+lPD
+eOl
+yjW
+kIz
+xAL
+tfm
+cnK
+dRE
+vYT
+vYT
+rkt
+cnK
+tfm
+vqx
+iUy
+vam
+afV
+tfm
+hcI
+unn
+unn
+unn
+unn
+bfH
+bfH
+bfH
+bfH
+bfH
+bfH
+tHg
+udz
+udz
+udz
+xDh
+bfH
+bfH
+udz
+tHg
+udz
+bfH
+bfH
+udz
+udz
+hcI
+unn
+hcI
+unn
+hcI
+unn
+tHg
+unn
+tHg
+udz
+ivU
+bcA
+bcA
+sOg
+udz
+unn
+cAb
+cAb
+lCG
+lCG
+lCG
+lCG
+lCG
+cAb
+ssN
+rbL
+prz
+hEM
+fou
+ssN
+cAb
+lCG
+lCG
+lCG
+lCG
+lCG
+cAb
+aty
+bcg
+vgd
+xVx
+ffA
+aty
+aty
+ylQ
+ylQ
+grv
+grv
+grv
+lWG
+grv
+ylQ
+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
+sQm
+kDd
+unn
+unn
+unn
+vuP
+pLV
+pLV
+pLV
+pLV
+wKx
+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
+"}
+(57,1,1) = {"
+rPf
+hWs
+twH
+qGy
+dQv
+xce
+rNW
+tcg
+eLQ
+tIK
+psq
+qGy
+jPl
+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
+nlS
+bHQ
+qrc
+hAo
+hNm
+sQX
+jnh
+kZb
+tPz
+jnh
+sQX
+sQX
+sQX
+qji
+kIX
+sQX
+xAL
+tfm
+oYS
+oYS
+oYS
+oYS
+oYS
+oYS
+tfm
+naR
+ukN
+tfm
+fcB
+tfm
+xaf
+hcI
+hcI
+unn
+unn
+udz
+udz
+bfH
+bfH
+bfH
+udz
+udz
+bfH
+udz
+udz
+xDh
+tHg
+nTP
+udz
+udz
+bfH
+bfH
+udz
+udz
+tHg
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+udz
+bfH
+ivU
+sOg
+bfH
+tHg
+unn
+unn
+cAb
+cAb
+lCG
+lCG
+lCG
+lCG
+cAb
+ssN
+rbL
+prz
+hEM
+fou
+ssN
+cAb
+lCG
+lCG
+lCG
+lCG
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+cAb
+icY
+iDU
+lki
+rxb
+lki
+ogo
+ylQ
+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
+qpQ
+sQm
+pLV
+pLV
+pLV
+vuP
+wKx
+hIE
+unn
+unn
+unn
+unn
+qpQ
+pLV
+pLV
+pLV
+pLV
+smD
+unn
+unn
+unn
+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
+"}
+(58,1,1) = {"
+rPf
+hWs
+aJr
+qGy
+dQv
+oZl
+rtk
+fTL
+tFG
+czc
+lyX
+qGy
+jPl
+pUj
+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
+jox
+mRV
+bUY
+grr
+fWP
+sQX
+mEY
+hrU
+sQX
+rEH
+uXS
+qGs
+ris
+ris
+ahg
+ris
+lkk
+iGN
+ygL
+vkU
+dTV
+dkz
+gfo
+iuT
+xmi
+hcI
+unn
+aQi
+tHg
+bfH
+udz
+bfH
+bfH
+bfH
+bfH
+bfH
+bfH
+tHg
+xDh
+unn
+unn
+unn
+tHg
+bfH
+bfH
+bfH
+bfH
+udz
+nTP
+tHg
+unn
+unn
+unn
+unn
+unn
+unn
+tHg
+bfH
+bfH
+bfH
+bcA
+bcA
+bfH
+udz
+unn
+unn
+cAb
+cAb
+lCG
+lCG
+lCG
+cAb
+ssN
+nhz
+prz
+hEM
+oAY
+ssN
+cAb
+lCG
+lCG
+lCG
+cAb
+cAb
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+cAb
+icY
+qeV
+bRQ
+qhS
+vRM
+oZk
+ylQ
+cAb
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+udz
+udz
+gbg
+vuP
+vuP
+vuP
+vuP
+tei
+vuP
+gbg
+vuP
+wKx
+vuP
+pLV
+vuP
+hnk
+wKx
+pLV
+vuP
+uoY
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+pLV
+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
+rPf
+"}
+(59,1,1) = {"
+rPf
+hWs
+iMX
+qGy
+tye
+mWy
+fon
+tEb
+tsI
+ndB
+kri
+gZx
+xIu
+xHT
+pMb
+pMb
+quY
+xUZ
+ilM
+izF
+agT
+aGt
+aGt
+ilM
+fTI
+gIy
+cap
+cJW
+ina
+evV
+sEg
+ogs
+tgx
+iam
+efl
+jnD
+cZe
+mdR
+efl
+jnD
+dme
+afb
+ouK
+lvm
+mtw
+mtw
+cPd
+axe
+juu
+juu
+cPd
+cPd
+juu
+mtw
+cPd
+cPd
+juu
+juu
+mBa
+szp
+tqx
+seX
+seX
+tqx
+lBt
+lQU
+dvp
+iwh
+inw
+qjb
+trj
+uZl
+nOq
+fQI
+gmm
+dTr
+qvf
+jox
+bzo
+aqr
+kGv
+xjz
+sQX
+jAM
+qpw
+sQX
+ehC
+ipx
+vEL
+edw
+sNo
+sNo
+iDO
+lOl
+miD
+mVw
+fTC
+hRr
+qCz
+vOz
+iay
+qNI
+hcI
+unn
+unn
+udz
+tHg
+udz
+bfH
+tHg
+bfH
+bfH
+tHg
+udz
+unn
+unn
+unn
+unn
+unn
+unn
+emY
+udz
+bfH
+bfH
+bfH
+tHg
+udz
+dPH
+unn
+unn
+unn
+unn
+unn
+udz
+bfH
+bfH
+udz
+bcA
+bcA
+udz
+bfH
+tHg
+unn
+unn
+cAb
+cAb
+lCG
+lCG
+cAb
+ssN
+dOB
+prz
+hEM
+syQ
+ssN
+cAb
+lCG
+lCG
+cAb
+cAb
+unn
+unn
+unn
+tHg
+unn
+unn
+aQi
+unn
+unn
+cAb
+ylQ
+grv
+grv
+grv
+grv
+grv
+ylQ
+cAb
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+aQi
+unn
+tHg
+udz
+udz
+udz
+bfH
+wKx
+gbg
+gbg
+vuP
+vuP
+vuP
+wKx
+vuP
+vuP
+vuP
+vuP
+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
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rPf
+"}
+(60,1,1) = {"
+rPf
+cRq
+jUO
+cyM
+mTC
+rUC
+cKe
+pxZ
+aaU
+nRW
+dOb
+kNp
+sAB
+pis
+mSp
+pis
+lgl
+ftE
+lFB
+axD
+ssE
+aGt
+aGt
+aGt
+fTI
+bJS
+oeR
+ozZ
+ina
+evV
+wqI
+gGO
+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
+juu
+nTZ
+nvP
+xMl
+nYh
+nYh
+qvO
+yeB
+wQP
+lgO
+kZD
+sDX
+scl
+jCv
+pXH
+pXH
+jCv
+pRY
+dJP
+wfs
+ixk
+bzo
+baY
+tRS
+ivh
+dmh
+bNx
+xsr
+tqx
+biC
+qrI
+vEL
+fkJ
+hnl
+hnl
+eyH
+jly
+kNS
+lsb
+oTm
+jTd
+ucs
+xoj
+pek
+tDs
+hcI
+unn
+unn
+unn
+udz
+bfH
+udz
+udz
+bfH
+bfH
+bfH
+udz
+unn
+unn
+unn
+unn
+unn
+unn
+udz
+udz
+tHg
+bfH
+bfH
+udz
+udz
+udz
+unn
+unn
+unn
+unn
+tHg
+udz
+udz
+bfH
+tHg
+udz
+bfH
+bfH
+udz
+udz
+unn
+unn
+unn
+cAb
+cAb
+lCG
+cAb
+ssN
+ssN
+vQJ
+fkv
+ssN
+ssN
+cAb
+lCG
+cAb
+cAb
+unn
+unn
+unn
+nTP
+udz
+udz
+tHg
+clm
+bfH
+unn
+cAb
+ylQ
+uKW
+uKW
+uKW
+uKW
+uKW
+ylQ
+cAb
+unn
+unn
+unn
+tHg
+udz
+udz
+udz
+udz
+udz
+bfH
+udz
+udz
+bfH
+udz
+vuP
+gbg
+vuP
+gbg
+wKx
+gbg
+vuP
+wKx
+vuP
+vuP
+vuP
+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
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rPf
+"}
+(61,1,1) = {"
+rPf
+cRq
+cRq
+cRq
+cRq
+jkG
+jkG
+uVD
+jkG
+jkG
+jkG
+cRq
+cRq
+cRq
+cRq
+cRq
+cRq
+cRq
+mAM
+iFc
+wxb
+cdJ
+gKi
+jFK
+fTI
+bJS
+ojf
+ozZ
+ina
+evV
+ktS
+tYR
+iLQ
+eGG
+gsg
+eQe
+rKs
+sKO
+pQP
+gsg
+hNr
+tYR
+ouK
+wEz
+juu
+fUi
+qGw
+qTR
+qTR
+qTR
+axb
+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
+tqx
+ylm
+ofM
+lGw
+bas
+dQU
+dQU
+tES
+aOW
+kNS
+kVM
+tvB
+fxs
+sNo
+cTL
+mkj
+mnl
+hcI
+unn
+unn
+unn
+unn
+udz
+bfH
+udz
+udz
+bfH
+bfH
+bfH
+tHg
+unn
+unn
+unn
+unn
+unn
+unn
+lnF
+bfH
+igg
+bfH
+bfH
+tHg
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+nTP
+udz
+bfH
+bfH
+udz
+bfH
+bcA
+bcA
+nTP
+unn
+unn
+unn
+cAb
+cAb
+cAb
+ssN
+ssN
+fan
+saY
+ssN
+ssN
+cAb
+cAb
+cAb
+unn
+unn
+unn
+udz
+bfH
+bfH
+udz
+bfH
+udz
+tHg
+nTP
+jOj
+xwr
+qxC
+qxC
+qxC
+iVD
+qxC
+xwr
+jOj
+tHg
+unn
+udz
+bfH
+bfH
+bfH
+tHg
+udz
+bfH
+bfH
+bfH
+bfH
+udz
+bfH
+vuP
+vuP
+gbg
+wKx
+vuP
+vuP
+kDd
+vuP
+wKx
+gvx
+unn
+unn
+wKx
+pLV
+pLV
+pLV
+pLV
+vuP
+unn
+unn
+unn
+unn
+unn
+unn
+wKx
+pLV
+qVM
+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
+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
+wqI
+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
+udz
+bfH
+bfH
+udz
+bfH
+bfH
+bfH
+tHg
+unn
+unn
+unn
+unn
+unn
+unn
+udz
+bfH
+bfH
+bfH
+udz
+udz
+tHg
+unn
+unn
+unn
+unn
+unn
+unn
+tHg
+udz
+udz
+bfH
+udz
+bcA
+bcA
+bfH
+unn
+tHg
+unn
+unn
+cAb
+cAb
+qmL
+qmy
+xYw
+dJe
+rHB
+ssN
+cAb
+cAb
+unn
+unn
+unn
+udz
+bfH
+bfH
+udz
+bfH
+bfH
+bfH
+udz
+udz
+tHg
+sgG
+cgq
+cgq
+hKH
+cgq
+cgq
+sgG
+udz
+udz
+udz
+bfH
+bfH
+bfH
+udz
+udz
+bfH
+tBM
+bfH
+udz
+udz
+bfH
+udz
+gbg
+vuP
+gbg
+vuP
+vuP
+wKx
+vuP
+hnk
+wKx
+unn
+unn
+unn
+unn
+vuP
+pLV
+bXY
+vuP
+pLV
+vuP
+nRp
+unn
+wKx
+uNg
+unn
+uoY
+pLV
+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
+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
+evV
+jZg
+tYR
+hqi
+gZf
+aSi
+xLB
+xer
+fcp
+jyl
+jhZ
+jWQ
+xrg
+lIG
+rWG
+juu
+juu
+ydE
+rPj
+rPj
+ydp
+gWE
+rBi
+hXA
+hXA
+nLd
+vOv
+riY
+vLv
+eGN
+eGN
+sju
+ixB
+jUX
+ivf
+bkn
+ije
+ije
+rxc
+rxc
+rxc
+ije
+ije
+ije
+rxc
+rxc
+rxc
+ije
+ije
+loR
+cUr
+cUr
+cUr
+aMp
+ofM
+sGs
+vGV
+fGD
+sGs
+nvP
+hiS
+qLR
+qLR
+eRk
+cYX
+rgx
+tHR
+tHx
+bsz
+dsr
+ehM
+diJ
+gDd
+hcI
+unn
+unn
+unn
+unn
+unn
+iZr
+iZr
+udz
+iZr
+udz
+tHg
+bfH
+udz
+unn
+unn
+unn
+unn
+unn
+tHg
+udz
+bfH
+bfH
+bfH
+bfH
+bfH
+udz
+udz
+unn
+unn
+unn
+unn
+unn
+unn
+tHg
+udz
+udz
+bfH
+bfH
+bcA
+bcA
+bfH
+udz
+clm
+unn
+unn
+cAb
+qmL
+fmY
+vRq
+anx
+nNO
+ssN
+cAb
+unn
+unn
+unn
+tHg
+udz
+bfH
+bfH
+bfH
+udz
+bfH
+bfH
+bfH
+udz
+udz
+udz
+bfH
+bfH
+bfH
+bfH
+bfH
+udz
+udz
+udz
+udz
+udz
+bfH
+udz
+udz
+bfH
+bfH
+bfH
+udz
+bfH
+udz
+bfH
+tHg
+unn
+wKx
+vuP
+vuP
+hnk
+vuP
+ijl
+wKx
+unn
+unn
+unn
+unn
+unn
+qpQ
+pLV
+pLV
+pLV
+pLV
+pLV
+nRp
+vuP
+vuP
+vuP
+vuP
+wti
+pLV
+vuP
+pLV
+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
+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
+evV
+jZg
+tYR
+pmi
+hfS
+efl
+jnD
+gWQ
+gWQ
+aTm
+pJx
+hDD
+vkh
+dOV
+ybz
+juu
+juu
+wTR
+uwu
+uwu
+ydp
+gWE
+rBi
+kLN
+hXA
+nLd
+ugO
+juu
+juu
+igX
+mWi
+wfr
+tlc
+lCo
+lCo
+lCo
+ije
+bFr
+obP
+tbZ
+rJJ
+tbZ
+ije
+jrr
+mhy
+jrr
+aTI
+oNn
+ije
+aAO
+vlR
+xzS
+cIs
+lWT
+ofM
+sGs
+thu
+wDY
+gHS
+kQa
+ris
+ris
+ris
+ris
+jHe
+mUD
+bsT
+hQO
+fSb
+tDs
+dgU
+kIk
+ruT
+hcI
+hcI
+hcI
+hcI
+unn
+unn
+unn
+iZr
+imJ
+gAS
+iZr
+udz
+bfH
+bfH
+udz
+unn
+unn
+unn
+unn
+unn
+udz
+udz
+bfH
+bfH
+bfH
+udz
+bfH
+udz
+ouG
+unn
+unn
+unn
+unn
+unn
+unn
+aQi
+tHg
+tHg
+udz
+bcA
+bcA
+bfH
+bfH
+bfH
+udz
+unn
+unn
+sua
+sua
+wnD
+snm
+sua
+sua
+unn
+unn
+nTP
+udz
+udz
+bfH
+bfH
+bfH
+bfH
+tHg
+udz
+bfH
+bfH
+bfH
+udz
+bfH
+bcA
+bcA
+bcA
+bfH
+bcA
+bcA
+tHg
+udz
+udz
+udz
+udz
+tHg
+bfH
+bfH
+bfH
+udz
+bfH
+tHg
+unn
+tHg
+unn
+unn
+unn
+wKx
+unn
+unn
+vuP
+vuP
+unn
+unn
+unn
+unn
+unn
+unn
+wKx
+pLV
+pLV
+vuP
+pLV
+vuP
+unn
+wKx
+sQm
+unn
+unn
+wti
+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
+"}
+(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
+evV
+jZg
+fER
+oNs
+agL
+agL
+agL
+xwE
+xwE
+agL
+agL
+bET
+hlD
+lgv
+bET
+juu
+juu
+fCL
+tYP
+dHg
+lME
+gWE
+omO
+oSS
+oSS
+rUb
+vOv
+vmj
+lCe
+ixk
+pUG
+xSK
+qey
+oDZ
+vop
+ePR
+ije
+vZu
+xSR
+xSR
+xSR
+sqB
+ije
+nzP
+evz
+evz
+xrW
+pnr
+ije
+jkl
+oyX
+lqr
+ink
+cWQ
+ofM
+nvP
+tqx
+tqx
+bPT
+gcj
+fkJ
+mmb
+mmb
+eyH
+ofM
+kjr
+tDv
+bwz
+aVI
+fFj
+aVI
+bwz
+aVI
+aVI
+aVI
+aVI
+hcI
+hcI
+hcI
+hcI
+wFl
+nzN
+hcI
+unn
+udz
+bfH
+bfH
+udz
+unn
+unn
+unn
+unn
+unn
+unn
+tHg
+bfH
+bfH
+bfH
+bfH
+bfH
+tHg
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+udz
+dPH
+bfH
+udz
+bfH
+bfH
+rwu
+uBN
+aQd
+ecs
+oMh
+jOj
+ssN
+fan
+saY
+ssN
+jOj
+udz
+dPH
+tHg
+bfH
+bfH
+bfH
+bfH
+udz
+udz
+nTP
+udz
+tHg
+bfH
+tHg
+clm
+bfH
+bcA
+bcA
+bcA
+bfH
+bcA
+bcA
+udz
+udz
+bfH
+bfH
+udz
+bfH
+bfH
+udz
+bfH
+udz
+udz
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+sQm
+pLV
+pLV
+pLV
+vuP
+unn
+unn
+unn
+unn
+unn
+unn
+wKx
+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
+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
+evV
+fTI
+uoJ
+agL
+agL
+nEj
+rAT
+dha
+fHm
+sQq
+agL
+uqD
+xCV
+xCV
+gxf
+juu
+juu
+fCL
+iAI
+bTh
+lME
+gWE
+kEb
+iEe
+kEb
+pyf
+vOv
+vmj
+vgh
+nPi
+mWi
+xjG
+oYW
+oDZ
+wmp
+fOt
+ije
+mcx
+xSR
+krN
+tvl
+krN
+ije
+bLF
+sqs
+bLF
+xrW
+njQ
+ije
+wPp
+gqu
+hQX
+xzR
+uLS
+ofM
+nvP
+hpM
+pay
+nbZ
+nvP
+bas
+sMf
+mYE
+tES
+coF
+lAW
+nHH
+aVI
+cwj
+uXd
+bfb
+soJ
+kgO
+kgO
+fhw
+aVI
+aVI
+aVI
+aVI
+hcI
+omS
+wYX
+hcI
+unn
+tHg
+bfH
+bfH
+bfH
+tHg
+unn
+unn
+unn
+unn
+unn
+unn
+udz
+bfH
+bfH
+bfH
+tHg
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+tHg
+udz
+tHg
+bfH
+bfH
+rwu
+bcA
+bcA
+uBN
+efv
+aWr
+huF
+ssN
+eNW
+eNW
+ssN
+shp
+tHg
+udz
+bfH
+bfH
+bfH
+bfH
+tHg
+udz
+unn
+tHg
+unn
+ouG
+tHg
+bfH
+bfH
+rwu
+qty
+bcA
+bcA
+bfH
+bfH
+bfH
+bfH
+bfH
+udz
+bfH
+udz
+udz
+bfH
+tHg
+udz
+udz
+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
+ncu
+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
+gWE
+nxs
+fOP
+fOP
+aud
+vOv
+vmj
+vrq
+yjK
+eGN
+uts
+aKh
+lCo
+bND
+rSz
+ije
+ije
+brx
+ije
+ije
+ije
+ije
+ije
+ije
+ije
+brx
+ije
+ije
+fMP
+fMP
+lCo
+qCx
+iMC
+ofM
+nvP
+xdA
+nNM
+eAj
+nvP
+nJv
+vcL
+mYE
+rfM
+ofM
+nvP
+nxL
+puD
+eMx
+mCc
+doL
+qpO
+sPU
+gsw
+suf
+fUm
+vdC
+gRK
+aVI
+hcI
+orz
+gRM
+hcI
+unn
+unn
+udz
+bfH
+bfH
+tHg
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+udz
+bfH
+bfH
+bfH
+udz
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+udz
+udz
+tHg
+bfH
+ivU
+bcA
+bcA
+sOg
+hGb
+geQ
+okc
+xlO
+cgq
+cgq
+xDr
+kak
+ltX
+udz
+bfH
+udz
+bfH
+udz
+udz
+unn
+unn
+unn
+unn
+unn
+udz
+bfH
+rSR
+bcA
+bcA
+uBN
+bfH
+bfH
+bfH
+udz
+udz
+bfH
+bfH
+udz
+udz
+tHg
+udz
+unn
+unn
+tHg
+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
+jSi
+cnF
+hDF
+bvD
+dwn
+rYC
+qZG
+qZG
+pLb
+lUW
+juu
+juu
+dUs
+uwu
+fPC
+ydp
+gWE
+rBi
+hXA
+hXA
+nLd
+ugO
+juu
+juu
+kmJ
+sGs
+ife
+aEU
+tKy
+nnE
+jwV
+qHZ
+dMt
+qHZ
+nyr
+qHZ
+dbr
+qHZ
+qHZ
+dMt
+qHZ
+qHZ
+qHZ
+dbr
+tjk
+nnE
+tKy
+iLR
+fbU
+raD
+nvP
+wZh
+fez
+eAj
+nvP
+nJv
+qxQ
+mYE
+rfM
+ofM
+nvP
+oHx
+puD
+eMx
+mCc
+gKF
+qVN
+sPU
+xJU
+suf
+sPU
+kvM
+iho
+aVI
+hcI
+hcI
+nzN
+hcI
+unn
+unn
+udz
+bfH
+udz
+bfH
+tHg
+unn
+unn
+unn
+tHg
+udz
+xDh
+bfH
+bfH
+bfH
+udz
+udz
+tHg
+udz
+unn
+unn
+unn
+unn
+unn
+unn
+hwR
+mSY
+xvR
+udz
+bfH
+bfH
+ivU
+wIA
+bcA
+ukH
+mXF
+ghE
+cgq
+hKH
+cgq
+cgq
+sOL
+eSc
+bfH
+bfH
+udz
+udz
+bfH
+bPc
+unn
+unn
+unn
+unn
+oCs
+bfH
+kwd
+aYN
+bcA
+bcA
+sOg
+bfH
+bfH
+nTP
+clm
+udz
+bfH
+udz
+bfH
+tHg
+unn
+udz
+tHg
+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
+geO
+xEA
+nPS
+xEA
+geO
+vRS
+dTW
+hiw
+hiw
+vtC
+juu
+juu
+weK
+goi
+goi
+ydp
+gWE
+rBi
+kLN
+hXA
+nLd
+vOv
+riY
+lal
+bxb
+sGs
+sBx
+jBN
+wHk
+nnE
+rsc
+nGU
+tHH
+tHH
+rSz
+tHH
+tHH
+tHH
+tHH
+tHH
+tHH
+tHH
+tHH
+tHH
+rSz
+nnE
+wHk
+pJm
+plw
+qKg
+qKg
+wZh
+dfe
+ctZ
+gaP
+iDo
+hzb
+mYE
+rfM
+wxG
+nvP
+oHx
+aVI
+tMn
+mCc
+vzr
+wOn
+sPU
+uiZ
+suf
+ilX
+sPU
+mwr
+aVI
+fRe
+cLb
+eap
+hcI
+hcI
+unn
+tHg
+udz
+bfH
+bfH
+bfH
+udz
+unn
+udz
+udz
+udz
+xDh
+udz
+bfH
+bfH
+bfH
+bfH
+bfH
+udz
+tHg
+unn
+unn
+unn
+tHg
+tHg
+iKB
+kjY
+iZr
+emc
+udz
+bfH
+bfH
+bcA
+bcA
+fzK
+eis
+guE
+cgq
+cgq
+cgq
+npY
+sfZ
+tHg
+udz
+bfH
+bfH
+tHg
+udz
+wpT
+unn
+unn
+unn
+unn
+qMC
+fHh
+iTN
+bcA
+irL
+sOg
+bfH
+bfH
+bfH
+udz
+unn
+udz
+udz
+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
+qVM
+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
+oYT
+oWF
+jYU
+jDG
+geO
+dUZ
+que
+fYy
+ggc
+agL
+vRS
+lrh
+lrh
+vRS
+juu
+prd
+bZG
+pEi
+pEi
+tJg
+pUv
+aRx
+oSS
+oSS
+aTE
+gCn
+nJE
+vLv
+tTu
+nvP
+cCW
+lQv
+ije
+ije
+ije
+ije
+ije
+eRo
+fIN
+lns
+iTs
+dqv
+egu
+dqv
+iTs
+dqv
+iTs
+dqv
+uDD
+dqv
+iTs
+mLY
+lUy
+mcs
+wUP
+tqx
+tqx
+hnm
+lGw
+czX
+vBR
+uQD
+rfM
+syA
+nvP
+oHx
+aVI
+aIE
+mCc
+doL
+sLS
+sPU
+sPU
+suf
+uiZ
+sPU
+mzR
+aVI
+plg
+mzm
+rLJ
+tfD
+hcI
+unn
+unn
+tHg
+ria
+udz
+bfH
+bfH
+tHg
+udz
+bfH
+udz
+srU
+xOW
+udz
+bfH
+bfH
+bfH
+bfH
+bfH
+udz
+unn
+unn
+tHg
+udz
+udz
+tHg
+xyU
+iZr
+cwl
+tHg
+udz
+bfH
+bfH
+bfH
+bfH
+udz
+kqq
+hKH
+cgq
+cgq
+hKH
+shp
+udz
+bfH
+bfH
+udz
+udz
+tHg
+udz
+unn
+unn
+unn
+iyN
+rKR
+hoE
+bfH
+bcA
+bcA
+bfH
+bfH
+bfH
+udz
+unn
+unn
+unn
+tHg
+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
+bXY
+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
+fpD
+ifw
+gZA
+oEI
+cQs
+ljy
+oZQ
+fzU
+wCd
+aGt
+ilM
+oBf
+raT
+cIc
+bxP
+nNw
+qZh
+fTI
+yio
+agL
+agL
+qZL
+dKE
+gbv
+eXd
+geO
+mKC
+xEA
+xEA
+jSi
+kPb
+yhq
+iOt
+dih
+wzy
+dih
+dih
+hqB
+dih
+dih
+dih
+dih
+jJa
+sJJ
+vmj
+cId
+uPc
+iEQ
+orW
+pPT
+tKi
+tUj
+hmy
+ije
+lks
+rSz
+lns
+iTs
+jHg
+eDT
+kOv
+aYf
+hmY
+uOI
+sqK
+pXU
+vxE
+iTs
+rFB
+kAz
+cLv
+rlD
+tqx
+tqx
+xcZ
+nvP
+nJv
+sMf
+mYE
+rfM
+ofM
+htL
+vgN
+puD
+eMx
+mCc
+aii
+qfp
+sPU
+sPU
+suf
+tvW
+sPU
+hXy
+aVI
+tfr
+xJd
+rLJ
+twM
+hcI
+unn
+unn
+unn
+wLK
+iNk
+udz
+bfH
+bfH
+bfH
+bfH
+udz
+udz
+xDh
+tHg
+bfH
+udz
+bfH
+bfH
+udz
+udz
+bfH
+udz
+bfH
+udz
+tHg
+bfH
+tHg
+iZr
+xLz
+tHB
+tHg
+bfH
+udz
+bfH
+bfH
+wsD
+jOj
+sLm
+sLm
+sLm
+sLm
+jOj
+udz
+udz
+bfH
+udz
+bfH
+unn
+unn
+unn
+unn
+unn
+udz
+kZk
+mwA
+bfH
+bfH
+bfH
+bfH
+bcA
+bcA
+bfH
+udz
+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
+qpQ
+unn
+unn
+unn
+unn
+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
+aFj
+tMf
+fpD
+rgq
+qxo
+cIK
+adA
+ybB
+skZ
+fzU
+nSg
+aGt
+ilM
+rqU
+cbG
+eaU
+rpT
+uBR
+ryZ
+vxd
+uJx
+pRU
+agL
+nbW
+uom
+lAc
+qPb
+geO
+vcs
+que
+odt
+vDg
+meP
+juu
+pzK
+lpU
+hBO
+hBO
+aEq
+dSC
+eBZ
+hBO
+hBO
+lpU
+hBO
+fvr
+juu
+nMp
+pUG
+sBb
+jxg
+pPT
+amb
+yhH
+uWR
+blq
+tHH
+rSz
+veE
+iTs
+eum
+iVl
+hJF
+iVl
+hJF
+iVl
+hJF
+pjC
+bKc
+bGd
+dpQ
+aNg
+cpX
+cpX
+wZh
+sQU
+coH
+vEL
+nJv
+sMf
+mYE
+cHU
+sgd
+nvP
+nBc
+puD
+nSv
+mCc
+vzr
+aui
+sPU
+aet
+suf
+kkX
+sPU
+aet
+aVI
+kKl
+iGh
+rLJ
+rgQ
+hcI
+hcI
+clU
+xcm
+elt
+tHg
+bfH
+udz
+bfH
+bfH
+udz
+bfH
+tHg
+unn
+udz
+udz
+bfH
+bfH
+bfH
+bfH
+bfH
+udz
+bfH
+udz
+bfH
+bfH
+bfH
+bfH
+tHg
+cwl
+nGi
+unn
+clm
+udz
+bfH
+bcA
+bcA
+vqr
+bfH
+bfH
+bfH
+bfH
+udz
+udz
+bfH
+bfH
+bfH
+nTP
+unn
+unn
+unn
+unn
+unn
+knt
+iRN
+bfH
+bfH
+bfH
+bfH
+bfH
+bcA
+bcA
+bfH
+bfH
+udz
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+jTb
+clB
+icC
+uni
+wpF
+wpF
+cjq
+auT
+auT
+auT
+auT
+auT
+pmF
+pmF
+pmF
+pmF
+pmF
+pmF
+pmF
+auT
+auT
+aHb
+fHp
+kDd
+vuP
+vuP
+wKx
+vuP
+pLV
+vuP
+pLV
+vuP
+vuP
+vuP
+sQm
+unn
+unn
+unn
+unn
+unn
+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
+geO
+aqh
+wOU
+tXW
+orx
+oOP
+rLC
+rLC
+rLC
+uTh
+uTh
+rLC
+qXu
+qXu
+hZa
+hZa
+qXu
+qXu
+juu
+juu
+dru
+uPc
+qSW
+ord
+ije
+pLl
+yhH
+uWR
+ije
+llc
+rSz
+kaN
+iTs
+uAV
+sjl
+mtz
+fqs
+vEK
+uZa
+gpA
+mDz
+mFD
+bGd
+oYM
+xsr
+qKg
+qKg
+wZh
+nTS
+iwd
+pEP
+nJv
+sMf
+mYE
+rfM
+kPR
+dvR
+iml
+aVI
+vMU
+mCc
+aku
+bAO
+sPU
+uPV
+suf
+ilX
+sPU
+aet
+aVI
+eAQ
+ubf
+rLJ
+vru
+qZy
+hcI
+yku
+bcA
+nXx
+cwl
+tHg
+wNz
+udz
+bfH
+bfH
+udz
+unn
+unn
+unn
+udz
+bfH
+bfH
+bfH
+bfH
+bfH
+bfH
+bfH
+igg
+bfH
+bfH
+bfH
+bfH
+tHg
+unn
+unn
+unn
+unn
+udz
+bfH
+bcA
+bcA
+bcA
+bfH
+bcA
+bcA
+bcA
+bfH
+udz
+bfH
+udz
+clm
+unn
+unn
+unn
+unn
+unn
+lnF
+cym
+foQ
+bfH
+bcA
+bcA
+bfH
+bfH
+udz
+bfH
+bfH
+bfH
+udz
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+jTb
+icC
+uni
+wpF
+cjq
+auT
+auT
+auT
+auT
+auT
+auT
+auT
+auT
+auT
+auT
+pmF
+pmF
+pmF
+pmF
+auT
+auT
+aHb
+ksb
+aoL
+hIE
+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
+nrv
+gla
+oKs
+ghG
+geO
+uom
+lAc
+uom
+orx
+pGU
+rLC
+eYA
+dbo
+gbz
+qNG
+eYu
+qXu
+vWI
+sgL
+mZu
+qyt
+qXu
+ljg
+dCA
+wjz
+mWi
+ean
+dZS
+pPT
+uWN
+yhH
+xXZ
+ije
+tqP
+rSz
+qjp
+iTs
+bHS
+sIa
+fPD
+iVl
+hJF
+iVl
+xBj
+iVl
+pgm
+iTs
+jCd
+xsc
+ofM
+nvP
+wZh
+bbn
+nvR
+aGi
+nJv
+dQU
+uQD
+rfM
+coF
+gru
+aVI
+aVI
+usB
+mCc
+qVN
+cNB
+sPU
+ilX
+suf
+nWX
+sPU
+rJO
+mFU
+uGQ
+waA
+stA
+ttU
+dPi
+hcI
+rHF
+bJO
+nXx
+tHg
+csc
+cwl
+bfH
+udz
+tHg
+udz
+unn
+unn
+unn
+tHg
+udz
+bfH
+bfH
+bfH
+bfH
+bfH
+bfH
+bfH
+bfH
+bfH
+udz
+oaW
+unn
+unn
+unn
+unn
+aQi
+tHg
+udz
+bfH
+bcA
+bcA
+bfH
+bcA
+bcA
+bcA
+bfH
+bfH
+bfH
+bfH
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+hGO
+tHg
+bfH
+bcA
+bcA
+bfH
+tHg
+nTP
+udz
+bcA
+bcA
+bfH
+udz
+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
+geO
+nye
+wLM
+hTA
+geO
+fYy
+kHo
+kHo
+orx
+kjV
+rLC
+veD
+qCN
+xVE
+qCN
+tqQ
+qXu
+oeH
+hEa
+mZu
+mxd
+vkV
+agM
+bWP
+eIg
+uPc
+hvr
+bQZ
+pPT
+pqF
+hND
+hPb
+ije
+rzI
+rSz
+ifG
+iTs
+diH
+sth
+gSC
+wkB
+wkB
+wkB
+wkB
+wkB
+tqK
+iTs
+xdb
+vpz
+fQL
+qKg
+wZh
+tlF
+twK
+nvP
+nJv
+sMf
+mYE
+rfM
+ofM
+lAW
+puD
+cXi
+aHL
+lRE
+rHP
+aui
+sPU
+cvm
+mzB
+uEm
+rYZ
+hAS
+ixR
+pFL
+ibA
+rLJ
+rLJ
+rvy
+hcI
+aFb
+xcm
+xCM
+wuk
+iZr
+jqW
+iNk
+udz
+bfH
+unn
+unn
+unn
+unn
+unn
+udz
+udz
+bfH
+bfH
+bfH
+bfH
+bfH
+bfH
+bfH
+udz
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+nTP
+udz
+bfH
+udz
+bfH
+bfH
+bcA
+bcA
+bcA
+bcA
+bfH
+bcA
+bcA
+unn
+unn
+udz
+unn
+unn
+unn
+unn
+unn
+nTP
+udz
+bfH
+bfH
+udz
+unn
+tHg
+bfH
+bcA
+bcA
+tHg
+unn
+unn
+unn
+unn
+unn
+jTb
+icC
+uni
+cjq
+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
+evV
+fTI
+oWF
+jYU
+oOP
+geO
+vRE
+qPb
+enM
+wdZ
+llF
+bvD
+iVG
+xYM
+xEA
+nyf
+qEi
+qJK
+rLN
+uAK
+kxg
+qXu
+lny
+bsI
+mZu
+anc
+vkV
+gmi
+pMm
+ixk
+mWi
+slz
+aCm
+ije
+ije
+ije
+ije
+ije
+sJl
+rSz
+vJf
+iTs
+sAM
+kKI
+hJF
+oUN
+pYF
+knA
+oZz
+tvU
+wkB
+bGd
+rfm
+wYE
+gxF
+kSE
+tqx
+tqx
+wpg
+nvP
+nJv
+sMf
+mYE
+rfM
+ofM
+sGs
+fHF
+aHx
+rSY
+cbt
+uzO
+jZJ
+sPU
+vBz
+suf
+xJU
+sPU
+uPV
+aVI
+vTT
+lWP
+rLJ
+bdd
+oBV
+hcI
+qlx
+xcm
+aiN
+mhr
+quQ
+aSz
+quQ
+eEN
+unn
+unn
+unn
+unn
+unn
+unn
+tHg
+bfH
+tHg
+udz
+bfH
+bfH
+bfH
+udz
+tHg
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+tHg
+udz
+udz
+bfH
+udz
+bfH
+bfH
+bcA
+bcA
+bfH
+bcA
+bcA
+bfH
+bfH
+bfH
+udz
+unn
+unn
+unn
+clm
+udz
+bfH
+bfH
+nTP
+unn
+unn
+tHg
+udz
+bfH
+bfH
+udz
+tHg
+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
+geO
+xEA
+yjc
+rLC
+efI
+nDR
+qsT
+uAK
+oKP
+sVa
+mZu
+mZu
+jDO
+mfK
+qXu
+mjw
+hNe
+eIg
+uPc
+qSW
+sNV
+ije
+kNh
+eTX
+dCy
+ije
+dIk
+rSz
+lns
+iTs
+rLu
+mHu
+iVl
+wkB
+cST
+mDG
+liA
+uFN
+wkB
+bGd
+xVw
+scD
+kvA
+sUH
+tqx
+tqx
+xcZ
+sBk
+nJv
+sMf
+mYE
+rfM
+eAj
+raD
+xpt
+bub
+cCt
+cFz
+sPU
+nWX
+fDa
+sPU
+suf
+kkX
+sPU
+ilX
+aVI
+pFl
+ilm
+pvd
+eXN
+hcI
+hcI
+dzj
+tsn
+mBj
+rml
+rml
+rml
+llo
+kVq
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+tHg
+wpT
+tHg
+udz
+eWp
+qIR
+fQo
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+tRA
+hvj
+rHL
+oYd
+rHL
+oYd
+oYd
+prc
+prc
+prc
+prc
+prc
+nTf
+kMN
+nzR
+nzR
+lxe
+emK
+rHL
+unn
+rHL
+prc
+prc
+prc
+unn
+unn
+unn
+unn
+oYd
+prc
+prc
+prc
+oYd
+pTu
+jUa
+unn
+ewU
+uni
+cjq
+auT
+pmF
+pmF
+pmF
+pmF
+auT
+auT
+aHb
+hXC
+hxs
+bhk
+bhk
+bhk
+wCc
+ieZ
+qlM
+auT
+auT
+qwo
+iOu
+clB
+fRz
+unn
+unn
+sQm
+pLV
+pLV
+vuP
+bzC
+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
+jqf
+iTf
+ohV
+xUe
+fzU
+fzU
+fzU
+hjg
+fDR
+fDR
+cNi
+jpE
+stq
+uVe
+uWF
+nsh
+odz
+iuD
+agL
+agL
+luw
+rTi
+rTi
+rTi
+nrv
+hKV
+rUp
+geO
+xEA
+rUp
+rLC
+eun
+nDR
+mMd
+uAK
+uDJ
+pDy
+xtO
+ajQ
+xtO
+qKQ
+vkV
+lnE
+wbW
+bLW
+mWi
+hur
+aCm
+pPT
+tSV
+poP
+bFs
+ije
+pOb
+rSz
+fUf
+iTs
+mTG
+pXU
+dLN
+wkB
+mRZ
+maS
+sdb
+xxS
+hSv
+iTs
+iTs
+nDe
+mcs
+cpX
+wZh
+sQU
+coH
+nvP
+nJv
+dQU
+uQD
+rfM
+ofM
+nvP
+aVI
+hVP
+qKj
+rxp
+sPU
+dTB
+mjP
+wbc
+suf
+wnm
+sPU
+vIi
+aVI
+vpu
+lWP
+xFn
+slp
+hcI
+hcI
+hcI
+eQX
+eQX
+eQX
+eQX
+eQX
+hcI
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+tHg
+udz
+unn
+tHg
+unn
+udz
+dbH
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+mRv
+rHL
+pUT
+tGe
+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
+cjq
+auT
+cjq
+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
+rLC
+rWR
+nDR
+cOB
+uAK
+eqf
+sVa
+mZu
+fcq
+mZu
+mZu
+vkV
+rSg
+brW
+eIg
+uPc
+xBX
+ktW
+pPT
+vTh
+poP
+poP
+blq
+tHH
+rSz
+tHH
+iTs
+dqv
+uDD
+dqv
+iTs
+bZr
+bZr
+bZr
+bZr
+bZr
+bZr
+bZr
+cBa
+fQL
+qKg
+wZh
+hPL
+udu
+lGw
+nJv
+sMf
+mYE
+rfM
+ofM
+nvP
+aVI
+mCp
+klu
+ezK
+nWX
+lGr
+yfe
+xBZ
+suf
+xJU
+sPU
+pzN
+aVI
+skk
+lWP
+cAY
+cAY
+hcI
+hcI
+xqL
+dXB
+dXB
+dXB
+dXB
+dXB
+iCz
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+oYd
+oYd
+unn
+rHL
+unn
+unn
+unn
+unn
+unn
+rHL
+rDz
+dmD
+prc
+pUT
+qyi
+rHL
+prc
+prc
+smq
+jmf
+smq
+smq
+gBx
+hfO
+doX
+ncR
+ncR
+oEt
+bDL
+oYd
+prc
+mNA
+smq
+smq
+gBx
+oYd
+rHL
+unn
+unn
+unn
+ohF
+smq
+smq
+rHL
+oYd
+rHL
+fWR
+uni
+auT
+auT
+pmF
+pmF
+pmF
+pmF
+auT
+ezW
+hXC
+hxs
+bhk
+kmV
+ljR
+pei
+inr
+mZG
+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
+sfs
+qXu
+xpx
+rKP
+ttr
+rlq
+qXu
+dJH
+vAO
+ixk
+rnT
+dDS
+kPE
+ije
+nQa
+aRh
+xhS
+ije
+uFX
+jwV
+rhY
+pPH
+aGu
+rJv
+tde
+imh
+bZr
+gCo
+lKC
+gty
+vqD
+bZr
+oxj
+aNg
+ofM
+vEL
+nEG
+bbn
+ufu
+nvP
+nJv
+sMf
+mYE
+acQ
+ofM
+sGs
+fHF
+aHx
+rSY
+cFz
+sPU
+hBC
+vJr
+dTB
+suf
+slY
+sPU
+dJb
+bhp
+gWy
+pbk
+bhp
+bhp
+hcI
+hcI
+hcI
+eQX
+eQX
+eQX
+eQX
+eQX
+hcI
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rHL
+rHL
+dFq
+oYd
+rHL
+unn
+aJN
+unn
+rHL
+oYd
+prc
+rHL
+fVK
+pUT
+pUT
+bUO
+pSI
+eGP
+prc
+eAa
+smq
+smq
+gBY
+hfO
+doX
+ncR
+ncR
+oEt
+bDL
+oYd
+prc
+eAa
+smq
+smq
+gBY
+oYd
+unn
+unn
+unn
+rHL
+prc
+smq
+smq
+mNA
+gBx
+oYd
+eQp
+jgr
+cjq
+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
+wKx
+pLV
+pLV
+ffn
+qlM
+cjq
+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
+hzk
+nWM
+kwK
+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
+iGJ
+sXD
+vUu
+beR
+ufR
+trU
+ufR
+xrN
+jAQ
+qXu
+qXu
+dKL
+qXu
+qXu
+qXu
+pZw
+pZw
+lKX
+hTP
+vRF
+feh
+feh
+feh
+feh
+feh
+feh
+oul
+tHH
+nnE
+scQ
+dOP
+gRU
+kaM
+gRU
+kQP
+lKC
+lKC
+bZr
+bZr
+bZr
+fZz
+gwb
+niy
+fQL
+eGu
+fGi
+udu
+uKm
+itv
+sMf
+mYE
+acQ
+oSW
+sGs
+xpt
+hzO
+rMP
+cFz
+sPU
+sPU
+nWX
+sPU
+suf
+uQU
+fDa
+srv
+bhp
+edQ
+jnd
+bwA
+diu
+hcI
+vLc
+xvP
+jVl
+jVl
+jVl
+jVl
+jVl
+xvP
+lWi
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+vcA
+qki
+qki
+chQ
+prc
+oYd
+rHL
+ohF
+oYd
+prc
+prc
+oYd
+prc
+prc
+rHL
+bJt
+vKN
+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
+mNA
+smq
+smq
+gBx
+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
+slq
+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
+nci
+cTp
+cTp
+vFs
+qCN
+qCN
+puV
+tMU
+tOx
+gRZ
+pck
+fXb
+hEi
+lzJ
+fDG
+gRZ
+swt
+dpJ
+xac
+pWB
+feh
+aYC
+uxY
+ceM
+fXR
+feh
+feh
+wCj
+wCj
+rJH
+rld
+gRU
+kaM
+jNs
+bZr
+rEL
+slZ
+gty
+vqD
+bZr
+bZr
+xcK
+uvk
+bPN
+eGu
+kAC
+ajP
+nvP
+bas
+sMf
+mYE
+tES
+coF
+xNY
+puD
+wkd
+aDx
+gXa
+gXa
+uRp
+gXa
+gXa
+fBg
+lDR
+twa
+pdk
+bhp
+rtZ
+mLw
+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
+oYd
+prc
+prc
+prc
+prc
+prc
+prc
+prc
+oYd
+oYd
+dqT
+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
+ejv
+mIP
+rHL
+eAa
+smq
+smq
+gBY
+qiJ
+jgr
+auT
+pmF
+pmF
+pmF
+pmF
+pmF
+auT
+qwo
+xIe
+pGi
+eAd
+jKA
+kmV
+xxh
+kmV
+jKA
+kmV
+bhk
+qZr
+xIA
+haS
+haS
+hMP
+uEr
+lOV
+auT
+auT
+mRH
+oEA
+vuu
+bzr
+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
+hzk
+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
+idF
+ecR
+vcf
+nyf
+qSS
+cAP
+bJn
+fOn
+klB
+gRZ
+fZU
+pgz
+efk
+efk
+efk
+vvr
+eGN
+qpL
+hTP
+bTi
+feh
+hzM
+tjw
+mxh
+mxh
+mxh
+feh
+ueQ
+quz
+eTZ
+aMy
+gRU
+dwe
+kwB
+bZr
+bZr
+bZr
+bZr
+jiQ
+bZr
+bZr
+ejB
+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
+jUz
+vox
+hcI
+glK
+pMp
+qkv
+rHL
+pUT
+pMp
+egv
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+vDm
+unn
+oYd
+oYd
+prc
+prc
+prc
+prc
+prc
+xwO
+prc
+prc
+prc
+mtn
+prc
+prc
+prc
+prc
+oYd
+unn
+unn
+unn
+unn
+unn
+oYd
+aqX
+smq
+jmf
+gBx
+oYd
+rHL
+rHL
+epv
+sPZ
+unn
+unn
+unn
+oYd
+prc
+prc
+oYd
+rHL
+wgs
+unn
+unn
+wcd
+hJY
+gPb
+prc
+eAa
+gBY
+oYd
+fWR
+jgr
+cjq
+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
+rlU
+heR
+ozn
+eFh
+pib
+sNj
+pLi
+xrX
+idx
+idx
+stq
+eRr
+fKJ
+gYY
+gYY
+iuD
+bAs
+jNH
+gAc
+cuj
+khe
+gSt
+tUz
+yad
+rzH
+hWS
+gPX
+rzH
+pZw
+pZw
+khX
+eob
+pZw
+pZw
+pZw
+lGU
+pgz
+efk
+efk
+efk
+bVi
+hkW
+cId
+hTP
+bsM
+feh
+plq
+fcK
+tVT
+tVT
+hJi
+vlA
+gRU
+gRU
+gRU
+gRU
+gRU
+kaM
+qmW
+bZr
+suw
+lKC
+gty
+vqD
+bZr
+bZr
+rcP
+adl
+hHb
+cZo
+tqx
+xcZ
+vEL
+aMp
+eAH
+eAH
+aMp
+ofM
+nmy
+pEY
+aVI
+urX
+urX
+aVI
+aVI
+aVI
+aVI
+fFj
+bhp
+bhp
+eUb
+tsC
+aWc
+pbY
+hcI
+hcI
+hhJ
+ckN
+pMp
+rHL
+jXi
+pUT
+vKN
+pUT
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+oYd
+rHL
+rHL
+prc
+prc
+prc
+prc
+oYd
+prc
+oYd
+oYd
+prc
+prc
+oYd
+prc
+oYd
+rHL
+oYd
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+pTu
+mNA
+smq
+smq
+gBx
+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
+kNr
+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
+yad
+wxh
+oVm
+eez
+pgz
+efk
+dvA
+iFv
+iFv
+aYS
+aYS
+aYS
+aYS
+aYS
+gZc
+pgz
+mwO
+qqb
+aCi
+gRZ
+drt
+dpJ
+xac
+dpJ
+feh
+feh
+feh
+feh
+feh
+feh
+feh
+wBf
+aMy
+gRU
+gRU
+gRU
+kaM
+gRU
+kQP
+lKC
+lKC
+bZr
+bZr
+bZr
+oBp
+xsr
+tWv
+vVi
+uWy
+uHP
+ooh
+nvP
+eAH
+aMp
+eAH
+eAH
+nYg
+uws
+ulO
+xsN
+xsN
+ozK
+dJG
+jJc
+tdg
+vKJ
+foU
+iGm
+pBe
+feb
+agQ
+pRT
+dSP
+wxj
+vHy
+xLj
+fgv
+rHL
+vKN
+rHL
+rHL
+prc
+oYd
+pRL
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rHL
+oYd
+prc
+prc
+prc
+oYd
+prc
+oYd
+oYd
+oYd
+unn
+dkU
+cPP
+avs
+sKV
+dCp
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+eAa
+smq
+smq
+gBY
+unn
+unn
+unn
+unn
+unn
+unn
+oYd
+prc
+oYd
+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
+lwB
+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
+gXX
+uGy
+nIO
+xhO
+wVu
+fdE
+qRo
+gUk
+gUk
+qRo
+oyM
+aTO
+isV
+quf
+tao
+gAn
+gAn
+iUR
+ihX
+uQg
+yad
+srd
+rKb
+jDu
+cVa
+sVx
+kSr
+wzo
+eeX
+wzo
+wzo
+dJC
+wzo
+wzo
+wzo
+wzo
+wzo
+wzo
+wzo
+mez
+lCH
+seA
+dZV
+pZw
+iZM
+skw
+hTP
+oik
+feh
+omW
+iQv
+uha
+neL
+nEm
+vlA
+gRU
+gRU
+phZ
+rMs
+gRU
+kaM
+cSB
+bZr
+lTN
+lKC
+gty
+vqD
+bZr
+djs
+rSS
+qJq
+lym
+nEG
+syC
+dWW
+giT
+dbA
+mmb
+mmb
+lzs
+vFJ
+qLG
+sCq
+pNT
+tDs
+cId
+luU
+eCW
+bCz
+fzk
+ruT
+aqe
+eLd
+vEJ
+eLd
+hcI
+hcI
+hcI
+hcI
+hcI
+egv
+bJt
+oYd
+jVO
+prc
+oYd
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rHL
+oYd
+oYd
+prc
+prc
+mtn
+prc
+oYd
+unn
+rHL
+unn
+unn
+gaV
+oYd
+tqD
+tjF
+oYd
+pSI
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+ohF
+eAa
+gBY
+prc
+oYd
+unn
+unn
+rHL
+unn
+pSI
+oYd
+prc
+prc
+oYd
+rHL
+unn
+unn
+unn
+unn
+unn
+jUa
+coN
+oYd
+prc
+oYd
+oYd
+jvZ
+exE
+jgr
+cjq
+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
+bwC
+wOF
+gDJ
+rQQ
+nsh
+eFZ
+mEn
+onw
+yad
+yad
+yad
+kCa
+yad
+tpL
+oVm
+wIn
+rCI
+hmE
+efk
+pgz
+xnf
+nuv
+rCI
+fvd
+rCI
+xql
+hGG
+gKz
+vkD
+uRC
+hhg
+pZw
+pZw
+cZy
+ygL
+vRI
+feh
+plq
+oyP
+qaS
+mxh
+mUg
+feh
+nUE
+buN
+kfp
+xwt
+gRU
+kaM
+rJH
+bZr
+bZr
+bZr
+bZr
+bZr
+bZr
+bZr
+luz
+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
+aJN
+oYd
+rHL
+prc
+prc
+prc
+oYd
+rHL
+oYd
+unn
+unn
+unn
+ohF
+oHi
+prc
+prc
+oYd
+qSH
+unn
+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
+smq
+smq
+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
+bwC
+vGB
+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
+feh
+plq
+hJi
+xYC
+xYC
+feh
+feh
+rJH
+rJH
+rJH
+rJH
+dOP
+kHI
+hUa
+hbc
+msM
+nQZ
+nQZ
+toG
+bZr
+bZr
+wuy
+tRF
+nvP
+tqx
+tqx
+lze
+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
+prc
+rHL
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+cPP
+dCp
+avs
+prc
+kYK
+dCp
+cPP
+unn
+unn
+unn
+unn
+unn
+unn
+pTI
+dmq
+pSA
+unn
+unn
+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
+smq
+smq
+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
+viJ
+vpM
+jvW
+jvW
+xdw
+xdw
+sDQ
+wwJ
+ghu
+wxa
+tnh
+cbZ
+ntB
+uVe
+rQQ
+nsh
+odz
+tZH
+sln
+yad
+cbu
+yad
+yad
+cbu
+xeo
+yad
+iVT
+upN
+pZw
+bVi
+ehw
+pZw
+odd
+fha
+wpm
+tdD
+aap
+aap
+mLg
+wpm
+rpP
+pZw
+pZw
+pZw
+ofM
+nvP
+vRF
+feh
+egG
+egG
+feh
+feh
+feh
+dcp
+lJC
+biB
+qwG
+rJH
+plr
+tit
+rJH
+ifM
+xmw
+mCY
+vhT
+dld
+jye
+xsr
+amh
+jlb
+fbg
+xIy
+tJQ
+wRq
+oVH
+bas
+gNY
+uQD
+dQU
+gFE
+xUQ
+iyy
+avd
+iMA
+wJJ
+vBa
+vMm
+jzo
+hqX
+jzo
+gLn
+anf
+bJb
+fXp
+hcI
+unn
+unn
+unn
+rHL
+prc
+prc
+prc
+prc
+prc
+oYd
+unn
+unn
+unn
+unn
+unn
+unn
+rHL
+oYd
+oYd
+oYd
+tFb
+dCp
+cmF
+rHL
+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
+bwC
+eSs
+uVe
+lvW
+gvs
+odz
+tZH
+phg
+eZA
+tWo
+xrX
+gMj
+dfK
+fuD
+ufv
+lEB
+rAb
+onj
+uCa
+sgD
+sdF
+jTQ
+esI
+xrX
+xrX
+jcK
+jVR
+xrX
+idx
+xrX
+xrX
+nhT
+nhT
+raD
+raD
+nhT
+tpp
+iQQ
+aAK
+nhT
+eru
+aKK
+gaL
+qNz
+jbU
+rNq
+dpJ
+mcs
+smn
+qKg
+taD
+fbU
+iQQ
+iQQ
+nhT
+nhT
+eru
+nhT
+sGs
+sGs
+gRD
+vGV
+ffE
+rqr
+bas
+dQU
+uQD
+dQU
+gFE
+npv
+oWS
+tES
+iMA
+wJJ
+cqA
+lUn
+nzJ
+bYZ
+dXR
+nzJ
+nzJ
+uCk
+aYi
+hcI
+unn
+unn
+rHL
+fWC
+oYd
+prc
+prc
+prc
+prc
+oYd
+oDU
+unn
+rHL
+unn
+unn
+rHL
+oYd
+prc
+oYd
+prc
+oYd
+oYd
+rHL
+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
+oYd
+rHL
+unn
+oYd
+prc
+smq
+smq
+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
+bwC
+vGB
+uVe
+rQQ
+nsh
+odz
+tZH
+kLI
+gOG
+aZa
+kLI
+xak
+krS
+kLI
+xak
+kLI
+waS
+onj
+uCa
+sgD
+sdF
+bvc
+kLI
+xak
+xak
+krS
+aZa
+kLI
+xak
+kLI
+xak
+raD
+raD
+raD
+raD
+sGs
+raD
+bPR
+cBE
+sGs
+raD
+raD
+gSU
+raD
+raD
+hzq
+dpJ
+mcs
+smn
+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
+khQ
+gwl
+iob
+xXK
+ycf
+jyA
+cJL
+sDA
+vJW
+hcI
+unn
+unn
+rHL
+oYd
+prc
+prc
+prc
+prc
+oYd
+prc
+kwU
+oMc
+prc
+rHL
+oYd
+oYd
+prc
+prc
+prc
+prc
+prc
+prc
+oYd
+unn
+unn
+unn
+unn
+unn
+unn
+vnV
+nOf
+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
+oYd
+oYd
+prc
+rHL
+oYd
+prc
+smq
+smq
+prc
+oYd
+eKI
+inM
+jgr
+auT
+pmF
+pmF
+pmF
+pmF
+pmF
+pmF
+auT
+qwo
+dkL
+vjG
+xAQ
+iep
+jbZ
+iep
+iep
+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
+gXX
+eze
+yaH
+fYP
+pgH
+xdw
+xdw
+bwC
+wzn
+jpE
+jpE
+jpE
+xJB
+esG
+uVe
+rQQ
+nsh
+odz
+tZH
+eov
+dgc
+eDS
+rdQ
+rdQ
+qRC
+rdQ
+kLI
+liG
+daG
+onj
+uCa
+sgD
+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
+smn
+qKg
+dLc
+plw
+pls
+lwO
+miD
+wjX
+ooC
+miD
+shl
+rXR
+ooC
+thu
+gHS
+vEL
+aTd
+sMf
+mYE
+pqb
+vOz
+olN
+dQU
+qUZ
+iMA
+wJJ
+imX
+dIz
+uya
+wtt
+nka
+nDt
+drK
+jqC
+wtV
+hcI
+unn
+unn
+pRL
+rHL
+pUT
+rHL
+prc
+oYd
+prc
+rHL
+oYd
+gMX
+rHL
+oYd
+prc
+prc
+prc
+prc
+prc
+prc
+mtn
+oYd
+prc
+rHL
+unn
+unn
+unn
+unn
+gzE
+myn
+jQu
+nDU
+apA
+tny
+wXq
+bhw
+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
+oYd
+rHL
+prc
+prc
+prc
+pTu
+qiJ
+uni
+auT
+auT
+pmF
+pmF
+pmF
+pmF
+pmF
+pmF
+auT
+auT
+mRH
+fHp
+jbZ
+guz
+iep
+guz
+oCt
+guz
+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
+oeC
+aIl
+tcX
+qNh
+gWi
+gXX
+unn
+pQi
+dyB
+rRi
+sMP
+hYC
+xRc
+mIg
+tUw
+rQQ
+nsh
+eFZ
+wjr
+vmx
+pBu
+urJ
+dcK
+wZl
+cLt
+xAh
+aoo
+xXA
+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
+tLX
+pCL
+cHK
+tLX
+nhi
+wiR
+oeP
+jLN
+urY
+oom
+xsr
+pZT
+nYh
+hlm
+htk
+lFG
+tQJ
+wDl
+tma
+sMf
+mYE
+pqb
+iro
+dig
+wuq
+pIX
+iMA
+wJJ
+mmy
+sKw
+jOe
+yld
+cHB
+wzx
+wzx
+lTE
+iiq
+hcI
+unn
+unn
+unn
+jdA
+kFg
+prc
+prc
+prc
+rHL
+oYd
+oYd
+dFq
+prc
+oYd
+prc
+prc
+prc
+prc
+oYd
+prc
+prc
+prc
+rHL
+oYd
+unn
+unn
+unn
+neV
+csn
+cAm
+mZo
+lFH
+lIJ
+kJa
+lsa
+dmr
+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
+oYd
+rHL
+oYd
+rHL
+ewU
+qlM
+auT
+auT
+auT
+auT
+auT
+auT
+auT
+auT
+auT
+auT
+qwo
+fHp
+unn
+bbE
+jfJ
+uDj
+jfJ
+iep
+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
+oeC
+oeC
+gXX
+gXX
+gXX
+gXX
+unn
+tnh
+oDV
+hXh
+kCy
+fsL
+qUb
+tpS
+mTk
+lvW
+gvs
+jyx
+oIa
+sln
+uNY
+kXk
+xsp
+xsp
+kXk
+uNY
+wiv
+wpm
+ceB
+ohM
+hsS
+kiF
+ohM
+ohM
+tiZ
+tiZ
+ohM
+ohM
+ohM
+ohM
+tiZ
+tiZ
+ohM
+bYl
+fLe
+ohM
+tiZ
+tiZ
+ohM
+ohM
+yky
+yky
+aMa
+aMa
+yky
+yky
+jHK
+cZP
+lAP
+vOn
+gYK
+lAP
+pPt
+bJT
+edd
+edd
+rxR
+gSr
+uHB
+ctH
+aFy
+gSr
+wEr
+tqx
+xcZ
+avo
+nJv
+sMf
+mYE
+pqb
+vOz
+qLX
+dQU
+hrw
+iMA
+rpC
+aZq
+ikr
+taI
+jft
+rTd
+kde
+oEb
+bvQ
+bvQ
+hcI
+hcI
+hcI
+hcI
+ucd
+nfZ
+pUT
+rHL
+oYd
+prc
+oYd
+unn
+unn
+oYd
+prc
+prc
+prc
+oYd
+prc
+rHL
+rHL
+prc
+oYd
+prc
+oYd
+fWR
+unn
+unn
+aDK
+gMW
+mNY
+rNe
+hei
+bPK
+efF
+jDi
+ulv
+fba
+yiW
+rHL
+unn
+unn
+unn
+oYd
+fWC
+rHL
+prc
+smq
+smq
+prc
+prc
+eAa
+gBY
+prc
+moP
+yhh
+jgr
+cjq
+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
+elA
+efL
+fie
+kSc
+oZW
+lvW
+gvs
+jyx
+qby
+vmx
+uNY
+aVc
+sez
+bhu
+sNN
+uNY
+nus
+wpm
+adz
+gMI
+aOZ
+xhD
+fHg
+xbc
+xbc
+xbc
+xbc
+xbc
+xbc
+xbc
+xbc
+xbc
+xbc
+kWX
+kWX
+xbc
+xbc
+xbc
+nyk
+wpY
+aqp
+xIq
+ruc
+gnL
+bFU
+yky
+tLX
+tLX
+tLX
+eih
+lJR
+tLX
+ssQ
+ssQ
+gSr
+gSr
+gSr
+gSr
+cfb
+gSr
+gSr
+cLa
+oov
+lTV
+epo
+lGw
+tBT
+dQU
+uQD
+dQU
+gFE
+dQU
+dQU
+tES
+iMA
+giI
+lZB
+wGV
+hpd
+rrQ
+lui
+sDA
+pWT
+lKS
+vIM
+eBD
+gEA
+hcI
+iBa
+eEs
+nfZ
+rHL
+prc
+oYd
+rHL
+unn
+unn
+rHL
+oYd
+prc
+prc
+prc
+rHL
+aJN
+oYd
+vQc
+prc
+prc
+oYd
+rHL
+fWR
+vDm
+pRL
+prc
+unn
+epX
+fiP
+bpi
+eMP
+smq
+kGZ
+epX
+mSo
+prc
+unn
+unn
+unn
+unn
+rHL
+oYd
+oYd
+prc
+smq
+smq
+prc
+ohF
+lIR
+smq
+eDu
+odj
+fWR
+jgr
+auT
+qwo
+fuT
+oMc
+prc
+prc
+mNA
+smq
+smq
+gBx
+smq
+smq
+prc
+prc
+guz
+mil
+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
+wRF
+wFI
+oOI
+bOD
+lvW
+oZW
+lvW
+gvs
+jyx
+wYu
+vmx
+xhN
+sph
+imz
+nbX
+pMk
+ikG
+puF
+piC
+cOs
+clr
+gSY
+gRw
+bae
+bae
+bae
+qwB
+lMA
+qUg
+bae
+bae
+bae
+qwB
+bae
+qwB
+bae
+bae
+bae
+eiO
+svS
+tcu
+sQg
+act
+act
+lGs
+pRH
+yky
+irw
+rdL
+goF
+xNw
+qwF
+jKi
+cvp
+cmG
+gSr
+opO
+qJL
+viL
+viL
+aBT
+mqR
+gSr
+kvw
+lTV
+cEd
+xri
+bas
+dQU
+uQD
+dQU
+gFE
+dQU
+dQU
+tES
+iMA
+hAc
+xCf
+iVu
+pll
+bBZ
+uoy
+saP
+oEb
+cwY
+fex
+fkg
+lCJ
+kRg
+jSZ
+eEs
+nfZ
+dmD
+oYd
+prc
+oYd
+unn
+unn
+oYd
+prc
+prc
+prc
+rHL
+unn
+unn
+unn
+oYd
+rHL
+oYd
+oYd
+prc
+dvn
+oYd
+rHL
+pUT
+unn
+unn
+unn
+unn
+iZK
+unn
+unn
+unn
+unn
+eIW
+unn
+unn
+unn
+unn
+unn
+rHL
+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
+aCK
+guz
+srR
+guz
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+xAQ
+hmj
+iep
+iep
+guG
+guG
+iep
+hmj
+jbZ
+lFf
+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
+hXV
+quM
+uNY
+tAd
+fEy
+ioZ
+ioZ
+ioZ
+ioZ
+ioZ
+mEP
+ioZ
+ioZ
+ioZ
+ioZ
+ioZ
+mEP
+ioZ
+ioZ
+ioZ
+ioZ
+ioZ
+ioZ
+mEP
+ioZ
+ioZ
+ioZ
+uMq
+bHc
+bHc
+lrz
+ivK
+qpK
+eZh
+pxC
+xNw
+fap
+jLC
+qct
+eHh
+raB
+gSr
+pgC
+kGX
+vKP
+dxl
+gSr
+gSr
+gSr
+eCG
+lTV
+wuK
+fmT
+clR
+sMf
+mYE
+pqb
+uTd
+qLX
+jVk
+hrw
+iMA
+rpC
+klF
+wli
+nKU
+wzx
+wzx
+lTE
+pWT
+rXS
+xPa
+eBL
+tcC
+kRg
+pwO
+eEs
+nfZ
+rHL
+prc
+oYd
+rHL
+unn
+rHL
+prc
+prc
+prc
+oYd
+oYd
+wto
+unn
+unn
+ejv
+prc
+rHL
+prc
+oYd
+unn
+unn
+unn
+oYd
+prc
+pUT
+gkN
+pUT
+tLq
+pDP
+rzM
+prc
+lId
+yiW
+rHL
+unn
+unn
+unn
+ejv
+oYd
+smq
+smq
+prc
+fWR
+uni
+wpF
+mRH
+iTi
+fim
+onO
+pTH
+qlM
+auT
+auT
+qwo
+mHO
+xuc
+qPl
+moP
+eAa
+gBY
+prc
+prc
+prc
+prc
+guG
+guG
+iLf
+vJi
+iep
+guz
+unn
+guz
+unn
+unn
+unn
+unn
+nBd
+unn
+iep
+iep
+guG
+guG
+iep
+guG
+guG
+iep
+guz
+guz
+unn
+unn
+unn
+unn
+unn
+qAK
+jbZ
+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
+hXV
+ldj
+eaG
+gzt
+owo
+fRb
+kVx
+lwF
+cAU
+dqJ
+bEl
+aHF
+pBm
+ioZ
+fQg
+pOY
+tOO
+brf
+squ
+bms
+ioZ
+wUr
+leJ
+cqZ
+izD
+jBM
+ioZ
+yky
+uxE
+bHc
+xef
+sQg
+ltP
+xVr
+cvp
+cvp
+aiG
+ufy
+rRd
+fNb
+qct
+gSr
+gSr
+gSr
+gSr
+bDc
+aBT
+uzq
+gSr
+lqS
+lTV
+xcZ
+vEL
+nJv
+sMf
+mYE
+pqb
+vOz
+qLX
+dQU
+pIX
+iMA
+wJJ
+imX
+rkL
+hqX
+jzo
+hqX
+jzo
+qgl
+dAH
+nlq
+twq
+wFj
+kRg
+cWx
+eEs
+nfZ
+pUT
+oYd
+prc
+oYd
+dFq
+prc
+prc
+prc
+oYd
+rHL
+rHL
+oYd
+unn
+aJN
+oYd
+oYd
+prc
+prc
+prc
+unn
+unn
+unn
+unn
+olJ
+prc
+pMp
+unn
+unn
+rHL
+unn
+unn
+opH
+gSE
+pUT
+unn
+unn
+unn
+unn
+rHL
+smq
+smq
+oYd
+jvh
+jgr
+cjq
+auT
+wpF
+mRH
+vsi
+eJO
+fEO
+jgr
+auT
+cjq
+mRH
+oDU
+vqk
+dZn
+odj
+pSI
+oYd
+prc
+oYd
+prc
+guG
+lLK
+guG
+guG
+vJi
+mil
+iep
+guz
+unn
+unn
+jbZ
+nnj
+iep
+iep
+iep
+iep
+guG
+guG
+iep
+guz
+jbZ
+iep
+iep
+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
+tNX
+ois
+uNY
+kdy
+qQU
+ioZ
+fdd
+jFW
+cAU
+oSN
+vCo
+bEl
+fWN
+ioZ
+riN
+brn
+bWU
+brn
+mkt
+fBw
+ioZ
+cor
+iLw
+cqZ
+cqZ
+wgI
+kEr
+fET
+wmO
+bHc
+bHc
+njB
+yky
+lYZ
+sYx
+pdb
+aDW
+ccA
+ewO
+wxd
+wxd
+htU
+trA
+gSr
+irX
+gbU
+gSr
+gSr
+gSr
+kaL
+tqx
+xcZ
+vNs
+hiS
+lKh
+lKh
+bjn
+vWQ
+bpI
+iHc
+hZf
+iMA
+wJJ
+ref
+gPQ
+nXK
+tWs
+tWs
+mlg
+pWT
+sYN
+aIL
+hcI
+hcI
+hcI
+hcI
+weM
+fmk
+oYd
+prc
+oYd
+bHw
+fBd
+prc
+prc
+rHL
+oYd
+prc
+prc
+rHL
+rHL
+rHL
+oYd
+prc
+prc
+prc
+oYd
+prc
+unn
+unn
+unn
+unn
+jRR
+bRK
+unn
+unn
+unn
+unn
+fDg
+twS
+vvR
+rzM
+oYd
+ejv
+hOo
+dFq
+prc
+prc
+prc
+prc
+fWR
+jgr
+auT
+auT
+auT
+auT
+mRH
+mHO
+eOZ
+jgr
+auT
+auT
+qwo
+tqD
+avs
+cna
+wyT
+vDn
+rHL
+pTu
+pSI
+wgv
+aCK
+mnW
+guG
+guG
+iwx
+iep
+jbZ
+hmj
+uKB
+fAW
+rYp
+eMS
+iep
+guG
+guG
+iep
+iep
+guz
+jbZ
+guz
+iep
+guG
+guG
+iep
+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
+cnG
+sTc
+pPy
+uLL
+ilw
+hsB
+uVe
+rQQ
+nsh
+sno
+wYu
+vmx
+uNY
+vSt
+dOL
+dOL
+htO
+gYZ
+uoM
+qQU
+ioZ
+qGE
+cAU
+qRx
+ioZ
+ioZ
+dvf
+ioZ
+ioZ
+ioZ
+dvf
+ioZ
+mEU
+mkt
+orC
+ioZ
+ioZ
+dvf
+ioZ
+pUh
+fZG
+pqD
+yky
+pOU
+bHc
+bHc
+qmF
+yky
+lWM
+pxX
+bds
+dIo
+xNw
+fap
+pog
+jvM
+paT
+rSo
+gSr
+nZY
+uNw
+aBT
+uzq
+gSr
+eCG
+lTV
+xcZ
+vEL
+aMp
+aMp
+eAH
+eAH
+qWu
+qKu
+dFA
+vWY
+tDs
+bvU
+fjk
+wtq
+oEb
+aYh
+gjo
+oEb
+oEb
+kRK
+bvQ
+hcI
+nuR
+xSZ
+oHE
+rwL
+fmk
+pUT
+rHL
+oYd
+tqD
+jKw
+oYd
+prc
+prc
+prc
+prc
+prc
+prc
+prc
+oYd
+prc
+prc
+prc
+prc
+prc
+prc
+oYd
+unn
+unn
+anK
+bRK
+oYd
+eSF
+unn
+unn
+unn
+fNF
+uOj
+doI
+oYd
+rHL
+unn
+oYd
+oDU
+prc
+prc
+prc
+prc
+qiJ
+jgr
+auT
+auT
+auT
+auT
+auT
+mRH
+aJe
+jgr
+auT
+auT
+auT
+mRH
+waU
+bXL
+izh
+ohF
+oYd
+unn
+unn
+jbZ
+guz
+iep
+mnW
+iwx
+guG
+guG
+iep
+iep
+xAQ
+oPG
+guG
+bbE
+iep
+guG
+guG
+guz
+guz
+iep
+srR
+guz
+guz
+guG
+guG
+iep
+iep
+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
+kpi
+nvS
+xrX
+idx
+fyk
+lbm
+hsB
+uVe
+lfh
+ouI
+dqK
+xgZ
+vmx
+uNY
+afc
+etV
+afc
+afc
+uNY
+cXu
+gLu
+ioZ
+gcs
+cAU
+tbv
+ioZ
+wMZ
+qMs
+ioZ
+ioZ
+swy
+fTh
+ioZ
+iea
+mkt
+mkt
+ioZ
+kuX
+fTh
+ttf
+wbo
+iLw
+onH
+yky
+ejx
+ivK
+ivK
+ddx
+yky
+lWM
+uDC
+uDC
+jms
+aKV
+aKV
+jvM
+jvM
+eNQ
+juJ
+gSr
+reS
+mIE
+gSr
+gSr
+gSr
+uNP
+lTV
+xcZ
+njv
+eAH
+eAH
+eAH
+aMp
+cNN
+tcW
+ryR
+sHM
+luU
+hfZ
+cQx
+nCU
+hCj
+nyg
+xLc
+wLf
+qPQ
+fGC
+gsy
+gUt
+eNn
+bhr
+hcI
+bZk
+nfZ
+pTR
+pMp
+oYd
+oYd
+dFq
+prc
+prc
+rHL
+prc
+prc
+prc
+prc
+prc
+prc
+prc
+prc
+prc
+prc
+prc
+prc
+prc
+prc
+sPZ
+pUT
+pMp
+pUT
+oYd
+rHL
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+fct
+oYd
+mNA
+gBx
+oYd
+fWR
+jgr
+auT
+auT
+pmF
+auT
+auT
+qwo
+riJ
+jgr
+auT
+auT
+auT
+qwo
+cgb
+nqH
+aJN
+unn
+rHL
+unn
+unn
+unn
+unn
+guz
+iep
+iep
+guG
+guG
+iLf
+vJi
+iep
+guG
+fIx
+nfM
+iep
+guz
+srR
+jbZ
+guz
+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
+oSQ
+xak
+vOf
+elS
+knY
+stq
+uVe
+lvW
+cgW
+hjA
+wYu
+sln
+uNY
+eah
+lVX
+lVX
+lVX
+gOw
+lmE
+wUy
+fRb
+ciE
+ciE
+ioZ
+ioZ
+kvP
+vKh
+ioZ
+ioZ
+hmN
+oab
+ioZ
+nEB
+pcU
+oQj
+ioZ
+hmN
+deh
+ioZ
+xvu
+cqZ
+ioZ
+yky
+aMa
+iaD
+fah
+aMa
+yky
+pyZ
+ryS
+kWV
+rQg
+gJw
+eVm
+uGd
+aZI
+hPM
+mND
+gSr
+sLF
+uNw
+oaZ
+onX
+gSr
+oDz
+lTV
+xcZ
+bNE
+fkJ
+mmb
+mmb
+eyH
+cee
+tSS
+hfZ
+hfZ
+hfZ
+hfZ
+wIL
+cbi
+civ
+nsk
+vGh
+bPm
+xeP
+cPo
+oEb
+hcI
+hcI
+hcI
+kRg
+djk
+iuA
+oYd
+prc
+oYd
+rHL
+dFq
+rHL
+prc
+prc
+oYd
+rHL
+prc
+oYd
+prc
+rHL
+prc
+prc
+oYd
+prc
+prc
+prc
+prc
+prc
+tjY
+jBf
+prc
+prc
+prc
+pRL
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rHL
+mNA
+smq
+smq
+gBx
+nqU
+jgr
+auT
+auT
+pmF
+pmF
+auT
+auT
+wpF
+auT
+auT
+pmF
+auT
+auT
+mRH
+fHp
+unn
+unn
+unn
+unn
+unn
+unn
+guz
+xAQ
+jbZ
+srR
+iep
+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
+iOS
+dKO
+ooP
+hsB
+pPy
+oZn
+sxe
+vOZ
+uVe
+tYb
+dpW
+jzm
+dQW
+sln
+jrY
+lVX
+pnw
+tTY
+lVX
+jiD
+cXu
+kNC
+ohR
+fAF
+gBt
+ioZ
+ioZ
+ioZ
+afW
+ioZ
+ioZ
+ioZ
+ioZ
+afW
+ciE
+ciE
+ioZ
+ioZ
+afW
+ioZ
+ioZ
+ciE
+ciE
+afW
+lOy
+dWp
+psI
+dpD
+vSF
+tFB
+tFB
+tFB
+tFB
+rQg
+uqa
+wnH
+uGd
+uGd
+uGd
+uGd
+gSr
+gSr
+sKr
+gtV
+bvN
+uzb
+nMH
+tqx
+eKH
+vpS
+bas
+sMf
+mYE
+tES
+coF
+sMz
+hfZ
+nOk
+jnH
+kWk
+prC
+cbi
+qzM
+aFW
+dFP
+feD
+gZE
+jBA
+tQL
+nBR
+yhn
+kru
+hcI
+uns
+prc
+pMp
+oYd
+oYd
+oYd
+unn
+unn
+oYd
+prc
+oYd
+prc
+oYd
+prc
+oYd
+oYd
+oYd
+oYd
+oYd
+rHL
+prc
+prc
+prc
+prc
+mtn
+prc
+oYd
+rHL
+oYd
+rHL
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+pSI
+oYd
+eAa
+smq
+smq
+gBY
+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
+jbZ
+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
+iOS
+pts
+iTL
+stq
+ald
+bwC
+blP
+mPu
+uVe
+xgy
+qro
+qwT
+ojy
+vmx
+jrY
+lVX
+pnw
+pnw
+lVX
+jiD
+cXu
+mKw
+odY
+mfa
+mdh
+qLJ
+aPr
+aDT
+jPY
+bzR
+avJ
+rrO
+aDT
+jPY
+pWK
+aDT
+aDT
+rnH
+jSA
+xkU
+xkU
+xkU
+xkU
+jSA
+fbU
+rer
+qmr
+vin
+thM
+tFB
+jzK
+uuX
+nyO
+tiN
+tve
+ukx
+fiw
+tcp
+fiw
+sjQ
+ecE
+gSr
+aBn
+gSr
+gSr
+gSr
+vKQ
+lTV
+xcZ
+xpB
+pgn
+sMf
+mYE
+rfM
+hbt
+nvP
+hfZ
+bmy
+mVI
+mVI
+mVI
+aeS
+oEb
+hJp
+gIB
+oWJ
+tvE
+kBr
+apv
+xfw
+cLW
+tUJ
+hcI
+vqL
+dqT
+oYd
+prc
+rHL
+rHL
+unn
+unn
+unn
+dkU
+cPP
+oMc
+oYd
+rHL
+oYd
+unn
+rHL
+unn
+rHL
+rvC
+prc
+oYd
+prc
+oYd
+prc
+oYd
+oYd
+oYd
+ohF
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rHL
+oYd
+prc
+oYd
+eAa
+gBY
+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
+jbZ
+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
+pRl
+sYv
+sSG
+sSG
+emf
+iOS
+llH
+tlo
+ecz
+sAg
+vpy
+uog
+nWI
+uVe
+sYF
+nsh
+pKQ
+hdI
+vmx
+uNY
+cBH
+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
+rGm
+lnw
+map
+kME
+fmy
+eJv
+dKo
+mHd
+gig
+mHd
+gig
+flH
+xWK
+uQp
+gdB
+coZ
+nSY
+bga
+ldN
+kbD
+saR
+guL
+sMf
+mYE
+rfM
+eAj
+raD
+iET
+hfl
+heu
+xxO
+von
+jid
+bhd
+lpJ
+mzX
+iDc
+hGn
+iEX
+tQL
+hSH
+aoS
+aAo
+hcI
+fAE
+nOI
+prc
+rHL
+oYd
+rHL
+unn
+unn
+rHL
+oYd
+oYd
+tqD
+oYd
+unn
+unn
+unn
+unn
+unn
+unn
+rHL
+oYd
+prc
+rHL
+prc
+prc
+rHL
+prc
+rHL
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rHL
+ohF
+oYd
+prc
+smq
+smq
+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
+jZF
+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
+wwi
+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
+mbT
+epJ
+dSv
+meg
+dSv
+egO
+egO
+cxg
+gMC
+fvn
+psI
+yau
+rOy
+gMC
+nuP
+scl
+vRF
+ofM
+nvP
+tFB
+tlY
+lps
+hJT
+uGd
+enB
+uQp
+qzY
+qzY
+qzY
+dhA
+qzY
+qzY
+uQp
+lmY
+coZ
+cSb
+hYe
+mVT
+jVE
+hLc
+nJv
+dQU
+uQD
+rfM
+ofM
+raD
+jUp
+sBJ
+xxO
+heu
+xxO
+vRp
+oEb
+oEb
+euI
+bPm
+xeP
+xJX
+rmZ
+tnV
+mTx
+lIY
+hcI
+pUT
+rHL
+prc
+oYd
+prc
+unn
+unn
+unn
+oYd
+prc
+rHL
+oYd
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+oYd
+rHL
+oYd
+prc
+prc
+prc
+oYd
+oYd
+unn
+unn
+unn
+unn
+unn
+pSI
+oYd
+prc
+prc
+prc
+oYd
+smq
+smq
+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
+wBP
+rxW
+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
+rGm
+vQD
+aQr
+lFU
+uGd
+ejo
+nZN
+xxw
+eJv
+bKa
+eJv
+eJv
+eJv
+kdl
+uGd
+otG
+otG
+ajj
+otG
+ehx
+jAF
+guL
+ixD
+hCC
+rfM
+ofM
+nvP
+hfZ
+pwj
+ifL
+xxO
+von
+lBp
+dEf
+xHA
+aDl
+ojp
+cEw
+bUA
+vDl
+awT
+bFL
+hle
+hcI
+egv
+bdt
+prc
+prc
+rHL
+unn
+aJN
+unn
+oYd
+prc
+oYd
+rHL
+pRL
+unn
+unn
+unn
+unn
+unn
+unn
+rHL
+oYd
+oYd
+prc
+prc
+prc
+oYd
+oYd
+unn
+unn
+unn
+unn
+unn
+rHL
+oYd
+prc
+smq
+smq
+smq
+prc
+prc
+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
+mil
+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
+tFB
+iht
+voA
+lFU
+uGd
+efq
+jnK
+qzY
+apJ
+qzY
+qvT
+qzY
+bRR
+uQp
+djI
+gLG
+kuK
+gLR
+otG
+iFq
+nvP
+nJv
+ixD
+mYE
+rfM
+eAj
+nvP
+bvU
+lHd
+doF
+von
+mlf
+nOH
+bqi
+xHA
+ddQ
+qhW
+jgb
+opU
+gVO
+gVO
+gVO
+gVO
+hcI
+mAI
+qfC
+pUT
+rHL
+prc
+rHL
+oYd
+oYd
+prc
+oYd
+prc
+oYd
+unn
+unn
+unn
+unn
+unn
+unn
+aJN
+oYd
+rHL
+oYd
+prc
+prc
+prc
+prc
+rHL
+unn
+unn
+unn
+unn
+oYd
+ohF
+prc
+prc
+smq
+smq
+smq
+prc
+prc
+prc
+prc
+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
+iep
+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
+rGm
+bYv
+fVA
+djM
+uGd
+spg
+jwc
+tpR
+eVi
+jdI
+eUM
+kRa
+eVi
+kGg
+csK
+cUD
+oaa
+otG
+otG
+kbD
+pXz
+guL
+oQU
+hCC
+rfM
+ofM
+nvP
+hfZ
+gtR
+uDm
+hVN
+hVN
+vnO
+fWL
+vxw
+sst
+rNu
+rNu
+wft
+gVO
+jnV
+gVO
+lbE
+hcI
+nfD
+mjh
+rlT
+pUT
+prc
+prc
+prc
+prc
+prc
+prc
+rHL
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rHL
+prc
+prc
+oYd
+prc
+oYd
+oYd
+unn
+unn
+unn
+unn
+oYd
+yiW
+oYd
+oYd
+prc
+smq
+smq
+smq
+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
+oIn
+lOW
+tGV
+ldn
+oIn
+oIn
+tGV
+soW
+mCB
+paH
+fDO
+jlk
+oIn
+eWh
+hCk
+mOL
+szQ
+ivq
+gdW
+uMR
+aTG
+oIn
+tGV
+tRJ
+fye
+vOz
+dQU
+dQU
+tOD
+eAj
+hDG
+lPh
+nhT
+raD
+nvP
+tFB
+hBc
+rGH
+ssR
+uGd
+gtD
+gaS
+kRa
+uCE
+kRa
+drx
+kRa
+heS
+hHS
+uGd
+qoY
+nkY
+bnv
+mUd
+fXi
+uBO
+fjY
+uHA
+klv
+rfM
+ofM
+nvP
+bvU
+jxx
+dhh
+cWq
+ecB
+gba
+von
+xHA
+jVc
+pMH
+sXF
+xJX
+gVO
+tga
+gVO
+tga
+hcI
+iBN
+eIW
+pUT
+oYd
+prc
+prc
+prc
+prc
+prc
+prc
+oYd
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+oYd
+prc
+prc
+oYd
+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
+guz
+unn
+unn
+unn
+guz
+gSZ
+nTN
+rUc
+sOI
+eak
+eak
+rUc
+dqA
+iep
+iep
+mJk
+iep
+guz
+iep
+iep
+iep
+iep
+iep
+iep
+nnj
+unn
+qlT
+unn
+byX
+jbZ
+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
+iOS
+bLI
+wYu
+hsB
+pPy
+uLL
+vdE
+jsf
+mqy
+lvW
+lvW
+sSe
+aJE
+juX
+aIp
+taS
+ibZ
+lvW
+aIp
+aIp
+ibZ
+soW
+mCB
+paH
+juX
+aIp
+mNh
+ibZ
+tev
+qFb
+qFb
+kfW
+ibZ
+jVQ
+mNh
+aIp
+goI
+xxM
+ris
+vOz
+dQU
+dQU
+tOD
+eAj
+fCw
+lCO
+miD
+ooC
+uws
+tFB
+kDy
+xVu
+kDy
+uGd
+kqO
+dOs
+kqO
+uGd
+kqO
+dOs
+kqO
+uGd
+uGd
+uGd
+dVo
+nkY
+uRA
+ayd
+jys
+gOZ
+sbx
+uqM
+mYE
+rfM
+ofM
+nvP
+bvU
+jUP
+mCF
+slR
+slR
+aSR
+oEs
+xHA
+fxt
+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
+vDm
+rHL
+prc
+oYd
+prc
+prc
+prc
+rHL
+unn
+unn
+unn
+dqT
+oYd
+yiW
+pUT
+oYd
+yiW
+fuE
+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
+nTN
+hco
+owX
+edX
+ute
+ute
+rDr
+mDF
+bPh
+iep
+lhd
+guz
+jbZ
+mil
+jbZ
+iep
+iep
+guz
+guz
+jbZ
+guz
+jbZ
+guz
+jbZ
+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
+ucC
+fPE
+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
+hIN
+aAM
+pII
+otG
+otG
+clP
+uxC
+srC
+ezh
+xEU
+rfM
+coF
+vrE
+hfZ
+epc
+wvC
+tEI
+tEI
+hrp
+xFx
+oEb
+hIY
+ixz
+cfZ
+aqj
+oEb
+hcI
+hcI
+kRg
+hcI
+cHL
+vKN
+pUT
+rHL
+pMp
+rHL
+gZu
+rHL
+pMp
+prc
+oYd
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+oYd
+oYd
+rHL
+prc
+prc
+prc
+oYd
+oYd
+unn
+unn
+hcI
+rQc
+kph
+iFf
+lgM
+kph
+vYY
+hcI
+unn
+ohF
+prc
+jTX
+gEn
+oZj
+ohF
+unn
+ewU
+jgr
+auT
+auT
+auT
+cjq
+hXC
+hxs
+iDv
+gaB
+vbj
+esM
+ybb
+wCc
+ieZ
+cjq
+auT
+auT
+mRH
+fHp
+unn
+unn
+guz
+guz
+srR
+iep
+bxT
+guG
+guz
+guz
+unn
+unn
+unn
+jbZ
+guz
+wap
+brt
+esh
+mgt
+fzY
+guG
+nzf
+vNQ
+dCi
+iep
+guz
+unn
+unn
+srR
+guz
+guz
+iep
+iep
+guz
+guz
+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
+mOT
+lvW
+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
+knD
+ifL
+von
+xxO
+tBm
+qKy
+oEb
+mqw
+xHA
+bne
+hFe
+bne
+hcI
+nuR
+bhr
+hcI
+dUn
+eIW
+kjW
+gjz
+upf
+pUT
+qyX
+tRA
+pUT
+egv
+unn
+unn
+unn
+unn
+unn
+unn
+pRL
+oYd
+prc
+oYd
+prc
+prc
+prc
+prc
+oYd
+prc
+unn
+unn
+hcI
+qEL
+qEL
+qEL
+qEL
+qEL
+qEL
+hcI
+unn
+unn
+sPZ
+eCo
+tYK
+mBW
+prc
+rHL
+ewU
+qlM
+auT
+auT
+ezW
+hXC
+hxs
+rMR
+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
+nMj
+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
+ttb
+ttb
+jKX
+lyC
+lHL
+gCI
+gCI
+tHD
+cpW
+vYX
+aQg
+lQi
+fHn
+pca
+lHL
+tHD
+gCI
+gCI
+gHS
+nvP
+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
+sTY
+aUy
+pqd
+qHB
+sys
+maJ
+hMU
+aDD
+ofM
+nvP
+hfZ
+foR
+doF
+mlf
+von
+esm
+hRV
+iSH
+ejt
+lhj
+lGk
+eMg
+nTB
+oHE
+eNn
+rcE
+oHE
+fgv
+sWK
+wRj
+pUT
+jNu
+hvE
+eIW
+ipA
+egv
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rHL
+oYd
+prc
+prc
+oYd
+prc
+oYd
+prc
+oYd
+oYd
+unn
+hcI
+wCD
+okS
+wCD
+okS
+wCD
+okS
+hcI
+unn
+unn
+unn
+oYd
+hMy
+prc
+aJN
+unn
+lHS
+lnX
+jgr
+auT
+qwo
+xIe
+xqJ
+dfg
+oUr
+kmV
+xxh
+kmV
+jKA
+lao
+ouN
+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
+lGw
+bas
+dQU
+dQU
+tES
+lOl
+miD
+pls
+dhM
+miD
+kql
+miD
+ooC
+miD
+miD
+miD
+kql
+miD
+miD
+ooC
+miD
+miD
+iHJ
+sBS
+miD
+ooC
+miD
+pls
+rXQ
+qHL
+mgE
+mtE
+cyc
+eQT
+fVD
+ggL
+nAS
+raD
+iET
+sBJ
+xxO
+von
+mlf
+dgJ
+xxO
+von
+wIL
+xhn
+bne
+bne
+dhn
+hcI
+hcI
+hcI
+hcI
+mpH
+mpH
+rGI
+rGI
+mpH
+rGI
+rGI
+mpH
+mpH
+mpH
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+aJN
+oYd
+oYd
+rHL
+oYd
+prc
+prc
+rHL
+oYd
+unn
+hcI
+tBo
+tBo
+tBo
+tBo
+tBo
+tBo
+hcI
+unn
+unn
+unn
+unn
+pSI
+epv
+unn
+unn
+unn
+ewU
+jgr
+auT
+qwo
+xIe
+rMR
+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
+mQf
+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
+heu
+xxO
+von
+cOf
+vLP
+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
+hcI
+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
+wTa
+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
+igZ
+ygz
+chR
+igZ
+igZ
+ygz
+chR
+igZ
+igZ
+ygz
+chR
+igZ
+igZ
+ygz
+tRJ
+kGp
+kGp
+fAl
+ykz
+pyE
+vZw
+vIU
+cYE
+kaE
+fHr
+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
+cyX
+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
+vNw
+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
+ucC
+fPE
+qVl
+nVm
+hRw
+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
+uON
+sfe
+rdQ
+rdQ
+oKN
+fMB
+mpf
+jRL
+nvP
+acN
+dQU
+dQU
+tRJ
+kGp
+qgN
+vOw
+qPi
+wbP
+ima
+dQU
+wbP
+wbP
+ima
+dQU
+wbP
+wbP
+ima
+eGz
+wbP
+wbP
+ima
+tRJ
+qgN
+kGp
+wfc
+yfU
+tll
+xCo
+cGr
+oKK
+eNU
+kXl
+iYL
+iOH
+ofM
+iDz
+hfZ
+iMD
+avI
+aRr
+ffH
+uAb
+gax
+ybx
+fbo
+nyh
+iHZ
+xxk
+qSi
+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
+uLb
+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
+byX
+unn
+unn
+guz
+iep
+iep
+guG
+guG
+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
+nJf
+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
+xUM
+xUM
+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
+fCD
+fyG
+sdK
+qgN
+qgN
+txg
+viK
+wUm
+xip
+qzc
+lmJ
+wxC
+kyg
+slb
+hyc
+aHJ
+eKa
+ruZ
+ruZ
+ruZ
+ruZ
+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
+unn
+oYd
+rHL
+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
+xqJ
+lBa
+jKA
+chE
+rMR
+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
+vXB
+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
+fPE
+eyf
+acZ
+fPE
+gnI
+ucC
+fPE
+fPE
+qXh
+vzL
+qXh
+vzL
+qXh
+qXh
+qXh
+vzL
+qXh
+vzL
+qXh
+qXh
+usM
+wYu
+gcm
+pPy
+bXj
+alv
+bXj
+alv
+bXj
+alv
+bXj
+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
+kTO
+eGz
+aRB
+qJu
+jHe
+nhT
+fPQ
+hbS
+tJe
+iwX
+yfb
+lcX
+kio
+rkX
+jFN
+hYT
+sGs
+vwV
+snz
+qfR
+pKY
+uGv
+cnw
+teR
+vtL
+oHB
+ilj
+nzF
+rdH
+kug
+xKh
+kUG
+iHZ
+rFo
+iop
+qKP
+mKJ
+pCu
+gxP
+gxP
+gLa
+gxP
+gxP
+xwh
+icI
+myv
+cbP
+lAj
+mJb
+vFm
+ydf
+jEw
+lAj
+soQ
+jyc
+vfl
+mpH
+unn
+ejv
+rHL
+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
+tmD
+tmD
+unn
+fPE
+kEs
+wTL
+sgb
+vyW
+tTw
+vAP
+fPE
+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
+rDv
+rDv
+rDv
+cRS
+lOl
+miD
+miD
+usJ
+usJ
+xFG
+guV
+kly
+iqn
+jrg
+bnP
+qwu
+aHl
+vwr
+fPi
+pGL
+hCX
+rVx
+cnw
+oya
+eTN
+arl
+lht
+lht
+lht
+lht
+lht
+ivJ
+iHZ
+eGS
+uuU
+qKP
+wQn
+cNR
+cNR
+gLa
+cNR
+gLa
+cNR
+qcs
+nbS
+pyK
+dqD
+lAj
+sZU
+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
+sVD
+eGo
+iRo
+xxL
+kTR
+xMD
+gPG
+mXG
+uuz
+xMD
+dCK
+mXG
+uuz
+iEk
+qXh
+gHK
+tZH
+stq
+xLF
+bXj
+oGW
+rDt
+exw
+sEM
+lOL
+bXj
+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
+ruZ
+eKR
+xHl
+pHt
+cnw
+tkp
+lgt
+bPD
+aGh
+aQS
+cko
+mSj
+ino
+hsu
+qyB
+hfi
+nXy
+gLs
+dvY
+kUb
+bfi
+aAC
+cvw
+cQo
+fbu
+aVE
+lAj
+lAj
+lAj
+lAj
+vgx
+maa
+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
+mil
+iep
+iep
+lhd
+guz
+guz
+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
+fPE
+ebP
+orh
+tbn
+gwO
+qIp
+qJz
+fPE
+vUY
+fUY
+uuz
+qVU
+qFL
+juK
+qFL
+rQD
+gsl
+hOL
+aLi
+qXh
+qXh
+vrU
+dND
+qXh
+bXj
+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
+rcw
+cnw
+clH
+oEY
+hch
+qhD
+gQw
+bTR
+cZW
+aaw
+pDG
+iHZ
+fTn
+fTn
+fTn
+fTn
+vhk
+udQ
+qKP
+xQL
+vhk
+fTn
+fTn
+fTn
+lAj
+pmY
+oon
+xFA
+maa
+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
+tbU
+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
+ktH
+vla
+nxw
+fjC
+rvX
+oTq
+oTq
+oTq
+cGC
+vla
+bph
+aXQ
+mZw
+otQ
+aXQ
+anI
+jOw
+uOv
+lrm
+hxK
+gnA
+lCs
+vkx
+idT
+xUM
+swo
+kiS
+xUM
+tzd
+rZF
+coY
+xcZ
+vEL
+nJv
+sMf
+mYE
+rfM
+lLd
+nvP
+jzM
+ssL
+vsv
+mkM
+kif
+ohh
+sFQ
+bIo
+jzM
+lVz
+tRU
+dQj
+jws
+wgO
+lbY
+tRU
+dQj
+dMY
+mIC
+mye
+uWM
+gnE
+xnA
+muZ
+mIC
+qIm
+psH
+dpf
+cGy
+qhg
+nBP
+dpq
+axd
+fRP
+cAn
+cMg
+sTC
+vKm
+isw
+gRW
+suM
+pnC
+upl
+dCe
+xLb
+iHZ
+fTn
+jGR
+bWm
+arc
+sdt
+jeM
+kbk
+hPn
+qsP
+arc
+bWm
+aOL
+lAj
+vRv
+uqV
+maa
+maa
+maa
+ifb
+lAj
+cBY
+xtE
+xtE
+mpH
+unn
+unn
+unn
+phq
+phq
+pFt
+rHL
+bUO
+oYd
+prc
+prc
+prc
+prc
+prc
+prc
+rHL
+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
+jbW
+sml
+nTI
+jbW
+uKq
+jcO
+uuz
+jzc
+okk
+qZf
+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
+oRd
+pWR
+muZ
+mIC
+tQW
+feS
+uQe
+wXR
+ssO
+kLn
+fPi
+haN
+bge
+ldK
+cnw
+jZS
+gck
+feN
+nIu
+qdT
+gXs
+jdZ
+jPO
+lLt
+iHZ
+fTn
+hxo
+iEi
+qqY
+wrv
+qJW
+hAh
+etb
+ceO
+qqY
+wkb
+mKe
+lAj
+aXS
+fks
+sFr
+sFr
+cGV
+weu
+lAj
+gTt
+wXD
+qpX
+mpH
+mpH
+mpH
+mpH
+mpH
+mpH
+mpH
+sUK
+jsr
+rHL
+oYd
+rHL
+prc
+oYd
+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
+guz
+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
+ycW
+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
+bXj
+dfr
+oHJ
+dqQ
+eKE
+nBO
+cvb
+cfd
+avS
+wde
+qCf
+tuL
+xUM
+aSn
+fpu
+coY
+xcZ
+nvP
+nJv
+sMf
+mYE
+rfM
+ofM
+nvP
+wLi
+utB
+bWf
+kbN
+dax
+nwK
+oSl
+vEE
+wLi
+mra
+rCQ
+ajV
+wou
+odE
+lai
+cId
+rgA
+mra
+mIC
+dMH
+bDR
+oRd
+bHg
+cjZ
+mIC
+kme
+nFw
+vjF
+tfT
+anq
+wAJ
+ruZ
+sRM
+ruZ
+ruZ
+cnw
+fcl
+gck
+uLq
+qSt
+qdT
+dVU
+uXW
+bgT
+tdz
+iHZ
+fTn
+fTn
+fTn
+fTn
+oyW
+fBk
+sad
+ehV
+dXT
+fTn
+fTn
+fTn
+lAj
+new
+wJc
+hjf
+hjf
+hjf
+ogf
+xAd
+mfp
+nTc
+ivA
+cLo
+gZh
+xBV
+sYs
+ycT
+xQu
+sYs
+ewL
+oYd
+bNI
+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
+iep
+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
+aya
+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
+jcO
+uuz
+bZt
+uuz
+jcO
+uuz
+veP
+uuz
+iEk
+uuz
+qXh
+fqt
+ugM
+gcm
+hmS
+bXj
+rvR
+eNw
+lPa
+pXK
+swR
+ixx
+xOv
+lGl
+hEP
+eDR
+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
+mIC
+erq
+orM
+mIC
+mIC
+mIC
+cuP
+feS
+rlQ
+wzz
+nRJ
+bMM
+hlK
+kXv
+vhY
+iHZ
+xgk
+jNZ
+qQv
+afG
+exI
+qdT
+nIu
+cJz
+hdf
+tdz
+iHZ
+fTn
+mss
+uVp
+arc
+iGc
+eZx
+gRg
+iOE
+ykp
+arc
+bWm
+qDC
+lAj
+vvc
+pFN
+meq
+pDC
+rbF
+tkT
+hvt
+bGG
+nTc
+xaK
+oZI
+iOP
+xlQ
+mpH
+tmI
+fHQ
+mpH
+pUT
+aqP
+wqm
+egv
+unn
+unn
+rHL
+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
+rRT
+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
+jbW
+dsK
+uLl
+jbW
+uJZ
+pPC
+gvq
+uuz
+iEk
+pMc
+iEk
+ryy
+dRh
+kyW
+iEk
+qXh
+qCZ
+iYm
+hsB
+alU
+bXj
+bXK
+fhe
+sBZ
+qEr
+aGp
+bXj
+cbM
+aei
+vFO
+tmt
+gHs
+buQ
+xUM
+ohX
+coY
+xcZ
+nvP
+bas
+sMf
+mYE
+tES
+coF
+nvP
+jzM
+chb
+lBG
+anN
+kDj
+sxT
+gwj
+dVr
+nMi
+goK
+lxb
+lxb
+qWf
+djJ
+nMh
+lxb
+lxb
+kYM
+wzz
+qJx
+tsz
+syk
+bfP
+sUY
+wzz
+clb
+feS
+bTu
+wzz
+vJv
+wbj
+xKM
+rgW
+vhY
+iHZ
+urd
+qmS
+gck
+tEA
+qSt
+qdT
+qSt
+krK
+vBe
+xLb
+iHZ
+fTn
+fPp
+iEi
+qqY
+wrv
+kIi
+tMQ
+tER
+ceO
+qqY
+vCL
+wPf
+lAj
+lAj
+lAj
+lAj
+tQC
+haR
+lAj
+lAj
+cdW
+nTc
+qGQ
+oZI
+jbL
+iTP
+mpH
+mpH
+mpH
+mpH
+mpH
+mpH
+eef
+mpH
+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
+iep
+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
+aaK
+tEY
+uLl
+jbW
+jbW
+vCx
+uuz
+iEk
+uuz
+jcO
+pRN
+igB
+sUj
+rxx
+bdu
+qXh
+nqk
+aVu
+stq
+nPy
+bXj
+alK
+cMi
+qPw
+rxY
+hmi
+bXj
+wCg
+fWY
+xUM
+vqW
+xUM
+vqW
+xUM
+dNb
+coY
+xcZ
+vEL
+hiS
+lKh
+lKh
+eRk
+cvf
+nvP
+wLi
+uAR
+lCv
+mkz
+kVU
+hPt
+pER
+nvV
+acW
+jiG
+ohs
+oiX
+oQL
+oiX
+oiX
+oiX
+oiX
+wzG
+scS
+orL
+orL
+bxJ
+orL
+orL
+scS
+orL
+lWB
+oSR
+nST
+vVt
+tjT
+bnY
+lQO
+iHZ
+iHZ
+gUm
+nJL
+gck
+uLq
+nIu
+qdT
+nIu
+uXW
+tOr
+tdz
+iHZ
+fTn
+fTn
+fTn
+fTn
+xre
+xTc
+gRg
+ykn
+dIS
+fTn
+fTn
+fTn
+dpn
+dpn
+xiS
+nVE
+lKy
+lKy
+xwy
+pSJ
+hRu
+hOx
+icV
+oZI
+oZI
+elu
+oZI
+oZI
+oZI
+mpH
+mpH
+mGC
+bPt
+mpH
+unn
+unn
+unn
+oYd
+oYd
+prc
+oYd
+rHL
+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
+jbW
+lnh
+cSl
+heQ
+soU
+uMu
+qXh
+vzL
+qXh
+vzL
+qXh
+qXh
+qQj
+qXV
+stq
+mEF
+bXj
+alv
+bXj
+alv
+bXj
+alv
+bXj
+jko
+stq
+xUM
+rbE
+xUM
+arR
+xUM
+lAU
+bwC
+xcZ
+vEL
+aMp
+eAH
+eAH
+aMp
+ofM
+nvP
+wLi
+wLi
+hCL
+nCR
+pLd
+gQW
+cDD
+wmy
+wLi
+eFj
+eFj
+eFj
+jCZ
+lxb
+fTP
+iyi
+bvi
+fBC
+wzz
+rdN
+iNu
+iNu
+iNu
+iNu
+wzz
+hMA
+feS
+fAK
+ieg
+emG
+hOC
+rjI
+mBl
+iNB
+lXt
+cnY
+cnY
+qQv
+afG
+qSt
+qdT
+qSt
+cJz
+pmh
+qGr
+iHZ
+fTn
+qJS
+bVu
+arc
+iGc
+fBk
+sad
+jOp
+caL
+hrP
+lCt
+ksm
+cKO
+cKO
+bXZ
+kYq
+kYq
+kYq
+kYq
+tCr
+ipQ
+vsw
+eJh
+eJh
+xwx
+bFf
+cbb
+mKR
+iwR
+mXr
+mpH
+vjo
+fpa
+mpH
+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
+tmD
+nvw
+eGI
+mak
+mak
+mak
+nvw
+unn
+unn
+unn
+unn
+unn
+jbW
+mtH
+xAN
+dZw
+ivR
+jbW
+xji
+sjN
+uMW
+buU
+fof
+qXh
+rFd
+gfv
+nEF
+hAv
+uWu
+dZD
+til
+hsB
+pPy
+mvs
+wpm
+wpm
+wGS
+iXR
+wpm
+jan
+uXq
+vNv
+xUM
+xUM
+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
+feS
+fAK
+loC
+gtQ
+hOC
+wbj
+kTA
+eQw
+cay
+cnY
+jxa
+qQv
+afG
+exI
+qdT
+nIu
+cJz
+dch
+lLt
+iHZ
+fTn
+fux
+mpa
+qqY
+wrv
+lOg
+bGU
+mlk
+ceO
+qqY
+iEi
+aiI
+dpn
+dpn
+cGt
+nZz
+fpF
+iAl
+meR
+bXV
+nTc
+mml
+eJh
+fzR
+xkz
+bes
+iTh
+sFO
+boe
+pqz
+mpH
+mpH
+eef
+mpH
+mpH
+unn
+unn
+unn
+unn
+oYd
+rHL
+prc
+prc
+prc
+prc
+prc
+rHL
+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
+tmD
+nvw
+xvo
+mak
+mak
+tLI
+qMu
+qMu
+unn
+ybU
+ybU
+ybU
+jbW
+rHb
+lLg
+qDY
+kMu
+pky
+xJO
+rTY
+rTY
+xJO
+fGO
+qXh
+aWa
+sfo
+tQK
+qyZ
+idx
+idx
+xak
+xak
+xrX
+idx
+xrX
+xrX
+sSK
+pCq
+tBP
+xrX
+xak
+kLI
+ylD
+pkB
+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
+wfg
+lxb
+hrv
+tSy
+vLE
+mZl
+mZl
+mZl
+mZl
+mZl
+qoq
+tSy
+wzz
+nnd
+feS
+bYL
+wzz
+tfT
+wLe
+jEy
+bOj
+iHZ
+eao
+jUc
+jVg
+gck
+fLX
+qSt
+qdT
+dVU
+uoL
+bgT
+xLb
+iHZ
+fTn
+fTn
+fTn
+kwQ
+ogH
+uEx
+gtc
+fRk
+sHm
+fTn
+fTn
+fTn
+skO
+skO
+skO
+skO
+grS
+skO
+nOA
+bXV
+nTc
+mml
+eJh
+vUv
+kMk
+bes
+eIH
+lDK
+rYg
+pzI
+qde
+dce
+hrM
+dTq
+mpH
+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
+pgE
+iep
+iep
+iep
+piw
+igo
+ijh
+uni
+auT
+auT
+auT
+auT
+auT
+auT
+isZ
+auT
+auT
+aHb
+cjq
+pbZ
+xUA
+pbZ
+cjq
+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
+aDe
+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
+tSy
+uYt
+svU
+fyP
+fyP
+fyP
+blx
+sBW
+tSy
+wzz
+ixd
+feS
+wFc
+wzz
+cVQ
+kht
+bFO
+roW
+iHZ
+fOb
+iHZ
+wXT
+gck
+uLq
+nIu
+qdT
+nIu
+uXW
+vrh
+tdz
+iHZ
+yfO
+yfO
+yfO
+yfO
+kcb
+izC
+izC
+whM
+xvZ
+whM
+whM
+whM
+jdy
+lIs
+nyM
+mqr
+tJp
+skO
+jJM
+bXV
+nTc
+uvb
+eJh
+eJh
+aIB
+bes
+odD
+xRT
+rcF
+mqO
+mod
+mqO
+uIT
+mqO
+mpH
+unn
+unn
+unn
+unn
+rHL
+oYd
+oYd
+prc
+prc
+prc
+prc
+prc
+rHL
+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
+fLG
+iep
+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
+fzQ
+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
+oNe
+pnH
+lvw
+rSx
+vCz
+tHc
+fsi
+uCo
+lxb
+oFA
+iRQ
+gxG
+uNH
+wpW
+wpW
+wpW
+rxn
+bTX
+iRQ
+dQN
+fAK
+feS
+rPF
+wzz
+gVN
+kht
+xPk
+pJM
+iHZ
+ddX
+jog
+cay
+qQv
+afG
+bZs
+qdT
+qSt
+cJz
+lnO
+xLb
+iHZ
+yfO
+geR
+wZq
+fII
+kcb
+beh
+doH
+cJt
+qls
+gZJ
+fOk
+whM
+xWj
+nii
+qbH
+cUn
+nHE
+gRi
+nTc
+bXV
+nTc
+eqn
+cOq
+eJh
+cOD
+bes
+rLm
+eRT
+mqv
+cKj
+mKR
+xRT
+iwR
+oTS
+mpH
+unn
+unn
+unn
+unn
+unn
+pRL
+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
+aZZ
+iep
+guz
+guz
+guz
+dVT
+nvX
+uni
+auT
+auT
+auT
+auT
+auT
+auT
+isZ
+auT
+cjq
+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
+dLA
+stq
+aTO
+gVe
+gVe
+sXJ
+gdp
+jFF
+gVe
+ruV
+ugN
+gVe
+gVe
+ruV
+ugN
+gVe
+gVe
+ogy
+eSO
+uBD
+gVe
+bwC
+bwC
+bwC
+xcZ
+nvP
+nJv
+sMf
+mYE
+skv
+pDx
+nJr
+iMA
+lOJ
+qZt
+wGz
+cjI
+iJy
+okF
+xbH
+brR
+okF
+tHc
+fsi
+jki
+oiX
+nXM
+fRh
+uPf
+mDP
+kzz
+kzz
+kzz
+xeK
+xLk
+fRh
+uQo
+orL
+lWB
+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
+eJh
+mvO
+bes
+lOD
+xoN
+dOr
+xKR
+iTh
+spC
+dOr
+cKQ
+mpH
+unn
+unn
+unn
+unn
+unn
+unn
+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
+auT
+aHb
+fHp
+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
+dKp
+ePt
+lKI
+vim
+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
+tSy
+ecG
+uNH
+wpW
+wpW
+wpW
+wke
+bTX
+tSy
+wzz
+jLy
+voj
+hWW
+wzz
+mYs
+kht
+lWc
+mMv
+iHZ
+vYw
+uOJ
+cay
+gck
+ius
+qSt
+qdT
+qSt
+uXW
+mER
+lLt
+iHZ
+yfO
+tfa
+tfa
+tfa
+kcb
+xNf
+npf
+piB
+jss
+qZq
+iIF
+whM
+jdy
+gHy
+ldw
+oIF
+ykW
+amj
+smN
+bXV
+nTc
+nTc
+nGB
+eJh
+myK
+wQh
+eIH
+sBa
+bZz
+bbQ
+eIH
+yfV
+bZz
+pqz
+mpH
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rHL
+oYd
+rHL
+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
+guz
+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
+auT
+aHb
+ksb
+aoL
+rPf
+"}
+(137,1,1) = {"
+rPf
+hcI
+kRg
+bdi
+fGQ
+sCC
+hre
+bjO
+hmn
+fBb
+vzN
+psQ
+lhS
+acs
+ybU
+hAm
+dcV
+lpW
+hTD
+goc
+vtn
+rBX
+jYf
+fgU
+cKN
+xfW
+faV
+sQH
+eWN
+vOf
+gFZ
+wte
+vOf
+jiq
+aTO
+lcL
+wau
+urI
+urI
+urI
+urI
+urI
+urI
+urI
+urI
+urI
+urI
+urI
+urI
+urI
+urI
+urI
+qPJ
+bwC
+rjv
+vBN
+vgB
+nvP
+nJv
+sMf
+hCC
+pws
+kgx
+bfn
+iMA
+lOJ
+wmg
+qJc
+pJa
+qkU
+qJc
+uXx
+syW
+cOu
+tHc
+fLw
+uCo
+lxb
+ukk
+pgA
+pDM
+oAO
+gMg
+gMg
+gMg
+uNx
+akp
+tSy
+wzz
+qPT
+jWG
+wzz
+wzz
+vOX
+hmk
+mTf
+oPg
+aUr
+jBD
+rDH
+cay
+bwP
+isw
+eIA
+ufk
+ybD
+upl
+noY
+xLb
+iHZ
+yfO
+geo
+cKs
+aNl
+wjv
+lrU
+lrU
+dNR
+vKq
+qZq
+qfH
+whM
+xWj
+nii
+qbH
+jfI
+sMD
+amj
+cRE
+bXV
+nTc
+nTc
+gOn
+eJh
+mlI
+bes
+rcF
+rcF
+aXx
+xKR
+uPi
+nVR
+lvv
+mqO
+mpH
+mpH
+mpH
+mpH
+mpH
+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
+auT
+aHb
+ksb
+aoL
+unn
+rPf
+"}
+(138,1,1) = {"
+rPf
+hcI
+qgy
+ixq
+vzN
+jrh
+cqv
+ofv
+ifJ
+plo
+vzN
+pmM
+cGk
+unn
+ybU
+dqo
+lrK
+lpW
+rPz
+oAZ
+spa
+rBX
+gSy
+exr
+tBE
+tBE
+tBE
+pxN
+pxU
+wbV
+ybl
+mCz
+ilT
+nmM
+aTO
+lcL
+vGB
+ayU
+fhT
+upn
+hto
+qni
+upn
+upn
+hto
+qni
+upn
+upn
+hto
+qni
+upn
+eVB
+bwl
+bwC
+aAr
+eye
+wJx
+jEy
+wdb
+nGC
+xUi
+lIg
+dYb
+rKm
+voq
+lOJ
+rKD
+dkh
+hhA
+wwm
+dkh
+hhA
+amd
+wea
+lOJ
+bXl
+txX
+lxb
+ukk
+pgA
+pDM
+wAK
+aBC
+aBC
+aBC
+neA
+akp
+knX
+dQN
+fAK
+feS
+gnz
+wzz
+vRO
+fvZ
+mTf
+ovt
+aUr
+pWg
+iHZ
+rCr
+jSO
+ydA
+mNg
+vIo
+cUW
+xnB
+lIF
+lnv
+iHZ
+yfO
+uGs
+nFX
+fHW
+iiD
+ukU
+sYm
+piB
+eRH
+hpl
+rvv
+whM
+jdy
+dBj
+ldw
+dMh
+pqc
+skO
+naM
+cxd
+wyw
+aiq
+dSy
+eJh
+bmp
+bes
+mqO
+mqO
+vzW
+vzW
+xKt
+mqO
+mqO
+eqZ
+ffI
+lnW
+xiY
+cWK
+mpH
+unn
+unn
+unn
+unn
+rHL
+prc
+prc
+prc
+prc
+prc
+vDm
+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
+cjq
+kTp
+gXN
+kOQ
+geE
+kOQ
+bhk
+gdt
+gdt
+gdt
+vif
+wRM
+cOG
+pCl
+uuZ
+kTp
+cjq
+auT
+auT
+auT
+auT
+auT
+auT
+auT
+auT
+auT
+xUA
+bjB
+bjB
+aHb
+aHb
+ksb
+aoL
+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
+cqS
+uCD
+iSz
+cEY
+qsu
+uFs
+bwC
+gQo
+ruU
+bwC
+vGB
+gDJ
+lvW
+utx
+eFZ
+gDJ
+hYy
+nYU
+eFZ
+gDJ
+wLQ
+wJn
+eFZ
+gDJ
+aun
+pXf
+ebq
+bwC
+aHo
+tfg
+kht
+iFF
+hzp
+nGC
+xUi
+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
+wzz
+eDK
+feS
+uyp
+wzz
+pIL
+kvn
+rRX
+vhY
+iHZ
+mzK
+cub
+vXW
+axi
+ebm
+vLd
+oHB
+kgu
+pUS
+dKa
+xQv
+iHZ
+yfO
+yfO
+kcb
+yfO
+yfO
+izC
+izC
+whM
+pfb
+whM
+whM
+whM
+skO
+skO
+skO
+skO
+skO
+skO
+lSR
+fIA
+hDd
+lSR
+dpn
+eJh
+tvf
+jnv
+jFx
+tvf
+tvf
+njU
+njU
+cfN
+njU
+uVz
+uVz
+osO
+uVz
+uVz
+mpH
+unn
+unn
+unn
+unn
+unn
+oYd
+prc
+prc
+prc
+rHL
+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
+qqW
+aoL
+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
+vzM
+cEP
+qmI
+cEj
+bwC
+pZF
+vVu
+dBC
+wNK
+gDJ
+jVQ
+bre
+eFZ
+gDJ
+lvW
+bre
+eFZ
+gDJ
+jVQ
+vNj
+jyx
+gDJ
+lvW
+jIh
+ebq
+bwC
+rjv
+tfg
+kht
+ybh
+tFa
+skg
+skg
+dvH
+mWr
+uVC
+tfJ
+fYR
+spB
+sff
+eYy
+tHc
+lrZ
+jIQ
+sdH
+qCb
+xUd
+xUd
+dBq
+lxb
+srB
+tSy
+brH
+dCJ
+byB
+byB
+byB
+sPv
+sBW
+tSy
+wzz
+aEd
+feS
+kCo
+qNV
+saq
+lQz
+jEy
+qaJ
+iHZ
+oUP
+cjv
+uaN
+vLU
+mng
+goN
+arl
+bDw
+swx
+adj
+bNN
+iHZ
+hcf
+qgm
+fiD
+khA
+myD
+iNZ
+enA
+cbh
+jmz
+qDI
+slG
+vaO
+bsg
+bWh
+sij
+sij
+fsR
+nXX
+oys
+uTk
+tBv
+xFm
+mGr
+cDk
+oys
+kHy
+fbD
+ete
+pjc
+njU
+pwI
+aYk
+jwI
+uVz
+doZ
+lnW
+xiY
+cWK
+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
+lfC
+kiv
+xrX
+kLI
+mRn
+kaR
+dbf
+pdm
+kWK
+pvK
+pdm
+pdm
+iFh
+pvK
+pdm
+pdm
+kWK
+eCi
+hBD
+iXq
+mVj
+dcO
+eVC
+xrX
+wbj
+jEy
+uju
+uju
+uju
+uju
+akO
+fkY
+vPp
+lOJ
+gDq
+aEi
+wLc
+tHc
+jUs
+lgm
+bsK
+lgm
+xeF
+xUd
+viw
+lxb
+wpG
+tSy
+tLz
+uNH
+wpW
+wpW
+wpW
+wke
+bTX
+tSy
+wzz
+fVW
+feS
+bTu
+qNV
+gcG
+fAU
+jEy
+paJ
+iHZ
+jdr
+wsC
+qYm
+ndh
+ltS
+cyJ
+vFD
+kvR
+nRy
+nRy
+nRy
+nRy
+hcf
+iGi
+ksL
+dlF
+cqm
+vCV
+jnX
+rXZ
+iWy
+dlF
+aDv
+wHD
+oPz
+oPz
+oPz
+oPz
+rEg
+rEg
+rEg
+pWI
+rEg
+rEg
+rVA
+tzB
+tzB
+jyP
+eoq
+tzB
+xOD
+njU
+hKe
+aYk
+hNx
+uVz
+sMV
+lnW
+uVz
+uVz
+mpH
+unn
+unn
+unn
+unn
+rHL
+prc
+prc
+prc
+prc
+rHL
+oYd
+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
+bqQ
+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
+iyL
+lvW
+jyx
+ruV
+vOf
+rdQ
+kTA
+low
+uju
+uju
+uju
+uju
+kht
+jEy
+xUd
+lOJ
+bAF
+bAF
+cmK
+lOJ
+iuu
+bsK
+kPj
+see
+ePa
+xUd
+kyY
+lxb
+ukk
+pgA
+pDM
+oAO
+gMg
+gMg
+gMg
+uNx
+akp
+pgA
+lul
+hTl
+feS
+xba
+wzz
+vTz
+ftv
+jEy
+ajN
+iHZ
+fNf
+omx
+aUq
+jUV
+ltS
+udo
+bNa
+bEs
+oEh
+jXU
+xqm
+lpN
+baR
+nfv
+leD
+evP
+fzB
+bme
+bme
+bme
+gMn
+bme
+gMn
+lAe
+lWg
+xEz
+lWg
+lWg
+mFt
+mFt
+mFt
+oID
+mFt
+mFt
+tbk
+gzr
+drZ
+wlk
+nXT
+gzr
+nXT
+bqd
+xRb
+vSN
+xRb
+wCG
+wmj
+wnZ
+ose
+gDs
+mpH
+unn
+unn
+unn
+pRL
+prc
+prc
+rHL
+prc
+prc
+prc
+prc
+oYd
+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
+pGi
+muC
+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
+kRg
+xai
+jPe
+vzN
+yff
+kKB
+bmF
+mak
+mak
+yff
+xtI
+unn
+unn
+unn
+uDP
+hXD
+fGN
+fag
+qhK
+dtv
+wKd
+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
+uLI
+jEy
+xUd
+mKH
+qFA
+ssZ
+uLt
+wjp
+see
+kPj
+kPj
+kPj
+see
+xND
+jaQ
+lxb
+ukk
+pgA
+pDM
+wAK
+aBC
+aBC
+aBC
+neA
+akp
+pgA
+kfF
+viS
+feS
+okh
+wzz
+dTS
+qdy
+jEy
+dKX
+iHZ
+wwo
+uGm
+irT
+tWg
+mkH
+eiB
+tUA
+xFL
+nRy
+hWJ
+uYA
+toS
+eIX
+hcf
+riQ
+jjZ
+ksL
+puJ
+rcj
+hbX
+kpr
+kpr
+wyi
+vaO
+gpE
+kST
+oPz
+iHC
+xpR
+qtz
+gdM
+oRF
+heb
+mbu
+mGr
+dhB
+lbi
+oMf
+aWg
+mhQ
+krd
+njU
+mNF
+aYk
+ooi
+uVz
+oJs
+jKu
+ose
+szD
+mpH
+unn
+unn
+unn
+unn
+rHL
+oYd
+oYd
+prc
+prc
+prc
+prc
+prc
+oYd
+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
+cjq
+kTp
+auQ
+uAG
+qgh
+uAG
+bhk
+sXq
+tdS
+jjd
+bhk
+pJb
+cOG
+rfp
+uuZ
+xIe
+cjq
+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
+mzL
+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
+aFn
+jEy
+xUd
+dmu
+eTL
+eTL
+lRS
+bvY
+kPj
+see
+apg
+cQy
+iMT
+aqM
+cPG
+lxb
+qWf
+tSy
+ecG
+uNH
+wpW
+wpW
+wpW
+wke
+bTX
+tSy
+wzz
+wzz
+jWG
+wzz
+wzz
+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
+iUP
+rrj
+aBa
+oPz
+mtQ
+tHI
+tHI
+tHI
+tHI
+tHI
+tHI
+tHI
+tHI
+quF
+quF
+tHI
+dvU
+gWC
+njU
+njU
+kNv
+njU
+uVz
+uVz
+oAJ
+uVz
+uVz
+mpH
+unn
+unn
+unn
+unn
+unn
+oYd
+prc
+prc
+prc
+prc
+oYd
+rHL
+oYd
+rHL
+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
+fBO
+htC
+oBz
+htC
+fGN
+uDP
+rWm
+jSM
+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
+xUd
+eyr
+uZr
+ssZ
+rDw
+iJP
+nSF
+mQO
+apy
+xUd
+fGw
+xUd
+pTE
+oiX
+nXM
+vXV
+uPf
+mDP
+kzz
+kzz
+kzz
+xeK
+xLk
+vXV
+qjI
+nlO
+lWB
+lrT
+ieg
+rVh
+eeH
+wbj
+fJQ
+gqV
+hwF
+wUD
+lGx
+mwj
+aXC
+vnj
+mBl
+mBl
+sje
+poM
+uNO
+sfO
+sfO
+sfO
+gZm
+qTs
+qvz
+kSf
+nbp
+szf
+caa
+sfO
+sfO
+iUP
+oZr
+aBa
+oPz
+mtQ
+noD
+iwf
+rRm
+noD
+oCM
+rRm
+noD
+pTN
+nnB
+nnB
+tHI
+irB
+irB
+njU
+nnB
+oiQ
+nnB
+aCU
+aCU
+sSm
+aCU
+aCU
+hcI
+unn
+unn
+unn
+unn
+unn
+rHL
+prc
+prc
+prc
+prc
+prc
+oYd
+oYd
+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
+awR
+dtv
+qhK
+dtv
+gzw
+uDP
+cJO
+uGj
+ihH
+xvH
+sXl
+lkp
+mHh
+gnl
+gQh
+hqt
+iJq
+iJq
+oVe
+sxF
+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
+xUd
+gUi
+eTL
+boZ
+igb
+pMD
+rwr
+nuO
+sep
+dUr
+kBh
+xUd
+syu
+lxb
+oFA
+gCr
+gxG
+uNH
+wpW
+wpW
+wpW
+rxn
+bTX
+gCr
+dQN
+qOs
+feS
+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
+pPl
+eZR
+vDB
+uBL
+xKB
+cXG
+uio
+aBa
+oPz
+xsY
+noD
+tJI
+lyD
+noD
+tJI
+llK
+noD
+irB
+pSQ
+ify
+qAn
+sdf
+dXr
+eba
+dXr
+ykN
+ram
+jkK
+aCU
+gjT
+dGy
+xwn
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+oYd
+prc
+prc
+prc
+prc
+prc
+oYd
+rHL
+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
+xGm
+mbb
+mbb
+age
+uDP
+gGe
+kZs
+pwl
+mZs
+nGj
+pIr
+wdW
+lfC
+wbu
+idx
+idx
+oBG
+hOZ
+scE
+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
+xUd
+wFp
+lxb
+xmK
+tSy
+uYt
+bRA
+tkz
+tkz
+tkz
+wbt
+sBW
+tSy
+wzz
+hUY
+feS
+ibD
+wzz
+fri
+nDr
+jEy
+rRV
+cdD
+sUD
+fwl
+xVP
+xVP
+gYa
+cuZ
+gfs
+lMQ
+lMQ
+lMQ
+iBj
+ktB
+sCY
+dav
+mop
+nER
+iUp
+mop
+oak
+xuo
+yck
+qQC
+wjN
+lzI
+oPz
+aBa
+oPz
+lHf
+noD
+krW
+iRZ
+noD
+krW
+iRZ
+noD
+noD
+nfy
+rTT
+cLw
+gvg
+olp
+olp
+bDH
+bCN
+eLJ
+lzi
+aCU
+sSm
+aCU
+udw
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+rHL
+prc
+prc
+prc
+oYd
+oYd
+prc
+oYd
+wto
+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
+cjq
+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
+msf
+bdI
+jKJ
+fRS
+uDP
+okO
+dks
+cNF
+fwm
+kGC
+ifv
+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
+lRK
+gJi
+gJi
+gVq
+jkw
+jEy
+xUd
+gcd
+bsK
+vNS
+xxC
+nLZ
+jKU
+wuZ
+hjN
+hjN
+kZF
+xUd
+bNq
+lxb
+hwr
+tSy
+ihb
+vTx
+vTx
+vTx
+vTx
+vTx
+nso
+tSy
+wzz
+pXs
+feS
+sLO
+wzz
+dZk
+aBX
+jEy
+olM
+mhR
+mPy
+gHY
+pow
+pow
+hsv
+cuZ
+kCI
+pbq
+pbq
+xDE
+snC
+qie
+sCY
+hmb
+otc
+dTA
+ujZ
+kVm
+uik
+usF
+mgy
+sfO
+sfO
+rdx
+ocV
+aBa
+oPz
+vuK
+xSM
+nzS
+nzS
+jhk
+nzS
+nzS
+hzm
+eGO
+dXr
+dVh
+aCA
+wWD
+gqh
+sCI
+mDw
+dXr
+eGO
+aCU
+aCU
+cNV
+dGy
+mZF
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+oYd
+prc
+prc
+prc
+prc
+prc
+rHL
+oYd
+oYd
+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
+lfC
+fKq
+abS
+lfC
+lfC
+lfC
+lfC
+lfC
+sWl
+sWl
+jrQ
+quG
+tcZ
+kBi
+rjK
+oDL
+iKV
+oDL
+sPD
+oDL
+sPD
+vsX
+tZH
+stq
+oph
+oph
+oph
+oph
+oph
+oph
+mmq
+fQx
+fVf
+gDX
+lLj
+xUi
+uZY
+kht
+jEy
+xUd
+xxy
+iKJ
+kPj
+apg
+wRS
+oHI
+ruX
+vNM
+tRg
+pWQ
+xUd
+qtP
+lxb
+rbx
+tSy
+tSy
+pgA
+pgA
+pgA
+pgA
+scG
+eRR
+tSy
+hbb
+qSa
+krm
+hbb
+hbb
+hbb
+wco
+jEy
+wsT
+sRp
+vtO
+dDL
+pow
+pow
+hsv
+cuZ
+kCI
+biE
+biE
+cfj
+snC
+qie
+sCY
+hmb
+otc
+vso
+jnc
+ggQ
+fzp
+fQj
+aAB
+sfO
+sfO
+rfK
+irE
+aBa
+oPz
+jvY
+xSM
+nUN
+yeY
+xrI
+tzc
+nUN
+hzm
+qsw
+dXr
+vxs
+jtx
+xoW
+fNu
+qrR
+kaX
+bCN
+qDO
+aCU
+aCU
+sSm
+aCU
+lEF
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+oYd
+prc
+prc
+prc
+prc
+prc
+rHL
+pRL
+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
+cjq
+dVG
+wpF
+dVG
+cjq
+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
+xbY
+gFF
+aac
+lSw
+qmU
+sWl
+luk
+mwR
+rfP
+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
+oph
+oph
+eXe
+fAv
+pPV
+cLL
+xUi
+sSv
+kht
+jEy
+xUd
+qjn
+vNS
+bsK
+rhi
+bvY
+xUd
+uLv
+hjN
+sYq
+kZF
+xUd
+kqw
+lxb
+uHj
+rbI
+tEM
+ajB
+ajB
+ajB
+ajB
+xQW
+ajB
+nXV
+hbb
+sVt
+evd
+vYc
+kRs
+hbb
+tjS
+jEy
+wsT
+kzo
+abm
+ejR
+wqG
+wqG
+rSH
+cuZ
+hhW
+bmw
+bmw
+bmw
+kuJ
+qie
+sCY
+dav
+vNX
+bEi
+vNX
+vTn
+sNw
+fOS
+yck
+wvs
+xKB
+lzI
+oPz
+aBa
+oPz
+vuK
+xSM
+bGv
+bGv
+dpa
+bGv
+bGv
+hzm
+eGO
+dXr
+fuL
+ezP
+oiP
+oiP
+oiP
+tXn
+kzX
+wWz
+gyS
+aCU
+kdP
+eht
+myt
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+rHL
+oYd
+oYd
+prc
+prc
+prc
+oYd
+oYd
+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
+tWX
+kfa
+apf
+iCR
+qyE
+cUf
+sWl
+ddW
+evM
+moa
+efW
+wlu
+xaZ
+xrl
+oyU
+snD
+snD
+snD
+snD
+oyU
+sCS
+iZB
+iBG
+cuO
+rdQ
+cVF
+vOf
+rdQ
+bqx
+xak
+rdQ
+xep
+rdQ
+mPu
+oph
+ukb
+eaZ
+giS
+uxM
+fHl
+hgC
+kAm
+jYn
+eIY
+diy
+fuy
+sSv
+kht
+lrF
+xUd
+mKH
+hFA
+eJq
+bmD
+eOO
+xUd
+qGm
+vNM
+qfG
+pWQ
+xUd
+eTU
+lxb
+qGK
+iYC
+lXB
+hdU
+jju
+jju
+jju
+jju
+wlw
+lyz
+hbb
+fLm
+bBK
+okr
+bRx
+hbb
+unP
+jEy
+wsT
+uDz
+lrc
+cuZ
+cuZ
+cuZ
+tua
+akO
+mBl
+mBl
+lQE
+oVP
+fkY
+ivz
+sfO
+sfO
+yaL
+dVt
+nUC
+iuL
+ogq
+eSo
+dOH
+uBL
+wjN
+cXG
+uio
+pdt
+oPz
+yiw
+noD
+krW
+iRZ
+noD
+krW
+iRZ
+noD
+noD
+liz
+jCc
+oQH
+hcM
+uou
+wXV
+rMz
+dXr
+kVy
+irB
+aCU
+wPE
+cHq
+gkU
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rHL
+oYd
+rHL
+prc
+prc
+prc
+oYd
+rHL
+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
+jWM
+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
+mRK
+cEH
+enj
+sWl
+drA
+fnM
+hYU
+qfM
+fNX
+fYO
+dOY
+sWl
+sWl
+sWl
+sWl
+sWl
+sWl
+sWl
+oVb
+kIm
+kvL
+hAa
+vcB
+hMZ
+mMV
+iwg
+tZH
+oph
+hBN
+hBN
+hBN
+oph
+hQl
+giS
+srQ
+giS
+eDX
+hgC
+esS
+nHu
+rCC
+ivd
+oOY
+lnM
+kht
+vcr
+xUd
+xUd
+xUd
+xUd
+bxV
+xUd
+xUd
+xUd
+xUd
+xUd
+xUd
+xUd
+tTZ
+lxb
+qoc
+rbI
+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
+vwv
+eLN
+gtz
+sfO
+sfO
+sfO
+iXb
+qTs
+rph
+aPA
+qDE
+wFC
+nbg
+sfO
+sfO
+iUP
+xca
+aBa
+oPz
+mtQ
+noD
+jci
+uia
+noD
+jci
+uia
+noD
+uAl
+imc
+eXi
+eiu
+stF
+stF
+eiu
+bEy
+xcI
+hLx
+gqq
+bzE
+dOa
+fqw
+hsO
+hcI
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+rHL
+prc
+prc
+prc
+prc
+oYd
+prc
+oYd
+oYd
+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
+hdz
+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
+gDC
+mIo
+jDN
+lkK
+eVF
+vBX
+hCs
+uqz
+bYg
+oOG
+cnP
+erB
+sTt
+erB
+hsB
+aIh
+jtD
+hqQ
+inP
+mut
+tZH
+oph
+xmL
+vOF
+jrl
+vGv
+fbw
+ced
+ddI
+eWU
+hID
+hgC
+brr
+bJJ
+hik
+mPB
+gQs
+mkm
+kht
+qNm
+xoh
+kbO
+aMG
+qke
+lSg
+djJ
+tRu
+djJ
+ujl
+djJ
+tRu
+djJ
+wfg
+lxb
+oFA
+iuj
+gMq
+kLZ
+kSe
+kSe
+kSe
+kSe
+xgh
+kQJ
+wro
+nsJ
+nsJ
+yeI
+ehp
+hbb
+lmz
+jEy
+kpR
+niQ
+gUw
+awr
+nGC
+xUi
+jNR
+goh
+wbj
+kJX
+wbj
+tKk
+rLU
+voq
+cuw
+sfO
+sfO
+xpv
+rrU
+xpv
+sfO
+sfO
+sfO
+sfO
+sfO
+iUP
+sYD
+aBa
+oPz
+mtQ
+noD
+jsZ
+fuF
+noD
+jsZ
+fuF
+noD
+uGP
+saJ
+npK
+kJk
+fwk
+rtA
+eQr
+kYX
+vLI
+aYj
+aup
+aup
+wFo
+aup
+rKF
+aup
+hcI
+hcI
+unn
+unn
+unn
+unn
+unn
+oYd
+oYd
+prc
+prc
+prc
+prc
+rHL
+prc
+oYd
+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
+yam
+wMr
+wcT
+uex
+svv
+eJZ
+wCN
+qgi
+dBr
+ksg
+gPc
+eGl
+stq
+dwT
+hqQ
+tGP
+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
+xYG
+sUN
+oiX
+oiX
+oiX
+oiX
+oiX
+oiX
+oiX
+lqQ
+lxb
+cQH
+rbI
+muj
+buJ
+awC
+awC
+oly
+awC
+cFZ
+lyz
+hbb
+rFi
+jxy
+nsJ
+mRJ
+hbb
+prm
+jEy
+kpR
+oyB
+dLQ
+wwC
+nGC
+xUi
+sOf
+vGe
+qzL
+okJ
+bHd
+wlY
+ebu
+chL
+oVP
+uRz
+kjb
+mRz
+cJi
+nVT
+okn
+kGo
+rGF
+rdd
+xcA
+wWd
+nFW
+aBa
+oPz
+kQb
+noD
+noD
+noD
+noD
+noD
+noD
+noD
+iLZ
+ceG
+rLo
+osS
+xfm
+uIN
+qvC
+gRS
+pAS
+rPb
+aup
+klS
+klz
+bcp
+fnL
+aGN
+aup
+hcI
+hcI
+hcI
+hcI
+hcI
+unn
+unn
+xAb
+prc
+prc
+prc
+prc
+prc
+oYd
+rHL
+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
+unn
+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
+sWl
+kDR
+qhH
+mFx
+uMC
+fcI
+vFV
+xmU
+xmU
+hbC
+taH
+cLG
+duO
+fzJ
+quZ
+isD
+aeK
+thw
+mza
+ptU
+izQ
+ptU
+mut
+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
+dDg
+qWT
+dDg
+dDg
+xbk
+hbb
+ctQ
+eRV
+rbG
+bOb
+hbb
+thO
+jEy
+vWr
+fci
+gEq
+wdb
+nGC
+xUi
+sOf
+lFC
+eeL
+eHC
+lHt
+uzl
+dpG
+riz
+cbY
+rqd
+lmj
+dAf
+qTv
+vUt
+vUt
+hKm
+dAf
+vUt
+vUt
+iCN
+cNZ
+aaH
+oPz
+oPz
+sak
+oZI
+ybE
+sZw
+erv
+iCu
+oZI
+loM
+ceG
+kGU
+kJn
+xfm
+uIN
+oLv
+vWb
+bAn
+hrQ
+aup
+foC
+fZD
+fnL
+fnL
+vmE
+aup
+aup
+lPj
+wKA
+qcC
+hcI
+hcI
+hcI
+drw
+bNI
+prc
+prc
+prc
+oYd
+prc
+oYd
+oYd
+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
+ahm
+hHP
+wlK
+tsF
+geB
+pLh
+vBX
+bYF
+iuf
+wlF
+fms
+yhP
+mnV
+kOY
+vTv
+eKg
+cDg
+iOc
+jQm
+fpC
+pGn
+tZH
+gYg
+tQS
+qaG
+ggK
+gJU
+nQI
+uHI
+pki
+qAm
+bMp
+pRr
+hcr
+mGV
+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
+pBg
+mfT
+lWc
+kpR
+yis
+jEy
+rcR
+pow
+fOO
+uZY
+lFC
+yeE
+pgV
+mfC
+dwg
+bTx
+dzv
+voq
+sPj
+koX
+rEX
+rEX
+rEX
+rEX
+koX
+rEX
+rEX
+fqn
+sPj
+uio
+vIE
+lWg
+lWg
+lWg
+kac
+cHP
+czs
+fHQ
+fHQ
+cLo
+uOC
+ceG
+ptC
+hpu
+xfm
+uIN
+pmV
+fgX
+fyU
+cdh
+eOX
+fOJ
+nrk
+hpD
+hpD
+bhA
+hoK
+gfZ
+xuC
+wJe
+vcJ
+nlY
+jkg
+nlY
+cLq
+tNd
+aEB
+xHj
+xHj
+xHj
+xHj
+xHj
+tNd
+rmD
+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
+sWl
+quR
+ahm
+aPN
+xRa
+jWv
+ojV
+gsT
+vBX
+bYF
+gkE
+qmc
+qmc
+eJZ
+oPY
+vlV
+eGl
+rFF
+xrX
+wus
+idx
+xrX
+vYo
+kLI
+qBo
+lQg
+wsj
+dBD
+sDy
+fUG
+pXm
+uHI
+uHI
+isK
+pRr
+uGH
+wnM
+uzc
+pow
+hgv
+hNH
+jQj
+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
+aOp
+dhW
+raa
+tba
+avB
+taq
+rBa
+pdO
+uRz
+sfR
+iAb
+iAb
+pqI
+duU
+cJi
+ctB
+qrh
+fwN
+wWd
+jGy
+aBa
+oPz
+oPz
+kND
+oZI
+ulz
+uhs
+wri
+cTZ
+oZI
+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
+fRW
+xHj
+xjZ
+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
+qSw
+pdU
+oOQ
+sWl
+vsF
+nbY
+hYa
+rYE
+ncx
+moa
+giV
+hPq
+gcQ
+quZ
+vlV
+taH
+qmc
+fYr
+rvS
+erB
+dtB
+xak
+xak
+xak
+xak
+xak
+xak
+pZG
+qFe
+oIu
+bLp
+qhG
+hfv
+bjA
+bjA
+hYW
+mZg
+uYP
+lFC
+isl
+wdb
+hAF
+ewl
+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
+xUi
+xWt
+qqK
+wbj
+kJX
+wbj
+tVL
+rLU
+cbY
+vIB
+gjS
+trt
+tME
+wYb
+gjS
+siw
+gRE
+lEg
+siw
+tYA
+tYA
+mAo
+aBa
+oPz
+iHC
+noD
+noD
+noD
+noD
+noD
+noD
+noD
+iCr
+ceG
+pnT
+kJn
+xfm
+uIN
+pmV
+gRS
+czF
+dXr
+aup
+qLC
+vqR
+vqR
+jcY
+fnL
+jQh
+elP
+jUh
+vTt
+fqh
+hcI
+unn
+unn
+unn
+quu
+fRW
+xHj
+xHj
+xHj
+xHj
+tNd
+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
+pnk
+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
+arS
+fPh
+wCf
+eXL
+hct
+mDD
+eKF
+eKF
+mlr
+cKY
+efi
+eKF
+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
+lFC
+qkz
+ksa
+uEc
+eAf
+fvC
+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
+aZp
+nGC
+xUi
+xWt
+onI
+nUY
+aVJ
+hAH
+ikn
+dAo
+gjS
+gjS
+gjS
+jTN
+lkx
+oTv
+gjS
+hzd
+vpA
+gDa
+ekl
+rNa
+tYA
+yaY
+aBa
+oPz
+mtQ
+noD
+iwf
+rRm
+noD
+iwf
+rRm
+noD
+szO
+cDl
+dIw
+kJn
+xfm
+uIN
+pmV
+hCc
+ckl
+dXr
+aup
+jUA
+qLs
+qkN
+vqR
+rqx
+qkN
+lxc
+vqR
+qkN
+iRt
+hcI
+unn
+unn
+unn
+unn
+tNd
+xHj
+xHj
+xHj
+xHj
+xHj
+fRW
+tNd
+xjZ
+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
+urQ
+gvZ
+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
+sWl
+boH
+eYB
+qvv
+rxa
+moa
+khH
+boB
+vBX
+hGw
+tFK
+hpk
+mRN
+hFw
+erB
+hUJ
+jna
+eOP
+eOP
+mVB
+eOP
+mVB
+eOP
+xrb
+knk
+upd
+pRr
+bKV
+wfT
+rqF
+kAT
+nAn
+lPK
+rqG
+uYP
+kht
+lWc
+wdb
+nGC
+eAf
+fvC
+kht
+rtJ
+mGR
+bsS
+mGR
+fjl
+fjl
+fjl
+mGR
+fjl
+fjl
+fjl
+pSX
+mGR
+vVB
+sev
+kMD
+pBg
+oUV
+eyR
+eyR
+eyR
+pBg
+eyR
+eyR
+eyR
+pBg
+eyR
+eyR
+eyR
+pBg
+pBg
+wog
+jEy
+dyK
+cdD
+iFF
+wdb
+nGC
+xUi
+nOt
+msa
+edj
+azs
+rFg
+vcF
+bnY
+iEq
+nDX
+msP
+nKK
+xHq
+cVq
+xyh
+gDa
+vpA
+gDa
+gDa
+gDa
+uMo
+oPz
+aBa
+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
+hcI
+unn
+unn
+unn
+unn
+fRW
+tNd
+xHj
+tNd
+tNd
+xHj
+tNd
+tNd
+fRW
+iaT
+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
+dvJ
+jFc
+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
+ogj
+ogj
+oGw
+oGw
+oPQ
+uPX
+aEv
+erB
+iRM
+dYa
+jDf
+iRM
+erB
+gEv
+hAA
+dCu
+bZB
+iDt
+gKG
+gxw
+dCu
+jTL
+wkr
+lri
+pRr
+git
+wAQ
+jnG
+uHI
+qfD
+uHI
+isK
+pRr
+qOe
+iFF
+rWO
+xLt
+fOO
+sSv
+kht
+qNm
+piJ
+mFT
+mFT
+mFT
+mFT
+mFT
+mFT
+mFT
+mFT
+fFr
+qHP
+xtZ
+oGf
+pJd
+aaZ
+xtZ
+jma
+mFT
+mFT
+mFT
+mFT
+mFT
+mFT
+mFT
+akE
+mFT
+mFT
+mFT
+mFT
+dpP
+qhp
+rjI
+fJQ
+fOh
+eFl
+wdb
+nGC
+xUi
+lrp
+iow
+ttH
+hsv
+fXD
+uHZ
+dsD
+iEq
+nDX
+msP
+oUH
+tRl
+fvX
+gjS
+vMN
+cwF
+rRC
+gDa
+tkl
+oPt
+oPz
+aaH
+oPz
+lHf
+noD
+krW
+iRZ
+noD
+krW
+iRZ
+noD
+noD
+xiM
+pnT
+kJn
+qrR
+ykq
+pmV
+oii
+uAx
+fuP
+eOX
+fnL
+vqR
+qkN
+vqR
+rqx
+jtn
+wmq
+stw
+eqi
+cXQ
+hcI
+unn
+unn
+unn
+unn
+unn
+iaT
+tNd
+xHj
+xHj
+tNd
+xHj
+xHj
+tNd
+tNd
+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
+bQp
+szT
+rjM
+rjM
+rjM
+urQ
+exB
+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
+uOp
+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
+kxP
+jjI
+qPS
+aEv
+iaE
+qXv
+pDQ
+ccQ
+bdN
+tJU
+hYB
+riB
+iSS
+iDt
+gKG
+gxw
+riB
+kJo
+jkH
+oWd
+pRr
+dvT
+hWP
+hfv
+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
+csm
+gXg
+gXg
+jTw
+lqz
+fQY
+jEy
+hzp
+pow
+fOO
+pow
+aRl
+aRl
+maz
+rNo
+ccw
+jEy
+iEq
+tYy
+gjS
+trt
+trt
+trt
+gjS
+ptz
+miV
+wGl
+gDa
+rVH
+tYA
+uRa
+aBa
+oPz
+vuK
+xSM
+nzS
+mLj
+pKR
+nzS
+nzS
+hzm
+eGO
+ceG
+gEh
+kJn
+xfm
+uIN
+pmV
+quK
+kBq
+dXr
+aup
+nUw
+rqx
+fnL
+rqx
+fnL
+hig
+aup
+aup
+aup
+aup
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+daI
+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
+itP
+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
+rFa
+rFa
+yjt
+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
+sKj
+evB
+ist
+gwr
+oGw
+xHV
+hfY
+puL
+aEv
+uGK
+icq
+rmh
+sMR
+bdN
+mOu
+lEO
+wlG
+xIw
+oCP
+arp
+oCP
+rkU
+wlG
+sub
+bYY
+pRr
+qQp
+hWP
+vGI
+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
+bNQ
+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
+tYA
+fxZ
+lHV
+gZD
+eVS
+nRP
+mVL
+tOB
+gDa
+svJ
+siw
+tUR
+uYk
+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
+hcI
+hcI
+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
+nlv
+tpa
+aEv
+vqN
+gbq
+kKe
+vuL
+eFF
+eMO
+qhx
+bYY
+iWb
+gEt
+gEt
+gEt
+gEt
+gxw
+qel
+jHL
+hPC
+bCu
+ehf
+aiH
+kAT
+kAT
+mgm
+jlP
+uYP
+gBu
+udW
+wdb
+xQs
+bif
+sSv
+kht
+jsW
+ewo
+dSA
+yew
+jEy
+tgZ
+ahx
+suK
+tqs
+jDY
+mNs
+wKu
+tgZ
+huA
+lxb
+ofH
+gAU
+bKD
+gAU
+gAU
+bKD
+bKD
+gAU
+gAU
+bKD
+bKD
+gAU
+mmD
+bKD
+bKD
+mmD
+mmD
+mmD
+mmD
+leP
+jEy
+wdb
+nGC
+xUi
+lrp
+aCc
+beb
+dgW
+gWs
+kht
+jEy
+iEq
+tYy
+mrh
+rJo
+cnk
+enP
+gDa
+gDa
+vpA
+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
+tdx
+qkN
+qkN
+rRw
+rAI
+fnL
+xVm
+eto
+iQy
+kIo
+hcI
+hcI
+hcI
+unn
+unn
+unn
+unn
+fRW
+tNd
+xHj
+xHj
+fRW
+tNd
+xHj
+tNd
+unn
+bQY
+unn
+unn
+unn
+unn
+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
+oGw
+arD
+xly
+oWW
+toX
+oGw
+tru
+tHC
+rYi
+aEv
+qyz
+qXv
+pDQ
+pdv
+duB
+oxD
+sEf
+bYY
+jNA
+mRh
+rrc
+uvy
+lqT
+gxw
+tvv
+oWd
+rtq
+ccb
+uHI
+lSN
+uHI
+uHI
+uHI
+isK
+pRr
+rXv
+udW
+wdb
+hnV
+fOO
+sSv
+kht
+rtJ
+bSu
+uEk
+auY
+xzV
+tgZ
+xeR
+xNm
+dsF
+tYe
+oJM
+hNp
+xva
+cPG
+lxb
+hwr
+gAU
+gAU
+gAU
+gAU
+mwH
+mwH
+gAU
+gAU
+mwH
+mwH
+gAU
+mmD
+mmD
+mmD
+mmD
+mmD
+mmD
+cwh
+mLN
+jEy
+wdb
+nGC
+xUi
+lrp
+pJi
+jEp
+eKX
+gWs
+kht
+lWc
+iEq
+nDX
+mrh
+hKl
+dsc
+vVe
+gfe
+gDa
+nXD
+fUr
+gDa
+jbQ
+tYA
+sbK
+aBa
+oPz
+agI
+noD
+krW
+iRZ
+noD
+krW
+iRZ
+noD
+noD
+xiM
+kGU
+kJn
+qrR
+ykq
+pmV
+fgX
+gCR
+hNL
+aup
+aup
+ryb
+ryb
+aup
+aup
+aup
+aup
+jwH
+cWV
+xjO
+hcI
+lCG
+hcI
+hcI
+unn
+unn
+unn
+unn
+tNd
+xHj
+tNd
+xHj
+xHj
+xHj
+tNd
+kPI
+fRW
+fRW
+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
+xLR
+bJg
+sgP
+oGw
+cKZ
+pHc
+clt
+vHF
+oGw
+gqM
+alQ
+qhu
+aEv
+lzO
+icq
+tyq
+ouu
+bdN
+maK
+ydk
+oWd
+aNS
+nfc
+poI
+vkS
+fhP
+gxw
+sqW
+uwN
+pRr
+qBf
+qHT
+hGB
+uHI
+gDr
+anm
+rQy
+pRr
+nuE
+jEy
+wdb
+nGC
+xUi
+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
+mYk
+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
+tYA
+oTf
+aBa
+oPz
+mtQ
+noD
+jci
+uia
+noD
+mGp
+uia
+noD
+doT
+qCy
+oFj
+xjv
+xfm
+uIN
+pmV
+fgX
+pnT
+sYp
+mSm
+tSt
+dSW
+giD
+hDi
+xBD
+aVG
+aup
+ryb
+aup
+aup
+hcI
+lCG
+lCG
+hcI
+hcI
+unn
+unn
+unn
+tNd
+fRW
+xHj
+xHj
+xHj
+fRW
+xHj
+tNd
+xjZ
+tNd
+tNd
+fRW
+kPI
+tNd
+kPI
+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
+vMk
+rNR
+cMC
+aEv
+rXY
+icq
+pDQ
+foe
+bdN
+vuc
+nUA
+uIW
+itC
+poI
+byy
+byy
+bwZ
+fvc
+bxp
+smf
+pRr
+gTM
+uDW
+hGB
+pXm
+kDq
+uaR
+pRr
+pRr
+chr
+jEy
+wdb
+bUu
+xUi
+sSv
+aFn
+rtJ
+ewo
+jse
+uoI
+dts
+xrA
+jat
+qgC
+wiL
+nQP
+jfK
+wCn
+odx
+dOg
+lxb
+ukk
+cvt
+ldD
+jAc
+kNl
+cqi
+hnW
+cmN
+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
+mDs
+muw
+muw
+muw
+muw
+vBD
+xdS
+tkl
+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
+slV
+wVN
+nTE
+uAz
+lYo
+hcI
+lCG
+lCG
+lCG
+hcI
+unn
+unn
+unn
+tNd
+tNd
+xHj
+xHj
+tNd
+xHj
+tNd
+tNd
+xHj
+tNd
+fRW
+tNd
+xHj
+mvL
+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
+sgP
+oGw
+oGw
+qlQ
+rxy
+oGw
+oGw
+hyx
+uPX
+aEv
+aEv
+lqP
+icq
+qoB
+lqP
+bdN
+wsO
+uPp
+piu
+wsO
+cBk
+dsn
+cBk
+wsO
+mIk
+wcz
+wsO
+pRr
+qhG
+qhG
+khY
+aRI
+qhG
+qhG
+pRr
+xdj
+kht
+jEy
+wdb
+bUu
+xUi
+sSv
+cIC
+rtJ
+ewo
+lYj
+dTe
+wTO
+tgZ
+cqy
+xNm
+uba
+oBL
+wod
+htW
+tgZ
+mIq
+lxb
+ukk
+cvt
+aZk
+mwy
+dlR
+tHl
+oES
+npo
+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
+vpA
+gDa
+gDa
+qZW
+tYA
+sqe
+aBa
+oPz
+mtQ
+noD
+noD
+noD
+noD
+noD
+noD
+noD
+rSv
+pup
+wju
+kJn
+xfm
+uIN
+pmV
+ceG
+coB
+vGC
+vGC
+vGC
+cDh
+opJ
+umP
+wLI
+slV
+grK
+kvK
+giD
+hcI
+hcI
+hcI
+hcI
+hcI
+hcI
+unn
+unn
+unn
+gry
+kwG
+tNd
+tNd
+tNd
+xHj
+xHj
+xHj
+tNd
+xHj
+tNd
+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
+unn
+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
+aQt
+wRb
+wRb
+nWD
+erm
+nth
+awS
+god
+npM
+lqP
+bQr
+awS
+sjA
+pvj
+ube
+lqP
+mqx
+god
+awS
+bQr
+pDQ
+lHr
+pdv
+bQr
+awS
+god
+lHr
+lqP
+uhH
+awS
+xRm
+wIl
+awS
+lHr
+qhM
+hbK
+kht
+jEy
+wdb
+pow
+hgv
+sSv
+kht
+rtJ
+bSu
+gIO
+kht
+jEy
+tgZ
+nbU
+lox
+qPF
+qjF
+wQi
+isS
+tgZ
+byH
+lxb
+ukk
+cvt
+ldD
+aZk
+oGm
+lnY
+osJ
+nWK
+azq
+xZq
+ldD
+sVE
+jNf
+lcU
+eGq
+kpJ
+bVZ
+sHH
+fSa
+soN
+hok
+kaw
+gJi
+gJi
+tbu
+dvb
+jEy
+vhY
+rSG
+rSG
+rSG
+rSG
+rSG
+tYA
+dPm
+qDx
+tYA
+tYA
+siw
+gRE
+lEg
+siw
+tYA
+tYA
+lAC
+aBa
+oPz
+nSa
+bay
+rkH
+xKf
+pgh
+mgN
+bay
+uGC
+fVe
+xqZ
+wju
+kJn
+qrR
+ykq
+pmV
+vIs
+xCG
+xCG
+sbZ
+sbZ
+siB
+ozS
+csB
+xcD
+wJD
+jtH
+gch
+dSW
+qUP
+eUE
+sxV
+aNF
+lBN
+hcI
+unn
+unn
+tNd
+hCK
+anZ
+pWp
+xHj
+xHj
+xHj
+xHj
+tNd
+xHj
+tNd
+xHj
+xjZ
+mvL
+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
+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
+vzU
+tnt
+hOD
+dBB
+fyF
+tzi
+wVL
+mKz
+wez
+ark
+vGS
+xtN
+vXZ
+wLU
+nvr
+uID
+boy
+tRL
+nvr
+thW
+nvr
+lNo
+nvr
+vXZ
+nvr
+tqO
+nvr
+vXZ
+uID
+lNo
+vXZ
+wLU
+nvr
+nvr
+lNo
+nvr
+nvr
+plC
+rLK
+mBl
+wbj
+jEy
+wdb
+nGC
+eAf
+sSv
+kht
+rtJ
+rVc
+jax
+kht
+jEy
+tgZ
+mdg
+tNT
+gTZ
+lTJ
+igH
+lnl
+tgZ
+poG
+kxn
+ukk
+cvt
+aZk
+jro
+gAU
+ojI
+sVE
+mVa
+gAU
+tbh
+sVE
+mgf
+lZm
+hUg
+iWK
+cNv
+peL
+sHH
+gIk
+ixS
+ssd
+hzp
+nGC
+xUi
+ejj
+kht
+jEy
+vhY
+rSG
+vpp
+odZ
+gLS
+bZN
+say
+bYR
+niO
+mOv
+bvk
+ctx
+fet
+gVA
+kWY
+cjs
+jLJ
+irE
+aBa
+oPz
+uvc
+stG
+jDk
+kaC
+wBS
+mJJ
+bay
+uyY
+jyg
+dYV
+lFZ
+hOv
+xfm
+uIN
+gEx
+eli
+xXi
+yee
+xXi
+bNw
+sps
+ceG
+vib
+dGi
+tQQ
+hrz
+giD
+bCQ
+hcI
+hcI
+fXN
+erb
+lBN
+hcI
+unn
+unn
+tNd
+tNd
+kAb
+ueO
+iaT
+xHj
+tNd
+tNd
+xHj
+xHj
+xHj
+xHj
+xHj
+xHj
+tNd
+xHj
+kPI
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+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
+fLL
+dMu
+vqo
+lUF
+eIG
+qTW
+nak
+sic
+nKs
+cBB
+xBQ
+jZd
+awS
+awS
+god
+awS
+awS
+awS
+awS
+awS
+jZd
+awS
+awS
+awS
+peU
+jZd
+pvj
+sjA
+awS
+jZd
+awS
+jZd
+awS
+awS
+jZd
+jZd
+oAX
+duB
+kTA
+wbj
+jEy
+wdb
+nGC
+eAf
+sSv
+hJe
+rtJ
+ewo
+ykh
+jlp
+jEy
+tgZ
+tgZ
+nII
+nII
+vcv
+xmO
+tjI
+odx
+dOg
+lxb
+qWf
+cvt
+mgf
+mmo
+vDd
+mmp
+dyj
+eQl
+dPR
+miI
+bFb
+ayx
+olV
+aAb
+rfj
+icv
+dfU
+sHH
+vph
+crT
+xiy
+wdb
+nGC
+xUi
+sSv
+lsl
+tXA
+rSG
+rSG
+bOY
+rVe
+uPC
+rdn
+rdn
+bXn
+niO
+fii
+joO
+joO
+gnP
+joO
+joO
+sUg
+ctq
+oPz
+vIE
+lWg
+uhQ
+pGX
+bHh
+uDv
+phJ
+aGY
+bay
+bay
+wvm
+wDg
+kCr
+htA
+xfm
+uIN
+cHo
+hft
+cAx
+jAD
+okL
+qLE
+lrD
+wnL
+wrg
+fhM
+uRT
+kmb
+dSW
+giD
+unn
+hcI
+cGQ
+gXx
+lBN
+hcI
+unn
+unn
+unn
+unn
+tNd
+vBk
+sLk
+hNA
+gry
+unn
+unn
+fRW
+xHj
+tNd
+xHj
+xHj
+xHj
+tNd
+fRW
+iaT
+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
+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
+rWY
+vfi
+bfV
+oVd
+lqP
+uhH
+epI
+eZT
+tkG
+ntp
+lqP
+muf
+sgw
+ujs
+fWi
+pDQ
+peU
+pdv
+ggG
+epI
+eDZ
+lHr
+lqP
+joE
+eDZ
+tkG
+eZT
+tkG
+xod
+qhM
+iUC
+kht
+jEy
+hzp
+nGC
+xUi
+uZY
+kht
+rtJ
+ewo
+oKT
+ncJ
+jEy
+tgZ
+bgz
+jQs
+faP
+xCC
+prx
+tjI
+tgZ
+rnn
+lXP
+lXP
+gpC
+ayx
+xxq
+nOO
+wVI
+fzX
+dSw
+gmw
+uFZ
+pXS
+ldD
+jAG
+oUI
+iWK
+icv
+cNn
+mmD
+uyy
+eHZ
+jEy
+vuC
+nGC
+xUi
+sSv
+kht
+lWc
+rSG
+qjj
+gIZ
+cbT
+jDp
+esO
+esO
+fzW
+dNf
+nuK
+aEe
+aEe
+vwe
+aEe
+aEe
+mqi
+kqT
+qVi
+eAW
+oPz
+uvc
+stG
+cCw
+kBL
+rpV
+aRj
+rnQ
+bay
+iQR
+sNT
+szK
+ktQ
+xfm
+uIN
+pAZ
+vVD
+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
+kPI
+tNd
+xHj
+xHj
+xHj
+xHj
+xHj
+tNd
+unn
+unn
+hcI
+hcI
+hcI
+hcI
+iKK
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+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
+rWc
+rWY
+gvv
+iAR
+kGu
+pDQ
+dfn
+ogU
+uJW
+uJW
+fkq
+uJW
+uJW
+uJW
+uJW
+uJW
+uJW
+uJW
+uJW
+qIr
+bfV
+thC
+inn
+tro
+ahB
+wNB
+bdN
+bdN
+wGJ
+bdN
+bdN
+bdN
+bdN
+bdN
+uPl
+kht
+iFF
+mIx
+skg
+mbe
+gdA
+eui
+jsW
+bXx
+fIV
+aAz
+jEy
+odx
+nWa
+bYT
+ipB
+tut
+fxS
+wEX
+qjC
+jaQ
+lxb
+lxb
+rZq
+tFh
+jAc
+vHo
+cPZ
+hnW
+jAc
+imd
+lsj
+osJ
+ota
+vPS
+icv
+iWK
+cNv
+klY
+mmD
+cyn
+kht
+iQL
+wdb
+kvv
+hgv
+sSv
+kht
+jEy
+rSG
+fMH
+uSc
+vIP
+ujb
+niO
+ujb
+ujb
+cZS
+mOv
+qEq
+wUk
+wUk
+wUk
+jrS
+cjs
+lzG
+nAR
+qTS
+hVb
+vvB
+bay
+boD
+seV
+rpV
+mku
+xVc
+byr
+hlE
+vXG
+bZF
+nGX
+qrR
+ykq
+pAZ
+kVg
+hft
+tnr
+fps
+qrR
+qvC
+ekN
+bjP
+uZo
+lUw
+mbP
+unn
+unn
+unn
+hcI
+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
+dIi
+gKk
+eKu
+tfu
+uOP
+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
+rJq
+unn
+unn
+mfm
+mfm
+wIe
+eQx
+wIe
+wIe
+mfm
+mfm
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+mfm
+cyC
+oSE
+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
+pWu
+fSM
+xbC
+aDV
+tol
+aaW
+pUp
+aaW
+pzx
+aDV
+gxI
+bfV
+kPB
+vEQ
+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
+jaQ
+lxb
+clM
+gAU
+bsb
+hzR
+xZq
+azq
+enh
+ldD
+xZq
+oGm
+aZk
+ldD
+wRr
+icv
+lOz
+lXC
+gEk
+mmD
+arm
+lFC
+esX
+wdb
+nGC
+xUi
+sSv
+aFn
+lWc
+rSG
+oxL
+pyt
+wKj
+aaQ
+ojQ
+aaQ
+niO
+cZS
+rSG
+xlG
+xlG
+xlG
+xlG
+cjs
+cjs
+cjs
+dGG
+iUP
+bay
+bay
+bay
+eqB
+tXx
+rVE
+mRt
+cFx
+bOg
+eGO
+ceG
+pnT
+nGX
+qrR
+ykq
+pAZ
+qrR
+qrR
+kVg
+dsP
+gOW
+pBk
+gRS
+kGU
+szn
+kbt
+aMQ
+bLl
+unn
+unn
+hcI
+hcI
+jGa
+lBN
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+xjZ
+tNd
+tNd
+xHj
+xHj
+xHj
+xHj
+kmB
+tNd
+hlt
+gKk
+lgz
+tfu
+vtU
+oKc
+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
+sBj
+rzw
+xqR
+scf
+mfm
+ixT
+fAJ
+bGE
+fsm
+qRk
+mfm
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+mfm
+iHF
+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
+rWc
+rWY
+kEw
+mch
+kGu
+vYg
+vMj
+gtg
+bmo
+cnW
+ewA
+gAK
+aDV
+xKg
+msr
+hZg
+msr
+pzr
+aDV
+mXb
+bfV
+qYK
+vEQ
+qzn
+vqI
+vqI
+oZZ
+inn
+wlO
+rjI
+uwb
+kTA
+kTA
+kTA
+uwb
+wbj
+dBl
+aMM
+mbO
+wBA
+prY
+kht
+rtJ
+ewo
+xfI
+ncJ
+jEy
+tgZ
+koQ
+cpZ
+bse
+iWR
+gcP
+wGo
+tgZ
+pqx
+lXP
+fOr
+gAU
+gAU
+lRP
+ldD
+lFF
+qiR
+fUq
+wuc
+gVi
+ldD
+oEf
+mmD
+ouJ
+mmD
+mmD
+mmD
+uaB
+tUU
+hdO
+oSp
+wdb
+lLj
+xUi
+sSv
+cmB
+lWc
+rSG
+fMH
+apP
+gxB
+kKX
+niO
+kKX
+kKX
+cZS
+rSG
+rHq
+cmX
+cmX
+cmX
+irB
+jIo
+cmX
+rwl
+irB
+bay
+sav
+eoE
+vWj
+shO
+rpV
+pXx
+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
+mvL
+tNd
+tNd
+xHj
+tNd
+xHj
+xHj
+xHj
+xHj
+jvG
+hlt
+gKk
+lgz
+tfu
+vtU
+jLX
+tNd
+tNd
+fRW
+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
+rJq
+rzw
+rzw
+rJq
+sBj
+mfm
+fru
+fsm
+jMv
+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
+gBU
+aiF
+lrt
+vzN
+cqv
+dJp
+oIC
+cgF
+kpj
+tnt
+jSK
+jSK
+jSK
+sgP
+rWY
+rWY
+rWY
+rWY
+krF
+bfV
+pdv
+dVe
+uIs
+oRH
+ybq
+vFY
+amY
+gbH
+gbH
+gbH
+opZ
+dgs
+ibe
+xBQ
+gmv
+vEQ
+qzn
+djh
+vqI
+nzK
+vEQ
+kHq
+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
+xUi
+sSv
+kht
+jEy
+rSG
+uiA
+djt
+mQp
+qLQ
+bZN
+bZN
+pqV
+cZS
+kyh
+kCc
+fpr
+kPZ
+wXY
+dbM
+mRm
+gIg
+dTv
+qUJ
+bay
+oEw
+mks
+uVk
+xhk
+rpV
+kBL
+ljU
+bay
+dJq
+ceG
+pnT
+nGX
+xfm
+uIN
+pAZ
+qrR
+dGA
+tis
+dGA
+bAP
+sJO
+agr
+lWS
+liX
+kGj
+wBk
+aHh
+und
+unn
+hcI
+hcI
+rUT
+mgU
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+fRW
+tNd
+xHj
+xHj
+xHj
+fRW
+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
+rzw
+rzw
+rzw
+sBj
+rzw
+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
+rWc
+rWY
+cvR
+wgQ
+kGu
+pDQ
+nrO
+pdv
+uJW
+qQo
+teC
+jUm
+aDV
+xVZ
+fPX
+ujk
+gRP
+jpP
+aDV
+pDQ
+peU
+bGe
+vEQ
+wBZ
+bgt
+vqI
+bdM
+vEQ
+vhY
+xYn
+qie
+iow
+qxa
+pow
+rQR
+lyx
+jEy
+jep
+vDa
+xVv
+uZY
+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
+tTx
+kyh
+kCc
+wSO
+gkd
+rAj
+dbM
+ezZ
+hYL
+uIm
+qUJ
+bay
+bay
+oLF
+azz
+kBL
+rpV
+smQ
+bay
+bay
+ssm
+vXG
+pnT
+kJn
+xfm
+uIN
+cHo
+qrR
+dGA
+qrR
+dGA
+qrR
+thE
+tSd
+tNm
+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
+rzw
+rzw
+rzw
+rzw
+rzw
+mfm
+jWK
+jWK
+pQW
+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
+gBU
+gzd
+mIX
+nBJ
+oug
+vut
+tnt
+tnt
+fwT
+tnt
+iKX
+ayO
+klK
+sgP
+rWY
+jts
+olq
+wxJ
+vPl
+wFB
+uuO
+uJW
+gtn
+dVe
+oAH
+uJW
+nfp
+uJW
+uJW
+uJW
+uJW
+uJW
+ctz
+lvj
+yfs
+inn
+pNB
+brL
+vqI
+tLM
+inn
+qYW
+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
+cED
+tVk
+jdL
+rpS
+qFF
+ilb
+kht
+jEy
+wdb
+nGC
+xUi
+sSv
+lMS
+jEy
+vhY
+rSG
+bWV
+nHQ
+vdl
+esO
+iTY
+fzW
+rSG
+rSG
+kCc
+xdP
+isa
+ioE
+dbM
+weE
+wkS
+mSN
+qUJ
+fEl
+bOg
+niv
+dtJ
+hRD
+epM
+iDM
+bOg
+huf
+rzu
+lJh
+pnT
+kJn
+xfm
+uIN
+uli
+lvM
+sGc
+sGc
+sGc
+nDk
+cnB
+gRS
+kkQ
+ovn
+ilV
+tWk
+xLe
+oXP
+bHK
+tdN
+bHK
+lTT
+hcI
+hcI
+hcI
+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
+rzw
+sBj
+sBj
+rzw
+sBj
+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
+uTE
+kkD
+dBf
+eaP
+akP
+eaP
+mIX
+eaP
+xMn
+eid
+tnt
+dOW
+kpj
+tnt
+uHG
+rND
+xbo
+rWc
+rWY
+kEw
+mch
+kGu
+vPl
+rHm
+dwd
+uJW
+qQo
+teC
+jUm
+aDV
+qyM
+aaW
+pUp
+aaW
+pzx
+aDV
+vPl
+lvj
+wFF
+vEQ
+wBZ
+brL
+iVR
+dhr
+inn
+tou
+nUq
+iow
+pow
+pow
+kvv
+hsv
+mHF
+nwk
+sFK
+mrq
+xUi
+wYB
+kht
+jsW
+oJr
+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
+xUi
+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
+hcI
+lCG
+hcI
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rcn
+aEB
+aEB
+aEB
+opf
+kmB
+tNd
+pXa
+unn
+unn
+fRW
+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
+xgL
+rJq
+sBj
+rye
+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
+wNe
+qAF
+fjV
+nkI
+gBU
+kMZ
+kbv
+nBJ
+mbx
+bYD
+tnt
+rDy
+kpj
+tnt
+eCA
+qtr
+rND
+nsW
+rWY
+rWY
+rWY
+rWY
+pcx
+rwI
+hDJ
+owm
+dVe
+teC
+jUm
+aDV
+xrV
+msr
+hZg
+msr
+pzr
+aDV
+vjT
+lvj
+ezg
+vEQ
+qzn
+jwt
+vqI
+thg
+inn
+dSk
+bKO
+iow
+kvv
+pow
+pow
+lnb
+nwk
+nwk
+pow
+tIT
+bif
+ejj
+kht
+acy
+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
+eyL
+qfP
+atr
+paa
+nZa
+jVP
+gxs
+kht
+jEy
+hzp
+nGC
+xUi
+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
+xCG
+sbZ
+sbZ
+ivk
+eZX
+ayw
+bHK
+cjH
+uig
+jig
+hcI
+lCG
+lCG
+hcI
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+hDx
+oBK
+dgn
+aEB
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+fRW
+hcI
+unn
+hcI
+unn
+hcI
+uHb
+rhH
+xHj
+xHj
+xHj
+tNd
+xjZ
+fRW
+vrY
+lbV
+vrY
+tNd
+ePl
+gry
+hNA
+jDt
+hNA
+gry
+vEG
+vEG
+unn
+unn
+unn
+rJq
+sBj
+rzw
+rzw
+rzw
+rJq
+unn
+unn
+unn
+unn
+unn
+unn
+cFr
+rzw
+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
+cwv
+gBU
+gBU
+gBU
+gBU
+uXa
+nyK
+eaP
+dTL
+ovg
+tnt
+lEl
+kpj
+tnt
+ajD
+gPi
+yih
+kEe
+rWY
+hdh
+jvl
+kGu
+hIo
+xVt
+iFO
+dVe
+dVe
+teC
+jUm
+aDV
+lFo
+gbH
+gbH
+gbH
+gfu
+dgs
+lEW
+pdi
+nts
+vEQ
+ldv
+nEb
+rvF
+oZZ
+inn
+ihd
+jEy
+iow
+pow
+pow
+mEs
+bye
+oem
+nwk
+jEm
+tcM
+skg
+pKM
+oqQ
+qNm
+yaT
+yaT
+taT
+vgn
+eKp
+taT
+mBl
+jlN
+prY
+prY
+sra
+pQR
+gGX
+yaT
+fKT
+fKT
+taT
+cgQ
+mOc
+mOc
+mOc
+mOc
+mOc
+mOc
+mOc
+mOc
+tFJ
+pNY
+oVP
+kSh
+kBf
+fvI
+ijA
+wbj
+aew
+egA
+ebQ
+dhV
+aRU
+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
+lKd
+joo
+eIN
+nnB
+joo
+eZc
+sxw
+ceG
+kGU
+dXr
+nrw
+dYT
+nBl
+sGf
+hcI
+lCG
+lCG
+lCG
+hcI
+hcI
+unn
+unn
+unn
+unn
+unn
+hcI
+hcI
+ogO
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+tkX
+kxp
+kmB
+xHj
+xHj
+fRW
+xHj
+xHj
+tNd
+tIb
+tNd
+pMw
+unn
+unn
+xjZ
+ogv
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+xqR
+iyR
+rzw
+rzw
+sBj
+vPU
+unn
+unn
+unn
+unn
+unn
+unn
+rJq
+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
+nBz
+mSq
+wiV
+gBU
+dhJ
+dhJ
+lWh
+lWh
+bUv
+tnt
+tnt
+hPI
+tnt
+tnt
+tnt
+tnt
+tnt
+rWY
+dcC
+aSk
+qyw
+mFy
+owi
+yfs
+uJW
+dbx
+fCU
+bmv
+aDV
+aAW
+fPX
+ujk
+gRP
+qBn
+aDV
+vPl
+cYR
+eHu
+vEQ
+jay
+fvO
+mTq
+fqa
+inn
+gNx
+tCp
+bAL
+usr
+kvv
+ipC
+deH
+akO
+fkY
+cuZ
+vMl
+cuZ
+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
+uIj
+kjO
+voE
+fgh
+tjp
+fJD
+lTv
+vkj
+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
+vAo
+vAo
+aUT
+aUT
+vAo
+vAo
+vAo
+ari
+lFZ
+dXr
+bHK
+bHK
+obr
+bHK
+hcI
+hcI
+hcI
+hcI
+hcI
+hcI
+hcI
+hcI
+hcI
+hcI
+hcI
+hcI
+nPO
+epP
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+vEG
+fRW
+wtd
+xHj
+xHj
+xHj
+xHj
+xHj
+tNd
+yab
+tIb
+lQm
+vbO
+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
+bZE
+gBU
+ksJ
+iQP
+iQP
+rKU
+gBU
+kjE
+cRo
+ecy
+tZp
+cRo
+aWW
+oTy
+ttA
+dJj
+jEF
+rNT
+jEF
+rWY
+rWY
+kby
+qZu
+kGu
+vPl
+cYR
+iFO
+uJW
+uJW
+fkq
+uJW
+uJW
+uJW
+uJW
+uJW
+uJW
+uJW
+uJW
+vKL
+ouw
+gAp
+pwq
+pwq
+pwq
+pwq
+pwq
+pwq
+xfR
+mum
+qie
+gtL
+qxa
+ssS
+rQR
+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
+izJ
+buT
+wGm
+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
+iXi
+iXi
+cRW
+klX
+klX
+liZ
+fQV
+rsn
+vAo
+vAo
+xMy
+qai
+qai
+vap
+ygt
+esc
+hHV
+pnT
+hlT
+qdc
+nNV
+eIN
+nnB
+gFG
+pft
+crt
+pJv
+bSY
+pJv
+uAX
+mCu
+fwI
+rZD
+fGb
+hcI
+dTJ
+ozY
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+vEG
+rBG
+sWm
+rWz
+xYc
+xYc
+xYc
+xYc
+nKG
+xYc
+bag
+tNd
+cRi
+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
+urr
+imf
+llq
+bVe
+bVe
+bVe
+bVe
+bVe
+txr
+cYR
+ldL
+dwu
+dwu
+kyM
+dwu
+luM
+dwu
+dwu
+dwu
+luM
+dwu
+tpy
+ykM
+cYR
+iFO
+kwC
+hFP
+sgU
+wMA
+wMA
+kwC
+bRa
+dsR
+vgQ
+iMQ
+cqL
+wqG
+nHn
+nkt
+jEy
+tmd
+mTW
+xoE
+pVU
+cuZ
+kCI
+tBH
+gLX
+pbq
+pbq
+pbq
+xDE
+iBI
+iBI
+iBI
+iBI
+iBI
+pbq
+tBH
+rxK
+xDE
+hsv
+slf
+bVo
+xCP
+qaT
+xIV
+xIV
+gLO
+xIV
+uZL
+ylX
+cuZ
+hYJ
+iow
+xDE
+nMg
+ojw
+uRq
+vsD
+jva
+fIv
+ybH
+kvv
+pVU
+cuZ
+njS
+bkT
+tqr
+wBr
+ygd
+tqr
+tqr
+wBr
+ygd
+ygd
+ygd
+ygd
+tqr
+tqr
+wBr
+ygd
+tqr
+tqr
+tqr
+wBr
+ygd
+tqr
+tqr
+wBr
+erx
+eiu
+dGA
+qrR
+qrR
+htv
+iXi
+iXi
+dGA
+qrR
+qrR
+bkg
+ceG
+pnT
+eHR
+tVx
+dvl
+dHS
+oWE
+dHS
+uQB
+vAo
+kIt
+xih
+vGC
+xuk
+mfQ
+mfQ
+vGC
+dnL
+lex
+mrv
+wZD
+idd
+mpz
+hIy
+pGH
+fwI
+ycb
+uVE
+hcI
+hcI
+vGr
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+daI
+dGw
+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
+oSE
+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
+bVe
+wVF
+xPU
+wTQ
+wTQ
+wTQ
+jLz
+vkc
+dUQ
+wTQ
+wTQ
+vkc
+wTQ
+wTQ
+vkc
+vkc
+qhb
+qLS
+pwq
+vcW
+lsT
+dSq
+pwq
+pwq
+sZr
+sYX
+kJi
+fTs
+oVP
+mBl
+pIc
+bBp
+mAk
+dDL
+hnV
+pow
+nEu
+nHL
+njS
+lYu
+lYu
+biE
+biE
+biE
+cfj
+kvv
+pow
+pow
+pow
+pow
+biE
+lYu
+lYu
+cfj
+hsv
+slf
+cuZ
+xCP
+qaT
+xIV
+xIV
+xIV
+xIV
+uZL
+ylX
+cuZ
+yeQ
+iow
+biE
+cfj
+mhl
+kJe
+ljz
+crg
+lmV
+bOK
+lzL
+esB
+cuZ
+kCI
+iBc
+iBc
+fpp
+qrR
+iBc
+iBc
+fpp
+qrR
+qrR
+kVg
+qrR
+iBc
+iBc
+fpp
+qrR
+iBc
+iBc
+iBc
+fpp
+qrR
+iBc
+iBc
+fpp
+erx
+eiu
+dGA
+qrR
+qrR
+htv
+iXi
+iXi
+dGA
+qrR
+qrR
+bkg
+ceG
+xih
+yjC
+dHS
+dHS
+aBe
+kkW
+qnp
+uQB
+vAo
+wln
+rno
+ozS
+xih
+ozS
+ozS
+aiM
+xih
+qKz
+idd
+nmx
+gyx
+hgP
+vPM
+uUh
+fwI
+fwI
+nBD
+wBJ
+rpI
+jUS
+hcI
+hcI
+hcI
+hcI
+hcI
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+nCo
+gUH
+jDt
+hIb
+sTU
+mSX
+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
+eOg
+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
+gBU
+viy
+rsB
+egz
+xqH
+lXU
+bRB
+ngK
+api
+bRB
+sBE
+kbo
+mWG
+bVe
+jfc
+rjH
+pqO
+qlc
+dvu
+cYR
+kjS
+ivG
+tSh
+cpk
+aRq
+gXO
+tdy
+pty
+hZQ
+bLh
+eZz
+oeX
+cpk
+uuD
+gUv
+pwq
+mmB
+mmB
+mmB
+pwq
+aFV
+saj
+xSf
+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
+agH
+gXb
+oBP
+qaz
+umG
+wEq
+lCj
+bRY
+kzx
+uFF
+lvM
+neN
+neN
+neN
+neN
+neN
+lvM
+sjq
+nJG
+iBh
+mmf
+lvM
+neN
+neN
+neN
+neN
+neN
+neN
+neN
+neN
+neN
+neN
+lvM
+bcw
+eiu
+cRj
+nJG
+nJG
+sIO
+iXi
+iXi
+cRj
+pOr
+pOr
+jch
+ceG
+xih
+mMM
+dHS
+dHS
+bqF
+tuP
+sPE
+uQB
+xCH
+lfp
+wba
+qnK
+gEI
+qKb
+uBy
+eoc
+wDp
+xjF
+vFd
+uTl
+eTW
+sSk
+sHS
+uUh
+fwI
+bSO
+klc
+xHX
+ena
+qxu
+nDT
+fwI
+ubb
+qLD
+kvj
+hcI
+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
+rJq
+sBj
+rzw
+rzw
+gTe
+sBj
+rJq
+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
+cYR
+xXp
+gIf
+gIf
+kBk
+kBk
+pgf
+aGD
+kBk
+kBk
+kBk
+jWg
+jWg
+jWg
+xln
+jWg
+kBk
+kBk
+kBk
+kBk
+kBk
+pbT
+fCC
+dYh
+cmW
+cmW
+cmW
+ewo
+uoh
+kht
+lWc
+cuZ
+xYS
+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
+hDV
+xzn
+jGr
+tlh
+yiH
+vhu
+wns
+nkr
+mBl
+mBl
+hCY
+vGC
+vGC
+mfQ
+mfQ
+vGC
+rSB
+aam
+scB
+hYD
+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
+eHR
+aSI
+oWE
+nru
+kTd
+rPU
+nCu
+vAo
+vAo
+lOH
+jsV
+fZS
+pom
+jsV
+lOH
+pft
+pft
+oze
+gJt
+xZv
+kBb
+aBM
+wRp
+vDH
+pJZ
+uLQ
+lOU
+atY
+ggu
+xkL
+jRp
+bab
+osU
+oMx
+hcI
+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
+rJq
+rzw
+rzw
+gTe
+rzw
+sBj
+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
+bVe
+gat
+cYR
+sqX
+gIf
+gIf
+kBk
+wbC
+hii
+hHg
+lyT
+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
+jpV
+vkj
+qtE
+teI
+mzN
+iCF
+tSC
+kTA
+kTA
+xCG
+sbZ
+sbZ
+xCG
+sbZ
+iMs
+xLM
+uug
+scB
+nQp
+scB
+sPO
+qyo
+sbZ
+nwe
+plY
+ugn
+dHt
+bsY
+xCG
+xCG
+bsY
+vCH
+fCf
+hTZ
+oQp
+oQp
+oQp
+oQp
+nIy
+iHb
+fOc
+bsY
+xCG
+xCG
+bsY
+lGg
+vAo
+sOV
+qea
+hLs
+oLH
+hLs
+xbB
+gcW
+mpR
+aow
+xbZ
+njy
+joA
+ady
+aow
+iQa
+iQa
+nHP
+nmx
+cvx
+uLC
+mpz
+toJ
+fwI
+wMn
+lhN
+lhN
+lhN
+rhG
+lhN
+lhN
+xCw
+klc
+aTz
+hcI
+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
+rua
+rET
+sBj
+gTe
+rzw
+rJq
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rPf
+"}
+(189,1,1) = {"
+rPf
+sxM
+weH
+csG
+oiw
+uFB
+gBU
+gBU
+tMw
+xFf
+pnA
+guC
+evb
+xqH
+eTY
+xqH
+dRo
+emb
+kgI
+ipI
+urH
+cSi
+awM
+yiv
+tMx
+gFa
+wSD
+kyM
+iUS
+iaK
+yjV
+kBk
+wbC
+hii
+czS
+lyT
+ieo
+caZ
+jWg
+bWG
+kjy
+sJV
+jWg
+rvT
+acp
+eBe
+xta
+kBk
+mRW
+xwd
+fVt
+nDX
+dqh
+tYy
+lYX
+cdC
+aVn
+xwV
+hzp
+nGC
+xUi
+uZY
+chT
+qKK
+khF
+khF
+hgT
+pUc
+ewo
+wZe
+pSe
+eXo
+jio
+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
+qfO
+hgp
+wkQ
+nat
+lfL
+jhg
+lTt
+ntQ
+lRn
+nPB
+vjW
+bxK
+bxK
+emF
+emF
+bxK
+bxK
+itS
+vlB
+wXZ
+qrR
+qrR
+mZj
+itS
+mSE
+caj
+caj
+hmG
+hmG
+caj
+caj
+vAo
+eug
+jib
+dHS
+iwn
+vOB
+hVa
+oFQ
+mpR
+jAv
+erO
+njy
+joA
+tNI
+iIP
+iQa
+iQa
+ibk
+nmx
+mpz
+mxD
+mxD
+uKg
+sso
+xHX
+lhN
+kuw
+sLd
+acb
+lhN
+lhN
+bed
+klc
+iZh
+hcI
+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
+sBj
+gTe
+rzw
+sBj
+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
+lyT
+oVF
+sWb
+jWg
+jWg
+jWg
+jWg
+jWg
+gJQ
+fnk
+gHc
+fVZ
+kBk
+kBk
+obh
+obh
+obh
+kBk
+qto
+pvy
+qxJ
+wyr
+xwV
+wdb
+nGC
+xUi
+sSv
+kht
+jsW
+pha
+wWV
+kht
+jEy
+voq
+nfl
+sMX
+sai
+fPn
+tBY
+dRR
+pGy
+gGj
+gLe
+nKu
+wWB
+mFR
+xTf
+mOc
+qjA
+keU
+lVf
+aHZ
+aHZ
+gzo
+mOc
+cBP
+wsT
+yiY
+mZO
+vPI
+hKa
+mZO
+sYg
+fYK
+voq
+eFY
+rOq
+aUa
+wsT
+wTP
+dbC
+sia
+pmE
+how
+gPx
+qUJ
+oMU
+ixv
+pdG
+lDn
+hQG
+wJD
+lQe
+lQe
+wJD
+lQe
+lQe
+bxK
+tYa
+tOf
+mev
+jRh
+ngN
+rkD
+vyE
+oON
+nJG
+nJG
+uOM
+rkD
+rpv
+caj
+fPA
+tyE
+nPk
+rCb
+hyv
+mpR
+ftT
+jib
+uPe
+ftT
+ftT
+ftT
+mpR
+mpR
+bRo
+erO
+wgt
+dun
+erO
+vdS
+iQa
+iQa
+yil
+nmx
+hYb
+yil
+yil
+yil
+fwI
+lhN
+lhN
+lJH
+xwH
+dqP
+fEY
+lhN
+fwI
+bss
+fwI
+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
+rzw
+gTe
+rzw
+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
+hMQ
+krb
+krb
+arA
+bBq
+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
+xUi
+sSv
+kht
+vgn
+faX
+oVP
+rjI
+jEy
+mDB
+cVm
+lqz
+dDK
+mbU
+fGB
+kyr
+pGy
+hjm
+lhK
+oLq
+wWB
+rkN
+bOT
+mOc
+tuk
+uqe
+ucw
+keU
+keU
+dTx
+mOc
+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
+hdV
+hdV
+hdV
+hdV
+qOY
+ngN
+hWH
+ssz
+aGc
+cLc
+bxK
+bxK
+wjo
+ioF
+ioF
+ioF
+ioF
+ves
+caj
+caj
+krz
+nbx
+gZV
+mFf
+chD
+iHI
+dcm
+dHl
+njy
+dcm
+dcm
+dcm
+xBp
+oBT
+gME
+erO
+iPE
+tzI
+erO
+ukr
+trY
+xBp
+dcm
+rMX
+njy
+dcm
+eMC
+wYz
+xBp
+gHF
+tNL
+eju
+fHK
+hbP
+hKk
+lhN
+ihx
+cZB
+vvI
+xhY
+hcI
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+iaT
+xHj
+qdS
+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
+rua
+rJq
+rzw
+gTe
+rzw
+rua
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rPf
+"}
+(192,1,1) = {"
+rPf
+dYD
+mth
+weH
+weH
+lIr
+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
+oVs
+rAn
+xzA
+tPc
+oFm
+dcl
+dcl
+pOy
+guI
+guI
+dcl
+dcl
+guI
+guI
+dcl
+jvq
+guI
+guI
+jff
+hoC
+lyT
+nDX
+lYX
+cCT
+onR
+boz
+wdb
+ocs
+xUi
+sSv
+pVd
+jVj
+scJ
+bbM
+iaS
+vRV
+wDG
+cVm
+bfD
+wRd
+nGn
+qwa
+jBe
+spx
+hsV
+gkM
+oGD
+wWB
+rCa
+tcK
+mOc
+ksI
+mor
+uum
+mFF
+izp
+jSb
+mOc
+gnR
+orU
+exY
+qFZ
+eMm
+eMm
+nES
+aol
+aol
+aol
+wak
+cOn
+aol
+aol
+acm
+acm
+uks
+tag
+arC
+wrQ
+acm
+tMG
+xgD
+qMY
+uUr
+xSP
+tMG
+ffz
+vqg
+iUB
+krt
+tFN
+ngN
+fTf
+lVo
+hOw
+lGq
+nou
+nou
+nou
+sVF
+aBk
+aBk
+aBk
+tdR
+tdR
+tdR
+srr
+lGh
+sDJ
+hDw
+vDk
+hJs
+tXY
+vTQ
+hJs
+hJs
+twQ
+tXY
+tXY
+lGT
+hJs
+hJs
+tXY
+hJs
+tXY
+tXY
+dML
+tXY
+fPH
+kVC
+mbY
+pNK
+uvv
+nNA
+pfm
+cAj
+uXs
+rXF
+dss
+vAs
+fYs
+jRp
+uMi
+idR
+bMi
+iwy
+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
+rua
+sBj
+rzw
+gTe
+sBj
+rua
+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
+smu
+smu
+kBk
+iit
+xDI
+iit
+kBk
+kBk
+xsg
+gJF
+kBk
+vDV
+koC
+hpe
+bwI
+koC
+hpe
+bwI
+koC
+hpe
+bwI
+tcc
+lWH
+lyT
+dqh
+pvy
+pmw
+aDY
+lqU
+wdb
+pow
+hgv
+sSv
+qAG
+pCH
+ffR
+aRX
+cJp
+xPZ
+vst
+aon
+xsx
+rNB
+iOb
+ucX
+xsx
+imN
+teN
+teN
+teN
+wSx
+wOE
+swf
+mOc
+jPb
+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
+ngN
+tva
+hEE
+rTB
+fHI
+bxK
+bxK
+bxK
+qxS
+qxS
+qxS
+qxS
+caj
+caj
+caj
+aos
+hBM
+hBM
+aTA
+chD
+kuf
+sxB
+sxB
+wnS
+sxB
+sxB
+pcb
+qnO
+cMu
+hfz
+yhN
+joA
+njy
+erO
+erO
+ibv
+qnO
+wgp
+sxB
+sxB
+sxB
+sxB
+tKG
+qnO
+gHF
+ykG
+qny
+fhI
+oMR
+tNz
+lhN
+bnI
+fTK
+tne
+ooO
+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
+rzw
+gTe
+sBj
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rPf
+"}
+(194,1,1) = {"
+rPf
+hcI
+aEc
+mth
+iIL
+gBU
+gBU
+lQj
+qTT
+ckL
+efe
+iSO
+uED
+hyV
+bEC
+ags
+ags
+ags
+dsI
+kbo
+eeJ
+ggo
+aor
+lxy
+aor
+smu
+yjU
+qpo
+pHW
+kzS
+wOw
+kBk
+sDi
+phN
+gQV
+rrN
+kBk
+iit
+iit
+kBk
+rcf
+ngb
+kBk
+rcf
+iit
+kBk
+rcf
+iit
+kBk
+rcf
+heU
+kBk
+kBk
+unn
+nlB
+gsP
+mti
+mPj
+tPo
+ycl
+hnC
+nIX
+czh
+iMg
+tij
+tij
+qeI
+qeI
+kdC
+kdC
+dbi
+dbi
+dbi
+kdC
+tTV
+kdC
+pBR
+pBR
+wyj
+wyj
+wyj
+xeU
+wyj
+alP
+wyj
+wyj
+unn
+unn
+unn
+unn
+gnR
+aFe
+xfr
+aFe
+xfr
+aFe
+xfr
+aol
+amv
+qMp
+lWR
+iUE
+iUE
+fXn
+acm
+acm
+acm
+acm
+vwb
+acm
+acm
+iZi
+adS
+fXE
+jNj
+myr
+cDB
+gAD
+pCF
+hof
+gdk
+tFN
+bxK
+bxK
+cEb
+iRl
+hZW
+sVg
+dgl
+xwj
+ioA
+dDE
+dDE
+pzL
+qAc
+xJs
+caj
+caj
+msv
+aWF
+caj
+caj
+lOH
+oVy
+oVy
+oVy
+oVy
+oVy
+aow
+aow
+aow
+aow
+xbZ
+joA
+njy
+ady
+aow
+aow
+aow
+aow
+oVy
+oVy
+oVy
+oVy
+oVy
+aow
+lhN
+lhN
+sUQ
+hEv
+qxs
+sds
+lhN
+vju
+lau
+pse
+qSI
+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
+gBU
+ano
+eyI
+tyb
+tyb
+iSo
+tyb
+tyb
+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
+lxj
+qdU
+sWg
+cHJ
+tPo
+ycl
+hnC
+fIS
+wyk
+mDU
+tij
+vBF
+vfh
+uKd
+kdC
+tLd
+woh
+uII
+tnj
+cww
+czq
+sVu
+ukR
+tfF
+pOR
+koP
+kbg
+xgE
+vZj
+sAs
+nZU
+wyj
+unn
+unn
+unn
+unn
+gnR
+cnV
+cnV
+cnV
+cnV
+cnV
+cnV
+aol
+brQ
+sTO
+pxp
+iUE
+cjw
+bIQ
+acm
+gni
+cEe
+cEe
+ggk
+sKB
+acm
+uxu
+tiF
+aza
+iYw
+anU
+keq
+gAD
+iXz
+iSJ
+mcj
+wKU
+qOY
+bxK
+cDC
+bxK
+xMb
+bxK
+beN
+aSl
+fzs
+izN
+izN
+xvO
+bfE
+wRJ
+vmu
+caj
+tuG
+chD
+slo
+tUZ
+bjI
+bjI
+rcW
+dWq
+dWq
+rcW
+bjI
+bjI
+qbV
+aow
+oVy
+sZy
+tWO
+oVy
+aow
+tUZ
+bjI
+bjI
+rcW
+dWq
+dWq
+rcW
+bjI
+bjI
+qbV
+gHF
+eja
+moC
+lSe
+lhN
+lhN
+uis
+xeE
+nAP
+lzd
+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
+tGJ
+fxk
+tyb
+cDH
+mrF
+rTP
+rvI
+eWV
+qDc
+lWr
+lWr
+pWn
+qtJ
+ozy
+lWr
+xOV
+chG
+xSu
+smu
+pxy
+qFS
+bsk
+bsk
+kKq
+kBk
+hIU
+oVC
+kAt
+ecr
+kBk
+bZQ
+jFT
+kBk
+bWj
+rIp
+kBk
+tIP
+rIp
+kBk
+bWj
+rIp
+kBk
+cNW
+dYE
+kBk
+unn
+unn
+lxj
+ohb
+onv
+uUk
+tPo
+nvb
+hnC
+vlF
+iin
+xOL
+uZA
+uDU
+ipM
+hQY
+hGj
+uab
+kIH
+ryD
+nzE
+kGh
+rOa
+upt
+keu
+rIm
+xjN
+jtp
+ezM
+nVF
+jxO
+mGT
+qWU
+wyj
+unn
+unn
+unn
+unn
+gnR
+ciu
+eUd
+eUd
+eUd
+eUd
+jkQ
+aol
+nLk
+opb
+gTc
+dwE
+wAj
+iZy
+nZF
+tFo
+ajL
+olD
+wtK
+bSv
+acm
+mKh
+tiF
+hTz
+axf
+anU
+keq
+gAD
+pGm
+oyV
+fKF
+rIU
+tFN
+qOY
+cOa
+qXH
+cky
+pjf
+sJh
+gDy
+qgq
+qgq
+qgq
+qgq
+yjy
+cKS
+pja
+igG
+pja
+pja
+twW
+cEO
+cEO
+cEO
+cEO
+cEO
+cEO
+cEO
+cEO
+cEO
+nbz
+uWP
+rgD
+tlP
+tlP
+xIj
+uWP
+hlp
+hDv
+cEO
+cEO
+cBc
+cEO
+cEO
+cEO
+hDv
+cEO
+lhN
+fGp
+lhN
+lhN
+lhN
+lhN
+kuF
+kuF
+dzT
+tWV
+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
+ffa
+rvj
+rGt
+tyb
+gku
+cjl
+eGg
+rvI
+cDj
+xvG
+lWr
+lWr
+pWn
+nLK
+xye
+syH
+lWr
+icz
+aor
+smu
+wBe
+mZt
+lGO
+ujd
+cri
+kBk
+kBk
+obh
+obh
+kBk
+kBk
+kBk
+kBk
+kBk
+jqG
+gvL
+kBk
+qLP
+gvL
+kBk
+nhV
+gvL
+kBk
+nhV
+ccD
+kBk
+unn
+unn
+lxj
+rSK
+gcY
+cHJ
+egz
+vbC
+wNC
+eCB
+lOa
+rdW
+uZA
+vWZ
+qIg
+qYj
+fPa
+vlf
+bya
+ffm
+jnJ
+sNg
+bon
+uIb
+qUK
+rHE
+xjN
+fYZ
+lCX
+vxm
+tRR
+pqY
+mtj
+wyj
+unn
+unn
+unn
+unn
+ebK
+tyh
+wmm
+tuZ
+tyh
+tyh
+bmu
+aol
+ucH
+lqC
+vlb
+cYZ
+cjw
+lwk
+mIb
+qzP
+xXH
+cnM
+egS
+avR
+acm
+xFU
+tiF
+sGC
+jNj
+anU
+xwR
+tMG
+ill
+tMG
+oTX
+jlq
+tFN
+izE
+cOa
+qXH
+cky
+ylY
+evY
+gxo
+wwg
+wwg
+wwg
+wwg
+wUM
+dsS
+lwj
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+lwj
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+lwj
+dsS
+dsS
+dsS
+pdf
+dsS
+dsS
+dsS
+dsS
+wrH
+lPM
+ylY
+pTp
+gMi
+unn
+unn
+unn
+kuF
+hHY
+yfH
+nrj
+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
+oGz
+rvj
+eos
+tyb
+fuo
+pvU
+mlp
+tyb
+une
+iTx
+rXO
+phY
+xbA
+xTO
+aRN
+tmr
+tmr
+cGK
+aor
+smu
+smu
+vdr
+vdr
+vdr
+smu
+smu
+lBU
+qjK
+vbF
+qjK
+lBU
+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
+gwo
+pBJ
+dNB
+qWm
+ftx
+ocN
+ocN
+xgq
+vpn
+tqZ
+coK
+lqB
+wyj
+nwi
+vLJ
+fMR
+eZD
+pqY
+tXH
+wyj
+unn
+unn
+unn
+heE
+kFn
+vYF
+tyh
+tuZ
+tyh
+tuZ
+qoe
+aol
+tRx
+opT
+gws
+wnw
+iUE
+bEm
+acm
+acm
+aNI
+acm
+acm
+acm
+acm
+xBu
+tiF
+fXE
+iYw
+anU
+leO
+vGk
+iAE
+tyx
+mVn
+mVn
+qOY
+jZU
+cOa
+qXH
+cky
+vnu
+ewI
+tjX
+axq
+dDE
+dDE
+lFc
+ruy
+ruy
+bsd
+aOB
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+aOB
+rEf
+ruy
+mJG
+fvE
+cAX
+cAX
+jCQ
+oOE
+uzU
+ylY
+ylY
+sja
+piR
+unn
+unn
+kuF
+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
+tAC
+rvj
+mYB
+tyb
+phr
+pvU
+oZg
+tyb
+vDr
+myg
+myg
+myg
+myg
+aor
+lxy
+lxy
+lxy
+lxy
+aor
+ggo
+aor
+aor
+aor
+aor
+aor
+tVJ
+aor
+aor
+aor
+aor
+vau
+agu
+agu
+agu
+agu
+agu
+tUb
+jEF
+bDW
+jEF
+uzI
+jEF
+bDW
+dWz
+nVl
+mrU
+jEF
+bDW
+tOC
+lpA
+def
+dbp
+cIG
+buM
+msU
+bxX
+lBh
+mDU
+tFi
+xvU
+lnH
+mrE
+kdC
+lqZ
+anA
+ePH
+fMq
+frC
+jZQ
+vcz
+pyO
+wMT
+gZk
+dnb
+oCo
+kIh
+ksG
+wvg
+qWU
+wyj
+unn
+unn
+unn
+tyh
+wmm
+xIU
+tuZ
+tyh
+tuZ
+tuZ
+qoe
+aol
+aol
+aol
+aol
+oKi
+iUE
+ssY
+tRx
+aol
+jWj
+caH
+esQ
+esQ
+caH
+dJI
+tiF
+fXE
+kbL
+anU
+eeR
+iwm
+iAE
+wMI
+gDF
+hdV
+qOY
+cQL
+uAe
+hts
+hts
+pmk
+prw
+bTc
+uIt
+aiK
+izN
+oPA
+ruy
+ruy
+nuC
+fuk
+gKA
+jcy
+fuk
+fuk
+fuk
+gKA
+jcy
+fuk
+fuk
+gKA
+jcy
+fuk
+fuk
+fuk
+fuk
+gKA
+jcy
+fuk
+fuk
+gKA
+oPA
+mJG
+ruy
+nuC
+izN
+izN
+tiv
+ojX
+lzK
+uUa
+ylY
+sja
+qok
+unn
+unn
+kuF
+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
+rJq
+unn
+rzw
+rzw
+cuy
+unn
+unn
+rJq
+sBj
+rzw
+fzN
+gud
+lRq
+eOg
+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
+iqV
+iqV
+lkw
+iJL
+aUJ
+iJL
+nGu
+iJL
+iJL
+ghX
+rvI
+cDj
+sLx
+ooy
+cCd
+asz
+myg
+uaq
+lhg
+jiK
+jiK
+jiK
+jiK
+jiK
+jiK
+jiK
+jiK
+lhg
+woy
+diK
+diK
+kul
+aUk
+myg
+yjr
+wPt
+tBD
+cbr
+tgC
+jHw
+qKB
+cwD
+okP
+okP
+okP
+okP
+okP
+lyF
+lyF
+okP
+okP
+okP
+qIT
+upk
+phw
+ooJ
+iXy
+lKN
+jdS
+rFD
+rdR
+tij
+gny
+lnH
+ycw
+kdC
+pzc
+grq
+ybZ
+jrv
+wBE
+gKC
+fFV
+rqA
+lig
+wyj
+uqv
+lGz
+gxS
+kxd
+aHX
+ydI
+wyj
+unn
+unn
+unn
+wmm
+tyh
+kFn
+oGG
+vYF
+wmm
+tuZ
+aBS
+qsG
+cYL
+saW
+aol
+muW
+xdh
+sZJ
+tYg
+aol
+ipz
+feM
+uVN
+pdC
+iKt
+iKt
+fhH
+oRv
+aFm
+fxf
+tHP
+tMG
+ill
+tMG
+mEi
+wSK
+tFN
+izE
+cOa
+qXH
+cky
+qDP
+mhz
+yiz
+tdw
+izN
+izN
+emL
+ruy
+ruy
+nuC
+lSq
+tWy
+izN
+lSq
+lSq
+lSq
+tWy
+izN
+lSq
+lSq
+tWy
+izN
+lSq
+lSq
+lSq
+lSq
+tWy
+izN
+lSq
+lSq
+tWy
+oPA
+mJG
+ruy
+nuC
+izN
+aiK
+tiv
+qeF
+dxE
+aKo
+ylY
+sja
+qok
+mkN
+unn
+kuF
+xsk
+moM
+ahK
+sDE
+ymj
+hcI
+hcI
+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
+xQj
+qmn
+rzw
+rzw
+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
+gBU
+evD
+pvU
+hsk
+rvI
+sBl
+mRA
+mRA
+rvI
+cDj
+rTe
+lWr
+lWr
+icz
+myg
+sqO
+lFw
+vGq
+iZq
+lFw
+lFw
+lFw
+vGq
+iZq
+lFw
+vGq
+xGA
+gqN
+njC
+gjQ
+gec
+uFm
+yjr
+kjf
+ufA
+kjf
+tgC
+nqV
+hgr
+bCb
+wMD
+wMD
+bWF
+gTD
+wMD
+oaJ
+hrt
+gTD
+wMD
+wMD
+bWF
+vbU
+clO
+efp
+qLA
+mUO
+dPr
+ecy
+hfe
+adD
+dbb
+gwo
+neS
+kdC
+kdC
+wAc
+wAc
+wAc
+wAc
+iLg
+wAc
+uOX
+ilk
+wyj
+wyj
+wyj
+wyj
+wyj
+wyj
+wyj
+wyj
+unn
+unn
+unn
+unn
+ktv
+wmm
+ldT
+bfA
+tyh
+tuZ
+tyh
+tyh
+etN
+mlM
+aol
+myO
+eWj
+ssY
+tRx
+aol
+kos
+tMG
+exv
+wIH
+nwX
+eck
+rky
+gXr
+pMC
+anU
+pFC
+gAD
+uoF
+fdR
+kPL
+cZz
+tFN
+izE
+cOa
+qXH
+cky
+lxH
+hFa
+vZZ
+tyZ
+bVf
+rbn
+fXa
+ruy
+ruy
+edJ
+xdX
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+xdX
+oVR
+mJG
+ruy
+trM
+rbn
+bVf
+prP
+vqb
+owl
+pNn
+ylY
+sja
+piR
+efy
+bQf
+ojn
+xoV
+hUt
+ahK
+oPO
+vrl
+hcI
+hcI
+hcI
+kYB
+iOY
+qCi
+fvj
+hcI
+xaf
+dky
+jwC
+hcI
+unn
+fRW
+tNd
+xHj
+xHj
+xHj
+unn
+unn
+unn
+unn
+hcI
+hcI
+hcI
+hcI
+hcI
+hcI
+wFW
+tho
+rzw
+jmQ
+sBj
+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
+wBd
+xuA
+fxk
+tyb
+iSo
+mRA
+ftK
+tyb
+aOt
+ntP
+lWr
+lWr
+oiu
+myg
+sqO
+rDk
+tfU
+lWr
+rDk
+rDk
+rDk
+tfU
+lWr
+rDk
+tfU
+xGA
+gqN
+gqN
+euW
+gec
+myg
+yjr
+kjf
+kjf
+kjf
+njm
+nqV
+bSz
+bCb
+tBJ
+tBJ
+uRR
+dRo
+tBJ
+sXz
+gVj
+dRo
+tBJ
+tBJ
+wtZ
+cAq
+nWJ
+uIC
+ppm
+qXb
+bWy
+ecy
+hZM
+adD
+kvH
+lnH
+kVv
+tUh
+qww
+wAc
+bDS
+dkm
+woO
+hfg
+hGS
+eUc
+vQY
+vzP
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+wmm
+tyh
+xIU
+tuZ
+tuZ
+tuZ
+oxd
+oUw
+lgR
+aol
+iuH
+iUE
+sBh
+ekZ
+aol
+nYs
+sjK
+sjK
+qYM
+xdr
+kPd
+ftN
+wbk
+fQA
+anU
+aMi
+gAD
+qyW
+oyV
+gqi
+rqM
+tFN
+izE
+cOa
+qXH
+cky
+bVh
+ncD
+wZH
+ckn
+izN
+izN
+ixa
+isY
+eVH
+djn
+pja
+pja
+pja
+pja
+pja
+djn
+pja
+pja
+pja
+pja
+pja
+djn
+pja
+pja
+pja
+pja
+djn
+pja
+pja
+pja
+pja
+djn
+pja
+vMf
+nPd
+izN
+izN
+ouE
+ktN
+rRN
+fOH
+ylY
+sja
+piR
+nRc
+dCx
+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
+fAk
+gud
+xQj
+rzw
+rzw
+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
+gSH
+cFg
+exm
+tvX
+aex
+nhR
+hhy
+sKM
+anu
+cTK
+cgV
+sbM
+pcQ
+pcQ
+fZN
+myg
+unu
+paZ
+fwu
+fwu
+fwu
+fwu
+fwu
+fwu
+fwu
+fwu
+paZ
+uvP
+gqN
+njC
+pbo
+rAu
+myg
+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
+rJz
+pXR
+hPh
+vzP
+unn
+unn
+evE
+blX
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+uHX
+tCS
+tyh
+uNn
+wmm
+vHA
+aZO
+lSI
+fHZ
+gNH
+iUE
+hgL
+tRx
+aol
+geh
+wBw
+sjK
+qYM
+bxh
+eck
+lOk
+uBK
+iPS
+swl
+tMG
+tMG
+tMG
+iut
+mVn
+bsC
+eOE
+vvW
+uAe
+hts
+hts
+jsh
+izN
+jZO
+ckn
+qnx
+qsB
+ouE
+eIq
+sBz
+cGH
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+fZv
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+cGH
+cLU
+igF
+wJf
+qnx
+sdS
+mfD
+ktN
+cUt
+rAp
+ylY
+sja
+piR
+mkN
+urC
+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
+rzw
+gud
+rua
+unn
+unn
+rzw
+rzw
+rzw
+sBj
+rua
+rua
+xtt
+nOX
+gud
+gTe
+qSm
+qSm
+gud
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+xqR
+rzw
+rzw
+ryu
+sBj
+rzw
+sBj
+sBj
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rPf
+"}
+(204,1,1) = {"
+rPf
+unn
+unn
+unn
+unn
+cFg
+exm
+ltd
+aex
+xtC
+nXm
+jMc
+mac
+xDw
+vpG
+asM
+asM
+asM
+oKS
+asM
+asM
+asM
+asM
+vpG
+asM
+asM
+asM
+asM
+asM
+asM
+asM
+nDw
+slT
+syI
+lOI
+eHE
+sME
+agu
+esp
+esp
+esp
+agu
+tvm
+tsc
+wal
+wal
+gWX
+wal
+wal
+wal
+nfh
+nfh
+wal
+gWX
+wal
+wal
+wal
+nkM
+gvT
+suE
+kXC
+nkM
+kYO
+rdR
+tij
+jcl
+ngs
+bkJ
+rhK
+bcd
+rJz
+gdu
+qrH
+cPz
+sPG
+wAc
+vzP
+vzP
+vzP
+unn
+lon
+sXx
+tyh
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+wmm
+dnr
+tuZ
+uNn
+xny
+jkP
+bkG
+fHZ
+wIt
+iUE
+xzc
+cul
+aol
+nMD
+vMQ
+sjK
+qYM
+ivV
+iek
+gPM
+eck
+hzD
+mnZ
+hKf
+wSq
+yav
+vAK
+kuO
+eEQ
+hqD
+hqD
+cVb
+xvj
+lii
+uEv
+rEC
+wZH
+vRc
+qnx
+qsB
+mfD
+wxc
+hUG
+cLU
+ajx
+sfC
+sfC
+sfC
+sfC
+sfC
+sfC
+sfC
+sfC
+sfC
+sfC
+sfC
+sfC
+sfC
+sfC
+sfC
+sfC
+sfC
+sfC
+sfC
+fhm
+ktN
+sBz
+mMi
+kwg
+qnx
+qsB
+mfD
+ktN
+xRW
+way
+ylY
+gMi
+qok
+nRc
+aKt
+bgx
+kuF
+dLB
+kuF
+ckD
+nlF
+rfI
+bmz
+bmz
+nQR
+nQR
+rpk
+wMB
+iRA
+aWE
+jhv
+qeq
+hcI
+hRA
+xHj
+xHj
+xHj
+xHj
+xHj
+vEG
+unn
+unn
+unn
+unn
+hcI
+pOm
+iNz
+ryO
+oJt
+eTP
+weL
+hDt
+kQg
+rua
+unn
+unn
+rET
+rJq
+rzw
+rzw
+rua
+rua
+dFz
+mYp
+rJq
+gTe
+rzw
+wbe
+qMu
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+xtt
+iyR
+rzw
+rzw
+rzw
+rzw
+sBj
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+rPf
+"}
+(205,1,1) = {"
+rPf
+unn
+unn
+unn
+unn
+cFg
+ksH
+ltd
+aex
+fxP
+kHU
+aex
+aex
+fxP
+fxP
+fxP
+fxP
+fxP
+kHU
+fxP
+fxP
+fxP
+fxP
+fxP
+fxP
+fxP
+kHU
+fxP
+fxP
+fxP
+uwH
+ryN
+qqI
+aFs
+dJk
+sWd
+lBU
+agu
+kng
+kMg
+xvb
+vwF
+rJQ
+boP
+eek
+eek
+eek
+eek
+eek
+eek
+nLY
+nLY
+eek
+eek
+eek
+eek
+eek
+eek
+vmg
+wmd
+kQu
+eYj
+eYj
+jiJ
+uZA
+gNe
+eKN
+wbb
+odv
+naz
+wAc
+dIa
+wAc
+wAc
+wAc
+wAc
+oeb
+tvO
+bIS
+sXx
+vgr
+eOq
+eOq
+nyd
+unn
+unn
+unn
+hcI
+unn
+unn
+unn
+unn
+hcI
+nPx
+pdg
+vHA
+vHA
+vHA
+aZO
+xoy
+aol
+mXO
+mXO
+wxV
+nHi
+aol
+cuD
+nac
+sjK
+qYM
+kJd
+gbn
+eck
+eck
+iAE
+mMt
+hKf
+hKf
+eAo
+ylz
+nCa
+wtU
+hqD
+hqD
+icB
+xvj
+tJu
+hRy
+vnm
+jZO
+vRc
+uHk
+qsB
+vtF
+aOB
+vDj
+ktN
+uuY
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+hQi
+ktN
+bwE
+igF
+mnt
+qnx
+sdS
+mfD
+wUM
+ado
+ylY
+hyH
+gMi
+sbv
+tSx
+cdf
+aat
+tIQ
+dVq
+uUP
+ckD
+oJZ
+rQP
+bfr
+meW
+nQR
+rQP
+rQP
+tfW
+xdE
+eqF
+jhv
+fXk
+dGc
+xHj
+kmB
+xHj
+xHj
+xHj
+ilL
+tNd
+unn
+unn
+unn
+unn
+hcI
+nKS
+nKS
+nKS
+aMW
+jhN
+qdP
+ddV
+cTI
+unn
+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
+gSH
+cFg
+exm
+hiq
+qIK
+kZZ
+kZZ
+kZZ
+kZZ
+kZZ
+kZZ
+kZZ
+kZZ
+kZZ
+uaC
+kZZ
+kZZ
+kZZ
+kZZ
+kZZ
+kZZ
+kZZ
+kZZ
+kZZ
+kZZ
+xNr
+rtE
+gBm
+pam
+gnw
+hfd
+wce
+lBU
+cXj
+rfE
+hUf
+gcg
+vwF
+djA
+gYD
+rxF
+rxF
+rxF
+gYD
+mJF
+mJF
+jYA
+jYA
+mJF
+dPK
+ncy
+hNV
+ncy
+mJF
+mJF
+wUa
+kTI
+vLo
+vLo
+esf
+tij
+aYJ
+gOm
+wbb
+woE
+mED
+wAc
+wAc
+wAc
+uJu
+tvO
+tvO
+bAG
+tuZ
+tuZ
+tyh
+tuZ
+tuZ
+tuZ
+tyh
+wmm
+unn
+unn
+hcI
+hcI
+hcI
+hcI
+hcI
+hcI
+fRC
+wsU
+xny
+uNn
+tuZ
+vHA
+nfU
+srN
+aol
+hAf
+lLh
+aol
+aol
+hap
+sjK
+sjK
+qYM
+vOe
+wjS
+nkd
+saV
+hzD
+mcB
+umY
+umY
+kOr
+ppS
+tlC
+wIi
+hqD
+hqD
+wtr
+xvj
+xLw
+ixQ
+opR
+hTX
+vRc
+qnx
+qsB
+pwe
+vym
+ouE
+pgd
+uuY
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+hQi
+kHP
+dsS
+pSZ
+tDI
+aiK
+izN
+ouE
+dnV
+trn
+wwg
+uFO
+gvc
+xWk
+xWk
+xWk
+xWk
+jwY
+heX
+jGx
+dFh
+hvV
+dbW
+tEo
+tEo
+dbW
+qKL
+dbW
+dqz
+klI
+eqF
+jhv
+fXk
+ppV
+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
+xnz
+std
+exm
+ufs
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+gHV
+rtE
+rSO
+pQa
+gnw
+wce
+wce
+lBU
+vwF
+akz
+pAx
+avE
+agu
+wyI
+quB
+fHw
+eaK
+haV
+wQM
+mJF
+yhO
+aKp
+xLN
+mJF
+coh
+auP
+bXo
+qrM
+lrl
+mJF
+wDM
+ijx
+oLP
+ioR
+dlZ
+yhF
+hIx
+mrt
+abR
+tij
+tij
+wAc
+uJu
+tvO
+bAG
+tuZ
+tuZ
+tuZ
+tuZ
+tuZ
+tuZ
+tyh
+tyh
+tuZ
+tyh
+tyh
+wmm
+unn
+aSr
+aSr
+aSr
+aSr
+aSr
+aSr
+kqJ
+iKE
+vHA
+jkP
+vHA
+lFg
+bkG
+aLt
+qoe
+aol
+eId
+qeG
+aol
+fUc
+tMG
+xVY
+dhN
+nwX
+eck
+sUI
+eck
+iAE
+oFo
+tMG
+tMG
+tMG
+kCV
+hdV
+hdV
+tJA
+vvW
+uAe
+hts
+hts
+jsh
+iAB
+qer
+ckn
+qnx
+qsB
+lzD
+sOm
+ouE
+ktN
+uuY
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+hQi
+wdf
+djS
+dnl
+jsd
+bHI
+cAX
+tpV
+vgP
+trn
+wwg
+uFO
+evt
+eqL
+eqL
+njz
+jMw
+jkO
+xjT
+xxW
+wvw
+pOC
+jhv
+eqF
+eqF
+jhv
+jhv
+jhv
+jhv
+jhv
+eqF
+jhv
+ppu
+dGc
+jvG
+xHj
+xHj
+xHj
+tNd
+unn
+unn
+unn
+unn
+hcI
+hcI
+aMW
+aMW
+aMW
+rcm
+dhg
+ooL
+kcO
+oKC
+qIB
+bCc
+ucT
+rua
+rua
+unn
+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
+xXc
+cFg
+exm
+ufs
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+lPC
+lPC
+lPC
+lPC
+lPC
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+eIt
+agv
+gsS
+iJk
+vHs
+wce
+lBU
+lBU
+vwF
+nYf
+hvY
+icp
+gST
+qbD
+quB
+caK
+xiw
+upz
+wQM
+inp
+oJC
+kpF
+dio
+umO
+kij
+rrF
+aGM
+fRR
+xas
+mJF
+atQ
+bKW
+fFR
+jBV
+aMU
+keI
+unn
+unn
+unn
+unn
+unn
+tvO
+jba
+qUI
+tuZ
+wmm
+tyh
+hlA
+tuZ
+tyh
+tyh
+wmm
+tyh
+tuZ
+tuZ
+tuZ
+tyh
+jWx
+kcm
+xdc
+sLK
+kAA
+yiG
+aSr
+tYX
+ibR
+xny
+aZO
+vHA
+wCA
+vHA
+uNn
+bkG
+xCa
+oAL
+eRM
+gfQ
+lcG
+kDp
+hRK
+trg
+sbX
+dCo
+wYl
+hRe
+wDz
+mvR
+fGJ
+gAD
+uoF
+kbC
+fdR
+nxg
+tFN
+izE
+cOa
+qXH
+ctL
+qWE
+izN
+qBG
+uIt
+izN
+tLk
+lzD
+izN
+wvY
+ktN
+uuY
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+hQi
+wdf
+vYN
+bzs
+nuC
+izN
+izN
+ouE
+vgP
+trn
+wwg
+uFO
+gvc
+lTh
+lTh
+lTh
+fqA
+jkO
+gKV
+xxW
+rRQ
+pOC
+jhv
+eqF
+eqF
+jhv
+lKs
+jhv
+jhv
+jhv
+eqF
+jhv
+fXk
+dGc
+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
+std
+exm
+ufs
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+lPC
+msR
+msR
+msR
+msR
+msR
+lPC
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+niS
+kmC
+toM
+wlC
+cPS
+wce
+smr
+iXc
+agu
+agu
+agu
+agu
+agu
+svM
+fIJ
+nVO
+nVO
+nVO
+eLw
+gzZ
+lNK
+efm
+cTX
+edP
+kff
+nBM
+ubM
+fRR
+scp
+gmE
+ffr
+flf
+vuw
+rOg
+efE
+keI
+unn
+fvv
+qtC
+tOj
+qEO
+lKz
+tuZ
+wmm
+tyh
+tyh
+tyh
+wmm
+tyh
+wmm
+unn
+unn
+jrn
+wmm
+tuZ
+tuZ
+uNn
+mHa
+kwa
+wqv
+cur
+cur
+uhn
+aSr
+aTv
+emH
+vHA
+vHA
+uNn
+uNn
+ngQ
+osr
+bmu
+aol
+gQp
+cdB
+aol
+vfQ
+haL
+lDz
+pqM
+jPF
+hFm
+aXZ
+ieq
+lin
+pqM
+liv
+gAD
+pCF
+wvx
+nNr
+cZz
+tFN
+izE
+cOa
+qXH
+ctL
+bVh
+gjO
+bhL
+uIt
+aiK
+rXm
+lzD
+bpp
+gTS
+ktN
+uuY
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+oXm
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+hQi
+wdf
+djS
+rAf
+goe
+aiK
+izN
+ixa
+pOH
+trn
+wwg
+uFO
+evt
+ebo
+ebo
+ebo
+ebo
+prJ
+gKV
+jGx
+dFh
+fwK
+aLI
+ayI
+qHR
+lGm
+nHK
+dVs
+fqc
+rhJ
+fOf
+yiZ
+nCi
+hcI
+iNC
+cRB
+xHj
+tNd
+fRW
+vEG
+unn
+unn
+unn
+hcI
+tUK
+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
+cFg
+exm
+ufs
+msR
+msR
+msR
+msR
+msR
+msR
+lPC
+msR
+msR
+msR
+lPC
+msR
+msR
+msR
+lPC
+msR
+msR
+msR
+msR
+msR
+msR
+nTR
+sAy
+quP
+jHX
+ccx
+wce
+tnl
+nGH
+lww
+unn
+unn
+unn
+dbu
+nrx
+nrx
+nrx
+nrx
+nrx
+nrx
+mJF
+pQv
+wen
+lkH
+umO
+pqL
+jBs
+jBs
+did
+qhy
+gmE
+gxd
+dln
+cOO
+jKy
+xFc
+keI
+unn
+fvv
+tOj
+mec
+qUI
+tuZ
+tyh
+tyh
+fvv
+fvv
+unn
+unn
+oGG
+unn
+unn
+unn
+unn
+heE
+tyh
+tuZ
+vHA
+sfF
+vmK
+cin
+uIJ
+wYh
+qWC
+crd
+pTq
+aiW
+aZO
+uNn
+tuZ
+xdB
+uvW
+okM
+unn
+jPs
+vLS
+tOZ
+aol
+cUG
+nbm
+mzD
+fCV
+jcr
+sue
+sue
+sue
+sue
+auz
+nWV
+tMG
+dZx
+kGy
+kGy
+lHh
+tFN
+izE
+cOa
+aXE
+cky
+bVh
+dxF
+fLb
+tdw
+aiK
+tLk
+lzD
+mls
+pjP
+ktN
+uuY
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+hQi
+awp
+ntK
+ihy
+nuC
+izN
+aiK
+ouE
+hpS
+jmu
+mms
+gOX
+gMi
+wUv
+xlv
+xlv
+lDW
+iir
+pRD
+uJe
+mqc
+oDs
+kmN
+rrK
+sGj
+xWN
+oGC
+jQq
+vab
+oGC
+nrP
+aHn
+oGC
+hcI
+nAQ
+tNd
+xHj
+fRW
+unn
+unn
+unn
+unn
+unn
+hcI
+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
+std
+exm
+ufs
+msR
+msR
+msR
+msR
+msR
+msR
+lPC
+msR
+msR
+msR
+lPC
+msR
+msR
+msR
+lPC
+msR
+msR
+msR
+msR
+msR
+msR
+niS
+kmC
+vRy
+jHX
+cPS
+wce
+tnl
+vtz
+xxQ
+qHx
+unn
+unn
+dbu
+aFe
+xfr
+aFe
+xfr
+aFe
+xfr
+mJF
+uLE
+sZS
+gCc
+gzZ
+nsa
+fRF
+wMY
+wMY
+wLt
+fMy
+fMy
+fMy
+fMy
+fMy
+vQI
+wsq
+unn
+wmm
+tyh
+tyh
+tuZ
+tyh
+jrn
+unn
+unn
+unn
+unn
+unn
+wKN
+unn
+unn
+unn
+unn
+fvv
+tuZ
+tuZ
+uNn
+aPt
+vmK
+vKZ
+wYh
+cur
+iJE
+crd
+gok
+wuC
+jWx
+tyh
+ylb
+vAV
+vfZ
+unn
+unn
+aol
+hym
+rbZ
+aol
+hoa
+iEh
+ksQ
+poj
+qua
+rmB
+ciD
+gQZ
+djP
+snM
+rEm
+tMG
+whU
+iSJ
+hJA
+hJr
+tFN
+cQL
+uAe
+hts
+hts
+uKT
+dWV
+xaJ
+igx
+qnx
+qsB
+lzD
+voT
+chI
+ktN
+uuY
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+hQi
+awp
+djS
+xIM
+kKk
+bVf
+bVf
+nyW
+iFs
+lPM
+dyM
+ylY
+gMi
+piR
+efy
+aNn
+rPp
+kMo
+hXs
+kMo
+qeN
+wFO
+whb
+pol
+qUU
+srG
+wHY
+grD
+jbh
+nxT
+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
+gSH
+cFg
+ksH
+ufs
+msR
+msR
+msR
+msR
+msR
+msR
+lPC
+msR
+lPC
+lPC
+guK
+lPC
+lPC
+msR
+lPC
+msR
+msR
+msR
+msR
+msR
+msR
+nTR
+kmC
+vRy
+jHX
+ccx
+wce
+tnl
+vtz
+unn
+unn
+unn
+unn
+dbu
+cnV
+cnV
+cnV
+cnV
+cnV
+cnV
+mJF
+krP
+mQP
+rIq
+mJF
+uGL
+uGL
+uMQ
+pyH
+uGL
+uGL
+uGL
+tmJ
+kXg
+bDM
+wur
+uGL
+unn
+tyh
+tuZ
+tuZ
+tuZ
+tyh
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+fvv
+tyh
+nSs
+mLk
+fLx
+pKX
+pyU
+dCv
+pav
+vAi
+eZg
+uga
+vVA
+vHA
+uNn
+wmm
+unn
+unn
+unn
+unn
+aol
+vLS
+xVh
+aol
+hvf
+xGC
+pvh
+gxt
+xdr
+oTH
+fYa
+fpv
+hxZ
+snM
+dKb
+tMG
+wWX
+iSJ
+aHO
+riS
+tFN
+izE
+cOa
+qXH
+cky
+bVh
+iDH
+kLM
+iVB
+qnx
+qsB
+uEa
+dCY
+bdc
+pgd
+uuY
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+hQi
+djn
+pja
+vMf
+iyD
+izN
+izN
+ouE
+pXl
+qWp
+vWz
+mms
+sja
+piR
+nRc
+fhG
+kMo
+kMo
+qTM
+nif
+kMo
+kMo
+kMo
+tuT
+xEE
+jhv
+jhv
+emw
+bRS
+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
+gSH
+cFg
+exm
+ufs
+msR
+msR
+msR
+msR
+msR
+msR
+lPC
+msR
+msR
+msR
+lPC
+msR
+msR
+msR
+lPC
+msR
+msR
+msR
+msR
+msR
+msR
+niS
+sAy
+vRy
+jHX
+cPS
+wce
+tnl
+vtz
+qHx
+unn
+unn
+unn
+dbu
+mHJ
+eUd
+eUd
+eUd
+eUd
+jkQ
+iZv
+mJF
+mJF
+mJF
+naS
+uGL
+hhd
+hlB
+hlB
+gsU
+jFm
+uGL
+imQ
+jxI
+cAZ
+pvY
+jCa
+xMc
+tuZ
+tuZ
+wmm
+tyh
+tuZ
+unn
+tyh
+jVB
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+tyh
+kUS
+tuZ
+ebr
+vmK
+cin
+wYh
+cur
+qWC
+crd
+gok
+aZO
+aZO
+aZO
+unn
+tfl
+tfl
+tfl
+tfl
+tfl
+ljf
+tfl
+tMG
+tMG
+nOz
+hgj
+poj
+xSs
+hgI
+rKJ
+igh
+kfB
+snM
+bbs
+tMG
+mrs
+vUV
+vsg
+jJl
+tFN
+izE
+cOa
+qXH
+cky
+bVh
+mqD
+kLM
+lRL
+qnx
+qsB
+dAt
+xdX
+rrs
+lhI
+uuY
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+clN
+hQi
+ktN
+cLU
+lPM
+vuB
+qnx
+qsB
+unh
+ktN
+dAN
+lUf
+ylY
+sja
+qok
+efy
+dCx
+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
+lme
+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
+xXc
+xnz
+std
+exm
+ufs
+msR
+msR
+msR
+msR
+msR
+msR
+lPC
+msR
+msR
+msR
+lPC
+msR
+msR
+msR
+lPC
+msR
+msR
+msR
+msR
+msR
+msR
+kFG
+eYa
+bdb
+jHX
+ccx
+wce
+tnl
+fnB
+unn
+unn
+unn
+fvv
+heE
+wmm
+tyh
+tuZ
+tuZ
+tuZ
+tuZ
+wmm
+unn
+unn
+unn
+hLP
+uGL
+vVV
+nQj
+egL
+egL
+diU
+jCa
+euK
+jCa
+jCa
+jCa
+jCa
+iRq
+tuZ
+tyh
+tyh
+tyh
+tyh
+wKN
+wmm
+tyh
+unn
+unn
+fvv
+fvv
+unn
+wmm
+unn
+aIF
+tyh
+wmm
+kUS
+vHA
+fbW
+vmK
+cin
+cur
+cur
+qWC
+crd
+wkx
+jkP
+aiS
+jsE
+unn
+tfl
+ozp
+rHT
+kaj
+gJr
+joN
+tfl
+yhu
+rNZ
+ods
+wKq
+jMd
+fCn
+gRT
+rdt
+mZz
+ftF
+ifX
+eqW
+tMG
+oeK
+oiE
+xDm
+kFs
+tFN
+qOY
+cOa
+qXH
+cky
+cUS
+rSE
+uHH
+vRc
+qnx
+qsB
+mfD
+toz
+pja
+cLU
+keQ
+fce
+fce
+fce
+fce
+fce
+fce
+fce
+fce
+fce
+fce
+fce
+fce
+fce
+fce
+fce
+fce
+fce
+fce
+fce
+oFx
+ktN
+cLU
+lPM
+kwg
+qnx
+qsB
+mfD
+eIq
+lXh
+hWx
+ylY
+sja
+qok
+nRc
+dCx
+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
+lme
+iuR
+qGU
+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
+xXc
+cFg
+exm
+ufs
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+lPC
+msR
+msR
+msR
+msR
+msR
+lPC
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+nck
+lbR
+shk
+jHX
+hNN
+wce
+unn
+unn
+unn
+unn
+unn
+fvv
+wmm
+tyh
+tuZ
+tuZ
+tuZ
+tuZ
+tuZ
+tuZ
+sXx
+fvv
+fvv
+unn
+uGL
+ema
+ePb
+rMf
+aHY
+cVl
+qZN
+uZj
+iRq
+iRq
+uNn
+jkP
+tuZ
+tuZ
+nXW
+mLk
+mLk
+bpO
+bpO
+mLk
+mLk
+mLk
+mLk
+mLk
+mLk
+mLk
+mLk
+mLk
+mLk
+mLk
+uDY
+vpg
+vHA
+ixN
+kwa
+rZz
+nXr
+tCN
+rzK
+aSr
+bPI
+rdT
+aBS
+mHG
+unn
+tfl
+brv
+dan
+hOM
+ory
+lff
+tfl
+spJ
+tRW
+oLm
+wxp
+poj
+wMI
+wzl
+jjD
+hwz
+wMI
+nbt
+vsc
+tMG
+bWr
+aHO
+qwe
+eAA
+qOY
+jQZ
+sma
+jQZ
+jQZ
+vsS
+okK
+lYB
+ckn
+qnx
+qsB
+ouE
+oxq
+cLU
+cGH
+pja
+pja
+pja
+pja
+pja
+pja
+pja
+pja
+pja
+pja
+pja
+owI
+pja
+pja
+pja
+pja
+pja
+pja
+pja
+pja
+pja
+cGH
+scw
+ahe
+kwg
+lXw
+qsB
+mfD
+eIq
+hIj
+hNP
+ylY
+sja
+qok
+unn
+unn
+kMo
+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
+lme
+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
+std
+exm
+ufs
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+lPC
+lPC
+lPC
+lPC
+lPC
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+nyq
+qci
+mVy
+ftU
+quL
+wce
+unn
+unn
+unn
+unn
+unn
+unn
+fmr
+tuZ
+tyh
+tyh
+tuZ
+tyh
+tuZ
+tyh
+tyh
+wmm
+bqJ
+hLP
+jCa
+jCa
+bAt
+gTw
+jCa
+tZl
+jCa
+iRq
+iRq
+uNn
+tuZ
+tuZ
+tuZ
+tyh
+wmm
+tyh
+tuZ
+tuZ
+tuZ
+tuZ
+tuZ
+wmm
+tyh
+tuZ
+tuZ
+tuZ
+tyh
+tuZ
+tuZ
+vHA
+lFg
+tuZ
+tuZ
+unn
+aSr
+aSr
+aSr
+aSr
+aSr
+aSr
+aLt
+bkG
+jlm
+jlm
+jlm
+tfl
+bnF
+uEs
+hOM
+ovF
+hZZ
+jsM
+lBz
+cjE
+abu
+hgj
+xru
+umY
+umY
+msD
+umY
+umY
+blk
+lBC
+tMG
+unn
+unn
+jQZ
+wCL
+lwR
+jQZ
+oNM
+oNM
+jQZ
+jQZ
+wbl
+eGs
+ckn
+izN
+izN
+ouE
+wUM
+dsS
+tqN
+dsS
+dsS
+dsS
+dsS
+dsS
+tqN
+dsS
+dsS
+dsS
+dsS
+dsS
+tqN
+dsS
+dsS
+dsS
+dsS
+tqN
+dsS
+dsS
+dsS
+dsS
+tqN
+dsS
+azb
+trN
+izN
+mnq
+iZU
+qSg
+dMa
+pOj
+ylY
+sja
+qok
+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
+gSH
+std
+exm
+ufs
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+msR
+gHV
+rtE
+tjv
+wMg
+rtP
+wce
+unn
+unn
+unn
+unn
+unn
+sJK
+tyh
+fue
+tuZ
+tuZ
+tyh
+tuZ
+tyh
+tuZ
+tyh
+tyh
+tuZ
+iRq
+nnc
+bzU
+cdU
+aFt
+kaH
+nnc
+iRq
+jkP
+uNn
+tuZ
+tuZ
+tuZ
+tyh
+tyh
+tyh
+ktv
+wmm
+tuZ
+tuZ
+tyh
+tuZ
+tyh
+tuZ
+tuZ
+ovz
+oGG
+oGG
+vYF
+tuZ
+tuZ
+tyh
+unn
+unn
+unn
+hcI
+hcI
+hcI
+hcI
+hcI
+hcI
+rpr
+drp
+jlm
+pzQ
+jfP
+tfl
+lwL
+qYB
+hOM
+xZX
+btV
+tfl
+wrP
+wEl
+oLm
+gWh
+sOJ
+tky
+xtn
+vrP
+xtn
+tky
+xtn
+gOd
+tMG
+unn
+jQZ
+jQZ
+ulu
+oJS
+fjA
+uDs
+vWB
+eof
+jQZ
+lmQ
+lPM
+nNa
+cAX
+cAX
+iUM
+ruy
+ruy
+bsd
+aOB
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+mga
+aOB
+rEf
+uNv
+ruy
+ewT
+aKx
+cAX
+mlm
+hAO
+cjM
+rTn
+ylY
+sja
+piR
+unn
+unn
+kMo
+vAz
+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
+xXc
+cFg
+exm
+eyT
+aNL
+aNL
+aNL
+aNL
+aNL
+aNL
+aNL
+aNL
+aNL
+aNL
+uSL
+aNL
+aNL
+aNL
+aNL
+aNL
+aNL
+aNL
+aNL
+aNL
+aNL
+jcj
+rtE
+mJS
+wNw
+rtP
+wce
+unn
+unn
+unn
+unn
+unn
+nJD
+oEZ
+kbZ
+tuZ
+tyh
+tuZ
+tuZ
+jrn
+tuZ
+tuZ
+tuZ
+tyh
+wmm
+jkP
+pDH
+cdU
+cIk
+wDt
+tyh
+jkP
+tyh
+uNn
+tyh
+tuZ
+tuZ
+wmm
+tyh
+unn
+unn
+tyh
+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
+jlm
+tyV
+iYR
+tfl
+ozp
+dEY
+bhY
+oxT
+gDw
+tfl
+gLA
+lNZ
+odT
+bOt
+asE
+tMG
+eKG
+ipT
+pvE
+tMG
+xIo
+eXU
+tMG
+unn
+jQZ
+ihJ
+uId
+mFL
+giM
+lAg
+dnZ
+nkD
+wUf
+cBs
+igF
+bVh
+izN
+izN
+oPA
+ruy
+ruy
+nuC
+fuk
+gKA
+jcy
+fuk
+fuk
+fuk
+gKA
+jcy
+fuk
+fuk
+gKA
+jcy
+fuk
+fuk
+fuk
+fuk
+gKA
+jcy
+fuk
+fuk
+gKA
+oPA
+dbn
+bhZ
+aXT
+gMs
+doU
+fhD
+nFz
+lPM
+cNJ
+ylY
+gMi
+unn
+unn
+unn
+kMo
+lFS
+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
+gSH
+xnz
+cFg
+bOX
+bYV
+bYV
+bYV
+lQL
+bYV
+bYV
+bYV
+bYV
+bYV
+bYV
+bYV
+lQL
+bYV
+bYV
+bYV
+bYV
+bYV
+bYV
+bYV
+lQL
+bYV
+bYV
+bYV
+qxm
+bSk
+qJa
+non
+wce
+unn
+unn
+unn
+unn
+unn
+wmm
+tyh
+tuZ
+tuZ
+tuZ
+tuZ
+tyh
+ldT
+wmm
+tuZ
+tuZ
+tuZ
+nnc
+tyh
+thL
+lLO
+aFt
+wDt
+nnc
+iRq
+jkP
+tyh
+tuZ
+tyh
+tuZ
+tuZ
+tyh
+wmm
+unn
+unn
+unn
+unn
+ktv
+wmm
+unn
+unn
+jrn
+unn
+heE
+wmm
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+hcI
+rDP
+qQH
+jlm
+jlm
+lOj
+jlm
+jlm
+jlm
+jlm
+hej
+kBA
+jlm
+jlm
+jlm
+jlm
+jlm
+lOj
+jlm
+jlm
+jlm
+jlm
+jlm
+drp
+hej
+jlm
+jlm
+jQZ
+nkD
+dnZ
+nkD
+nSV
+aey
+mFL
+noI
+jQZ
+lab
+igF
+bVh
+izN
+izN
+oPA
+ruy
+ruy
+nuC
+lSq
+tWy
+izN
+lSq
+lSq
+lSq
+tWy
+izN
+lSq
+lSq
+tWy
+izN
+lSq
+lSq
+lSq
+lSq
+tWy
+izN
+lSq
+lSq
+tWy
+rnl
+vGb
+rgG
+mwt
+tVw
+etz
+pUK
+ibB
+iyt
+vzY
+ylY
+gMi
+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
+uSD
+oSe
+pqT
+yjN
+gyL
+fJm
+aMW
+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
+hcI
+xPf
+hwX
+nNI
+hcI
+unn
+unn
+rPf
+"}
+(220,1,1) = {"
+rPf
+unn
+unn
+unn
+xnz
+iwW
+kVo
+kVo
+kVo
+kVo
+wMe
+kVo
+kVo
+kVo
+wMe
+wMe
+kVo
+kVo
+kVo
+kVo
+wMe
+kVo
+wMe
+kVo
+wMe
+wMe
+kVo
+wMe
+kVo
+kVo
+cKi
+iNh
+ogG
+aor
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+cZh
+tyh
+uMP
+tuZ
+tyh
+wmm
+tyh
+ktv
+tuZ
+tyh
+tuZ
+tyh
+jkP
+thL
+lLO
+cIk
+wDt
+jkP
+tuZ
+tuZ
+tyh
+unn
+tuZ
+tuZ
+tyh
+tyh
+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
+lYY
+vnf
+ruJ
+lNm
+lYY
+nlN
+ruJ
+aKH
+ruJ
+lYY
+kCg
+hkM
+lYY
+lYY
+iTp
+uEg
+lYY
+lYY
+lYY
+lYY
+lYY
+sbF
+qBc
+wpE
+jQZ
+wQk
+nGo
+mFL
+gBE
+jQZ
+enD
+eMl
+bZH
+bVf
+bVf
+fXa
+ruy
+ruy
+edJ
+xdX
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+hhO
+xdX
+oVR
+mPY
+gGc
+jpy
+ukF
+pnz
+prP
+lRV
+olw
+vid
+ylY
+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
+hcI
+nRL
+hRJ
+czL
+hcI
+unn
+unn
+rPf
+"}
+(221,1,1) = {"
+rPf
+unn
+unn
+unn
+gSH
+unn
+xXc
+xnz
+xnz
+xXc
+unn
+gSH
+xXc
+unn
+unn
+gSH
+xXc
+xnz
+xnz
+gSH
+unn
+unn
+unn
+gSH
+xnz
+xXc
+gSH
+unn
+unn
+unn
+nBd
+unn
+oaW
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+vDF
+tyh
+wmm
+wmm
+okM
+wmm
+aIF
+sXx
+tyh
+wmm
+iRq
+nnc
+kFN
+cdU
+aFt
+aPM
+nnc
+tuZ
+tyh
+unn
+unn
+sXx
+jrn
+tyh
+wmm
+unn
+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
+aio
+lYe
+fkO
+aQR
+pbH
+glH
+bVq
+hXO
+cNg
+pzt
+elr
+bOV
+pBL
+rzl
+rGY
+aRs
+wEc
+pbH
+qfd
+jlm
+ldR
+lnP
+kAk
+meY
+pzs
+tWB
+jQZ
+dSK
+tIt
+kEB
+djT
+eql
+hWI
+uIe
+jQZ
+nfW
+lPM
+lWq
+bQS
+bQS
+xKb
+aRR
+pja
+xZk
+pja
+pja
+pja
+pja
+pja
+pja
+pja
+pja
+pja
+xZk
+pja
+pja
+pja
+pja
+pja
+pja
+pja
+pja
+pja
+xZk
+pja
+pja
+eVH
+wLT
+csL
+vVG
+sqi
+qEg
+ftQ
+aHW
+oAF
+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
+aMW
+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
+gSH
+gSH
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+unn
+xXc
+unn
+unn
+unn
+unn
+unn
+xXc
+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
+wmm
+tyh
+nnc
+ahi
+hcI
+cdU
+aFt
+hcI
+jFr
+nnc
+unn
+unn
+unn
+unn
+fvv
+fvv
+unn
+unn
+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
+jlm
+jlm
+jlm
+jlm
+jlm
+jlm
+jzY
+xGU
+cGo
+jlm
+jlm
+jlm
+jlm
+jlm
+jlm
+jlm
+jlm
+jlm
+uOy
+oKg
+jWq
+rkF
+tiJ
+jQZ
+jQZ
+jQZ
+jQZ
+jQZ
+jQZ
+jQZ
+jQZ
+jQZ
+kdq
+gLy
+arH
+arH
+arH
+arH
+wUM
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+dsS
+qfF
+npx
+lcW
+sQK
+dfX
+lQI
+aKk
+pSZ
+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
+hBP
+jDZ
+jDZ
+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
+hBP
+jDZ
+jDZ
+wsM
+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/car_crush.ogg b/sound/ambience/car_crush.ogg
new file mode 100644
index 0000000000..1f7ef939fc
Binary files /dev/null and b/sound/ambience/car_crush.ogg differ
diff --git a/sound/ambience/caves_ambience.ogg b/sound/ambience/caves_ambience.ogg
new file mode 100644
index 0000000000..e41a2221c0
Binary files /dev/null and b/sound/ambience/caves_ambience.ogg differ
diff --git a/sound/ambience/caves_ambience_alarm.ogg b/sound/ambience/caves_ambience_alarm.ogg
new file mode 100644
index 0000000000..3b92633630
Binary files /dev/null and b/sound/ambience/caves_ambience_alarm.ogg differ
diff --git a/sound/ambience/city_on_fire.ogg b/sound/ambience/city_on_fire.ogg
new file mode 100644
index 0000000000..bbb15c708f
Binary files /dev/null and b/sound/ambience/city_on_fire.ogg differ
diff --git a/sound/ambience/derelict_ambience.ogg b/sound/ambience/derelict_ambience.ogg
new file mode 100644
index 0000000000..06c390908b
Binary files /dev/null and b/sound/ambience/derelict_ambience.ogg differ
diff --git a/sound/ambience/hybrisa_interior.ogg b/sound/ambience/hybrisa_interior.ogg
new file mode 100644
index 0000000000..e134e7f75e
Binary files /dev/null and b/sound/ambience/hybrisa_interior.ogg differ
diff --git a/sound/ambience/lab_ambience.ogg b/sound/ambience/lab_ambience.ogg
new file mode 100644
index 0000000000..ce95ce8584
Binary files /dev/null and b/sound/ambience/lab_ambience.ogg differ
diff --git a/sound/ambience/lab_ambience_2.ogg b/sound/ambience/lab_ambience_2.ogg
new file mode 100644
index 0000000000..a846bd38fd
Binary files /dev/null and b/sound/ambience/lab_ambience_2.ogg differ
diff --git a/sound/ambience/lab_ambience_hallway.ogg b/sound/ambience/lab_ambience_hallway.ogg
new file mode 100644
index 0000000000..cc47fc00c9
Binary files /dev/null and b/sound/ambience/lab_ambience_hallway.ogg differ
diff --git a/sound/ambience/metal_door_close.ogg b/sound/ambience/metal_door_close.ogg
new file mode 100644
index 0000000000..1702c6e138
Binary files /dev/null and b/sound/ambience/metal_door_close.ogg differ
diff --git a/sound/ambience/metal_door_open.ogg b/sound/ambience/metal_door_open.ogg
new file mode 100644
index 0000000000..6dd97cd1b2
Binary files /dev/null and b/sound/ambience/metal_door_open.ogg differ
diff --git a/sound/ambience/metalscrape.ogg b/sound/ambience/metalscrape.ogg
new file mode 100644
index 0000000000..91892b9f92
Binary files /dev/null and b/sound/ambience/metalscrape.ogg differ
diff --git a/sound/ambience/rainandthunderlong.ogg b/sound/ambience/rainandthunderlong.ogg
new file mode 100644
index 0000000000..48f7736785
Binary files /dev/null and b/sound/ambience/rainandthunderlong.ogg differ
diff --git a/sound/ambience/weymart.ogg b/sound/ambience/weymart.ogg
new file mode 100644
index 0000000000..7ed919be20
Binary files /dev/null and b/sound/ambience/weymart.ogg differ
diff --git a/sound/effects/car_crush.ogg b/sound/effects/car_crush.ogg
new file mode 100644
index 0000000000..1f7ef939fc
Binary files /dev/null and b/sound/effects/car_crush.ogg differ
diff --git a/sound/effects/metal_door_close.ogg b/sound/effects/metal_door_close.ogg
new file mode 100644
index 0000000000..1702c6e138
Binary files /dev/null and b/sound/effects/metal_door_close.ogg differ
diff --git a/sound/effects/metal_door_open.ogg b/sound/effects/metal_door_open.ogg
new file mode 100644
index 0000000000..6dd97cd1b2
Binary files /dev/null and b/sound/effects/metal_door_open.ogg differ
diff --git a/sound/effects/metalscrape.ogg b/sound/effects/metalscrape.ogg
new file mode 100644
index 0000000000..91892b9f92
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 0000000000..f05f624dc7
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 0000000000..1170069681
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 0000000000..3fe1d8e8ab
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 0000000000..559112eccf
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 0000000000..76b39b98b4
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 0000000000..a8d63186c7
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 0000000000..2cee9e72dc
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 0000000000..898927b7fc
Binary files /dev/null and b/sound/soundscape/lv759/indoors/derelict8.ogg differ
diff --git a/sound/soundscape/lv759/indoors/distant_sounds_1.ogg b/sound/soundscape/lv759/indoors/distant_sounds_1.ogg
new file mode 100644
index 0000000000..ea362a7793
Binary files /dev/null and b/sound/soundscape/lv759/indoors/distant_sounds_1.ogg differ
diff --git a/sound/soundscape/lv759/indoors/distant_sounds_10.ogg b/sound/soundscape/lv759/indoors/distant_sounds_10.ogg
new file mode 100644
index 0000000000..d79463b4aa
Binary files /dev/null and b/sound/soundscape/lv759/indoors/distant_sounds_10.ogg differ
diff --git a/sound/soundscape/lv759/indoors/distant_sounds_2.ogg b/sound/soundscape/lv759/indoors/distant_sounds_2.ogg
new file mode 100644
index 0000000000..209f29a898
Binary files /dev/null and b/sound/soundscape/lv759/indoors/distant_sounds_2.ogg differ
diff --git a/sound/soundscape/lv759/indoors/distant_sounds_3.ogg b/sound/soundscape/lv759/indoors/distant_sounds_3.ogg
new file mode 100644
index 0000000000..baf898a659
Binary files /dev/null and b/sound/soundscape/lv759/indoors/distant_sounds_3.ogg differ
diff --git a/sound/soundscape/lv759/indoors/distant_sounds_4.ogg b/sound/soundscape/lv759/indoors/distant_sounds_4.ogg
new file mode 100644
index 0000000000..9b71e81ebd
Binary files /dev/null and b/sound/soundscape/lv759/indoors/distant_sounds_4.ogg differ
diff --git a/sound/soundscape/lv759/indoors/distant_sounds_5.ogg b/sound/soundscape/lv759/indoors/distant_sounds_5.ogg
new file mode 100644
index 0000000000..18022d5a96
Binary files /dev/null and b/sound/soundscape/lv759/indoors/distant_sounds_5.ogg differ
diff --git a/sound/soundscape/lv759/indoors/distant_sounds_6.ogg b/sound/soundscape/lv759/indoors/distant_sounds_6.ogg
new file mode 100644
index 0000000000..fe2aef7485
Binary files /dev/null and b/sound/soundscape/lv759/indoors/distant_sounds_6.ogg differ
diff --git a/sound/soundscape/lv759/indoors/distant_sounds_7.ogg b/sound/soundscape/lv759/indoors/distant_sounds_7.ogg
new file mode 100644
index 0000000000..5da8236b02
Binary files /dev/null and b/sound/soundscape/lv759/indoors/distant_sounds_7.ogg differ
diff --git a/sound/soundscape/lv759/indoors/distant_sounds_8.ogg b/sound/soundscape/lv759/indoors/distant_sounds_8.ogg
new file mode 100644
index 0000000000..55a501b65e
Binary files /dev/null and b/sound/soundscape/lv759/indoors/distant_sounds_8.ogg differ
diff --git a/sound/soundscape/lv759/indoors/distant_sounds_9.ogg b/sound/soundscape/lv759/indoors/distant_sounds_9.ogg
new file mode 100644
index 0000000000..b81edb974a
Binary files /dev/null and b/sound/soundscape/lv759/indoors/distant_sounds_9.ogg differ
diff --git a/sound/soundscape/lv759/indoors/vent_1.ogg b/sound/soundscape/lv759/indoors/vent_1.ogg
new file mode 100644
index 0000000000..cc06ad99f3
Binary files /dev/null and b/sound/soundscape/lv759/indoors/vent_1.ogg differ
diff --git a/sound/soundscape/lv759/indoors/vent_2.ogg b/sound/soundscape/lv759/indoors/vent_2.ogg
new file mode 100644
index 0000000000..1cdeea7211
Binary files /dev/null and b/sound/soundscape/lv759/indoors/vent_2.ogg differ
diff --git a/sound/soundscape/lv759/indoors/vent_3.ogg b/sound/soundscape/lv759/indoors/vent_3.ogg
new file mode 100644
index 0000000000..37561c6cf9
Binary files /dev/null and b/sound/soundscape/lv759/indoors/vent_3.ogg differ
diff --git a/sound/soundscape/lv759/indoors/vent_4.ogg b/sound/soundscape/lv759/indoors/vent_4.ogg
new file mode 100644
index 0000000000..506d5096e5
Binary files /dev/null and b/sound/soundscape/lv759/indoors/vent_4.ogg differ
diff --git a/sound/soundscape/lv759/indoors/vent_5.ogg b/sound/soundscape/lv759/indoors/vent_5.ogg
new file mode 100644
index 0000000000..d7de7c7b43
Binary files /dev/null and b/sound/soundscape/lv759/indoors/vent_5.ogg differ
diff --git a/sound/soundscape/lv759/indoors/vent_6.ogg b/sound/soundscape/lv759/indoors/vent_6.ogg
new file mode 100644
index 0000000000..b6d913ae81
Binary files /dev/null and b/sound/soundscape/lv759/indoors/vent_6.ogg differ
diff --git a/sound/soundscape/lv759/indoors/vent_7.ogg b/sound/soundscape/lv759/indoors/vent_7.ogg
new file mode 100644
index 0000000000..0850fb7448
Binary files /dev/null and b/sound/soundscape/lv759/indoors/vent_7.ogg differ
diff --git a/sound/soundscape/lv759/indoors/vent_8.ogg b/sound/soundscape/lv759/indoors/vent_8.ogg
new file mode 100644
index 0000000000..f49c6143c4
Binary files /dev/null and b/sound/soundscape/lv759/indoors/vent_8.ogg differ
diff --git a/sound/soundscape/lv759/indoors/vent_9.ogg b/sound/soundscape/lv759/indoors/vent_9.ogg
new file mode 100644
index 0000000000..048c8adb61
Binary files /dev/null and b/sound/soundscape/lv759/indoors/vent_9.ogg differ
diff --git a/sound/soundscape/lv759/outdoors/deepcave1.ogg b/sound/soundscape/lv759/outdoors/deepcave1.ogg
new file mode 100644
index 0000000000..520e10536e
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 0000000000..d587fa3bc2
Binary files /dev/null and b/sound/soundscape/lv759/outdoors/deepcave2.ogg differ
diff --git a/sound/soundscape/lv759/outdoors/derelict_plateau_1.ogg b/sound/soundscape/lv759/outdoors/derelict_plateau_1.ogg
new file mode 100644
index 0000000000..5b3401052a
Binary files /dev/null and b/sound/soundscape/lv759/outdoors/derelict_plateau_1.ogg differ
diff --git a/sound/soundscape/lv759/outdoors/derelict_plateau_2.ogg b/sound/soundscape/lv759/outdoors/derelict_plateau_2.ogg
new file mode 100644
index 0000000000..44408694b3
Binary files /dev/null and b/sound/soundscape/lv759/outdoors/derelict_plateau_2.ogg differ
diff --git a/sound/soundscape/lv759/outdoors/wind10.ogg b/sound/soundscape/lv759/outdoors/wind10.ogg
new file mode 100644
index 0000000000..b1a42f9a33
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 0000000000..b841da3811
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 0000000000..1600ae8efe
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 0000000000..901e218574
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 0000000000..3888399a3c
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 0000000000..0326aca56b
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 0000000000..b1a42f9a33
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 0000000000..af13500d52
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 0000000000..8c66290f63
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 0000000000..8f4e6abd65
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 0000000000..60f5eb15db
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 0000000000..47b615d39d
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 0000000000..815125ab5c
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 0000000000..8a40baba6f
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 0000000000..ed3688ad6a
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 0000000000..0fa9b4a980
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 0000000000..262c04840b
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 0000000000..4934c979c2
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 0000000000..4934c979c2
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 0000000000..cadbc1266c
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 0000000000..be97cb0d67
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 0000000000..2997db2a96
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 0000000000..0f1eb66b87
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 0000000000..2324d3998e
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 0000000000..523b3f308b
Binary files /dev/null and b/sound/soundscape/lv759/outdoors/wind9.ogg differ
diff --git a/sound/soundscape/lv759/outdoors/windy_caverns_1.ogg b/sound/soundscape/lv759/outdoors/windy_caverns_1.ogg
new file mode 100644
index 0000000000..3d34f31c11
Binary files /dev/null and b/sound/soundscape/lv759/outdoors/windy_caverns_1.ogg differ
diff --git a/sound/soundscape/lv759/outdoors/windy_caverns_2.ogg b/sound/soundscape/lv759/outdoors/windy_caverns_2.ogg
new file mode 100644
index 0000000000..32fd4555e2
Binary files /dev/null and b/sound/soundscape/lv759/outdoors/windy_caverns_2.ogg differ
diff --git a/sound/soundscape/lv759/outdoors/windy_caverns_3.ogg b/sound/soundscape/lv759/outdoors/windy_caverns_3.ogg
new file mode 100644
index 0000000000..37c678eea9
Binary files /dev/null and b/sound/soundscape/lv759/outdoors/windy_caverns_3.ogg differ
diff --git a/sound/vehicles/box_van_driving.ogg b/sound/vehicles/box_van_driving.ogg
new file mode 100644
index 0000000000..a6cb1fe062
Binary files /dev/null and b/sound/vehicles/box_van_driving.ogg differ
diff --git a/sound/vehicles/box_van_horn.ogg b/sound/vehicles/box_van_horn.ogg
new file mode 100644
index 0000000000..722ea83211
Binary files /dev/null and b/sound/vehicles/box_van_horn.ogg differ
diff --git a/sound/vehicles/box_van_overdrive.ogg b/sound/vehicles/box_van_overdrive.ogg
new file mode 100644
index 0000000000..41449ac7d2
Binary files /dev/null and b/sound/vehicles/box_van_overdrive.ogg differ
diff --git a/sound/weapons/p90.ogg b/sound/weapons/p90.ogg
new file mode 100644
index 0000000000..b8b2ea8aec
Binary files /dev/null and b/sound/weapons/p90.ogg differ