diff --git a/code/game/machinery/virtual_reality/vr_console.dm b/code/game/machinery/virtual_reality/vr_console.dm
index 81df6d934b..b66bc2dff8 100644
--- a/code/game/machinery/virtual_reality/vr_console.dm
+++ b/code/game/machinery/virtual_reality/vr_console.dm
@@ -23,6 +23,7 @@
active_power_usage = 200
light_color = "#FF0000"
+
/obj/machinery/vr_sleeper/Initialize()
. = ..()
default_apply_parts()
@@ -246,14 +247,14 @@
avatar.shapeshifter_change_shape(occupant.species.name)
avatar.forceMove(get_turf(S)) // Put the mob on the landmark, instead of inside it
-
+//CHOMPedit start VR fix
occupant.enter_vr(avatar)
//Yes, I am using a aheal just so your markings transfer over, I could not get .prefs.copy_to working. This is very stupid, and I can't be assed to rewrite this. Too bad!
avatar.revive()
- avatar.revive()
+ avatar.species.equip_survival_gear(avatar)
avatar.verbs += /mob/living/carbon/human/proc/exit_vr //ahealing removes the prommie verbs and the VR verbs, giving it back
- avatar.Sleeping(1)
+//CHOMPedit end
// Prompt for username after they've enterred the body.
var/newname = sanitize(tgui_input_text(avatar, "You are entering virtual reality. Your username is currently [src.name]. Would you like to change it to something else?", "Name change", null, MAX_NAME_LEN), MAX_NAME_LEN)
if (newname)
diff --git a/code/modules/mob/living/carbon/human/death.dm b/code/modules/mob/living/carbon/human/death.dm
index dd816d1e8f..b8e4629299 100644
--- a/code/modules/mob/living/carbon/human/death.dm
+++ b/code/modules/mob/living/carbon/human/death.dm
@@ -99,11 +99,13 @@
// If the body is in VR, move the mind back to the real world
if(vr_holder)
+ src.died_in_vr = TRUE //CHOMPedit, so avatar.dm can delete bodies
src.exit_vr()
src.vr_holder.vr_link = null
for(var/obj/item/W in src)
src.drop_from_inventory(W)
+
// If our mind is in VR, bring it back to the real world so it can die with its body
if(vr_link)
vr_link.exit_vr()
diff --git a/code/modules/mob/living/carbon/human/species/virtual_reality/avatar.dm b/code/modules/mob/living/carbon/human/species/virtual_reality/avatar.dm
index ec054ab520..c9254c0c9a 100644
--- a/code/modules/mob/living/carbon/human/species/virtual_reality/avatar.dm
+++ b/code/modules/mob/living/carbon/human/species/virtual_reality/avatar.dm
@@ -79,7 +79,7 @@
src.vr_link = avatar // Can't reuse vr_holder so that death can automatically eject users from VR
// Move the mind
- avatar.Sleeping(1)
+ // avatar.Sleeping(1) So vox don't drop their can, also feels arbitrary
src.mind.transfer_to(avatar)
to_chat(avatar, "You have enterred Virtual Reality!\nAll normal gameplay rules still apply.\nWounds you suffer here won't persist when you leave VR, but some of the pain will.\nYou can leave VR at any time by using the \"Exit Virtual Reality\" verb in the Abilities tab, or by ghosting.") //No more prommie VR thing, so removed tidbit about changing appearance
to_chat(avatar, " You black out for a moment, and wake to find yourself in a new body in virtual reality.") // So this is what VR feels like?
@@ -117,4 +117,14 @@
if(istype(vr_holder.loc, /obj/machinery/vr_sleeper))
var/obj/machinery/vr_sleeper/V = vr_holder.loc
- V.go_out()
\ No newline at end of file
+ V.go_out()
+
+ if(died_in_vr)
+ spawn(3000) //Delete the body after 5 minutes to make sure mob subsystem doesn't cry
+ var/list/slots = list(slot_back,slot_handcuffed,slot_l_store,slot_r_store,slot_wear_mask,slot_l_hand,slot_r_hand,slot_wear_id,slot_glasses,slot_gloves,slot_head,slot_shoes,slot_belt,slot_wear_suit,slot_w_uniform,slot_s_store,slot_l_ear,slot_r_ear)
+ for(var/slot in slots)
+ var/obj/item/I = get_equipped_item(slot = slot)
+ if(I)
+ unEquip(I,force = TRUE)
+ release_vore_contents(include_absorbed = TRUE, silent = TRUE)
+ qdel(src)
\ No newline at end of file
diff --git a/maps/southern_cross/southern_cross-3.dmm b/maps/southern_cross/southern_cross-3.dmm
index 06a30e5887..0105184fc2 100644
--- a/maps/southern_cross/southern_cross-3.dmm
+++ b/maps/southern_cross/southern_cross-3.dmm
@@ -1404,6 +1404,13 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/thirddeck/aftstarboardcentral)
+"btH" = (
+/obj/effect/floor_decal/spline/fancy/wood,
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 8
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/cafeteria)
"bvr" = (
/turf/simulated/wall,
/area/maintenance/solars/forestarboardsolar)
@@ -1471,16 +1478,23 @@
/turf/simulated/floor/plating,
/area/maintenance/solars/forestarboardsolar)
"bzb" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
},
-/obj/effect/floor_decal/spline/fancy/wood{
- dir = 8
+/obj/effect/floor_decal/steeldecal/steel_decals4{
+ dir = 10
},
-/turf/simulated/floor/wood,
-/area/crew_quarters/cafeteria)
+/obj/effect/floor_decal/steeldecal/steel_decals4,
+/turf/simulated/floor/tiled/techmaint,
+/area/crew_quarters/thirddeck/vrroom)
"bzs" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 6
@@ -1510,6 +1524,9 @@
/obj/effect/wingrille_spawn/reinforced,
/turf/simulated/floor/plating,
/area/maintenance/solars/forestarboardsolar)
+"bBg" = (
+/turf/simulated/wall,
+/area/crew_quarters/thirddeck/vrroom)
"bCU" = (
/obj/structure/cable/yellow,
/turf/simulated/floor/airless,
@@ -1719,9 +1736,11 @@
/turf/simulated/floor/plating,
/area/maintenance/solars/foreportsolar)
"bJT" = (
-/obj/structure/bed/chair/wood,
/obj/effect/floor_decal/spline/fancy/wood{
- dir = 8
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
},
/turf/simulated/floor/wood,
/area/crew_quarters/cafeteria)
@@ -2583,6 +2602,12 @@
/obj/effect/wingrille_spawn/reinforced,
/turf/simulated/floor/plating,
/area/maintenance/solars/forestarboardsolar)
+"cDl" = (
+/obj/structure/sign/securearea{
+ icon_state = "restroom"
+ },
+/turf/simulated/wall,
+/area/crew_quarters/toilet)
"cDq" = (
/obj/structure/cable/yellow{
d2 = 2;
@@ -3072,12 +3097,14 @@
/turf/simulated/floor/plating,
/area/maintenance/thirddeck/foreport)
"dbY" = (
-/obj/structure/closet/lasertag/red,
-/obj/effect/floor_decal/corner/orange/border{
- dir = 10
+/obj/effect/floor_decal/corner_techfloor_gray{
+ dir = 9
},
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/cafeteria)
+/obj/structure/bed/chair/office/dark{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/crew_quarters/thirddeck/vrroom)
"dcT" = (
/obj/machinery/portable_atmospherics/canister/air/airlock,
/obj/effect/floor_decal/industrial/outline/yellow,
@@ -3269,14 +3296,16 @@
/turf/simulated/floor/bluegrid,
/area/ai/ai_upload)
"dnd" = (
-/obj/structure/table/woodentable,
-/obj/item/device/paicard,
-/obj/random/action_figure,
-/obj/effect/floor_decal/spline/fancy/wood{
- dir = 8
+/obj/machinery/hologram/holopad,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
},
-/turf/simulated/floor/wood,
-/area/crew_quarters/cafeteria)
+/obj/effect/floor_decal/corner_techfloor_gray{
+ dir = 9
+ },
+/obj/effect/floor_decal/industrial/outline/grey,
+/turf/simulated/floor/tiled/techmaint,
+/area/crew_quarters/thirddeck/vrroom)
"dog" = (
/obj/structure/table/standard,
/obj/item/weapon/aiModule/oxygen,
@@ -3837,6 +3866,12 @@
/area/maintenance/thirddeck/dormsport{
name = "Third Deck Aft Port Maintenance"
})
+"dOd" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ dir = 6
+ },
+/turf/simulated/floor/wood/alt/parquet,
+/area/crew_quarters/thirddeck/vrroom)
"dOD" = (
/obj/effect/floor_decal/steeldecal/steel_decals6{
dir = 8
@@ -4002,6 +4037,13 @@
/turf/simulated/floor/tiled/techfloor,
/area/ai/ai_cyborg_station)
"dSP" = (
+/obj/effect/floor_decal/carpet,
+/obj/effect/floor_decal/carpet{
+ dir = 8
+ },
+/obj/effect/floor_decal/carpet{
+ dir = 10
+ },
/turf/simulated/floor/carpet/retro_red,
/area/crew_quarters/cafeteria)
"dSZ" = (
@@ -5806,13 +5848,14 @@
/turf/simulated/wall/r_wall,
/area/hallway/primary/thirddeck/starboard)
"fhs" = (
-/obj/structure/cable/green{
- d1 = 4;
- d2 = 8;
- icon_state = "4-8"
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
},
-/turf/simulated/floor/wood,
-/area/crew_quarters/cafeteria)
+/obj/effect/floor_decal/corner_techfloor_gray{
+ dir = 9
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/crew_quarters/thirddeck/vrroom)
"fiE" = (
/turf/simulated/wall/r_wall,
/area/hallway/primary/thirddeck/starboard)
@@ -6403,9 +6446,20 @@
name = "Third Deck Aft Port Maintenance"
})
"fDV" = (
-/obj/structure/window/reinforced,
-/obj/effect/floor_decal/carpet,
-/turf/simulated/floor/carpet/retro_red,
+/obj/effect/floor_decal/corner/orange/diagonal,
+/obj/item/device/radio/intercom{
+ dir = 8;
+ name = "Station Intercom (General)";
+ pixel_x = -21
+ },
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/tiled,
/area/crew_quarters/cafeteria)
"fDZ" = (
/obj/effect/floor_decal/industrial/warning{
@@ -7392,10 +7446,23 @@
/turf/simulated/floor/tiled,
/area/crew_quarters/seconddeck/gym)
"gnG" = (
-/obj/machinery/hologram/holopad,
-/obj/effect/floor_decal/industrial/outline/grey,
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/cafeteria)
+/obj/machinery/door/airlock/glass{
+ name = "VR-Lobby"
+ },
+/obj/machinery/door/firedoor/glass,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 4
+ },
+/obj/structure/cable/green{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/tiled/steel_grid,
+/area/crew_quarters/thirddeck/vrroom)
"gnX" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
dir = 1
@@ -8107,16 +8174,13 @@
/turf/simulated/floor/tiled/steel_grid,
/area/crew_quarters/sleep/vistor_room_12)
"hiF" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
+/obj/effect/floor_decal/corner/orange/diagonal,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/bed/chair{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/corner/orange/border{
- dir = 5
- },
-/turf/simulated/floor/tiled/dark,
+/turf/simulated/floor/tiled,
/area/crew_quarters/cafeteria)
"hjc" = (
/obj/machinery/door/airlock/external{
@@ -9352,6 +9416,9 @@
/obj/machinery/disposal,
/obj/structure/disposalpipe/trunk,
/obj/effect/floor_decal/corner/orange/diagonal,
+/obj/effect/floor_decal/borderfloor{
+ dir = 1
+ },
/turf/simulated/floor/tiled,
/area/crew_quarters/cafeteria)
"iCa" = (
@@ -10972,6 +11039,15 @@
},
/turf/simulated/floor/wood,
/area/bridge/meeting_room)
+"kpS" = (
+/obj/effect/floor_decal/corner/orange/diagonal,
+/obj/structure/table/glass,
+/obj/item/device/paicard,
+/obj/effect/floor_decal/borderfloor{
+ dir = 1
+ },
+/turf/simulated/floor/tiled,
+/area/crew_quarters/cafeteria)
"kpZ" = (
/obj/machinery/atmospherics/unary/vent_pump{
dir = 1;
@@ -11726,12 +11802,8 @@
name = "Third Deck Aft Maintenance"
})
"lmX" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- layer = 4;
- pixel_y = -32
- },
-/obj/effect/floor_decal/corner/orange/border,
-/turf/simulated/floor/tiled/dark,
+/obj/random/plushie,
+/turf/simulated/floor/wood,
/area/crew_quarters/cafeteria)
"lnk" = (
/obj/machinery/atmospherics/pipe/simple/hidden{
@@ -13436,8 +13508,10 @@
d2 = 2;
icon_state = "0-2"
},
-/obj/effect/floor_decal/corner/orange/diagonal,
-/turf/simulated/floor/tiled,
+/obj/effect/floor_decal/corner_steel_grid{
+ dir = 6
+ },
+/turf/simulated/floor/tiled/dark,
/area/crew_quarters/cafeteria)
"mXH" = (
/obj/structure/filingcabinet,
@@ -13558,14 +13632,12 @@
/turf/simulated/floor/tiled,
/area/bridge)
"naz" = (
-/obj/item/device/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -21
+/obj/machinery/light{
+ dir = 4;
+ layer = 3
},
-/obj/effect/floor_decal/corner/orange/diagonal,
-/turf/simulated/floor/tiled,
-/area/crew_quarters/cafeteria)
+/turf/simulated/floor/tiled/techmaint,
+/area/crew_quarters/thirddeck/vrroom)
"naW" = (
/obj/structure/table/standard,
/obj/machinery/power/apc{
@@ -14620,6 +14692,9 @@
pixel_y = -22
},
/obj/effect/floor_decal/corner/orange/diagonal,
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 1
+ },
/turf/simulated/floor/tiled,
/area/crew_quarters/cafeteria)
"nWq" = (
@@ -14810,16 +14885,14 @@
/turf/simulated/floor/plating,
/area/crew_quarters/heads/sc/sd)
"odE" = (
-/obj/structure/bed/chair{
- dir = 8
+/obj/effect/floor_decal/corner/orange/diagonal,
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/effect/floor_decal/carpet{
- dir = 8
- },
-/obj/effect/floor_decal/carpet{
- dir = 4
- },
-/turf/simulated/floor/lino,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/tiled,
/area/crew_quarters/cafeteria)
"oeX" = (
/obj/machinery/door/firedoor/glass,
@@ -15798,6 +15871,13 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/thirddeck/aftstarboardcentral)
+"oYU" = (
+/obj/effect/floor_decal/corner/orange/diagonal,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled,
+/area/crew_quarters/cafeteria)
"oZi" = (
/obj/effect/floor_decal/borderfloor{
dir = 1
@@ -16740,14 +16820,25 @@
name = "Third Deck Aft Maintenance"
})
"pVY" = (
-/obj/machinery/media/jukebox,
-/obj/effect/floor_decal/carpet{
- dir = 8
+/obj/effect/floor_decal/corner/orange/diagonal,
+/obj/structure/cable/green{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
},
-/obj/effect/floor_decal/carpet{
+/obj/effect/floor_decal/steeldecal/steel_decals4{
+ dir = 1
+ },
+/obj/effect/floor_decal/steeldecal/steel_decals4{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
dir = 4
},
-/turf/simulated/floor/lino,
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply{
+ dir = 4
+ },
+/turf/simulated/floor/tiled,
/area/crew_quarters/cafeteria)
"pWc" = (
/obj/structure/toilet{
@@ -16870,21 +16961,11 @@
name = "Third Deck Aft Maintenance"
})
"qew" = (
-/obj/machinery/computer/arcade,
-/obj/machinery/light{
- dir = 8
- },
-/obj/effect/floor_decal/carpet{
- dir = 1
- },
-/obj/effect/floor_decal/carpet{
- dir = 8
- },
-/obj/effect/floor_decal/carpet{
+/obj/effect/floor_decal/corner_techfloor_gray{
dir = 9
},
-/turf/simulated/floor/carpet/retro_red,
-/area/crew_quarters/cafeteria)
+/turf/simulated/floor/tiled/techmaint,
+/area/crew_quarters/thirddeck/vrroom)
"qff" = (
/obj/machinery/computer/arcade,
/obj/machinery/camera/network/third_deck{
@@ -16958,6 +17039,17 @@
/obj/effect/floor_decal/carpet{
dir = 1
},
+/obj/machinery/alarm{
+ dir = 4;
+ pixel_x = -22
+ },
+/obj/effect/floor_decal/carpet{
+ dir = 8
+ },
+/obj/effect/floor_decal/carpet{
+ dir = 9;
+ pixel_y = 0
+ },
/turf/simulated/floor/carpet/retro_red,
/area/crew_quarters/cafeteria)
"qjP" = (
@@ -17284,13 +17376,10 @@
/turf/simulated/floor/plating,
/area/maintenance/thirddeck/dormsstarboard)
"qxM" = (
-/obj/structure/bed/chair/wood{
- dir = 1
+/obj/machinery/floor_light{
+ anchored = 1
},
-/obj/effect/floor_decal/spline/fancy/wood{
- dir = 8
- },
-/turf/simulated/floor/wood,
+/turf/simulated/floor/tiled,
/area/crew_quarters/cafeteria)
"qyy" = (
/obj/machinery/atmospherics/unary/vent_pump/on{
@@ -17322,13 +17411,11 @@
/turf/simulated/floor/wood,
/area/crew_quarters/sleep/vistor_room_3)
"qzs" = (
-/obj/machinery/door/airlock/maintenance{
- req_access = null;
- req_one_access = null
- },
-/obj/machinery/door/firedoor/border_only,
+/obj/structure/catwalk,
/turf/simulated/floor/plating,
-/area/crew_quarters/cafeteria)
+/area/maintenance/thirddeck/dormsport{
+ name = "Third Deck Aft Port Maintenance"
+ })
"qzw" = (
/obj/structure/table/standard,
/obj/random/tech_supply,
@@ -17351,17 +17438,22 @@
name = "Third Deck Aft Maintenance"
})
"qzT" = (
-/obj/effect/floor_decal/carpet{
- dir = 8
+/obj/machinery/door/airlock/maintenance{
+ req_access = null;
+ req_one_access = null
},
-/turf/simulated/floor/carpet/retro_red,
-/area/crew_quarters/cafeteria)
+/obj/machinery/door/firedoor/border_only,
+/turf/simulated/floor/plating,
+/area/maintenance/thirddeck/dormsport{
+ name = "Third Deck Aft Port Maintenance"
+ })
"qAc" = (
/obj/structure/table/woodentable,
/obj/item/weapon/material/kitchen/utensil/spoon{
pixel_x = 2
},
/obj/item/weapon/material/kitchen/utensil/fork,
+/obj/item/device/starcaster_news,
/turf/simulated/floor/wood,
/area/crew_quarters/cafeteria)
"qAk" = (
@@ -17456,17 +17548,20 @@
/turf/simulated/floor/wood,
/area/crew_quarters/cafeteria)
"qGE" = (
-/obj/effect/floor_decal/corner/orange/border{
- dir = 4
+/obj/machinery/door/firedoor/border_only,
+/obj/effect/wingrille_spawn/reinforced/polarized{
+ id = "vrroom"
},
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/cafeteria)
+/obj/structure/sign/nosmoking_1,
+/turf/simulated/floor/plating,
+/area/crew_quarters/thirddeck/vrroom)
"qHj" = (
/obj/structure/table/woodentable,
/obj/item/weapon/material/kitchen/utensil/fork,
/obj/item/weapon/material/kitchen/utensil/spoon{
pixel_x = 2
},
+/obj/random/action_figure,
/turf/simulated/floor/wood,
/area/crew_quarters/cafeteria)
"qHU" = (
@@ -17644,17 +17739,12 @@
name = "Third Deck Aft Maintenance"
})
"qSn" = (
-/obj/structure/window/reinforced,
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
- },
-/obj/effect/floor_decal/carpet{
- dir = 8
- },
/obj/effect/floor_decal/carpet,
/obj/effect/floor_decal/carpet{
- dir = 10
+ dir = 4
+ },
+/obj/effect/floor_decal/carpet{
+ dir = 6
},
/turf/simulated/floor/carpet/retro_red,
/area/crew_quarters/cafeteria)
@@ -17675,13 +17765,22 @@
/turf/simulated/floor/tiled,
/area/hallway/primary/thirddeck/aftdoorm)
"qSZ" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/light{
- dir = 8
+/obj/machinery/status_display{
+ layer = 4;
+ pixel_y = 32
},
-/obj/effect/floor_decal/corner/orange/diagonal,
-/turf/simulated/floor/tiled,
-/area/crew_quarters/cafeteria)
+/obj/effect/floor_decal/corner_techfloor_gray{
+ dir = 5
+ },
+/obj/effect/floor_decal/corner_techfloor_gray{
+ dir = 9
+ },
+/obj/structure/prop/dominator/green{
+ pixel_y = 15
+ },
+/obj/structure/table/hardwoodtable,
+/turf/simulated/floor/tiled/techmaint,
+/area/crew_quarters/thirddeck/vrroom)
"qTC" = (
/obj/machinery/space_heater,
/turf/simulated/floor/plating,
@@ -17982,57 +18081,62 @@
/turf/simulated/wall,
/area/maintenance/thirddeck/dormsatmos)
"rmQ" = (
-/obj/structure/closet/lasertag/blue,
-/obj/effect/floor_decal/corner/orange/border{
- dir = 9
- },
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/cafeteria)
+/obj/effect/floor_decal/spline/fancy/wood,
+/turf/simulated/floor/wood/alt/parquet,
+/area/crew_quarters/thirddeck/vrroom)
"rng" = (
-/obj/machinery/computer/security/telescreen/entertainment{
+/obj/machinery/vr_sleeper{
+ icon_state = "body_scanner_0"
+ },
+/turf/simulated/floor/tiled/milspec/raised,
+/area/crew_quarters/thirddeck/vrroom)
+"rnG" = (
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/machinery/light{
+ dir = 4;
+ layer = 3
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/crew_quarters/thirddeck/vrroom)
+"rnN" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/button/windowtint{
+ pixel_x = 26;
+ pixel_y = 11;
+ id = "vrroom"
+ },
+/obj/machinery/alarm{
+ dir = 8;
+ pixel_x = 24
+ },
+/obj/machinery/light_switch{
+ dir = 8;
+ name = "light switch ";
+ pixel_x = 26;
+ pixel_y = -11
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/crew_quarters/thirddeck/vrroom)
+"roG" = (
+/obj/machinery/ai_status_display{
pixel_y = 32
},
-/obj/effect/floor_decal/corner/orange/border{
- dir = 1
+/obj/effect/floor_decal/corner_techfloor_gray{
+ dir = 5
},
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/cafeteria)
-"rnG" = (
-/obj/machinery/atmospherics/unary/vent_pump/on{
- dir = 4
+/obj/structure/table/hardwoodtable,
+/obj/item/weapon/paper_bin,
+/obj/item/weapon/folder/white,
+/obj/item/weapon/pen{
+ pixel_y = -3
},
-/obj/machinery/light{
- dir = 1
+/obj/item/weapon/pen,
+/obj/item/weapon/tape_roll{
+ pixel_y = 14;
+ pixel_x = -9
},
-/obj/effect/floor_decal/corner/orange/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/cafeteria)
-"rnN" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 6
- },
-/obj/effect/floor_decal/corner/orange/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/cafeteria)
-"roG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/corner/orange/border{
- dir = 1
- },
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/cafeteria)
+/turf/simulated/floor/tiled/techmaint,
+/area/crew_quarters/thirddeck/vrroom)
"rpc" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -18283,16 +18387,16 @@
name = "Third Deck Aft Maintenance"
})
"rCL" = (
-/obj/item/device/radio/intercom{
- dir = 8;
- name = "Station Intercom (General)";
- pixel_x = -21
+/obj/structure/cryofeed{
+ dir = 4;
+ pixel_y = 0;
+ pixel_x = -31
},
-/obj/effect/floor_decal/corner/orange/border{
- dir = 8
+/obj/machinery/vr_sleeper{
+ icon_state = "body_scanner_0"
},
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/cafeteria)
+/turf/simulated/floor/tiled/milspec/raised,
+/area/crew_quarters/thirddeck/vrroom)
"rDw" = (
/obj/structure/cable/yellow{
d1 = 2;
@@ -18562,9 +18666,11 @@
/turf/simulated/floor/tiled,
/area/hallway/primary/thirddeck/aftportcentral)
"rTn" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
-/turf/simulated/floor/tiled/eris/steel/bar_dance,
-/area/crew_quarters/cafeteria)
+/obj/effect/floor_decal/spline/fancy/wood{
+ dir = 5
+ },
+/turf/simulated/floor/wood/alt/parquet,
+/area/crew_quarters/thirddeck/vrroom)
"rTI" = (
/obj/effect/floor_decal/corner/orange/diagonal,
/turf/simulated/floor/tiled,
@@ -18632,7 +18738,7 @@
/area/crew_quarters/sleep/vistor_room_2)
"rWM" = (
/turf/simulated/wall/r_wall,
-/area/crew_quarters/cafeteria)
+/area/crew_quarters/thirddeck/vrroom)
"rXX" = (
/obj/item/weapon/reagent_containers/food/snacks/monkeycube/wrapped/stokcube,
/obj/random/trash,
@@ -19182,11 +19288,12 @@
/turf/simulated/wall/r_wall,
/area/crew_quarters/sleep/vistor_room_1)
"sxn" = (
-/obj/effect/floor_decal/corner/orange/border{
- dir = 6
+/obj/machinery/door/firedoor/border_only,
+/obj/effect/wingrille_spawn/reinforced/polarized{
+ id = "vrroom"
},
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/cafeteria)
+/turf/simulated/floor/plating,
+/area/crew_quarters/thirddeck/vrroom)
"sxw" = (
/obj/structure/railing{
dir = 4
@@ -19221,15 +19328,15 @@
/turf/simulated/floor/carpet,
/area/crew_quarters/seconddeck/gym)
"sAM" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ dir = 9
+ },
/obj/machinery/vending/wallmed1{
- name = "Emergency NanoMed";
- pixel_x = -28
+ pixel_x = -25;
+ dir = 4
},
-/obj/effect/floor_decal/corner/orange/border{
- dir = 8
- },
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/cafeteria)
+/turf/simulated/floor/wood/alt/parquet,
+/area/crew_quarters/thirddeck/vrroom)
"sBY" = (
/obj/structure/disposalpipe/segment{
dir = 4;
@@ -19313,8 +19420,21 @@
/turf/simulated/floor/carpet/oracarpet,
/area/maintenance/thirddeck/dormsatmos)
"sGX" = (
-/turf/simulated/floor/tiled/eris/steel/bar_dance,
-/area/crew_quarters/cafeteria)
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "east bump";
+ pixel_x = 24
+ },
+/obj/structure/cable/green,
+/turf/simulated/floor/tiled/techmaint,
+/area/crew_quarters/thirddeck/vrroom)
+"sHc" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/effect/floor_decal/corner_techfloor_gray{
+ dir = 9
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/crew_quarters/thirddeck/vrroom)
"sHv" = (
/obj/effect/floor_decal/steeldecal/steel_decals7{
dir = 8
@@ -19597,46 +19717,101 @@
/turf/simulated/floor/plating,
/area/crew_quarters/cafeteria)
"sUk" = (
-/obj/machinery/light,
-/obj/machinery/newscaster{
- layer = 3.3;
- pixel_y = -27
- },
-/obj/effect/floor_decal/corner/orange/border,
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/cafeteria)
-"sUG" = (
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 5
- },
/obj/machinery/camera/network/third_deck{
- c_tag = "Third Deck - Port Civ Bar 1";
+ c_tag = "Third Deck - VR Lobby";
dir = 1
},
-/obj/effect/floor_decal/corner/orange/border,
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/cafeteria)
-"sUX" = (
-/obj/machinery/atmospherics/unary/vent_scrubber/on{
- dir = 8
+/obj/machinery/vr_sleeper{
+ icon_state = "body_scanner_0"
},
-/obj/effect/floor_decal/corner/orange/border,
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/cafeteria)
+/turf/simulated/floor/tiled/milspec/raised,
+/area/crew_quarters/thirddeck/vrroom)
+"sUG" = (
+/obj/effect/floor_decal/spline/fancy/wood{
+ dir = 1
+ },
+/turf/simulated/floor/wood/alt/parquet,
+/area/crew_quarters/thirddeck/vrroom)
+"sUX" = (
+/obj/effect/floor_decal/corner_techfloor_gray{
+ dir = 10
+ },
+/obj/effect/floor_decal/corner_techfloor_gray{
+ dir = 9
+ },
+/obj/structure/table/hardwoodtable,
+/obj/item/device/paicard/typeb,
+/turf/simulated/floor/tiled/techmaint,
+/area/crew_quarters/thirddeck/vrroom)
"sVv" = (
/obj/item/toy/figure/geneticist,
/turf/simulated/floor/plating,
/area/maintenance/thirddeck/dormsstarboard)
"sVK" = (
-/obj/effect/floor_decal/corner/orange/border,
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/cafeteria)
+/obj/machinery/firealarm{
+ dir = 1;
+ pixel_y = -24
+ },
+/obj/effect/floor_decal/corner_techfloor_gray{
+ dir = 10
+ },
+/obj/structure/table/rack/shelf,
+/obj/item/weapon/towel/random{
+ pixel_y = -5;
+ pixel_x = -5
+ },
+/obj/item/weapon/towel/random{
+ pixel_y = -5;
+ pixel_x = 6
+ },
+/obj/item/weapon/towel/random{
+ pixel_x = -5
+ },
+/obj/item/weapon/towel/random{
+ pixel_x = 6;
+ pixel_y = 0
+ },
+/obj/item/weapon/towel/random{
+ pixel_x = -5;
+ pixel_y = 5
+ },
+/obj/item/weapon/towel/random{
+ pixel_x = 6;
+ pixel_y = 5
+ },
+/obj/item/weapon/towel/random{
+ pixel_y = -5;
+ pixel_x = -5
+ },
+/obj/item/weapon/towel/random{
+ pixel_y = -5;
+ pixel_x = 6
+ },
+/obj/item/weapon/towel/random{
+ pixel_x = -5
+ },
+/obj/item/weapon/towel/random{
+ pixel_x = 6;
+ pixel_y = 0
+ },
+/obj/item/weapon/towel/random{
+ pixel_x = -5;
+ pixel_y = 5
+ },
+/obj/item/weapon/towel/random{
+ pixel_x = 6;
+ pixel_y = 5
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/crew_quarters/thirddeck/vrroom)
"sVR" = (
-/obj/machinery/hologram/holopad,
-/obj/structure/table/woodentable,
-/obj/random/plushie,
-/obj/item/device/starcaster_news,
-/turf/simulated/floor/wood,
+/obj/machinery/floor_light{
+ anchored = 1
+ },
+/obj/machinery/floor_light{
+ anchored = 1
+ },
+/turf/simulated/floor/tiled,
/area/crew_quarters/cafeteria)
"sVX" = (
/obj/machinery/light{
@@ -19646,7 +19821,8 @@
pixel_x = 36;
pixel_y = -6
},
-/turf/simulated/floor/wood,
+/obj/effect/floor_decal/corner/orange/diagonal,
+/turf/simulated/floor/tiled,
/area/crew_quarters/cafeteria)
"sWb" = (
/obj/random/tech_supply,
@@ -19892,7 +20068,7 @@
pixel_x = -32
},
/turf/simulated/wall,
-/area/crew_quarters/cafeteria)
+/area/crew_quarters/thirddeck/vrroom)
"tgj" = (
/turf/simulated/wall,
/area/hallway/primary/thirddeck/central)
@@ -19948,13 +20124,24 @@
/turf/simulated/floor/tiled/freezer,
/area/crew_quarters/sleep/vistor_room_6)
"thN" = (
-/obj/effect/floor_decal/carpet{
- dir = 8
+/obj/effect/floor_decal/corner/orange/diagonal,
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/effect/floor_decal/carpet{
+/obj/machinery/camera/network/third_deck{
+ c_tag = "Third Deck - Port Civ Bar 1";
dir = 4
},
-/turf/simulated/floor/lino,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/structure/sign/securearea{
+ icon_state = "atmos_waste";
+ desc = "VR-Room under construction, not all of it's features have been implemented yet.";
+ name = "A warning sign which reads 'UNDER CONSTRUCTION'.";
+ pixel_x = -32
+ },
+/turf/simulated/floor/tiled,
/area/crew_quarters/cafeteria)
"tia" = (
/obj/machinery/newscaster,
@@ -20025,28 +20212,15 @@
/turf/simulated/floor/tiled,
/area/hallway/primary/thirddeck/aft)
"tle" = (
-/obj/structure/bed/chair{
- dir = 8
+/obj/effect/floor_decal/corner/orange/diagonal,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
- dir = 4
+ dir = 6
},
-/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
- dir = 4
- },
-/obj/effect/floor_decal/carpet{
- dir = 8
- },
-/obj/effect/floor_decal/carpet{
- dir = 4
- },
-/obj/effect/floor_decal/carpet{
- dir = 9
- },
-/obj/effect/floor_decal/carpet{
- dir = 5
- },
-/turf/simulated/floor/lino,
+/obj/structure/bed/chair,
+/turf/simulated/floor/tiled,
/area/crew_quarters/cafeteria)
"tls" = (
/obj/structure/closet/secure_closet/personal/cabinet,
@@ -20149,18 +20323,10 @@
name = "Third Deck Aft Maintenance"
})
"ttw" = (
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 8
- },
-/obj/effect/floor_decal/spline/fancy/wood{
- dir = 9
- },
/obj/effect/floor_decal/steeldecal/steel_decals6{
dir = 10
},
+/obj/effect/floor_decal/corner/orange/diagonal,
/turf/simulated/floor/tiled,
/area/crew_quarters/cafeteria)
"ttG" = (
@@ -20230,7 +20396,10 @@
/obj/structure/reagent_dispensers/water_cooler/full{
dir = 1
},
-/turf/simulated/floor/wood,
+/obj/effect/floor_decal/corner_steel_grid{
+ dir = 5
+ },
+/turf/simulated/floor/tiled/dark,
/area/crew_quarters/cafeteria)
"tyt" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
@@ -20441,12 +20610,20 @@
/turf/simulated/floor/tiled/freezer,
/area/crew_quarters/toilet)
"tJG" = (
-/obj/structure/closet/lasertag/red,
-/obj/effect/floor_decal/corner/orange/border{
- dir = 8
+/obj/effect/floor_decal/spline/fancy/wood{
+ dir = 10
},
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/cafeteria)
+/obj/item/device/radio/intercom{
+ dir = 8;
+ name = "Station Intercom (General)";
+ pixel_x = -21
+ },
+/obj/machinery/light{
+ dir = 8;
+ layer = 3
+ },
+/turf/simulated/floor/wood/alt/parquet,
+/area/crew_quarters/thirddeck/vrroom)
"tKC" = (
/turf/simulated/wall,
/area/crew_quarters/sleep/vistor_room_3)
@@ -20504,11 +20681,13 @@
/obj/effect/floor_decal/steeldecal/steel_decals4{
dir = 6
},
-/obj/effect/floor_decal/corner/orange/diagonal,
/obj/effect/floor_decal/steeldecal/steel_decals4{
dir = 1
},
-/turf/simulated/floor/tiled,
+/obj/effect/floor_decal/corner_steel_grid{
+ dir = 6
+ },
+/turf/simulated/floor/tiled/dark,
/area/crew_quarters/cafeteria)
"tOU" = (
/obj/machinery/shower,
@@ -20593,19 +20772,14 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/effect/floor_decal/carpet{
- dir = 8
+/obj/effect/floor_decal/corner/orange/diagonal,
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 4;
+ icon_state = "1-4"
},
-/obj/effect/floor_decal/carpet{
- dir = 4
- },
-/obj/effect/floor_decal/carpet{
- dir = 10
- },
-/obj/effect/floor_decal/carpet{
- dir = 6
- },
-/turf/simulated/floor/lino,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/turf/simulated/floor/tiled,
/area/crew_quarters/cafeteria)
"tTo" = (
/obj/structure/cable/green{
@@ -20613,7 +20787,9 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/effect/floor_decal/corner/orange/diagonal,
+/obj/machinery/floor_light{
+ anchored = 1
+ },
/turf/simulated/floor/tiled,
/area/crew_quarters/cafeteria)
"tTr" = (
@@ -20622,15 +20798,7 @@
d2 = 8;
icon_state = "4-8"
},
-/obj/effect/floor_decal/borderfloor{
- dir = 8
- },
-/obj/effect/floor_decal/corner/brown/border{
- dir = 8
- },
-/obj/effect/floor_decal/spline/fancy/wood{
- dir = 10
- },
+/obj/effect/floor_decal/corner/orange/diagonal,
/obj/effect/floor_decal/steeldecal/steel_decals6{
dir = 5
},
@@ -20947,6 +21115,13 @@
},
/turf/simulated/floor/carpet,
/area/bridge/meeting_room)
+"ueC" = (
+/obj/effect/floor_decal/corner_steel_grid{
+ dir = 10
+ },
+/obj/structure/closet/lasertag/blue,
+/turf/simulated/floor/tiled/dark,
+/area/hallway/primary/thirddeck/aftdoorm)
"ueI" = (
/obj/machinery/door/airlock{
name = "Unit 3"
@@ -21134,13 +21309,24 @@
/obj/machinery/floodlight,
/turf/simulated/floor/plating,
/area/maintenance/substation/dorms)
+"uqx" = (
+/obj/effect/floor_decal/corner/orange/diagonal,
+/obj/machinery/computer/security/telescreen/entertainment{
+ layer = 4;
+ pixel_y = -32
+ },
+/obj/machinery/light,
+/turf/simulated/floor/tiled,
+/area/crew_quarters/cafeteria)
"urA" = (
/obj/structure/extinguisher_cabinet{
pixel_x = -28
},
-/obj/effect/floor_decal/corner/orange/diagonal,
/obj/structure/closet/emcloset,
-/turf/simulated/floor/tiled,
+/obj/effect/floor_decal/corner_steel_grid{
+ dir = 6
+ },
+/turf/simulated/floor/tiled/dark,
/area/crew_quarters/cafeteria)
"urV" = (
/obj/machinery/door/firedoor/glass,
@@ -21148,19 +21334,19 @@
/turf/simulated/floor/plating,
/area/bridge/meeting_room)
"urW" = (
-/obj/machinery/light,
-/obj/machinery/computer/security/telescreen/entertainment{
- layer = 4;
- pixel_y = -32
- },
/obj/effect/floor_decal/corner/orange/diagonal,
+/obj/item/device/radio/intercom{
+ name = "Station Intercom (General)";
+ pixel_y = -22
+ },
/turf/simulated/floor/tiled,
/area/crew_quarters/cafeteria)
"usi" = (
/obj/machinery/atm{
pixel_x = 30
},
-/turf/simulated/floor/wood,
+/obj/effect/floor_decal/corner/orange/diagonal,
+/turf/simulated/floor/tiled,
/area/crew_quarters/cafeteria)
"usq" = (
/obj/structure/cable{
@@ -21600,12 +21786,20 @@
/turf/simulated/floor/tiled/freezer,
/area/crew_quarters/toilet)
"uQd" = (
-/obj/structure/closet/lasertag/blue,
-/obj/effect/floor_decal/corner/orange/border{
- dir = 8
+/obj/effect/floor_decal/spline/fancy/wood{
+ dir = 9
},
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/cafeteria)
+/obj/item/device/radio/intercom{
+ dir = 8;
+ name = "Station Intercom (General)";
+ pixel_x = -21
+ },
+/obj/machinery/light{
+ dir = 8;
+ layer = 3
+ },
+/turf/simulated/floor/wood/alt/parquet,
+/area/crew_quarters/thirddeck/vrroom)
"uQw" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
@@ -21971,6 +22165,7 @@
/obj/effect/floor_decal/corner_steel_grid{
dir = 10
},
+/obj/structure/closet/lasertag/red,
/turf/simulated/floor/tiled/dark,
/area/hallway/primary/thirddeck/aftdoorm)
"veo" = (
@@ -23452,9 +23647,7 @@
name = "Third Deck Aft Maintenance"
})
"wit" = (
-/obj/effect/floor_decal/carpet{
- dir = 4
- },
+/obj/effect/floor_decal/carpet,
/turf/simulated/floor/carpet/retro_red,
/area/crew_quarters/cafeteria)
"wiE" = (
@@ -23839,18 +24032,17 @@
/turf/simulated/floor/carpet/blucarpet,
/area/crew_quarters/sleep/vistor_room_10)
"wAN" = (
-/obj/structure/window/reinforced,
-/obj/structure/window/reinforced{
- dir = 4
+/obj/effect/floor_decal/corner/orange/diagonal,
+/obj/machinery/light{
+ dir = 8
},
-/obj/effect/floor_decal/carpet{
- dir = 4
+/obj/structure/sign/securearea{
+ icon_state = "atmos_waste";
+ desc = "VR-Room under construction, not all of it's features have been implemented yet.";
+ name = "A warning sign which reads 'UNDER CONSTRUCTION'.";
+ pixel_x = -32
},
-/obj/effect/floor_decal/carpet,
-/obj/effect/floor_decal/carpet{
- dir = 6
- },
-/turf/simulated/floor/carpet/retro_red,
+/turf/simulated/floor/tiled,
/area/crew_quarters/cafeteria)
"wAW" = (
/obj/structure/table/bench/wooden,
@@ -24366,6 +24558,13 @@
},
/turf/simulated/floor/tiled,
/area/hallway/primary/thirddeck/aftdoorm)
+"wTp" = (
+/obj/effect/floor_decal/spline/fancy/wood,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/wood,
+/area/crew_quarters/cafeteria)
"wTu" = (
/obj/structure/disposalpipe/segment,
/obj/machinery/light{
@@ -24411,33 +24610,28 @@
/turf/simulated/floor/tiled,
/area/hallway/primary/thirddeck/aftdoorm)
"wVH" = (
-/obj/structure/table/woodentable,
-/obj/item/device/flashlight/glowstick,
-/obj/item/device/flashlight/glowstick/orange,
-/obj/item/device/flashlight/glowstick/red,
-/obj/item/device/flashlight/glowstick/orange,
-/obj/item/weapon/towel{
- color = "#90ee90";
- name = "green towel"
+/obj/effect/floor_decal/corner/orange/diagonal,
+/obj/structure/cable/green{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
},
-/obj/effect/floor_decal/carpet{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 5
},
-/obj/effect/floor_decal/carpet{
- dir = 4
- },
-/turf/simulated/floor/lino,
+/turf/simulated/floor/tiled,
/area/crew_quarters/cafeteria)
"wVM" = (
-/obj/machinery/alarm{
- dir = 4;
- pixel_x = -22
+/obj/effect/floor_decal/spline/fancy/wood{
+ dir = 10
},
-/obj/effect/floor_decal/corner/orange/border{
- dir = 8
+/obj/machinery/vending/wallmed1{
+ pixel_x = -25;
+ dir = 4
},
-/turf/simulated/floor/tiled/dark,
-/area/crew_quarters/cafeteria)
+/turf/simulated/floor/wood/alt/parquet,
+/area/crew_quarters/thirddeck/vrroom)
"wXo" = (
/obj/machinery/alarm{
dir = 8;
@@ -25679,7 +25873,10 @@
/obj/item/clothing/head/cakehat{
pixel_y = 11
},
-/turf/simulated/floor/wood,
+/obj/effect/floor_decal/corner_steel_grid{
+ dir = 5
+ },
+/turf/simulated/floor/tiled/dark,
/area/crew_quarters/cafeteria)
"xVw" = (
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
@@ -25817,19 +26014,16 @@
/turf/simulated/floor/tiled/freezer,
/area/crew_quarters/sleep/vistor_room_11)
"ydi" = (
+/obj/effect/floor_decal/corner/orange/diagonal,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply,
/obj/structure/table/woodentable,
-/obj/item/device/flashlight/glowstick,
-/obj/item/device/flashlight/glowstick/orange,
-/obj/item/device/flashlight/glowstick/yellow,
-/obj/item/device/flashlight/glowstick/blue,
-/obj/item/weapon/towel,
-/obj/effect/floor_decal/carpet{
- dir = 8
+/obj/item/weapon/paper{
+ desc = "";
+ info = "Pain sustained in Virtual Reality will be sustained in the real world.";
+ name = "VR Pod Disclaimer"
},
-/obj/effect/floor_decal/carpet{
- dir = 4
- },
-/turf/simulated/floor/lino,
+/turf/simulated/floor/tiled,
/area/crew_quarters/cafeteria)
"ydk" = (
/obj/effect/decal/cleanable/greenglow,
@@ -54656,18 +54850,18 @@ tcw
oQl
pfE
pvH
-xPk
-ieb
-upr
-rWM
-rmQ
+sJU
+oEE
+qzs
+bBg
+rCL
uQd
wVM
rCL
sAM
tJG
-dbY
-wzy
+rCL
+bBg
iaG
tQW
unk
@@ -54914,18 +55108,18 @@ aoy
xCQ
ydV
rGv
-xPk
-aFa
-upr
-rWM
+sJU
+ieb
+qzs
+bBg
rng
-sGX
-sGX
-sGX
-sGX
-sGX
-lmX
-wzy
+sUG
+rmQ
+rng
+sUG
+rmQ
+rng
+bBg
tqh
tRN
uob
@@ -55172,18 +55366,18 @@ tcw
qrB
rfG
wGk
-rWM
-rWM
+sJU
+aFa
qzs
-rWM
-rnG
-sGX
-sGX
-sGX
-sGX
-sGX
+bBg
+rng
+sUG
+rmQ
+rng
+sUG
+rmQ
sUk
-wzy
+bBg
ybA
gAU
cHm
@@ -55430,18 +55624,18 @@ tcw
eHT
nCY
pxx
-wzy
-qew
+sJU
+sJU
qzT
-qSn
-rnN
+bBg
+rng
rTn
+dOd
+rng
rTn
-rTn
-rTn
-rTn
-sUG
-wzy
+dOd
+rng
+bBg
xpa
tRV
uoZ
@@ -55691,15 +55885,15 @@ pxJ
wzy
qjG
dSP
-fDV
-roG
-sGX
-sGX
-sGX
-sGX
-sGX
+bBg
+qSZ
+dbY
+qew
+dnd
+sHc
+fhs
sUX
-wzy
+bBg
kGY
nlE
upJ
@@ -55948,14 +56142,14 @@ pfP
pzb
wzy
qff
-dSP
-fDV
+wit
+bBg
roG
+rnG
+rnN
+bzb
sGX
-sGX
-sGX
-sGX
-sGX
+naz
sVK
tgc
quN
@@ -56205,17 +56399,17 @@ twv
nCY
pzH
wzy
-qjG
-dSP
-fDV
-hiF
-qGE
-qGE
-gnG
-qGE
-qGE
+qjx
+qSn
+bBg
sxn
-naz
+qGE
+bBg
+gnG
+bBg
+sxn
+sxn
+bBg
mXD
tOS
urA
@@ -56463,18 +56657,18 @@ rSm
nCY
aTo
wzy
-qjx
-wit
+kpS
+rTI
wAN
tle
ydi
-odE
+hiF
pVY
-odE
+fDV
wVH
odE
thN
-thN
+odE
tSO
nVn
wzy
@@ -56723,16 +56917,16 @@ gKj
sUf
iBE
uKq
-qSZ
+uKq
rpc
rTI
rTI
rTI
rTI
-rTI
-rTI
-rTI
-rTI
+oYU
+qxM
+qxM
+sVR
tTo
urW
wzy
@@ -56988,11 +57182,11 @@ smF
smF
smF
bJT
-dnd
qxM
-smF
-bzb
-smF
+qxM
+sVR
+tTo
+uqx
wzy
wxU
aaM
@@ -57245,12 +57439,12 @@ sxE
gZM
sxE
xvg
-dfh
+wTp
+qxM
+qxM
sVR
-qWl
-xvg
-fhs
-xvg
+tTo
+rTI
xVf
wxU
dQi
@@ -57503,9 +57697,9 @@ kfM
siv
fKC
xvg
-xvg
+btH
sVX
-xvg
+rTI
ttw
tTr
usi
@@ -57753,7 +57947,7 @@ nYl
nCY
pAS
fZu
-xvg
+lmX
xvg
qXt
lOq
@@ -62149,7 +62343,7 @@ pMP
ryq
wDF
tat
-tpf
+cDl
tGp
uee
qvB
@@ -63445,7 +63639,7 @@ tpf
rHD
rZO
tpf
-vdm
+ueC
vwH
vSz
vXU
diff --git a/maps/southern_cross/southern_cross_areas.dm b/maps/southern_cross/southern_cross_areas.dm
index 6d8b69f2da..8e402cb015 100644
--- a/maps/southern_cross/southern_cross_areas.dm
+++ b/maps/southern_cross/southern_cross_areas.dm
@@ -1010,6 +1010,12 @@ z
name = "\improper Game Room"
icon_state = "gaming"
+//CHOMPstation Edit 8/27/22 - VR Room for station baby~
+/area/crew_quarters/thirddeck/vrroom
+ name = "\improper Virtual Reality Room"
+ icon_state = "gaming"
+ flags = RAD_SHIELDED //Depending on the video game, you might still get figuative cancer
+
//CHOMPStation Edit End
/area/crew_quarters/seconddeck/locker/locker_toilet
diff --git a/maps/southern_cross/submaps/_southern_cross_submaps.dm b/maps/southern_cross/submaps/_southern_cross_submaps.dm
index 39aa2715b3..ee07a51a86 100644
--- a/maps/southern_cross/submaps/_southern_cross_submaps.dm
+++ b/maps/southern_cross/submaps/_southern_cross_submaps.dm
@@ -73,6 +73,9 @@
mappath = 'gateway/carpfarm.dmm'
associated_map_datum = /datum/map_z_level/sc_lateload/gateway_destination
+//VR maps go here, tell me if theres a better way to load this
+#include "virtual_reality/constructVR.dm"
+#include "virtual_reality/constructVR.dmm"
//Space submaps/sectors/POIs/whatever you wanna freaking call it, go here.
#include "../../expedition_vr/space/_fueldepot.dm"
diff --git a/maps/southern_cross/submaps/virtual_reality/constructVR.dm b/maps/southern_cross/submaps/virtual_reality/constructVR.dm
new file mode 100644
index 0000000000..1e3e4bc8a5
--- /dev/null
+++ b/maps/southern_cross/submaps/virtual_reality/constructVR.dm
@@ -0,0 +1,38 @@
+w// -- Areas -- //
+
+/area/vr
+ name = "VR world"
+ icon_state = "green"
+ base_turf = /turf/simulated/floor/outdoors/dirt
+ limit_mob_size = FALSE
+
+
+/area/vr/outdoors
+ outdoors = OUTDOORS_YES
+ ambience = AMBIENCE_SIF
+
+/area/vr/powered
+ name = "Powered VR World Inside"
+ icon_state = "away1"
+ requires_power = 0
+ power_equip = 1
+ power_environ = 1
+ power_light = 1
+
+/area/vr/outdoors/powered
+ name = "Powered VR World Outside"
+ icon_state = "away"
+ requires_power = 0
+ power_equip = 1
+ power_environ = 1
+ power_light = 1
+
+
+
+/area/vr/powered/bluebase
+ name = "Blue Base"
+ icon_state = "bluenew"
+
+/area/vr/powered/redbase
+ name = "Red Base"
+ icon_state = "red"
\ No newline at end of file
diff --git a/maps/southern_cross/submaps/virtual_reality/constructVR.dmm b/maps/southern_cross/submaps/virtual_reality/constructVR.dmm
new file mode 100644
index 0000000000..893e58b960
--- /dev/null
+++ b/maps/southern_cross/submaps/virtual_reality/constructVR.dmm
@@ -0,0 +1,2077 @@
+"ab" = (/turf/unsimulated/wall/seperator,/area/space)
+"ac" = (/obj/structure/outcrop/diamond,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"ad" = (/obj/item/weapon/coin/gold,/obj/item/toy/plushie/carp/gold,/turf/simulated/floor/flock,/area/vr/powered)
+"af" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/techfloor{dir = 1},/obj/machinery/door/window/survival_pod{dir = 1},/turf/simulated/floor/plating,/area/vr/powered)
+"ag" = (/obj/structure/salvageable/console_os{name = "Turret control console"},/obj/effect/floor_decal/techfloor{dir = 1},/obj/machinery/light/poi{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"ai" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/fans/hardlight,/turf/simulated/shuttle/plating,/area/vr/powered)
+"aj" = (/obj/structure/window/phoronreinforced{dir = 4},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"ak" = (/obj/effect/floor_decal/techfloor{dir = 4},/turf/simulated/shuttle/floor/yellow,/area/vr/powered)
+"al" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/mecha_part_fabricator{req_access = null},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"am" = (/obj/effect/floor_decal/techfloor/corner{dir = 4},/turf/simulated/floor/cult{icon_state = "cult-narsie"},/area/vr/powered)
+"an" = (/obj/machinery/porta_turret/stationary/syndie{faction = "hivebot"},/turf/simulated/floor/airless,/area/space)
+"ar" = (/turf/simulated/floor/redgrid/off,/area/vr/powered)
+"au" = (/obj/effect/floor_decal/chapel{dir = 8},/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"av" = (/obj/effect/floor_decal/techfloor/corner{dir = 1},/obj/structure/window/phoronreinforced{dir = 4},/turf/simulated/floor/cult,/area/vr/powered)
+"aw" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/structure/table/rack/shelf/steel,/obj/item/weapon/gun/projectile/serdy_pistols/glock71,/obj/item/weapon/gun/projectile/serdy_pistols/glock71,/obj/item/weapon/gun/projectile/serdy_pistols/glock71,/obj/item/weapon/gun/projectile/serdy_pistols/glock71,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"ax" = (/obj/machinery/disperser/back{dir = 1},/obj/structure/ship_munition/disperser_charge/explosive,/turf/simulated/wall/rshull,/area/vr/powered)
+"ay" = (/obj/structure/flora/tree/jungle_small,/turf/unsimulated/wall,/area/vr/outdoors/powered)
+"az" = (/obj/structure/bed/double/padded,/obj/machinery/light/small{dir = 4},/obj/item/weapon/bedsheet/rddouble,/turf/simulated/floor/wood,/area/vr/powered)
+"aD" = (/obj/machinery/atmospherics/pipe/manifold/visible{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/shuttle/plating,/area/vr/powered)
+"aE" = (/obj/structure/table/marble{color = "grey"},/obj/item/weapon/towel/random,/obj/item/weapon/towel/random,/obj/item/weapon/towel/random{pixel_y = 8},/obj/item/weapon/towel/random{pixel_y = 8},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"aF" = (/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/carpet/blucarpet,/area/vr/powered)
+"aH" = (/obj/structure/table/reinforced,/obj/fiftyspawner/steel,/obj/fiftyspawner/glass,/obj/machinery/light{dir = 1},/obj/item/weapon/paper{desc = ""; info = "Due to many exploits we have decided to remove the consoles, I asked for help fixing this but instead I got lousy excuses. So you get no more RD!!"; name = "Angrily Scribbled Note"},/turf/simulated/shuttle/floor/purple,/area/vr/powered)
+"aI" = (/obj/effect/floor_decal/chapel{dir = 4},/turf/simulated/floor/redgrid/off,/area/vr/powered)
+"aJ" = (/obj/structure/table/rack/shelf/steel,/obj/item/weapon/storage/box/characters,/obj/structure/curtain/open/bed,/turf/simulated/floor/wood,/area/vr/powered)
+"aK" = (/obj/structure/table/woodentable,/obj/item/weapon/material/sharpeningkit,/obj/item/weapon/material/knife/tacknife/boot,/turf/simulated/floor/wood/alt/panel{temperature = 311},/area/vr/powered)
+"aL" = (/obj/effect/catwalk_plated/dark,/obj/structure/sign/department/cargo_dock{pixel_x = -32},/turf/simulated/floor/airless,/area/space)
+"aM" = (/obj/structure/prop/alien/pod/hybrid,/turf/simulated/floor/bluegrid{name = "Server Base"; nitrogen = 500; oxygen = 0; temperature = 80},/area/vr/powered)
+"aN" = (/turf/simulated/floor/reinforced,/area/vr/powered/bluebase)
+"aO" = (/turf/simulated/wall/rshull,/area/vr/powered)
+"aP" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod,/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/structure/window/reinforced/survival_pod{dir = 1},/turf/simulated/shuttle/plating,/area/vr/powered)
+"aQ" = (/obj/effect/floor_decal/techfloor/corner,/turf/simulated/shuttle/plating,/area/vr/powered)
+"aR" = (/turf/simulated/floor/carpet/oracarpet,/area/vr/powered)
+"aS" = (/obj/structure/table/darkglass,/obj/item/weapon/dnainjector/insulation,/obj/item/weapon/dnainjector/insulation{pixel_y = -5},/obj/item/weapon/dnainjector/insulation{pixel_y = -3},/obj/item/weapon/dnainjector/telemut{pixel_y = 9},/obj/item/weapon/dnainjector/telemut{pixel_y = 3},/obj/item/weapon/dnainjector/telemut{pixel_y = 6},/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"aT" = (/obj/structure/reagent_dispensers/watertank/high,/turf/simulated/floor/plating,/area/vr/powered)
+"aU" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/shuttle/window,/obj/machinery/door/firedoor/glass,/turf/simulated/shuttle/plating,/area/vr/powered)
+"aW" = (/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"aX" = (/obj/mecha/combat/fighter/gunpod/loaded{dir = 4},/turf/space,/area/space)
+"aY" = (/obj/machinery/porta_turret/alien{faction = "syndicate"},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"aZ" = (/obj/effect/overlay/palmtree_l,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"ba" = (/turf/simulated/floor,/area/vr/powered)
+"bb" = (/obj/item/clothing/ears/earring/stud/gold,/obj/item/clothing/accessory/bracelet/material/gold,/turf/simulated/floor/flock,/area/vr/powered)
+"bc" = (/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/cryofeed,/turf/simulated/floor/greengrid/nitrogen,/area/vr/powered)
+"bd" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/wood{temperature = 311},/area/vr/powered)
+"be" = (/obj/structure/bed/pod,/obj/item/weapon/bedsheet/hos,/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"bg" = (/obj/structure/cliff/automatic{dir = 2},/turf/simulated/floor/lava,/area/vr/outdoors/powered)
+"bh" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/random/maintenance/engineering,/obj/structure/closet/alien{color = "grey"; desc = "Eldritch carved locker."; name = "rockformed locker"},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"bi" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4},/obj/effect/map_helper/airlock/atmos/chamber_pump,/turf/simulated/floor/plating,/area/vr/powered)
+"bk" = (/obj/structure/window/reinforced/tinted/frosted{dir = 8},/turf/simulated/floor/wood,/area/vr/powered)
+"bl" = (/obj/fiftyspawner/steel,/obj/fiftyspawner/glass,/obj/structure/table/rack/shelf/steel,/obj/item/clothing/head/cowboy,/obj/item/clothing/glasses/fakesunglasses/aviator,/turf/simulated/floor/reinforced,/area/vr/powered/bluebase)
+"bm" = (/obj/machinery/portable_atmospherics/canister/air,/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/effect/floor_decal/industrial/outline/blue,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/shuttle/plating,/area/vr/powered)
+"bn" = (/mob/living/simple_mob/construct/shade{ai_holder_type = null},/obj/effect/floor_decal/techfloor{dir = 1},/turf/simulated/floor/cult,/area/vr/powered)
+"bo" = (/obj/structure/table/bench/wooden,/obj/item/weapon/gun/energy/pulse_rifle,/turf/simulated/floor/plating,/area/vr/powered)
+"br" = (/obj/structure/window/reinforced/survival_pod,/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/machinery/ion_engine,/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"bs" = (/obj/structure/simple_door/wood,/turf/simulated/floor,/area/vr/powered)
+"bt" = (/obj/structure/toilet{pixel_y = 12},/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/machinery/door/window/survival_pod{dir = 2; req_one_access = null},/turf/simulated/floor/tiled/freezer,/area/vr/powered)
+"bv" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/curtain/black,/turf/simulated/floor/tiled/neutral,/area/vr/powered)
+"bz" = (/obj/item/weapon/weldingtool/largetank,/obj/item/weapon/tool/crowbar,/obj/item/weapon/tool/screwdriver,/obj/item/weapon/storage/firstaid/surgery,/obj/structure/table/steel_reinforced,/obj/item/stack/nanopaste/advanced,/obj/item/stack/nanopaste/advanced,/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/techfloor{dir = 4},/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"bA" = (/obj/structure/simple_door/wood,/turf/simulated/floor/gorefloor,/area/vr/outdoors/powered)
+"bB" = (/obj/machinery/vending/wardrobe/chapdrobe{req_access = null},/turf/simulated/floor/tiled,/area/vr/powered)
+"bC" = (/obj/structure/table/rack/shelf/steel,/obj/effect/floor_decal/industrial/warning,/obj/item/ammo_magazine/m9mml,/obj/item/ammo_magazine/m9mml,/obj/item/ammo_magazine/m9mml,/obj/item/ammo_magazine/m9mml,/obj/item/ammo_magazine/m9mml,/obj/item/ammo_magazine/m9mml,/obj/item/ammo_magazine/m9mml,/obj/item/ammo_magazine/m9mml,/obj/item/ammo_magazine/m9mml,/obj/item/ammo_magazine/m9mml,/obj/item/ammo_magazine/m9mml,/obj/item/ammo_magazine/m9mml,/obj/item/ammo_magazine/m9mml,/obj/item/ammo_magazine/m9mml,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"bF" = (/obj/machinery/door/firedoor/glass,/obj/structure/shuttle/window,/obj/structure/curtain/black{icon_state = "open"; layer = 2; name = "privacy curtain"; opacity = 0},/turf/simulated/shuttle/plating,/area/vr/powered)
+"bH" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/effect/floor_decal/techfloor{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"bI" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/machinery/door/blast/regular/open{dir = 4; id = "stargazer_blast"; name = "window blast shield"},/obj/structure/window/reinforced/survival_pod{dir = 1},/turf/simulated/shuttle/plating,/area/vr/powered)
+"bJ" = (/obj/structure/toilet{dir = 4},/obj/machinery/door/window/survival_pod{opacity = 1},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"bK" = (/obj/effect/zone_divider,/obj/effect/zone_divider,/turf/unsimulated/wall,/area/vr/powered)
+"bL" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/vr/powered)
+"bP" = (/obj/structure/flora/tree/jungle_small,/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"bQ" = (/obj/machinery/vending/wardrobe/clowndrobe{req_access = null},/turf/simulated/floor/tiled{outdoors = 1},/area/vr/powered)
+"bR" = (/mob/living/simple_mob/mechanical/mecha/combat/marauder{faction = "syndicate"},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"bS" = (/obj/structure/flora/rocks1,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"bT" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/structure/window/reinforced,/obj/structure/table/rack/shelf/steel,/obj/item/weapon/rig/industrial/equipped,/obj/item/weapon/rig/industrial/equipped,/obj/item/weapon/rig/industrial/equipped,/obj/item/weapon/rig/industrial/equipped,/obj/item/weapon/rig/industrial/equipped,/obj/item/weapon/rig/industrial/equipped,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"bV" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/recharger/wallcharger{pixel_x = -24},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"bW" = (/obj/effect/floor_decal/techfloor{dir = 1},/turf/simulated/floor/cult,/area/vr/powered)
+"bX" = (/obj/machinery/disperser/middle{dir = 1},/turf/space,/area/space)
+"bZ" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/bed/chair/comfy/purp{dir = 8},/turf/simulated/floor/carpet/oracarpet,/area/vr/powered)
+"cb" = (/obj/machinery/light,/turf/simulated/shuttle/floor/purple,/area/vr/powered)
+"cc" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/bed/chair/comfy/purp{dir = 4},/turf/simulated/floor/carpet/blucarpet,/area/vr/powered)
+"ce" = (/obj/machinery/vending/deathmatch,/turf/simulated/floor/reinforced,/area/vr/powered/bluebase)
+"cf" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/obj/item/weapon/tank/emergency/oxygen/double,/obj/item/weapon/tank/emergency/oxygen/double,/obj/item/weapon/tank/emergency/oxygen/double,/obj/item/weapon/tank/emergency/oxygen/double,/obj/item/weapon/tank/emergency/oxygen/double{pixel_y = 6},/obj/item/weapon/tank/emergency/oxygen/double{pixel_y = 6},/obj/item/weapon/tank/emergency/oxygen/double{pixel_y = 6},/obj/item/weapon/tank/emergency/oxygen/double{pixel_y = 6},/obj/item/weapon/tank/emergency/oxygen/double{pixel_y = 6},/obj/structure/table/rack/shelf/steel,/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"cg" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/computer/operating{dir = 8},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"ch" = (/obj/effect/floor_decal/techfloor,/turf/simulated/shuttle/plating,/area/vr/powered)
+"ci" = (/obj/item/clothing/shoes/cult,/obj/item/clothing/suit/cultrobes/alt,/obj/item/clothing/head/helmet/space/cult,/obj/item/clothing/shoes/cult,/obj/item/clothing/suit/cultrobes/alt,/obj/item/clothing/head/helmet/space/cult,/obj/structure/closet/secure_closet/personal/cabinet,/obj/item/weapon/storage/backpack/cultpack,/obj/item/weapon/storage/backpack/cultpack,/turf/simulated/floor/wood,/area/vr/powered)
+"cj" = (/obj/structure/bed/chair/oldsofa/left{dir = 1},/obj/structure/window/phoronreinforced,/turf/simulated/floor/wood,/area/vr/powered)
+"ck" = (/obj/effect/floor_decal/techfloor,/obj/machinery/light/floortube/flicker{pixel_y = 13},/turf/simulated/floor/cult,/area/vr/powered)
+"cl" = (/obj/structure/curtain/black{icon_state = "open"; layer = 2; name = "privacy curtain"; opacity = 0},/turf/simulated/floor/wood/sif/broken,/area/vr/powered)
+"co" = (/obj/effect/decal/cleanable/blood/gibs{color = "red"; icon_state = "gibbearhead"},/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"cp" = (/obj/structure/window/reinforced/polarized{dir = 4; id = "h-kitchen"},/turf/simulated/floor/tiled/white,/area/vr/powered)
+"cq" = (/obj/structure/ship_munition/disperser_charge/emp,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"ct" = (/obj/structure/bed/chair/bay/shuttle{dir = 8},/obj/structure/closet/walllocker/medical/east,/turf/simulated/shuttle/plating,/area/vr/powered)
+"cu" = (/obj/machinery/mech_recharger,/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/loot_pile/mecha/durand,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"cx" = (/obj/effect/catwalk_plated/dark,/obj/machinery/shipsensors{dir = 8},/obj/structure/sign/science{pixel_x = 32},/turf/space,/area/vr/powered)
+"cz" = (/obj/structure/prop/machine/nt_biocan,/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"cA" = (/turf/simulated/floor/airless,/area/space)
+"cC" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow,/obj/machinery/light{dir = 8},/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/machinery/power/shield_generator/charged{field_radius = 8; initial_shield_modes = 2153; target_radius = 8},/turf/simulated/shuttle/plating,/area/vr/powered)
+"cE" = (/obj/effect/floor_decal/chapel{dir = 4},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"cF" = (/mob/living/simple_mob/construct/shade{ai_holder_type = null},/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"cG" = (/obj/structure/sign/periodic,/turf/simulated/wall/wood,/area/vr/powered)
+"cH" = (/obj/effect/floor_decal/spline/fancy,/obj/machinery/light/floortube/flicker{dir = 8; pixel_x = 5},/turf/simulated/floor/cult,/area/vr/powered)
+"cI" = (/obj/mecha/combat/fighter/allure{dir = 8},/turf/space,/area/space)
+"cJ" = (/turf/simulated/floor/carpet,/area/vr/powered)
+"cK" = (/obj/machinery/atmospherics/pipe/tank/air,/turf/simulated/floor/plating,/area/vr/powered)
+"cL" = (/obj/machinery/door/airlock/hatch,/turf/simulated/shuttle/plating,/area/vr/powered)
+"cM" = (/obj/machinery/chem_master{pixel_x = -7},/obj/machinery/light{dir = 8},/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"cN" = (/obj/machinery/smartfridge/survival_pod{desc = "A mysterious machine which can fabricate many tools for acquiring test subjects."; icon = 'icons/obj/abductor_vr.dmi'; icon_base = "dispenser_2way"; icon_state = "dispenser_2way"; name = "Implant-Co"},/obj/item/weapon/implanter,/obj/item/weapon/implanter,/obj/item/weapon/implantcase/freedom,/obj/item/weapon/implantcase/freedom,/obj/item/weapon/implantcase/health,/obj/item/weapon/implantcase/health,/obj/item/weapon/implantcase/laser,/obj/item/weapon/implantcase/laser,/obj/item/weapon/implantcase/medkit,/obj/item/weapon/implantcase/medkit,/obj/item/weapon/implantcase/shades,/obj/item/weapon/implantcase/shades,/obj/item/weapon/implantcase/sprinter,/obj/item/weapon/implantcase/sprinter,/obj/item/weapon/implantcase/taser,/obj/item/weapon/implantcase/taser,/obj/item/weapon/implantcase/toolkit,/obj/item/weapon/implantcase/toolkit,/obj/item/weapon/implantcase/armblade,/obj/item/weapon/implantcase/armblade,/obj/item/weapon/implantcase/restrainingbolt,/obj/item/weapon/implantcase/restrainingbolt,/obj/item/weapon/card/id/casino{access = list(777); desc = "An alien id card with strange glowing markings."; icon_state = "changeling"; name = "Alien id"},/obj/item/weapon/card/id/casino{access = list(777); desc = "An alien id card with strange glowing markings."; icon_state = "changeling"; name = "Alien id"},/obj/item/weapon/material/twohanded/sledgehammer/mjollnir,/obj/item/weapon/miscdisc,/obj/item/weapon/miscdisc,/obj/item/weapon/miscdisc,/obj/item/weapon/miscdisc,/obj/item/weapon/miscdisc,/obj/item/weapon/miscdisc,/obj/item/weapon/miscdisc,/obj/item/weapon/miscdisc,/obj/item/weapon/miscdisc,/obj/item/weapon/miscdisc,/obj/item/weapon/miscdisc,/obj/item/weapon/miscdisc,/obj/item/weapon/miscdisc,/obj/item/weapon/miscdisc,/obj/item/weapon/storage/pouch/holding,/obj/item/weapon/storage/backpack/holding,/obj/item/weapon/storage/belt/soulstone/full,/obj/item/clothing/accessory/fluff/zeta_blackwell_1,/turf/simulated/floor/cult,/area/vr/powered)
+"cO" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/wood,/area/vr/powered)
+"cR" = (/obj/machinery/mech_recharger,/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/loot_pile/mecha/gygax/dark/adv,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"cS" = (/obj/structure/cult/forge,/turf/simulated/floor/wood,/area/vr/powered)
+"cT" = (/obj/structure/salvageable/computer_os,/obj/effect/floor_decal/techfloor{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"cU" = (/obj/structure/salvageable/server,/turf/simulated/floor/airless,/area/vr/powered)
+"cX" = (/obj/structure/bed/chair/wood,/obj/structure/window/reinforced/polarized{dir = 4; id = "h-kitchen"},/turf/simulated/floor/wood,/area/vr/powered)
+"dc" = (/obj/structure/railing/grey{dir = 1},/turf/simulated/floor/gorefloor2,/area/vr/outdoors/powered)
+"df" = (/obj/machinery/atmospherics/pipe/manifold/hidden,/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"dg" = (/obj/effect/floor_decal/techfloor/corner{dir = 8},/turf/simulated/floor/cult,/area/vr/powered)
+"di" = (/obj/effect/floor_decal/techfloor{dir = 6},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"dk" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"dl" = (/obj/structure/bed/chair/office/dark,/turf/simulated/shuttle/floor/purple,/area/vr/powered)
+"dm" = (/obj/structure/table/rack/shelf/steel,/obj/item/ammo_magazine/awp,/obj/item/ammo_magazine/awp,/obj/item/ammo_magazine/awp,/obj/item/ammo_magazine/awp,/obj/item/ammo_magazine/awp,/obj/item/ammo_magazine/hectate,/obj/item/ammo_magazine/hectate,/obj/item/ammo_magazine/hectate,/obj/item/ammo_magazine/hectate,/obj/item/ammo_magazine/hectate,/turf/simulated/floor/reinforced,/area/vr/powered/redbase)
+"do" = (/obj/structure/table/rack/shelf/steel,/obj/item/weapon/grenade/explosive,/obj/item/weapon/grenade/explosive,/obj/item/weapon/grenade/explosive,/obj/item/weapon/grenade/explosive,/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/item/weapon/grenade/explosive,/obj/item/weapon/grenade/explosive,/obj/item/weapon/grenade/explosive,/obj/item/weapon/grenade/explosive,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"dp" = (/obj/machinery/vending/loadout,/turf/simulated/floor/tiled,/area/vr/powered)
+"dq" = (/turf/simulated/floor/gorefloor2,/area/vr/outdoors/powered)
+"dr" = (/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"ds" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/iandouble,/turf/simulated/floor/carpet/blucarpet,/area/vr/powered)
+"dt" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/bed/chair/bay/comfy/purple{dir = 8},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"du" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/table/rack/shelf/steel,/obj/item/weapon/pickaxe/diamond,/obj/item/weapon/pickaxe/diamond,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"dv" = (/obj/machinery/door/window/brigdoor/eastright{req_access = null},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"dw" = (/obj/structure/table/marble,/turf/simulated/floor/wood{temperature = 311},/area/vr/powered)
+"dx" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/obj/structure/table/steel_reinforced,/obj/item/weapon/storage/briefcase/inflatable{pixel_y = 3},/obj/item/weapon/storage/toolbox/mechanical,/obj/item/pizzavoucher,/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"dy" = (/obj/machinery/light/floortube,/obj/machinery/recharger/wallcharger{pixel_y = 24},/turf/simulated/floor/cult,/area/vr/powered)
+"dz" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"dC" = (/turf/simulated/wall/rdshull,/area/vr/powered)
+"dE" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/obj/random/junk,/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"dF" = (/turf/simulated/floor/wood/broken,/area/vr/powered)
+"dH" = (/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/structure/table/bench/marble,/turf/simulated/floor/wood{temperature = 311},/area/vr/powered)
+"dJ" = (/obj/structure/table/darkglass,/obj/item/weapon/storage/briefcase/inflatable{pixel_x = 3; pixel_y = 6},/obj/item/weapon/storage/briefcase/inflatable{pixel_y = 3},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"dK" = (/obj/effect/floor_decal/techfloor{dir = 4},/turf/simulated/floor/cult{icon_state = "cult-narsie"},/area/vr/powered)
+"dL" = (/obj/machinery/power/port_gen/pacman,/obj/structure/cable,/turf/simulated/floor/plating,/area/vr/powered)
+"dP" = (/obj/machinery/vending/magivend,/turf/simulated/floor/tiled,/area/vr/powered)
+"dR" = (/obj/machinery/vending/wardrobe/bardrobe{req_access = null},/turf/simulated/floor/tiled{outdoors = 1},/area/vr/powered)
+"dW" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/table/steel_reinforced,/obj/random/maintenance/engineering,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"dX" = (/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{dir = 8},/obj/machinery/space_heater,/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"dY" = (/obj/machinery/atmospherics/unary/cryo_cell,/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"dZ" = (/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"eb" = (/obj/structure/closet/crate/large,/obj/fiftyspawner/steel,/obj/item/stack/material/plasteel{amount = 30},/obj/item/stack/material/phoron{amount = 25},/obj/item/stack/material/glass/phoronrglass{amount = 20},/obj/fiftyspawner/steel,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"ed" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/portable_atmospherics/canister/air,/obj/machinery/light/small/emergency{dir = 1},/turf/simulated/floor/plating,/area/vr/powered)
+"ee" = (/obj/machinery/vending/deluxe_dinner{req_access = null; req_log_access = null},/turf/simulated/floor/redgrid/off,/area/vr/powered)
+"eg" = (/mob/living/simple_mob/mechanical/mecha/combat/gygax/dark,/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"ej" = (/obj/random/trash,/obj/random/trash,/obj/random/trash,/obj/random/trash,/obj/effect/decal/remains,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"ek" = (/obj/machinery/door/airlock/maintenance/engi{req_one_access = null},/turf/simulated/floor/plating,/area/vr/powered)
+"em" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"eo" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/mimedouble,/turf/simulated/floor/carpet/purcarpet,/area/vr/powered)
+"eq" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{frequency = 1380; id_tag = "estrella_pump"},/obj/machinery/embedded_controller/radio/airlock/docking_port{frequency = 1380; id_tag = "estrella"; pixel_y = 26; tag_airpump = "estrella_pump"; tag_chamber_sensor = "estrella_sensor"; tag_exterior_door = "estrella_outer"; tag_interior_door = "estrella_inner"},/obj/effect/floor_decal/industrial/warning{dir = 5},/turf/simulated/shuttle/plating,/area/vr/powered)
+"er" = (/obj/machinery/door/airlock/glass_centcom{id_tag = "kalipsobolt"; name = "Bridge"},/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"et" = (/obj/effect/floor_decal/spline/fancy{dir = 9},/turf/simulated/floor/cult,/area/vr/powered)
+"ew" = (/obj/effect/zone_divider,/turf/unsimulated/wall/seperator,/area/space)
+"ex" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/wood,/area/vr/powered)
+"ey" = (/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/wood,/area/vr/powered)
+"ez" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/plating,/area/vr/powered)
+"eA" = (/obj/structure/table/marble{color = "grey"},/obj/item/weapon/storage/firstaid/adv{pixel_x = 5; pixel_y = 5},/obj/item/weapon/storage/firstaid/adv,/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"eC" = (/obj/structure/sign/warning/vacuum,/turf/simulated/wall/skipjack,/area/vr/powered)
+"eD" = (/obj/structure/reagent_dispensers/foam,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"eE" = (/obj/structure/window/phoronreinforced{dir = 8},/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"eF" = (/obj/structure/extinguisher_cabinet{pixel_y = -30},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"eG" = (/turf/simulated/floor/outdoors/grass{temperature = 293.15},/area/vr/outdoors/powered)
+"eI" = (/obj/structure/grille/cult,/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"eJ" = (/obj/machinery/vending/loadout/uniform,/turf/simulated/floor/wood,/area/vr/powered)
+"eK" = (/obj/structure/table/standard,/obj/item/device/healthanalyzer/phasic,/obj/item/device/healthanalyzer/phasic,/obj/item/device/healthanalyzer/phasic,/obj/item/device/healthanalyzer/phasic,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"eO" = (/obj/structure/bed/chair/office/dark{dir = 4},/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"eQ" = (/obj/structure/table/rack/shelf/steel,/obj/item/trash/rkibble{pixel_x = 8},/obj/item/trash/rkibble{pixel_x = -7},/obj/item/trash/rkibble{pixel_x = -7; pixel_y = 14},/obj/item/trash/rkibble{pixel_x = 8; pixel_y = 14},/obj/item/trash/rkibble{pixel_x = 8; pixel_y = 14},/obj/item/trash/rkibble{pixel_x = -7; pixel_y = 14},/obj/item/trash/rkibble{pixel_x = -7},/obj/item/trash/rkibble{pixel_x = 8},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"eR" = (/obj/structure/closet/toolcloset,/obj/item/weapon/storage/box/lights/mixed,/obj/item/weapon/storage/box/lights/mixed,/obj/item/device/flashlight,/obj/item/weapon/storage/belt/utility/full/multitool,/obj/item/weapon/cell/high,/obj/item/weapon/cell/high,/obj/item/weapon/module/power_control,/obj/item/weapon/module/cell_power,/obj/item/weapon/module/card_reader,/obj/item/weapon/module/id_auth,/obj/item/weapon/storage/firstaid/regular,/turf/simulated/floor/plating,/area/vr/powered)
+"eS" = (/obj/machinery/flasher{id = "procroom2"; name = "Floor mounted flash"},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"eT" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/turf/simulated/floor/plating,/area/vr/powered)
+"eU" = (/obj/effect/floor_decal/techfloor{dir = 8},/turf/simulated/floor/cult{icon_state = "cult-narsie"},/area/vr/powered)
+"eV" = (/turf/simulated/floor/water/beach{dir = 9; temperature = 311; outdoors = 0},/area/vr/powered)
+"eW" = (/obj/effect/floor_decal/industrial/warning,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"eY" = (/obj/structure/closet/wardrobe/grey,/obj/item/clothing/under/teshari/undercoat/standard/black_grey,/obj/item/clothing/under/teshari/undercoat/standard/black_grey,/obj/item/clothing/under/teshari/undercoat/standard/black_grey,/obj/item/clothing/shoes/black,/obj/item/clothing/shoes/black,/obj/item/clothing/shoes/footwraps,/obj/item/clothing/shoes/footwraps,/obj/item/clothing/under/color/grey,/obj/item/clothing/under/color/grey,/obj/item/clothing/under/permit,/obj/item/clothing/under/permit,/obj/item/clothing/under/permit,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"eZ" = (/obj/structure/bed/chair/wood/wings{dir = 1},/turf/simulated/floor/carpet/sblucarpet,/area/vr/powered)
+"fb" = (/obj/effect/floor_decal/techfloor{dir = 1},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"fe" = (/obj/machinery/vending/wardrobe/secdrobe{req_access = null},/turf/simulated/floor/tiled,/area/vr/powered)
+"ff" = (/obj/mecha/combat/fighter/gunpod{dir = 8},/turf/space,/area/space)
+"fg" = (/obj/structure/table/rack/shelf/steel,/obj/random/maintenance/engineering,/obj/random/maintenance/medical,/obj/random/maintenance/security,/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"fh" = (/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/window/reinforced/survival_pod{dir = 4; opacity = 1},/obj/machinery/porta_turret/alien{faction = "syndicate"},/turf/simulated/floor/redgrid,/area/vr/powered)
+"fi" = (/obj/machinery/door/airlock/glass_centcom{name = "Port Cannons"},/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"fk" = (/obj/structure/prop/rock/water,/turf/simulated/floor/water{temperature = 311},/area/vr/outdoors/powered)
+"fl" = (/obj/structure/table/woodentable,/obj/item/weapon/reagent_containers/food/snacks/pastatomato,/turf/simulated/floor/wood,/area/vr/powered)
+"fo" = (/obj/machinery/mech_recharger,/obj/mecha/combat/phazon/old,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"fr" = (/obj/effect/floor_decal/techfloor{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"fs" = (/obj/machinery/atmospherics/unary/vent_pump{dir = 1; icon_state = "map_vent_out"; use_power = 1},/turf/simulated/floor/bluegrid{name = "Server Base"; nitrogen = 500; oxygen = 0; temperature = 80},/area/vr/powered)
+"ft" = (/obj/item/weapon/material/twohanded/baseballbat/gold,/obj/item/stack/material/gold,/obj/item/clothing/gloves/ring/material/gold,/obj/item/clothing/accessory/bracelet/material/gold,/obj/item/weapon/ore/diamond,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced,/turf/simulated/floor/flock,/area/vr/powered)
+"fw" = (/obj/structure/table/standard,/obj/random/soap,/obj/random/soap,/obj/random/soap,/obj/random/soap,/obj/random/soap,/obj/random/soap,/obj/item/weapon/flame/candle/candelabra/everburn{pixel_y = 9},/turf/simulated/floor/wood,/area/vr/powered)
+"fy" = (/obj/effect/floor_decal/techfloor/corner,/obj/structure/cult/pylon,/turf/simulated/floor/cult,/area/vr/powered)
+"fz" = (/obj/item/device/flashlight{pixel_x = 2; pixel_y = 2},/turf/simulated/floor,/area/vr/powered)
+"fA" = (/obj/item/weapon/rcd/advanced/loaded{pixel_x = -5; pixel_y = 9},/obj/item/weapon/rcd_ammo/large,/obj/item/weapon/rcd_ammo/large,/obj/structure/table/steel_reinforced,/turf/simulated/floor/plating,/area/vr/powered)
+"fB" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/ship_munition/disperser_charge/fire,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"fC" = (/obj/effect/floor_decal/spline/fancy{icon_state = "spline_fancy_full"},/obj/structure/bed/chair/comfy/purp,/turf/simulated/floor/bronze,/area/vr/powered)
+"fD" = (/obj/structure/table/rack/shelf/steel,/obj/item/mecha_parts/component/hull/lightweight,/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/scattershot,/obj/item/mecha_parts/mecha_equipment/weapon/phoron_bore,/obj/item/mecha_parts/mecha_equipment/weapon/energy/taser/rigged,/turf/simulated/floor/airless,/area/space)
+"fE" = (/obj/structure/flora/rocks2,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"fG" = (/obj/machinery/atmospherics/unary/engine{dir = 4},/turf/space,/area/space)
+"fH" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/turf/simulated/floor/airless,/area/vr/powered)
+"fI" = (/obj/structure/cliff/automatic{dir = 6},/turf/simulated/floor/lava,/area/vr/outdoors/powered)
+"fJ" = (/turf/space,/area/vr/powered)
+"fK" = (/obj/item/weapon/reagent_containers/blood,/obj/item/weapon/pack/cardemon,/obj/item/weapon/pack/cardemon,/obj/item/weapon/deck/tarot,/obj/structure/table/wooden_reinforced,/turf/simulated/floor/wood,/area/vr/powered)
+"fL" = (/obj/effect/floor_decal/industrial/warning,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"fM" = (/obj/structure/flora/bboulder1,/turf/simulated/floor/grass2{outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"fN" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/wood,/area/vr/powered)
+"fO" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/vr/powered)
+"fQ" = (/obj/effect/floor_decal/techfloor{dir = 1},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"fR" = (/obj/structure/closet/cabinet{pixel_y = 20},/obj/machinery/computer/security/telescreen/entertainment{icon_state = "frame"; pixel_x = -32},/obj/item/weapon/handcuffs/legcuffs/fuzzy,/obj/item/weapon/handcuffs/fuzzy,/obj/item/clothing/mask/muzzle/ballgag,/obj/item/clothing/suit/iasexy,/obj/item/clothing/under/sexybunny_white/sexybunny_black,/obj/item/clothing/under/dress/maid/sexy,/obj/item/clothing/head/collectable/rabbitears,/turf/simulated/floor/wood/broken,/area/vr/powered)
+"fS" = (/turf/simulated/floor/tiled/asteroid_steel,/area/vr/outdoors/powered)
+"fT" = (/obj/structure/bed/chair/wood/wings{dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 9},/turf/simulated/floor/cult,/area/vr/powered)
+"fU" = (/mob/living/simple_mob/humanoid/merc/melee/sword/space,/turf/space,/area/space)
+"fV" = (/obj/random/junk,/turf/simulated/floor/plating,/area/vr/powered)
+"fX" = (/obj/effect/catwalk_plated/white,/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"fY" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod,/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/structure/window/reinforced/survival_pod{dir = 1},/turf/simulated/shuttle/plating,/area/vr/powered)
+"fZ" = (/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/machinery/light/small{dir = 1},/turf/simulated/shuttle/plating,/area/vr/powered)
+"ga" = (/obj/machinery/body_scanconsole,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"ge" = (/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/industrial/warning,/obj/machinery/portable_atmospherics/canister/phoron,/obj/effect/floor_decal/techfloor/orange/corner{dir = 4},/turf/simulated/floor/plating,/area/vr/powered)
+"gg" = (/obj/item/clothing/head/cone,/turf/simulated/floor/outdoors/grass{temperature = 293.15},/area/vr/outdoors/powered)
+"gi" = (/turf/simulated/wall/phoron,/area/vr/outdoors/powered)
+"gj" = (/obj/structure/closet/walllocker/emerglocker{dir = 1; pixel_x = -24; pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"gk" = (/obj/structure/closet/walllocker_double/kitchen/north{dir = 8; name = "Ration Cabinet"; pixel_x = -32; pixel_y = 0},/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/device/radio{pixel_x = -5; pixel_y = 5},/obj/item/device/radio{pixel_x = 5; pixel_y = 5},/obj/machinery/atmospherics/pipe/simple/hidden/yellow,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"gl" = (/obj/machinery/fusion_fuel_compressor,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"gn" = (/mob/living/simple_mob/mechanical/mecha/combat/marauder{faction = "syndicate"},/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"gs" = (/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"gt" = (/obj/machinery/light{dir = 4},/obj/structure/table/standard,/obj/item/weapon/reagent_containers/glass/beaker/large,/obj/item/weapon/storage/firstaid/toxin,/obj/item/weapon/storage/firstaid/toxin,/obj/machinery/recharger/wallcharger{pixel_x = 34},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"gu" = (/obj/structure/grille/cult,/obj/structure/window/phoronreinforced/full,/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/window/reinforced/survival_pod,/obj/structure/window/reinforced/survival_pod{dir = 4},/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"gx" = (/turf/simulated/floor/plating,/area/vr/powered)
+"gy" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"gz" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"gA" = (/obj/machinery/light/small,/turf/simulated/floor/wood{temperature = 311},/area/vr/powered)
+"gB" = (/obj/structure/closet/walllocker/emerglocker{dir = 1; pixel_y = -32},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"gC" = (/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/structure/table/rack/shelf/steel,/obj/item/weapon/gun/projectile/automatic/pdw,/obj/item/weapon/gun/projectile/automatic/pdw,/obj/item/weapon/gun/projectile/automatic/pdw,/obj/item/weapon/gun/projectile/automatic/pdw,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"gD" = (/obj/structure/window/reinforced/survival_pod,/turf/simulated/shuttle/floor/darkred,/area/vr/powered)
+"gE" = (/obj/machinery/vending/wardrobe/atmosdrobe{req_access = null},/turf/simulated/floor/tiled{outdoors = 1},/area/vr/powered)
+"gI" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/mimedouble,/turf/simulated/floor/carpet/blue,/area/vr/powered)
+"gJ" = (/obj/structure/table/marble{color = "grey"},/obj/item/weapon/reagent_containers/glass/bottle/adminordrazine,/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"gK" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/obj/structure/extinguisher_cabinet{pixel_x = -27},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"gL" = (/obj/structure/grille/cult,/obj/structure/window/phoronreinforced/full,/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/window/reinforced/survival_pod,/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"gM" = (/obj/screen/alert/highpressure,/turf/simulated/shuttle/wall,/area/vr/powered)
+"gN" = (/obj/structure/flora/ausbushes/sunnybush,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"gP" = (/obj/random/maintenance/engineering,/turf/simulated/floor/plating,/area/vr/powered)
+"gQ" = (/obj/structure/closet/walllocker/emerglocker/south,/obj/structure/table/rack/shelf/steel,/obj/structure/ship_munition/disperser_charge/explosive,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"gS" = (/obj/machinery/atmospherics/valve{dir = 8},/obj/structure/dispenser{phorontanks = 0},/turf/simulated/floor/plating,/area/vr/powered)
+"gU" = (/mob/living/simple_mob/animal/passive/crab,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"gY" = (/obj/structure/closet,/turf/simulated/floor/carpet/bcarpet,/area/vr/powered)
+"hb" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/airless,/area/vr/powered)
+"hc" = (/obj/structure/flora/ausbushes/ppflowers,/turf/simulated/floor/outdoors/grass{temperature = 293.15},/area/vr/outdoors/powered)
+"hd" = (/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"he" = (/obj/structure/cult/pylon,/turf/simulated/floor/cult{icon_state = "cult-narsie"},/area/vr/powered)
+"hf" = (/turf/simulated/floor/tiled/neutral,/area/vr/powered)
+"hg" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/window/reinforced/survival_pod,/mob/living/simple_mob/humanoid/merc/ranged/laser,/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"hh" = (/obj/structure/table/marble{color = "grey"},/obj/item/weapon/reagent_containers/food/snacks/devilledegg,/turf/simulated/floor/cult,/area/vr/powered)
+"hj" = (/obj/structure/window/reinforced/survival_pod{dir = 4; opacity = 1},/turf/simulated/floor/redgrid,/area/vr/powered)
+"hk" = (/obj/machinery/vending/coffee,/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/wood{temperature = 311},/area/vr/outdoors/powered)
+"hl" = (/obj/machinery/bodyscanner,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"hm" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"hp" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/table/rack/shelf/steel,/obj/fiftyspawner/durasteel,/obj/fiftyspawner/steel,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"hq" = (/obj/effect/floor_decal/techfloor{dir = 8},/turf/simulated/floor/cult,/area/vr/powered)
+"hr" = (/obj/structure/bed/chair/bay/shuttle{dir = 8},/obj/machinery/light/poi{dir = 4},/obj/structure/closet/walllocker/emerglocker/east,/turf/simulated/shuttle/plating,/area/vr/powered)
+"hs" = (/obj/effect/zone_divider,/obj/structure/fans/tiny,/turf/simulated/floor/tiled/asteroid_steel{outdoors = 1},/area/vr/outdoors/powered)
+"ht" = (/obj/machinery/light/floortube,/turf/simulated/floor/cult,/area/vr/powered)
+"hy" = (/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/structure/shuttle/window,/obj/structure/curtain/black{icon_state = "open"; layer = 2; name = "privacy curtain"; opacity = 0},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular/open{id = "estrella_blast"; name = "window blast shield"},/turf/simulated/shuttle/plating,/area/vr/powered)
+"hz" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/shuttle/floor/purple,/area/vr/powered)
+"hA" = (/obj/structure/closet/walllocker_double/kitchen/north{dir = 8; name = "Ration Cabinet"; pixel_x = -32; pixel_y = 0},/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/device/radio{pixel_x = -5; pixel_y = 5},/obj/item/device/radio{pixel_x = 5; pixel_y = 5},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"hB" = (/turf/space,/area/space)
+"hD" = (/obj/random/junk,/obj/random/maintenance,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"hF" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/ship_munition/disperser_charge/emp,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"hH" = (/obj/item/weapon/storage/pouch/holding,/turf/simulated/floor/cult,/area/vr/powered)
+"hI" = (/turf/simulated/floor/tiled,/area/vr/powered)
+"hJ" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/reagent_dispensers/fueltank/high,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"hK" = (/obj/structure/bed/double/padded,/obj/structure/curtain/bed,/obj/item/weapon/bedsheet/hosdouble,/obj/machinery/computer/security/telescreen/entertainment{icon_state = "frame"; pixel_y = 32},/turf/simulated/floor/wood,/area/vr/powered)
+"hM" = (/turf/simulated/floor/wood{temperature = 311},/area/vr/outdoors/powered)
+"hN" = (/obj/structure/flora/rocks2,/mob/living/simple_mob/animal/passive/bird/black_bird,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"hO" = (/obj/structure/reagent_dispensers/fueltank/high,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"hP" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/obj/machinery/meter,/turf/simulated/floor/airless,/area/vr/powered)
+"hQ" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1},/obj/machinery/embedded_controller/radio/airlock/airlock_controller{dir = 1; frequency = 1331; id_tag = "kalipso_shuttle"; pixel_y = -26},/obj/effect/map_helper/airlock/atmos/chamber_pump,/turf/simulated/floor/plating,/area/vr/powered)
+"hR" = (/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/item/toy/AI{desc = "May look like a toy, but to your surprise it seems to be a miniature AI core. There is constant static and a constant buzzing sound that makes your ear rings. . ."; name = "M@13fic3n7"; pixel_y = 4},/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod{opacity = 1},/obj/structure/window/reinforced/survival_pod{dir = 4; opacity = 1},/turf/simulated/floor/redgrid/animated,/area/vr/powered)
+"hS" = (/turf/simulated/shuttle/wall/hard_corner,/area/vr/powered)
+"hU" = (/obj/structure/table/bench/wooden,/obj/effect/floor_decal/corner/brown/border{dir = 1},/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/turf/simulated/floor/wood,/area/vr/powered)
+"hV" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"hY" = (/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/structure/cult/pylon{pixel_y = 4},/turf/simulated/floor/cult,/area/vr/powered)
+"hZ" = (/obj/machinery/door/window/survival_pod,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"ia" = (/obj/structure/ship_munition/disperser_charge/explosive,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"ic" = (/obj/random/maintenance,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"id" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"ie" = (/obj/machinery/door/airlock/hatch{icon_state = "door_locked"; id_tag = null; locked = 1; req_access = list(11)},/turf/simulated/shuttle/plating,/area/vr/powered)
+"if" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/structure/reagent_dispensers/fueltank/high,/turf/simulated/floor/airless,/area/vr/powered)
+"ih" = (/mob/living/simple_mob/animal/passive/cat/bones{desc = "A very odd behaved cat, their scratched name tag reads 'Felix'. They look very malnourished."; name = "Felix"},/turf/simulated/floor/wood,/area/vr/powered)
+"ij" = (/obj/structure/railing{dir = 8},/turf/simulated/floor/water/deep{temperature = 311},/area/vr/outdoors/powered)
+"ik" = (/mob/living/simple_mob/mechanical/mecha/combat/marauder{faction = "syndicate"},/obj/machinery/atmospherics/binary/pump/on{dir = 4; name = "Scrubber to Waste"},/turf/simulated/floor/airless,/area/vr/powered)
+"il" = (/obj/machinery/door/airlock/maintenance/command{req_one_access = null},/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/steel_grid,/area/vr/powered)
+"im" = (/obj/structure/loot_pile/surface/bones,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"in" = (/obj/effect/floor_decal/techfloor/corner{dir = 1},/turf/simulated/floor/cult,/area/vr/powered)
+"io" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/bed/chair/bay/comfy/purple{dir = 1},/mob/living/simple_mob/humanoid/merc/ranged/laser,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"iq" = (/obj/structure/flora/tree/jungle,/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"is" = (/obj/mecha/combat/fighter/baron{dir = 8},/turf/space,/area/space)
+"it" = (/obj/structure/table/steel_reinforced,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"iu" = (/obj/machinery/space_heater,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/vr/powered)
+"iv" = (/obj/structure/sign/warning/vacuum,/turf/unsimulated/wall,/area/vr/powered)
+"iy" = (/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/techfloor/corner{dir = 5},/turf/simulated/floor/plating,/area/vr/powered)
+"iz" = (/obj/structure/cliff/automatic{dir = 10},/turf/simulated/floor/lava,/area/vr/outdoors/powered)
+"iA" = (/obj/machinery/door/airlock/angled_tgmc/wide/command,/turf/simulated/shuttle/plating,/area/vr/powered)
+"iC" = (/obj/machinery/door/airlock/maintenance/rnd{req_one_access = null},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/steel_grid,/area/vr/powered)
+"iE" = (/obj/vehicle/boat/dragon/sifwood{dir = 8},/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/outdoors/powered)
+"iG" = (/obj/machinery/recharger/wallcharger{pixel_y = 24},/obj/machinery/vending/deathmatch/red,/turf/simulated/floor/reinforced,/area/vr/powered/redbase)
+"iH" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"iJ" = (/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/floor/grass2{outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"iK" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/obj/effect/floor_decal/techfloor{dir = 1},/turf/simulated/floor/cult,/area/vr/powered)
+"iL" = (/obj/machinery/recharge_station,/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"iM" = (/obj/effect/catwalk_plated/white,/obj/machinery/light/small{dir = 8},/turf/space,/area/space)
+"iN" = (/mob/living/simple_mob/construct/juggernaut/behemoth{dir = 8; ai_holder_type = null},/turf/simulated/floor/redgrid/off,/area/vr/powered)
+"iO" = (/mob/living/simple_mob/vore/horse/big{dir = 4},/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"iP" = (/obj/structure/table/marble,/obj/machinery/light{dir = 1},/obj/machinery/microwave,/turf/simulated/floor/tiled/white,/area/vr/powered)
+"iR" = (/obj/structure/table/standard,/obj/item/weapon/gun/projectile/automatic/serdy/memegun,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"iS" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/obj/machinery/meter,/turf/simulated/floor/airless,/area/vr/powered)
+"iT" = (/obj/structure/table/fancyblack,/obj/item/weapon/flame/candle/candelabra/everburn{pixel_y = 13},/obj/item/weapon/flame/candle/candelabra/everburn{pixel_y = 13},/turf/simulated/floor/cult,/area/vr/powered)
+"iV" = (/obj/structure/table/rack/shelf/steel,/obj/fiftyspawner/glass,/obj/fiftyspawner/glass,/obj/fiftyspawner/steel,/obj/fiftyspawner/steel,/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"iW" = (/obj/structure/table/standard,/obj/item/weapon/reagent_containers/food/drinks/cans/beercan,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"iX" = (/obj/structure/table/fancyblack,/obj/item/weapon/reagent_containers/food/snacks/roastbeef,/turf/simulated/floor/cult,/area/vr/powered)
+"iY" = (/obj/structure/bed/chair/oldsofa/left{dir = 1},/turf/simulated/floor/wood,/area/vr/powered)
+"ja" = (/obj/structure/window/phoronreinforced{dir = 4},/obj/structure/window/phoronreinforced{dir = 4},/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced,/turf/simulated/floor/redgrid/animated,/area/vr/powered)
+"jb" = (/turf/simulated/floor/outdoors/sidewalk{temperature = 293.15; movement_cost = 0},/area/vr/outdoors/powered)
+"jd" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood/alt/panel{temperature = 311},/area/vr/powered)
+"jf" = (/obj/structure/table/steel_reinforced,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/obj/random/maintenance/research,/obj/random/maintenance/research,/obj/random/maintenance/research,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"jg" = (/turf/simulated/floor/water/deep{outdoors = 0; temperature = 311},/area/vr/powered)
+"jh" = (/obj/effect/floor_decal/techfloor/corner{dir = 4},/obj/machinery/porta_turret/alien{faction = "neutral"},/obj/machinery/light,/turf/simulated/floor/cult,/area/vr/powered)
+"ji" = (/obj/machinery/door/airlock/hatch{icon_state = "door_locked"; id_tag = "estrella_back_hatch"; locked = 1; req_one_access = null},/obj/machinery/button/remote/airlock{desiredstate = 1; id = "estrella_back_hatch"; name = "Rear Hatch Control"; pixel_y = 27; req_access = null; specialfunctions = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular/open{dir = 4; id = "estrella_blast"; layer = 2; name = "window blast shield"; open_layer = 2},/obj/structure/fans/tiny,/turf/simulated/shuttle/plating,/area/vr/powered)
+"jj" = (/turf/simulated/floor/water{temperature = 311; outdoors = 0},/area/vr/powered)
+"jk" = (/obj/structure/table/glass,/obj/item/weapon/storage/fancy/candle_box,/obj/item/weapon/storage/box/matches,/turf/simulated/floor/carpet/blucarpet,/area/vr/powered)
+"jl" = (/obj/structure/table/rack/shelf/steel,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/item/weapon/gun/projectile/automatic/z8,/obj/item/weapon/gun/projectile/automatic/z8,/obj/item/weapon/gun/projectile/automatic/z8,/obj/item/weapon/gun/projectile/automatic/z8,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"jm" = (/obj/structure/bonfire/permanent,/obj/item/weapon/reagent_containers/food/snacks/cuttlefish,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"jo" = (/obj/structure/table/fancyblack,/obj/item/weapon/reagent_containers/food/snacks/sliceable/pizza/crunch,/turf/simulated/floor/cult,/area/vr/powered)
+"jp" = (/obj/structure/ship_munition/disperser_charge/mining,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"jr" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 5},/obj/structure/extinguisher_cabinet{pixel_x = -27},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"js" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/table/steel_reinforced,/obj/item/device/flash/synthetic,/obj/item/device/flash/synthetic{pixel_x = 6; pixel_y = 0},/turf/simulated/shuttle/floor/yellow,/area/vr/powered)
+"jt" = (/mob/living/simple_mob/animal/passive/fish/trout,/turf/simulated/floor/water/deep{temperature = 311},/area/vr/outdoors/powered)
+"ju" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"jv" = (/mob/living/simple_mob/construct/artificer{dir = 8; ai_holder_type = null},/turf/simulated/floor/redgrid/off,/area/vr/powered)
+"jw" = (/obj/structure/bed/chair/office/dark{dir = 4},/turf/simulated/shuttle/floor/purple,/area/vr/powered)
+"jx" = (/obj/structure/railing{dir = 1},/turf/simulated/floor/tiled/asteroid_steel{outdoors = 1},/area/vr/outdoors/powered)
+"jy" = (/obj/effect/floor_decal/techfloor{dir = 8},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"jB" = (/obj/structure/flora/ausbushes/fernybush,/obj/structure/flora/rocks1,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"jC" = (/obj/structure/table/marble{color = "grey"},/obj/structure/window/phoronreinforced{dir = 8},/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/item/weapon/reagent_containers/food/condiment/small/packet/crayon/green,/turf/simulated/floor/cult,/area/vr/powered)
+"jD" = (/obj/item/weapon/fossil/skull/horned,/turf/simulated/floor/cult,/area/vr/powered)
+"jI" = (/obj/structure/cable{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/light/small{dir = 4; pixel_y = 0},/turf/simulated/floor/plating,/area/vr/powered)
+"jK" = (/obj/structure/window/phoronreinforced{dir = 1},/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"jL" = (/mob/living/simple_mob/construct/harvester{ai_holder_type = null},/turf/simulated/floor/cult,/area/vr/powered)
+"jN" = (/obj/machinery/atmospherics/pipe/manifold/hidden,/obj/effect/floor_decal/techfloor{dir = 1},/turf/simulated/floor/cult,/area/vr/powered)
+"jR" = (/obj/structure/toilet{dir = 8; pixel_x = 9},/obj/machinery/door/window/survival_pod{dir = 1},/turf/simulated/floor/tiled/freezer,/area/vr/powered)
+"jS" = (/obj/machinery/vending/medical{dir = 4; emagged = 1; pixel_x = 5; req_access = null},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/cult,/area/vr/powered)
+"jT" = (/obj/structure/closet/walllocker_double/medical/west,/obj/item/weapon/storage/firstaid,/obj/item/weapon/storage/firstaid/fire,/obj/item/weapon/storage/firstaid/toxin,/obj/item/weapon/storage/firstaid/o2,/obj/item/roller,/obj/structure/window/reinforced/survival_pod,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"jV" = (/obj/fiftyspawner/wood,/turf/simulated/floor/outdoors/sidewalk/slab{temperature = 293.15; movement_cost = 0},/area/vr/outdoors/powered)
+"jW" = (/obj/item/weapon/coin/gold,/obj/item/clothing/mask/bandana/gold,/obj/fiftyspawner/gold,/obj/item/weapon/coin/diamond,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced,/turf/simulated/floor/flock,/area/vr/powered)
+"jX" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/rainbowdouble,/obj/machinery/partyalarm{pixel_y = -18},/turf/simulated/floor/wood/sif,/area/vr/powered)
+"jY" = (/obj/structure/table/steel,/obj/item/stack/material/phoron{amount = 5},/obj/item/stack/material/phoron{amount = 5},/obj/fiftyspawner/wood,/obj/fiftyspawner/steel,/turf/simulated/floor,/area/vr/powered)
+"jZ" = (/obj/structure/flora/ausbushes/sparsegrass,/turf/simulated/floor/outdoors/grass{temperature = 293.15},/area/vr/outdoors/powered)
+"kb" = (/obj/effect/floor_decal/techfloor{dir = 8},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"ke" = (/obj/structure/window/reinforced{dir = 4; health = 1e+006},/turf/simulated/floor/outdoors/dirt{temperature = 311},/area/vr/outdoors/powered)
+"kf" = (/obj/effect/floor_decal/techfloor,/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"kg" = (/turf/simulated/wall/cult,/area/vr/outdoors/powered)
+"kh" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/table/rack/shelf/steel,/obj/item/weapon/material/sword/katana,/obj/item/weapon/material/sword/katana,/obj/item/weapon/material/sword,/obj/item/weapon/material/sword,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"kl" = (/obj/machinery/mech_recharger,/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/loot_pile/mecha/marauder/mauler,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"ko" = (/obj/structure/cryofeed{dir = 1},/turf/simulated/wall/rdshull,/area/vr/powered)
+"kp" = (/obj/structure/table/marble{color = "grey"},/obj/structure/window/phoronreinforced,/obj/effect/floor_decal/spline/fancy,/obj/item/weapon/reagent_containers/food/condiment/small/packet/crayon/yellow,/obj/machinery/light/floortube/flicker{dir = 8; pixel_x = 5},/turf/simulated/floor/cult,/area/vr/powered)
+"kr" = (/obj/structure/table/rack/shelf/steel,/obj/item/mecha_parts/mecha_equipment/cloak,/obj/item/mecha_parts/mecha_equipment/tool/jetpack,/obj/item/mecha_parts/mecha_equipment/tool/passenger,/turf/simulated/floor/airless,/area/vr/powered)
+"ks" = (/obj/structure/table/glass,/obj/item/weapon/storage/fancy/candle_box,/obj/item/weapon/storage/box/matches,/turf/simulated/floor/carpet/gaycarpet,/area/vr/powered)
+"kt" = (/obj/structure/bed/chair/wood,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"ku" = (/turf/simulated/floor/cult,/area/vr/outdoors/powered)
+"kw" = (/obj/effect/floor_decal/techfloor{dir = 6},/turf/simulated/floor/cult,/area/vr/powered)
+"ky" = (/obj/structure/salvageable/console_os{dir = 1},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"kz" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/machinery/body_scanconsole,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"kB" = (/obj/machinery/light{dir = 1},/obj/machinery/vending/loadout/uniform,/turf/simulated/floor/tiled,/area/vr/powered)
+"kC" = (/obj/structure/table/marble,/obj/machinery/chemical_dispenser/deluxe/full,/turf/simulated/floor/wood{temperature = 311},/area/vr/powered)
+"kF" = (/obj/structure/grille/cult,/obj/structure/window/phoronreinforced/full,/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod{dir = 4},/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"kG" = (/turf/simulated/floor/wood/alt/panel/broken{temperature = 311},/area/vr/powered)
+"kH" = (/obj/structure/table/fancyblack,/obj/item/weapon/material/knife/ritual,/turf/simulated/floor/cult,/area/vr/powered)
+"kI" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"kJ" = (/obj/structure/bed/chair/bay/comfy/red{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"kK" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/cult/pylon,/turf/simulated/floor/cult,/area/vr/powered)
+"kM" = (/obj/structure/table/marble,/obj/item/weapon/reagent_containers/food/snacks/devilledegg,/turf/simulated/floor/cult,/area/vr/powered)
+"kN" = (/obj/structure/cryofeed{dir = 2},/obj/machinery/light/small/emergency,/turf/simulated/floor/bluegrid{name = "Server Base"; nitrogen = 500; oxygen = 0; temperature = 80},/area/vr/powered)
+"kP" = (/obj/structure/table/rack/shelf/steel,/obj/fiftyspawner/phoron,/obj/fiftyspawner/osmium,/turf/simulated/floor/airless,/area/vr/outdoors/powered)
+"kQ" = (/obj/structure/table/steel_reinforced,/turf/simulated/floor/gorefloor,/area/vr/outdoors/powered)
+"kR" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/machinery/bodyscanner,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"kS" = (/turf/unsimulated/wall,/area/vr/powered)
+"kT" = (/obj/effect/floor_decal/techfloor,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"kV" = (/obj/structure/railing,/obj/effect/step_trigger/teleporter/bridge/north_to_south,/turf/simulated/floor/water{temperature = 311},/area/vr/outdoors/powered)
+"kW" = (/obj/structure/flora/lily1,/turf/simulated/floor/water{temperature = 311},/area/vr/outdoors/powered)
+"kY" = (/obj/machinery/vending/wardrobe/medidrobe{req_access = null},/turf/simulated/floor/tiled,/area/vr/powered)
+"kZ" = (/obj/effect/floor_decal/spline/fancy{dir = 8},/turf/simulated/floor/cult,/area/vr/powered)
+"la" = (/obj/machinery/sleeper{dir = 4; emagged = 1; initial_bin_rating = 4},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"lb" = (/obj/structure/table/steel_reinforced,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/turf/simulated/floor/airless,/area/vr/outdoors/powered)
+"lc" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/bed/chair/bay/comfy/red{dir = 1},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"ld" = (/obj/structure/cliff/automatic{dir = 9},/turf/simulated/floor/lava,/area/vr/outdoors/powered)
+"le" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/turf/simulated/floor/bluegrid{name = "Server Base"; nitrogen = 500; oxygen = 0; temperature = 80},/area/vr/powered)
+"lf" = (/obj/machinery/atmospherics/pipe/manifold/hidden/yellow,/obj/structure/table/rack/shelf/steel,/obj/item/stack/material/glass/phoronrglass{amount = 20},/obj/item/stack/material/glass/phoronrglass{amount = 20},/obj/fiftyspawner/rods,/obj/fiftyspawner/rods,/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"lg" = (/obj/effect/catwalk_plated/white,/turf/simulated/floor/wmarble,/area/vr/powered)
+"lh" = (/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced{dir = 4},/turf/simulated/floor/redgrid/animated,/area/vr/powered)
+"li" = (/obj/structure/table/fancyblack,/obj/item/weapon/reagent_containers/food/snacks/scorpion_cooked,/turf/simulated/floor/cult,/area/vr/powered)
+"lk" = (/obj/structure/flora/lily3,/turf/simulated/floor/water{temperature = 311},/area/vr/outdoors/powered)
+"ll" = (/obj/structure/table/rack/shelf/steel,/obj/item/mecha_parts/mecha_equipment/generator/nuclear,/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/explosive/rigged,/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion/rigged,/turf/simulated/floor/airless,/area/vr/powered)
+"lm" = (/obj/structure/outcrop/gold,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"ln" = (/obj/machinery/light{dir = 4},/obj/item/weapon/spacecash/ewallet{worth = 69000},/obj/structure/table/steel,/obj/item/weapon/spacecash/ewallet{worth = 69000},/turf/simulated/floor/tiled,/area/vr/powered)
+"lo" = (/obj/machinery/atmospherics/unary/engine{dir = 8},/turf/space,/area/vr/powered)
+"lp" = (/obj/effect/floor_decal/techfloor{dir = 5},/turf/simulated/floor/cult,/area/vr/powered)
+"lq" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/table/rack/shelf/steel,/obj/item/weapon/tool/crowbar/red{force = 15; throwforce = 16; name = "heavy crowbar"; desc = "Used to remove floors and to pry open doors. This one looks like it can pack quite a punch"},/obj/item/weapon/tool/crowbar/red{force = 15; throwforce = 16; name = "heavy crowbar"; desc = "Used to remove floors and to pry open doors. This one looks like it can pack quite a punch"},/obj/item/weapon/tool/crowbar/red{force = 15; throwforce = 16; name = "heavy crowbar"; desc = "Used to remove floors and to pry open doors. This one looks like it can pack quite a punch"},/obj/item/weapon/tool/crowbar/red{force = 15; throwforce = 16; name = "heavy crowbar"; desc = "Used to remove floors and to pry open doors. This one looks like it can pack quite a punch"},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"ls" = (/obj/machinery/atmospherics/pipe/manifold/hidden/yellow,/turf/simulated/floor/plating,/area/vr/powered)
+"lt" = (/obj/machinery/door/window/survival_pod{dir = 8},/turf/simulated/floor/wood,/area/vr/powered)
+"lv" = (/obj/effect/floor_decal/techfloor{dir = 1},/turf/simulated/floor/cult{icon_state = "cult-narsie"},/area/vr/powered)
+"ly" = (/obj/structure/cult/pylon,/obj/effect/floor_decal/spline/fancy{dir = 6},/turf/simulated/floor/cult{icon_state = "cult-narsie"},/area/vr/powered)
+"lA" = (/turf/simulated/floor/holofloor/carpet,/area/vr/powered)
+"lC" = (/obj/structure/prop/rock/small/alt,/turf/simulated/floor/outdoors/dirt{temperature = 311; outdoors = 0},/area/vr/powered)
+"lD" = (/obj/machinery/light/floortube/flicker{dir = 8; pixel_x = 5},/obj/structure/bed/chair/bay/comfy/red{dir = 1},/mob/living/simple_mob/humanoid/merc/ranged/laser,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"lE" = (/obj/structure/table/standard,/obj/item/weapon/storage/box/matches,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"lH" = (/obj/structure/flora/ausbushes/fernybush,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"lJ" = (/obj/structure/prop/rock/small/water,/turf/simulated/floor/water{temperature = 311; outdoors = 0},/area/vr/powered)
+"lL" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/piratedouble,/turf/simulated/floor/carpet/gaycarpet,/area/vr/powered)
+"lM" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor,/area/vr/powered)
+"lN" = (/obj/structure/flora/pottedplant/bamboo{pixel_y = 12},/obj/structure/table/bench/wooden,/obj/structure/window/reinforced/polarized{dir = 4; id = "h-kitchen"},/turf/simulated/floor/wood,/area/vr/powered)
+"lO" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/bed/chair/comfy/purp{dir = 8},/turf/simulated/floor/carpet/bcarpet,/area/vr/powered)
+"lP" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"lQ" = (/obj/structure/table/glass,/obj/item/weapon/towel,/obj/item/weapon/towel{color = "#FFD700"; name = "gold towel"},/obj/item/weapon/towel{color = "#3fc0ea"; name = "light blue towel"; pixel_x = 2; pixel_y = 4},/turf/simulated/floor/wood,/area/vr/powered)
+"lR" = (/obj/structure/fence,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"lS" = (/obj/structure/table/standard,/obj/random/cigarettes,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"lU" = (/turf/simulated/floor/water/beach/corner{temperature = 311},/area/vr/outdoors/powered)
+"lW" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/salvageable/console_os,/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"lZ" = (/obj/effect/floor_decal/industrial/warning{dir = 5},/obj/structure/table/standard,/obj/item/weapon/storage/firstaid/surgery,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"ma" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"mb" = (/turf/simulated/floor/water/deep{temperature = 293.15},/area/vr/outdoors/powered)
+"mc" = (/obj/structure/cryofeed,/turf/simulated/wall/rdshull,/area/vr/powered)
+"md" = (/obj/machinery/feeder,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"me" = (/obj/item/ammo_casing/a145,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"mf" = (/obj/machinery/vending/fishing,/turf/simulated/floor/wood{temperature = 311},/area/vr/powered)
+"mh" = (/obj/effect/decal/cleanable/blood/gibs,/obj/structure/table/marble,/obj/item/organ/internal/intestine/unathi,/obj/item/weapon/surgical/bonesetter,/obj/item/weapon/reagent_containers/food/snacks/bearmeat,/obj/item/weapon/reagent_containers/food/snacks/bearmeat,/obj/item/weapon/reagent_containers/food/snacks/carpmeat,/obj/item/weapon/reagent_containers/food/snacks/carpmeat,/obj/item/weapon/reagent_containers/food/snacks/carpmeat/fish/sharkmeat,/obj/item/weapon/reagent_containers/food/snacks/carpmeat/fish/sharkmeat,/obj/item/weapon/reagent_containers/food/snacks/carpmeat/fish/sharkmeat,/turf/simulated/floor,/area/vr/powered)
+"mk" = (/obj/effect/decal/cleanable/blood/gibs{color = "red"; icon_state = "gib2_flesh"},/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"ml" = (/obj/effect/blocker,/turf/simulated/floor/airless,/area/space)
+"mm" = (/obj/structure/table/bench/marble,/obj/structure/flora/pottedplant/bamboo{pixel_y = 7},/obj/structure/window/reinforced/polarized{id = "h-master"},/turf/simulated/floor/wood,/area/vr/powered)
+"mo" = (/obj/machinery/recharge_station,/turf/simulated/floor/wood,/area/vr/powered)
+"mq" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/table/steel_reinforced,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"mr" = (/obj/machinery/atmospherics/pipe/manifold4w/hidden,/turf/simulated/floor/airless,/area/vr/powered)
+"mt" = (/turf/simulated/shuttle/floor/purple,/area/vr/powered)
+"mv" = (/turf/simulated/wall/wood,/area/vr/powered)
+"mw" = (/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/carpet/gaycarpet,/area/vr/powered)
+"mz" = (/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"mA" = (/obj/structure/table/survival_pod,/obj/machinery/microwave{pixel_y = 6},/turf/simulated/shuttle/plating,/area/vr/powered)
+"mC" = (/obj/machinery/vending/medical{req_access = null; req_log_access = null; dir = 4},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"mD" = (/obj/machinery/media/jukebox/casinojukebox,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/wood{temperature = 311},/area/vr/powered)
+"mE" = (/obj/effect/overlay/palmtree_r,/obj/effect/overlay/coconut,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"mG" = (/obj/structure/table/glass,/obj/item/weapon/towel{color = "#b5651d"; name = "brown towel"},/obj/item/weapon/towel{color = "#00FFFF"; name = "cyan towel"; pixel_x = 2; pixel_y = 4},/obj/item/weapon/towel{color = "#90ee90"; name = "green towel"},/turf/simulated/floor/wood,/area/vr/powered)
+"mH" = (/obj/structure/cliff/automatic{dir = 5},/turf/simulated/floor/lava,/area/vr/outdoors/powered)
+"mL" = (/turf/simulated/wall/solidrock,/area/vr/powered)
+"mM" = (/obj/structure/bed/chair/wood/wings{dir = 8},/obj/effect/floor_decal/spline/fancy{dir = 5},/turf/simulated/floor/cult,/area/vr/powered)
+"mN" = (/obj/machinery/recharger/wallcharger{pixel_y = 24},/turf/simulated/floor/cult,/area/vr/powered)
+"mO" = (/obj/structure/table/woodentable,/obj/item/weapon/reagent_containers/food/snacks/sliceable/pizza/pineapple,/turf/simulated/floor/wood,/area/vr/powered)
+"mP" = (/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"mR" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod,/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/machinery/door/blast/regular{id = "kalipsoshutters"; name = "Kalipso Blast Shielding"},/turf/simulated/shuttle/plating,/area/vr/powered)
+"mT" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/table/steel_reinforced,/obj/random/maintenance/engineering,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"mU" = (/obj/structure/cult/pylon,/obj/effect/floor_decal/spline/fancy{dir = 5},/turf/simulated/floor/cult{icon_state = "cult-narsie"},/area/vr/powered)
+"mY" = (/obj/machinery/suit_cycler/refit_only,/turf/simulated/floor/cult,/area/vr/powered)
+"mZ" = (/obj/effect/floor_decal/industrial/outline/blue,/obj/structure/closet/jcloset,/obj/item/weapon/mop,/obj/structure/mopbucket,/obj/item/weapon/reagent_containers/glass/bucket,/obj/item/weapon/reagent_containers/spray/cleaner,/obj/item/weapon/reagent_containers/spray/cleaner,/turf/simulated/shuttle/plating,/area/vr/powered)
+"nb" = (/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/machinery/porta_turret/alien{faction = "syndicate"},/turf/simulated/floor/redgrid,/area/vr/powered)
+"nc" = (/obj/structure/salvageable/server,/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"nf" = (/obj/machinery/sleeper{dir = 4},/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"nh" = (/obj/structure/prop/machine/tgmc_console1/starts_on,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"ni" = (/obj/structure/table/glass,/obj/item/weapon/storage/box/syndie_kit/chameleon{pixel_x = -3; pixel_y = -1},/obj/item/weapon/storage/box/syndie_kit/chameleon{pixel_x = 2; pixel_y = 6},/turf/simulated/floor/tiled,/area/vr/powered)
+"nk" = (/obj/structure/bed/chair/bay/comfy/red{dir = 4},/mob/living/simple_mob/humanoid/merc/ranged/laser,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"nl" = (/obj/effect/floor_decal/spline/fancy{dir = 6},/obj/structure/cult/pylon{pixel_y = 4},/turf/simulated/floor/cult{icon_state = "cult-narsie"},/area/vr/powered)
+"nm" = (/obj/structure/table/marble{color = "grey"},/obj/structure/window/phoronreinforced{dir = 8},/obj/effect/floor_decal/spline/fancy{dir = 8},/obj/item/weapon/reagent_containers/food/condiment/small/packet/crayon/grey,/turf/simulated/floor/cult,/area/vr/powered)
+"nn" = (/obj/machinery/media/jukebox,/turf/simulated/floor/redgrid/off,/area/vr/powered)
+"np" = (/obj/machinery/atmospherics/unary/engine/biggest{dir = 1},/turf/space,/area/space)
+"nr" = (/obj/structure/table/steel,/obj/item/weapon/storage/toolbox/syndicate/powertools,/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random,/obj/item/weapon/storage/belt/utility/full/multitool{pixel_y = 6},/turf/simulated/floor/outdoors/sidewalk/slab{temperature = 293.15; movement_cost = 0},/area/vr/outdoors/powered)
+"nt" = (/turf/simulated/wall/wood,/area/vr/outdoors/powered)
+"nu" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/table/glass,/obj/item/weapon/flame/candle/candelabra/everburn,/turf/simulated/floor/carpet/bcarpet,/area/vr/powered)
+"nA" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/machinery/door/blast/regular/open{dir = 4; id = "stargazer_blast"; name = "window blast shield"},/turf/simulated/shuttle/plating,/area/vr/powered)
+"nB" = (/obj/structure/bed/chair/wood/wings{dir = 8},/turf/simulated/floor/wood,/area/vr/powered)
+"nC" = (/turf/space,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"nF" = (/obj/structure/railing/grey{dir = 1},/turf/simulated/floor/gorefloor,/area/vr/outdoors/powered)
+"nG" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/structure/window/reinforced/survival_pod,/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/structure/window/reinforced/survival_pod{dir = 1},/turf/simulated/shuttle/plating,/area/vr/powered)
+"nH" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/closet/walllocker/emerglocker/north,/obj/effect/floor_decal/techfloor/orange,/turf/simulated/floor/plating,/area/vr/powered)
+"nI" = (/obj/machinery/vending/wardrobe/chefdrobe{req_access = null},/turf/simulated/floor/tiled,/area/vr/powered)
+"nK" = (/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"nL" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"nN" = (/obj/structure/closet/athletic_mixed,/obj/item/clothing/shoes/sandal,/turf/simulated/floor/wood{temperature = 311},/area/vr/powered)
+"nO" = (/obj/structure/fence/corner,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"nP" = (/obj/structure/window/phoronreinforced,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"nQ" = (/obj/mecha/working/hoverpod/shuttlecraft{dir = 8},/turf/space,/area/space)
+"nR" = (/obj/machinery/atmospherics/pipe/tank/phoron/full{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/airless,/area/vr/powered)
+"nT" = (/obj/effect/decal/cleanable/blood/gibs{color = "red"; icon_state = "gibdown1_flesh"},/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"nV" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod,/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/machinery/door/blast/regular/open{dir = 4; id = "stargazer_blast"; name = "window blast shield"},/turf/simulated/shuttle/plating,/area/vr/powered)
+"nX" = (/obj/machinery/atmospherics/pipe/tank/air{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light/small/emergency{dir = 8},/obj/structure/sign/atmos/air{pixel_x = -32},/turf/simulated/floor/plating,/area/vr/powered)
+"nZ" = (/obj/machinery/light{layer = 3},/turf/simulated/floor/wood,/area/vr/powered)
+"oa" = (/obj/structure/cliff/automatic/corner{dir = 10},/turf/simulated/floor/lava,/area/vr/outdoors/powered)
+"ob" = (/obj/structure/table/wooden_reinforced,/obj/structure/flora/pottedplant/smallcactus{pixel_y = 13},/turf/simulated/floor/wood,/area/vr/powered)
+"od" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/portable_atmospherics/canister/oxygen,/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"oe" = (/turf/simulated/floor/water/beach/corner{dir = 4; temperature = 311; outdoors = 0},/area/vr/powered)
+"of" = (/obj/machinery/light{layer = 3},/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"og" = (/obj/structure/curtain/black,/obj/random/junk,/obj/random/junk,/obj/random/junk,/obj/effect/decal/cleanable/dirt,/obj/effect/decal/cleanable/dirt,/obj/structure/table/rack/shelf/steel,/obj/item/weapon/material/knife/butch,/turf/simulated/floor,/area/vr/powered)
+"oh" = (/obj/structure/table/rack/shelf/steel,/obj/fiftyspawner/phoron,/turf/simulated/floor/airless,/area/vr/outdoors/powered)
+"oi" = (/obj/machinery/power/port_gen/pacman,/turf/simulated/floor,/area/vr/powered)
+"oj" = (/obj/effect/floor_decal/techfloor/corner{dir = 10},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"om" = (/obj/machinery/vending/cola,/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/wood{temperature = 311},/area/vr/outdoors/powered)
+"oo" = (/obj/machinery/vending/tool{emagged = 1; req_access = null; req_log_access = null},/turf/simulated/floor/tiled,/area/vr/powered)
+"op" = (/obj/structure/table/standard,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"oq" = (/obj/structure/window/reinforced,/turf/simulated/floor/wood,/area/vr/powered)
+"os" = (/obj/machinery/power/generator{anchored = 1; dir = 8},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"ov" = (/obj/machinery/atmospherics/unary/engine{dir = 1},/turf/space,/area/vr/powered)
+"ow" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/door/airlock/maintenance/rnd{req_one_access = null},/turf/simulated/floor/plating,/area/vr/powered)
+"oB" = (/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/structure/table/rack/shelf/steel,/obj/item/weapon/gun/projectile/revolver,/obj/item/weapon/gun/projectile/revolver,/obj/item/weapon/gun/projectile/revolver,/obj/item/weapon/gun/projectile/revolver,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"oD" = (/turf/simulated/floor/bluegrid{name = "Server Base"; nitrogen = 500; oxygen = 0; temperature = 80},/area/vr/powered)
+"oE" = (/turf/simulated/floor/water/beach{dir = 10; temperature = 311; outdoors = 0},/area/vr/outdoors/powered)
+"oF" = (/obj/effect/floor_decal/techfloor{dir = 4},/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"oG" = (/obj/structure/fence{dir = 4},/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"oH" = (/obj/machinery/vending/wardrobe/mimedrobe{req_access = null},/turf/simulated/floor/tiled{outdoors = 1},/area/vr/powered)
+"oI" = (/turf/unsimulated/wall/seperator,/area/vr/outdoors/powered)
+"oJ" = (/obj/structure/bed/chair/bay/comfy/black{dir = 1},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"oK" = (/obj/item/weapon/telecube/precursor,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced,/turf/simulated/floor/flock,/area/vr/powered)
+"oM" = (/obj/structure/table/bench/marble,/obj/structure/window/reinforced/polarized{dir = 8; id = "h-living"},/turf/simulated/floor/wood,/area/vr/powered)
+"oO" = (/obj/structure/salvageable/bliss,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"oQ" = (/obj/machinery/shower,/obj/structure/curtain/open/shower,/obj/structure/window/basic{dir = 4},/turf/simulated/floor/tiled/neutral,/area/vr/powered)
+"oR" = (/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 4},/obj/machinery/floodlight,/obj/effect/floor_decal/techfloor/orange{dir = 4},/obj/machinery/light/small/emergency{dir = 8},/turf/simulated/floor/plating,/area/vr/powered)
+"oS" = (/obj/machinery/vending/phoronresearch,/turf/simulated/floor/tiled{outdoors = 1},/area/vr/powered)
+"oU" = (/obj/structure/table/marble,/obj/item/weapon/storage/firstaid/bonemed{pixel_x = 5; pixel_y = 5},/obj/item/weapon/storage/firstaid/bonemed,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"oV" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/effect/floor_decal/techfloor{dir = 4},/turf/simulated/floor/cult,/area/vr/powered)
+"pd" = (/mob/living/simple_mob/construct/harvester{dir = 8; ai_holder_type = null},/turf/simulated/floor/redgrid/off,/area/vr/powered)
+"pe" = (/obj/machinery/door/window/brigdoor/westright{req_access = null},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/shuttle/floor/darkred,/area/vr/powered)
+"pg" = (/turf/simulated/floor/lava,/area/vr/powered)
+"pi" = (/obj/structure/table/steel,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/radio/off,/turf/simulated/floor/outdoors/sidewalk/slab{temperature = 293.15; movement_cost = 0},/area/vr/outdoors/powered)
+"pj" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod,/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/machinery/door/blast/regular{id = "kalipsoshutters"; name = "Kalipso Blast Shielding"},/obj/structure/window/reinforced/survival_pod{dir = 1},/turf/simulated/shuttle/plating,/area/vr/powered)
+"pl" = (/obj/structure/table/rack/shelf/steel,/obj/item/weapon/melee/energy/sword,/obj/item/weapon/melee/energy/sword,/obj/item/stack/material/durasteel{material = 50},/turf/simulated/shuttle/floor/darkred,/area/vr/powered)
+"pm" = (/obj/effect/floor_decal/chapel{dir = 8},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"pn" = (/obj/machinery/sleeper/survival_pod,/turf/simulated/shuttle/plating,/area/vr/powered)
+"po" = (/obj/structure/cliff/automatic/corner{dir = 6},/turf/simulated/floor/lava,/area/vr/outdoors/powered)
+"pr" = (/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/structure/shuttle/window,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular/open{id = "estrella_blast"; name = "window blast shield"},/turf/simulated/shuttle/plating,/area/vr/powered)
+"ps" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/ship_munition/disperser_charge/explosive,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"pt" = (/obj/structure/closet/alien{color = "grey"; desc = "Eldritch carved locker."; name = "rockformed locker"},/turf/simulated/floor/wood,/area/vr/powered)
+"pu" = (/obj/fiftyspawner/glass,/obj/fiftyspawner/steel,/obj/structure/table/rack/shelf/steel,/obj/item/clothing/head/cowboy,/obj/item/clothing/glasses/fakesunglasses/aviator,/turf/simulated/floor/reinforced,/area/vr/powered/redbase)
+"pw" = (/obj/structure/table/rack/shelf/steel,/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/item/ammo_magazine/m9mm,/obj/item/ammo_magazine/m9mm,/obj/item/ammo_magazine/m9mm,/obj/item/ammo_magazine/m9mm,/obj/item/ammo_magazine/m9mm,/obj/item/ammo_magazine/m9mm,/obj/item/ammo_magazine/m9mm,/obj/item/ammo_magazine/m9mm,/obj/item/ammo_magazine/m9mm,/obj/item/ammo_magazine/m9mm,/obj/item/ammo_magazine/m9mm,/obj/item/ammo_magazine/m9mm,/obj/item/ammo_magazine/m9mm,/obj/item/ammo_magazine/m9mm,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"px" = (/obj/machinery/mech_recharger,/obj/effect/floor_decal/industrial/outline/yellow,/obj/mecha/combat/marauder/seraph,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"pz" = (/obj/structure/bed/chair/backed_red{dir = 4},/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"pD" = (/obj/machinery/vending/wardrobe/detdrobe{req_access = null},/turf/simulated/floor/tiled,/area/vr/powered)
+"pE" = (/obj/structure/table/woodentable,/obj/item/weapon/reagent_containers/food/snacks/dip/salsa{pixel_y = 9},/obj/item/weapon/reagent_containers/food/snacks/sharkmeatdip{pixel_y = 0; pixel_x = -3},/turf/simulated/floor/wood,/area/vr/powered)
+"pF" = (/obj/structure/railing{dir = 8},/obj/structure/flora/rocks2,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"pH" = (/obj/machinery/light/small,/obj/item/weapon/ore/diamond,/obj/structure/sign/goldenplaque{desc = "Done No Harm."; name = "Best Doctor 2552"; pixel_y = -32},/obj/structure/table/wooden_reinforced,/turf/simulated/floor/wood,/area/vr/powered)
+"pI" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled,/area/vr/powered)
+"pJ" = (/obj/structure/bed/chair/bay/shuttle{dir = 4},/obj/structure/closet/walllocker/medical/west,/turf/simulated/shuttle/plating,/area/vr/powered)
+"pK" = (/obj/effect/floor_decal/techfloor,/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"pL" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/shuttle/floor/darkred,/area/vr/powered)
+"pM" = (/obj/effect/floor_decal/techfloor/orange{dir = 8},/obj/machinery/light/small/emergency{dir = 4},/obj/structure/sign/department/eng{pixel_x = 32},/turf/simulated/floor/plating,/area/vr/powered)
+"pN" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/window/reinforced/survival_pod,/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/machinery/door/blast/regular/open{dir = 4; id = "stargazer_blast"; name = "window blast shield"},/turf/simulated/shuttle/plating,/area/vr/powered)
+"pO" = (/obj/machinery/door/airlock/glass_centcom{name = "Port Wing Engine"},/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"pP" = (/obj/structure/closet/walllocker_double/kitchen/north{dir = 8; name = "Ration Cabinet"; pixel_x = -32; pixel_y = 0},/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/device/radio{pixel_x = -5; pixel_y = 5},/obj/item/device/radio{pixel_x = 5; pixel_y = 5},/obj/machinery/atmospherics/pipe/simple/hidden/yellow,/obj/structure/cable/green{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"pQ" = (/obj/machinery/atmospherics/binary/pump,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"pT" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/salvageable/console_os,/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"pU" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/floor/airless,/area/vr/powered)
+"pV" = (/obj/effect/floor_decal/techfloor/corner{dir = 1},/obj/structure/cult/pylon,/turf/simulated/floor/cult,/area/vr/powered)
+"pW" = (/obj/structure/bed/chair/backed_red{dir = 8},/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"pX" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/bed/chair/comfy/purp{dir = 4},/turf/simulated/floor/carpet/gaycarpet,/area/vr/powered)
+"pY" = (/obj/structure/bed/chair/wood/wings,/turf/simulated/floor/wood,/area/vr/powered)
+"qa" = (/obj/structure/flora/ausbushes/ywflowers,/obj/structure/flora/ausbushes/lavendergrass,/turf/simulated/floor/outdoors/grass{temperature = 293.15},/area/vr/outdoors/powered)
+"qb" = (/obj/machinery/door/airlock/angled_tgmc/wide/security,/turf/simulated/shuttle/plating,/area/vr/powered)
+"qc" = (/obj/structure/salvageable/implant_container_os,/obj/effect/floor_decal/techfloor{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"qd" = (/obj/structure/closet/cabinet{pixel_y = 20},/obj/item/toy/plushie/kitten,/obj/item/toy/plushie/grey_cat,/obj/item/toy/plushie/orange_cat,/obj/item/toy/plushie/borgplushie/scrubpuppy,/obj/item/toy/plushie/black_fox,/obj/item/toy/plushie,/obj/item/toy/plushie/corgi,/obj/item/toy/plushie/crimson_fox,/obj/item/clothing/shoes/sandal,/obj/item/clothing/shoes/sandal,/obj/machinery/computer/security/telescreen/entertainment{icon_state = "frame"; pixel_x = -32},/obj/item/weapon/towel/random,/obj/item/weapon/towel/random,/turf/simulated/floor/carpet/turcarpet,/area/vr/powered)
+"qe" = (/turf/simulated/floor/carpet/blue,/area/vr/powered)
+"qf" = (/obj/effect/floor_decal/techfloor/corner{dir = 10},/turf/simulated/shuttle/plating,/area/vr/powered)
+"qh" = (/obj/machinery/door/airlock/maintenance/common,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/steel_grid,/area/vr/powered)
+"qi" = (/obj/effect/floor_decal/techfloor{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"qj" = (/obj/machinery/light{layer = 3},/turf/simulated/floor/reinforced,/area/vr/powered/bluebase)
+"qk" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/table/steel_reinforced,/obj/item/weapon/cell/hyper{pixel_y = -2; pixel_x = -4},/obj/item/weapon/cell/hyper{pixel_y = 2},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"ql" = (/obj/machinery/disperser/back{dir = 1},/obj/structure/ship_munition/disperser_charge/explosive,/turf/simulated/wall/shull,/area/vr/powered)
+"qo" = (/obj/structure/reagent_dispensers/watertank,/obj/item/weapon/reagent_containers/glass/bucket,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"qp" = (/obj/effect/floor_decal/spline/fancy{dir = 6},/turf/simulated/floor/cult,/area/vr/powered)
+"qq" = (/obj/structure/table/bench/wooden,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"qr" = (/obj/machinery/door/window/northright{name = "Server Room"; req_access = null},/obj/machinery/door/window/southleft{name = "Server Room"; req_access = null},/obj/effect/floor_decal/industrial/warning/full,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"qs" = (/obj/effect/floor_decal/chapel,/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"qt" = (/obj/structure/dispenser{phorontanks = 0},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"qu" = (/obj/structure/table/fancyblack,/obj/item/weapon/reagent_containers/food/snacks/roburgerbig,/turf/simulated/floor/cult,/area/vr/powered)
+"qv" = (/obj/structure/table/marble{color = "grey"},/obj/item/weapon/fossil/skull/horned{anchored = 1; pixel_x = -1},/obj/effect/catwalk_plated/white,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced{dir = 1},/obj/structure/window/phoronreinforced{dir = 8},/obj/structure/window/phoronreinforced{dir = 4},/turf/simulated/floor/lava,/area/vr/powered)
+"qw" = (/obj/machinery/vending/deluxe_boozeomat,/turf/simulated/floor/wood{temperature = 311},/area/vr/powered)
+"qy" = (/obj/structure/table/steel_reinforced,/obj/item/device/defib_kit/jumper_kit/loaded,/obj/item/device/defib_kit/jumper_kit/loaded,/obj/item/device/mmi,/obj/item/device/mmi,/obj/item/device/mmi,/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/techfloor{dir = 4},/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"qB" = (/mob/living/simple_mob/construct/harvester{dir = 1; ai_holder_type = null},/turf/simulated/floor/redgrid/animated,/area/vr/powered)
+"qC" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow,/turf/simulated/shuttle/wall,/area/vr/powered)
+"qD" = (/mob/living/simple_mob/animal/passive/fish/rockfish,/turf/simulated/floor/water/deep{outdoors = 0; temperature = 311},/area/vr/powered)
+"qE" = (/obj/structure/table/reinforced,/obj/machinery/cell_charger,/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"qF" = (/obj/machinery/porta_turret/stationary/syndie{faction = "hivebot"},/turf/simulated/floor/airless,/area/vr/powered)
+"qG" = (/turf/simulated/wall/sandstonediamond,/area/vr/powered)
+"qH" = (/mob/living/simple_mob/mechanical/mecha/combat/marauder{faction = "syndicate"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/airless,/area/vr/powered)
+"qJ" = (/obj/machinery/door/airlock/angled_tgmc/wide/generic,/turf/simulated/shuttle/plating,/area/vr/powered)
+"qL" = (/obj/item/weapon/material/fishing_rod/modern/cheap,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/outdoors/powered)
+"qN" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/wood,/area/vr/powered)
+"qO" = (/obj/structure/ship_munition/disperser_charge/fire,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"qP" = (/obj/structure/table/marble{color = "grey"},/obj/structure/window/phoronreinforced{dir = 1},/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/item/weapon/reagent_containers/food/condiment/small/packet/crayon/blue,/obj/machinery/light/floortube/flicker{dir = 8; pixel_x = 5},/turf/simulated/floor/cult,/area/vr/powered)
+"qQ" = (/obj/structure/window/reinforced/tinted/frosted{dir = 8},/obj/structure/table/rack/shelf/steel,/obj/item/weapon/storage/box/glasses/square{pixel_y = -2},/obj/item/weapon/storage/box/glass_extras/sticks{pixel_y = 4},/obj/item/weapon/storage/box/glass_extras/straws{pixel_y = 7},/obj/item/weapon/packageWrap,/obj/structure/curtain/open/bed,/obj/item/weapon/material/kitchen/utensil/fork,/obj/item/weapon/material/kitchen/utensil/fork,/obj/item/weapon/material/kitchen/utensil/spoon{pixel_x = 2},/obj/item/weapon/material/kitchen/utensil/spoon{pixel_x = 2},/turf/simulated/floor/tiled/white,/area/vr/powered)
+"qR" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/table/glass,/obj/item/weapon/flame/candle/candelabra/everburn,/turf/simulated/floor/carpet/blucarpet,/area/vr/powered)
+"qS" = (/obj/machinery/pointdefense,/turf/simulated/floor/airless,/area/space)
+"qT" = (/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"qU" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod,/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/fans/hardlight,/turf/simulated/shuttle/plating,/area/vr/powered)
+"qV" = (/obj/machinery/atmospherics/unary/cryo_cell,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"qW" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/obj/machinery/mech_recharger,/turf/simulated/shuttle/plating,/area/vr/powered)
+"qX" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/window/reinforced/survival_pod,/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/machinery/door/blast/regular{dir = 4; id = "kalipsoshutters"; name = "Kalipso Blast Shielding"},/turf/simulated/shuttle/plating,/area/vr/powered)
+"qY" = (/obj/effect/floor_decal/techfloor{dir = 9},/obj/structure/salvageable/console_os,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"qZ" = (/obj/machinery/vending/snack,/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/wood{temperature = 311},/area/vr/outdoors/powered)
+"ra" = (/obj/structure/shuttle/engine/router,/turf/simulated/floor/airless,/area/vr/powered)
+"rc" = (/obj/machinery/light,/turf/simulated/floor/cult,/area/vr/powered)
+"re" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"rf" = (/mob/living/simple_mob/animal/passive/bird/goldcrest,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"rg" = (/obj/structure/closet/wardrobe/grey,/obj/item/clothing/under/teshari/undercoat/standard/black_grey,/obj/item/clothing/under/teshari/undercoat/standard/black_grey,/obj/item/clothing/under/teshari/undercoat/standard/black_grey,/obj/item/clothing/under/color/grey,/obj/item/clothing/under/color/grey,/obj/item/clothing/under/color/grey,/obj/item/clothing/shoes/footwraps,/obj/item/clothing/shoes/footwraps,/obj/item/clothing/shoes/black,/obj/item/clothing/shoes/black,/turf/simulated/floor/tiled,/area/vr/powered)
+"rh" = (/turf/simulated/floor/cult{icon_state = "cult-narsie"},/area/vr/powered)
+"ri" = (/obj/effect/zone_divider,/turf/unsimulated/wall,/area/vr/powered)
+"rj" = (/obj/structure/cult/tome,/turf/simulated/floor/wood,/area/vr/powered)
+"rk" = (/obj/item/weapon/material/minihoe,/obj/structure/flora/ausbushes/ppflowers,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"rl" = (/obj/item/weapon/reagent_containers/food/snacks/syndicake,/turf/simulated/floor/airless,/area/space)
+"rm" = (/obj/random/trash,/obj/random/trash,/obj/random/trash,/obj/random/trash,/obj/item/weapon/digestion_remains/ribcage,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"rn" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/table/glass,/obj/item/weapon/flame/candle/candelabra/everburn,/turf/simulated/floor/carpet/oracarpet,/area/vr/powered)
+"ro" = (/obj/machinery/shower{dir = 4},/obj/structure/curtain/open/shower/security,/obj/machinery/door/window/survival_pod{dir = 2},/turf/simulated/floor/tiled/freezer,/area/vr/powered)
+"rp" = (/obj/structure/shuttle/window,/obj/structure/curtain/black{icon_state = "open"; layer = 2; name = "privacy curtain"; opacity = 0},/turf/simulated/shuttle/plating,/area/vr/powered)
+"rq" = (/obj/structure/flora/ausbushes/genericbush,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"rr" = (/obj/machinery/vending/robotics{req_access = null},/turf/simulated/floor/tiled,/area/vr/powered)
+"rs" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/asteroid_steel,/area/vr/outdoors/powered)
+"rt" = (/obj/machinery/door/airlock/angled_tgmc/wide/generic_steel{dir = 4},/turf/simulated/shuttle/plating,/area/vr/powered)
+"ru" = (/obj/effect/floor_decal/chapel{dir = 1},/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"rw" = (/obj/item/device/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = 21},/obj/structure/table/reinforced,/obj/item/weapon/stock_parts/console_screen,/obj/item/weapon/stock_parts/console_screen,/obj/item/stack/cable_coil,/obj/item/stack/cable_coil,/turf/simulated/shuttle/floor/purple,/area/vr/powered)
+"rx" = (/obj/structure/closet{name = "physicist's wardrobe"},/obj/item/clothing/suit/storage/toggle/labcoat,/obj/item/clothing/suit/storage/toggle/labcoat,/obj/item/clothing/suit/storage/toggle/labcoat,/obj/item/clothing/suit/storage/toggle/labcoat,/obj/item/clothing/glasses/regular,/obj/item/clothing/glasses/regular,/obj/item/clothing/glasses/regular,/obj/item/clothing/glasses/regular,/obj/item/clothing/accessory/tie,/obj/item/clothing/accessory/tie,/obj/item/clothing/accessory/tie,/obj/item/clothing/accessory/tie,/obj/item/clothing/under/sl_suit,/obj/item/clothing/under/sl_suit,/obj/item/clothing/under/sl_suit,/obj/item/clothing/under/sl_suit,/turf/simulated/floor/tiled,/area/vr/powered)
+"ry" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan,/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/techfloor/orange{dir = 1},/turf/simulated/floor/plating,/area/vr/powered)
+"rz" = (/obj/machinery/light,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"rB" = (/obj/structure/flora/tree/jungle_small,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"rC" = (/obj/structure/table/rack/shelf/steel,/obj/fiftyspawner/durasteel,/obj/fiftyspawner/steel,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"rE" = (/obj/effect/blocker,/turf/unsimulated/wall/seperator,/area/space)
+"rF" = (/obj/machinery/gibber/autogibber{emagged = 1},/turf/simulated/floor,/area/vr/powered)
+"rH" = (/obj/item/weapon/storage/backpack/dufflebag/emt,/turf/space,/area/space)
+"rI" = (/obj/effect/landmark/loot_spawn,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"rK" = (/obj/structure/bed/double/padded,/obj/structure/closet/walllocker/emerglocker{pixel_y = 32},/obj/item/weapon/bedsheet/rainbowdouble,/turf/simulated/floor/carpet/turcarpet,/area/vr/powered)
+"rL" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 10},/obj/structure/closet/walllocker/emerglocker{pixel_x = -25; pixel_y = 32},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"rN" = (/obj/structure/table/fancyblack,/obj/item/weapon/reagent_containers/food/snacks/sharkmeatcooked,/turf/simulated/floor/cult,/area/vr/powered)
+"rQ" = (/obj/item/weapon/flame/candle/everburn,/obj/structure/table/bench/wooden,/turf/simulated/floor/plating,/area/vr/powered)
+"rR" = (/obj/machinery/door/blast/regular,/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"rS" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"rT" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/bed/chair/bay/comfy/red{dir = 8},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"rU" = (/obj/structure/bed/chair/office/dark{dir = 1},/turf/simulated/shuttle/floor/purple,/area/vr/powered)
+"rV" = (/obj/effect/decal/cleanable/blood/gibs{color = "red"; icon_state = "gib3"},/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"rW" = (/obj/item/weapon/material/twohanded/baseballbat/gold,/obj/item/clothing/gloves/ring/material/gold,/obj/fiftyspawner/gold,/turf/simulated/floor/flock,/area/vr/powered)
+"rY" = (/mob/living/simple_mob/construct/juggernaut/behemoth{dir = 1; ai_holder_type = null},/turf/simulated/floor/redgrid/animated,/area/vr/powered)
+"rZ" = (/obj/structure/prop/rock/waterflat,/turf/simulated/floor/water{temperature = 311},/area/vr/outdoors/powered)
+"sa" = (/obj/effect/floor_decal/techfloor/corner{dir = 8},/obj/effect/floor_decal/techfloor/corner,/turf/simulated/floor/cult{icon_state = "cult-narsie"},/area/vr/powered)
+"sb" = (/obj/structure/table/rack/shelf/steel,/obj/item/weapon/chainsaw,/obj/item/weapon/storage/box/lights/mixed,/obj/item/weapon/extinguisher,/obj/item/weapon/storage/toolbox/mechanical,/turf/simulated/floor,/area/vr/powered)
+"sc" = (/obj/item/weapon/material/fishing_net,/turf/simulated/floor/wood/alt/panel{temperature = 311},/area/vr/powered)
+"se" = (/obj/machinery/atmospherics/pipe/simple/visible,/obj/machinery/access_button{command = "cycle_interior"; frequency = 1380; master_tag = "estrella"; name = "interior access button"; pixel_y = 26},/obj/machinery/door/firedoor/border_only,/turf/simulated/shuttle/plating,/area/vr/powered)
+"sf" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/effect/floor_decal/techfloor{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"sg" = (/obj/structure/lattice,/turf/space,/area/space)
+"sj" = (/obj/structure/table/rack/shelf/steel,/obj/item/weapon/gun/projectile/automatic/serdy/hectate,/obj/item/weapon/gun/projectile/automatic/serdy/hectate,/obj/item/weapon/gun/projectile/automatic/serdy/awp,/obj/item/weapon/gun/projectile/automatic/serdy/awp,/turf/simulated/floor/reinforced,/area/vr/powered/redbase)
+"sk" = (/obj/structure/salvageable/data_os{name = "broken money printer"},/obj/item/weapon/spacecash/ewallet{worth = 69000},/turf/simulated/floor/tiled,/area/vr/powered)
+"sl" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1380; id_tag = "estrella_pump"},/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/machinery/airlock_sensor{frequency = 1380; id_tag = "estrella_sensor"; pixel_y = -28},/turf/simulated/shuttle/plating,/area/vr/powered)
+"sp" = (/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"sq" = (/obj/item/device/radio/intercom{dir = 4; name = "Station Intercom (General)"; pixel_x = 21},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"sr" = (/obj/structure/table/steel,/obj/item/weapon/shovel,/obj/item/weapon/shovel,/obj/item/weapon/material/knife/machete/hatchet,/obj/item/weapon/material/knife/machete/hatchet,/turf/simulated/floor/outdoors/grass{temperature = 293.15},/area/vr/outdoors/powered)
+"ss" = (/obj/item/weapon/reagent_containers/food/snacks/sliceable/monkfishremains,/turf/simulated/floor/wood/alt/panel{temperature = 311},/area/vr/powered)
+"sw" = (/obj/random/junk,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"sx" = (/obj/structure/table/standard,/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"sy" = (/obj/structure/closet/wardrobe/grey,/obj/item/clothing/under/permit,/obj/item/clothing/under/permit,/obj/item/clothing/under/permit,/obj/item/clothing/under/permit,/obj/item/clothing/under/permit,/obj/item/clothing/under/permit,/obj/item/clothing/under/permit,/obj/item/clothing/under/permit,/obj/item/clothing/under/permit,/obj/item/clothing/under/permit,/turf/simulated/floor/tiled,/area/vr/powered)
+"sA" = (/obj/structure/prop/rock/small/water,/turf/simulated/floor/water{temperature = 311},/area/vr/outdoors/powered)
+"sC" = (/obj/structure/table/fancyblack,/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker,/turf/simulated/floor/wood,/area/vr/powered)
+"sG" = (/obj/machinery/vending/wardrobe/hydrobe{req_access = null},/turf/simulated/floor/tiled{outdoors = 1},/area/vr/powered)
+"sI" = (/obj/random/maintenance,/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"sJ" = (/obj/machinery/body_scanconsole,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"sK" = (/obj/effect/floor_decal/techfloor{dir = 4},/turf/simulated/floor/airless,/area/vr/powered)
+"sL" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 10},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/techfloor/orange,/obj/effect/floor_decal/techfloor{dir = 1},/obj/machinery/door/window/survival_pod{dir = 1},/turf/simulated/floor/plating,/area/vr/powered)
+"sN" = (/obj/structure/table/steel_reinforced,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"sP" = (/obj/structure/bed/chair/wood/wings{dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 8},/turf/simulated/floor/cult,/area/vr/powered)
+"sR" = (/obj/effect/rune,/obj/effect/step_trigger/message{message = "Place your key here to seal your faith. . ."; once = 0},/turf/simulated/floor/bronze,/area/vr/powered)
+"sS" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/obj/machinery/firealarm{dir = 4; pixel_x = 24},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"sT" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/table/rack/shelf/steel,/obj/item/weapon/gun/energy/laser,/obj/item/weapon/gun/energy/laser,/obj/item/weapon/gun/energy/laser,/obj/item/weapon/gun/energy/lasercannon,/obj/item/weapon/gun/energy/lasercannon,/obj/item/weapon/gun/energy/lasercannon,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"sU" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/turf/simulated/floor/plating,/area/vr/powered)
+"sV" = (/obj/effect/catwalk_plated/dark,/turf/simulated/floor/airless,/area/vr/powered)
+"sW" = (/obj/machinery/vending/medical{req_access = null; req_log_access = null},/turf/simulated/floor/tiled,/area/vr/powered)
+"sX" = (/obj/structure/cult/pylon{pixel_y = 4},/obj/effect/floor_decal/spline/fancy{dir = 6},/turf/simulated/floor/cult{icon_state = "cult-narsie"},/area/vr/powered)
+"sY" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/machinery/light{dir = 8; layer = 3},/turf/simulated/floor/cult,/area/vr/powered)
+"ta" = (/obj/structure/fans,/turf/simulated/shuttle/plating,/area/vr/powered)
+"tb" = (/obj/structure/table/bench/wooden,/obj/machinery/light{dir = 4},/obj/item/device/flash,/turf/simulated/floor/wood,/area/vr/powered)
+"tf" = (/obj/structure/table/fancyblack,/obj/item/weapon/reagent_containers/food/snacks/lobstercooked,/turf/simulated/floor/cult,/area/vr/powered)
+"th" = (/turf/simulated/floor/water/beach/corner{dir = 8; temperature = 311},/area/vr/outdoors/powered)
+"tj" = (/obj/machinery/gear_dispenser/suit/ert{req_one_access = null},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"tm" = (/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/structure/flora/pottedplant/fern{pixel_y = 12},/obj/structure/table/bench/wooden,/turf/simulated/floor/wood,/area/vr/powered)
+"tn" = (/obj/structure/window/phoronreinforced{dir = 4},/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"to" = (/mob/living/simple_mob/animal/passive/fish/salmon,/turf/simulated/floor/water/deep{temperature = 311},/area/vr/outdoors/powered)
+"tq" = (/obj/effect/floor_decal/techfloor{dir = 5},/obj/structure/salvageable/console_os,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"tr" = (/obj/machinery/atmospherics/pipe/simple/visible/green{dir = 9},/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/techfloor/orange{dir = 1},/turf/simulated/floor/plating,/area/vr/powered)
+"ts" = (/obj/machinery/atmospherics/unary/engine/bigger{dir = 1},/turf/space,/area/space)
+"tt" = (/obj/structure/closet/crate/rcd,/obj/item/weapon/rcd_ammo/large,/obj/item/weapon/rcd_ammo/large,/obj/item/weapon/rcd_ammo/large,/obj/item/weapon/rcd_ammo/large,/obj/item/weapon/rcd_ammo/large,/obj/item/weapon/rcd_ammo/large,/obj/item/weapon/rcd_ammo/large,/obj/item/weapon/rcd_ammo/large,/obj/item/weapon/rcd/advanced/loaded,/obj/item/weapon/rcd/advanced/loaded,/obj/item/weapon/rcd/advanced/loaded,/obj/item/weapon/rcd/advanced/loaded,/obj/item/weapon/rcd_ammo/large,/obj/item/weapon/rcd_ammo/large,/turf/simulated/floor/outdoors/sidewalk/slab{temperature = 293.15; movement_cost = 0},/area/vr/outdoors/powered)
+"tu" = (/obj/machinery/porta_turret/alien{faction = "syndicate"},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"tv" = (/obj/structure/closet/alien{color = "grey"; desc = "Eldritch carved locker."; name = "rockformed locker"},/obj/random/toolbox,/obj/random/toolbox,/obj/random/toolbox,/obj/item/weapon/storage/toolbox/syndicate/powertools,/obj/item/weapon/storage/toolbox/syndicate,/obj/fiftyspawner/phoronrglass,/obj/fiftyspawner/phoronrglass,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"tw" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/mimedouble,/turf/simulated/floor/carpet/gaycarpet,/area/vr/powered)
+"ty" = (/obj/machinery/power/port_gen/pacman,/obj/machinery/atmospherics/pipe/simple/hidden/yellow,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/shuttle/plating,/area/vr/powered)
+"tz" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/ship_munition/disperser_charge/explosive,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"tB" = (/obj/screen/alert/highpressure,/obj/structure/bed/chair/comfy/black{dir = 8},/turf/simulated/shuttle/floor/purple,/area/vr/powered)
+"tC" = (/obj/structure/table/rack/shelf/steel,/obj/item/weapon/storage/box/monkeycubes/wolpincubes,/obj/item/weapon/storage/box/monkeycubes/sobakacubes,/obj/item/weapon/storage/box/monkeycubes/farwacubes,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"tD" = (/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/effect/floor_decal/spline/fancy,/obj/machinery/light/floortube/flicker{pixel_y = 5},/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"tE" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/cult/pylon,/turf/simulated/floor/cult,/area/vr/powered)
+"tF" = (/obj/effect/floor_decal/corner/brown/border{dir = 9},/obj/effect/floor_decal/spline/fancy/wood{dir = 9},/turf/simulated/floor/wood,/area/vr/powered)
+"tI" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/fireaxecabinet{pixel_x = 32},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"tJ" = (/obj/structure/cryofeed{dir = 4},/turf/simulated/floor/bluegrid{name = "Server Base"; nitrogen = 500; oxygen = 0; temperature = 80},/area/vr/powered)
+"tK" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod,/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/fans/hardlight,/turf/simulated/shuttle/plating,/area/vr/powered)
+"tL" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/ship_munition/disperser_charge/fire,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"tM" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"tP" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/plating,/area/vr/powered)
+"tQ" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/ship_munition/disperser_charge/explosive,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"tS" = (/obj/machinery/recharge_station,/obj/effect/floor_decal/techfloor/corner{dir = 5},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"tT" = (/obj/structure/flora/bboulder2,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"tU" = (/obj/machinery/vending/robotics{emagged = 1; req_access = null},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light/poi{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"tV" = (/obj/item/stack/material/gold,/obj/item/clothing/ears/earring/stud/gold,/obj/item/weapon/coin/diamond,/obj/item/stack/material/diamond,/turf/simulated/floor/flock,/area/vr/powered)
+"tZ" = (/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/structure/table/reinforced,/obj/item/weapon/disk/design_disk,/obj/item/weapon/disk/design_disk,/obj/item/weapon/disk/tech_disk,/obj/item/weapon/disk/tech_disk,/turf/simulated/shuttle/floor/purple,/area/vr/powered)
+"ua" = (/obj/structure/cult/pylon,/turf/simulated/floor/wood,/area/vr/powered)
+"ub" = (/obj/machinery/light/small,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"uc" = (/obj/effect/floor_decal/techfloor{dir = 9},/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"ue" = (/obj/machinery/gear_dispenser/suit/standard,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"uf" = (/obj/structure/table/rack/shelf/steel,/obj/item/weapon/extinguisher{pixel_x = 8; pixel_y = 1},/obj/random/maintenance/medical,/obj/random/maintenance/medical,/obj/random/maintenance/medical,/obj/random/medical/lite,/obj/random/medical/lite,/obj/structure/mopbucket{pixel_x = -8; pixel_y = -4},/obj/item/weapon/mop,/obj/item/device/multitool,/obj/item/device/flashlight{pixel_x = 2; pixel_y = 2},/obj/random/unidentified_medicine,/obj/random/unidentified_medicine,/obj/random/unidentified_medicine,/turf/simulated/floor/tiled,/area/vr/powered)
+"ug" = (/obj/structure/prop/machine/nt_pod,/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"uh" = (/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/bed/chair/wood{dir = 4},/turf/simulated/floor/wood,/area/vr/powered)
+"ui" = (/obj/structure/table/marble,/obj/structure/window/phoronreinforced,/obj/effect/floor_decal/spline/fancy/wood/corner,/obj/item/weapon/reagent_containers/food/condiment/small/packet/crayon/red,/turf/simulated/floor/cult,/area/vr/powered)
+"uj" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/portable_atmospherics/canister/phoron,/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/techfloor/corner{dir = 9},/turf/simulated/floor/plating,/area/vr/powered)
+"ul" = (/obj/structure/flora/ausbushes/pointybush,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"um" = (/obj/structure/bed/chair/wood{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"un" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/cult,/area/vr/powered)
+"uo" = (/obj/structure/salvageable/server_os,/obj/effect/floor_decal/techfloor{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"up" = (/obj/structure/closet/secure_closet/engineering_welding{req_access = null},/obj/random/maintenance,/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"us" = (/obj/structure/closet/alien{name = "container"},/obj/item/clothing/suit/space/void/autolok,/obj/item/clothing/suit/space/void/autolok,/obj/item/weapon/tank/emergency/oxygen/double,/obj/item/weapon/tank/emergency/oxygen/double,/obj/item/weapon/storage/toolbox/emergency,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"uv" = (/mob/living/simple_mob/construct/harvester{dir = 1; ai_holder_type = null},/turf/simulated/floor/cult,/area/vr/powered)
+"uw" = (/obj/structure/table/glass,/obj/item/weapon/soap/deluxe,/obj/item/weapon/towel/random,/turf/simulated/floor/carpet/bcarpet,/area/vr/powered)
+"ux" = (/obj/structure/table/steel_reinforced,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/turf/simulated/floor/airless,/area/vr/outdoors/powered)
+"uB" = (/obj/machinery/power/terminal{dir = 8},/obj/structure/cable/green,/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/vr/powered)
+"uD" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/window/reinforced/survival_pod,/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/machinery/door/blast/regular/open{dir = 4; id = "stargazer_blast"; name = "window blast shield"},/turf/simulated/shuttle/plating,/area/vr/powered)
+"uG" = (/obj/structure/table/steel_reinforced,/obj/fiftyspawner/uranium,/turf/simulated/floor/airless,/area/vr/powered)
+"uH" = (/turf/simulated/floor/gorefloor,/area/vr/powered)
+"uI" = (/obj/structure/table/standard,/obj/item/weapon/reagent_containers/food/drinks/bottle/small/beer,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"uK" = (/obj/effect/floor_decal/techfloor{dir = 8},/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"uM" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/closet/crate/engineering,/obj/fiftyspawner/steel,/obj/fiftyspawner/glass,/obj/item/weapon/tank/phoron,/obj/item/weapon/tank/phoron,/obj/item/weapon/storage/toolbox/mechanical,/obj/item/weapon/storage/toolbox/electrical,/obj/item/device/multitool,/obj/item/device/geiger,/obj/item/clothing/glasses/goggles,/obj/item/clothing/glasses/goggles,/obj/item/device/t_scanner,/obj/item/clothing/glasses/welding,/obj/item/weapon/storage/briefcase/inflatable,/obj/item/weapon/storage/briefcase/inflatable,/obj/item/weapon/storage/briefcase/inflatable,/turf/simulated/shuttle/plating,/area/vr/powered)
+"uN" = (/obj/structure/coatrack,/obj/machinery/button/windowtint{id = "h-living"; pixel_x = -27},/turf/simulated/floor/wood,/area/vr/powered)
+"uO" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod,/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/fans/hardlight,/turf/simulated/shuttle/plating,/area/vr/powered)
+"uP" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/table/rack/shelf/steel,/obj/item/weapon/gun/energy/sizegun,/obj/item/weapon/gun/energy/sizegun,/obj/item/weapon/gun/energy/sizegun,/obj/item/weapon/gun/energy/sizegun,/obj/item/weapon/gun/energy/sizegun,/obj/item/weapon/gun/energy/sizegun,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"uQ" = (/obj/structure/dispenser/oxygen,/turf/simulated/floor/cult,/area/vr/powered)
+"uR" = (/obj/effect/floor_decal/techfloor/corner{dir = 6},/turf/simulated/floor/cult,/area/vr/powered)
+"uS" = (/obj/machinery/disperser/back{dir = 1},/obj/structure/ship_munition/disperser_charge/explosive,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"uT" = (/obj/item/frame/apc,/obj/machinery/light_switch{pixel_x = 11; pixel_y = 22},/obj/random/junk,/turf/simulated/floor,/area/vr/powered)
+"uV" = (/obj/structure/railing{dir = 4},/turf/simulated/floor/water/deep{temperature = 311},/area/vr/outdoors/powered)
+"uY" = (/obj/structure/closet/walllocker/emerglocker{pixel_x = -25; pixel_y = 32},/mob/living/simple_mob/animal/passive/dog/corgi/Lisa{name = "Shepiffany"},/obj/structure/dogbed,/obj/machinery/light/poi{dir = 8},/obj/machinery/button/remote/airlock{dir = 4; id = "kalipsobolt"; name = "Bridge Lock Down"; pixel_x = -28; specialfunctions = 4},/turf/simulated/shuttle/floor/darkred,/area/vr/powered)
+"uZ" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/powered/scrubber/huge,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"vb" = (/obj/structure/cable{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"vc" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/door/airlock/maintenance/engi{req_one_access = null},/turf/simulated/floor/plating,/area/vr/powered)
+"vd" = (/obj/structure/closet/crate,/obj/fiftyspawner/wood,/obj/fiftyspawner/wood,/obj/fiftyspawner/wood/sif,/obj/fiftyspawner/wood/sif,/obj/fiftyspawner/turcarpet,/obj/fiftyspawner/tealcarpet,/obj/fiftyspawner/sblucarpet,/obj/fiftyspawner/purcarpet,/obj/fiftyspawner/oracarpet,/obj/fiftyspawner/blucarpet,/obj/fiftyspawner/marble,/obj/item/weapon/storage/briefcase/inflatable,/obj/item/weapon/storage/briefcase/inflatable,/obj/item/weapon/storage/briefcase/inflatable,/obj/fiftyspawner/cardboard,/obj/fiftyspawner/cardboard,/turf/simulated/floor/plating,/area/vr/powered)
+"ve" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"vg" = (/obj/item/device/kit/paint/gygax/darkgygax,/obj/item/device/kit/paint/gygax/recitence,/obj/item/device/kit/paint/durand,/obj/item/device/kit/paint/durand/phazon,/obj/item/device/kit/paint/durand/seraph,/obj/structure/table/rack/shelf/steel,/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"vi" = (/obj/structure/table/glass,/obj/item/weapon/storage/fancy/candle_box,/obj/item/weapon/storage/box/matches,/turf/simulated/floor/carpet/oracarpet,/area/vr/powered)
+"vk" = (/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"vl" = (/turf/simulated/floor/flock{color = "grey"},/area/vr/powered)
+"vo" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/light/poi,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"vr" = (/obj/structure/table/marble,/obj/item/weapon/material/sharpeningkit,/obj/item/weapon/reagent_containers/dropper,/turf/simulated/floor/tiled/white,/area/vr/powered)
+"vt" = (/obj/structure/flora/tree/jungle,/turf/unsimulated/wall,/area/vr/outdoors/powered)
+"vu" = (/obj/machinery/light{dir = 8},/obj/machinery/vending/sol,/turf/simulated/floor/tiled,/area/vr/powered)
+"vv" = (/turf/simulated/floor/outdoors/dirt{temperature = 311},/area/vr/powered)
+"vx" = (/obj/structure/railing{dir = 1},/turf/simulated/floor/outdoors/rocks{temperature = 293.15},/area/vr/outdoors/powered)
+"vz" = (/obj/item/weapon/reagent_containers/glass/rag,/obj/item/clothing/gloves/ring/engagement,/obj/structure/table/wooden_reinforced,/turf/simulated/floor/wood,/area/vr/powered)
+"vA" = (/obj/structure/prop/fake_ai{name = "k@1iPs0"},/obj/structure/sign/department/commander{pixel_y = -32},/turf/simulated/floor/greengrid/nitrogen,/area/vr/powered)
+"vH" = (/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/machinery/shower{dir = 1},/obj/structure/curtain/open/shower,/obj/random/soap,/turf/simulated/floor/plating,/area/vr/powered)
+"vI" = (/obj/machinery/chemical_dispenser/ert/specialops,/obj/structure/table/marble{color = "grey"},/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"vJ" = (/turf/unsimulated/wall,/area/space)
+"vN" = (/obj/machinery/light{layer = 3},/turf/simulated/floor/plating,/area/vr/powered)
+"vO" = (/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"vP" = (/obj/item/clothing/suit/space/void/autolok,/obj/item/clothing/suit/space/void/autolok,/obj/item/weapon/tank/emergency/oxygen/double,/obj/item/weapon/tank/emergency/oxygen/double,/obj/item/weapon/storage/toolbox/emergency,/obj/fiftyspawner/steel,/obj/fiftyspawner/steel,/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/closet/alien{color = "grey"; desc = "Eldritch carved locker."; name = "rockformed locker"},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"vQ" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/item/weapon/stool/padded,/turf/simulated/shuttle/floor/yellow,/area/vr/powered)
+"vR" = (/obj/effect/floor_decal/chapel,/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"vS" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"vT" = (/obj/machinery/portable_atmospherics/canister/phoron,/turf/simulated/floor/plating,/area/vr/powered)
+"vU" = (/obj/structure/bed/chair/wood{dir = 1},/obj/structure/window/reinforced/polarized{dir = 4; id = "h-kitchen"},/turf/simulated/floor/wood,/area/vr/powered)
+"vW" = (/obj/effect/decal/cleanable/blood/gibs{color = "red"; icon_state = "mfloor2"},/obj/effect/decal/cleanable/blood/gibs{color = "red"; icon_state = "metroid_gib1"},/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"vX" = (/obj/structure/window/reinforced/survival_pod,/obj/structure/window/reinforced/survival_pod{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"vZ" = (/obj/structure/table,/obj/machinery/light{layer = 3},/turf/simulated/floor/wood,/area/vr/powered)
+"wa" = (/obj/machinery/light/floortube/flicker{pixel_y = -2},/turf/simulated/floor/cult,/area/vr/powered)
+"wc" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/bed/chair/bay/comfy/purple{dir = 1},/mob/living/simple_mob/humanoid/merc/ranged/laser,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"wd" = (/obj/effect/floor_decal/spline/fancy,/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/machinery/light/floortube/flicker{pixel_y = 5},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"we" = (/obj/effect/floor_decal/techfloor{dir = 10},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"wf" = (/mob/living/simple_mob/animal/passive/raccoon_ch,/turf/simulated/floor/tiled/white,/area/vr/powered)
+"wg" = (/turf/simulated/wall/shull,/area/vr/powered)
+"wh" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/bed/chair/comfy/purp{dir = 4},/turf/simulated/floor/carpet/oracarpet,/area/vr/powered)
+"wj" = (/turf/simulated/floor/water{temperature = 311},/area/vr/outdoors/powered)
+"wk" = (/obj/structure/shuttle/engine/heater,/turf/simulated/wall/shull,/area/vr/powered)
+"wl" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/extinguisher_cabinet{pixel_x = -27},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"wm" = (/obj/machinery/mech_recharger,/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/loot_pile/mecha/phazon,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"wn" = (/obj/item/weapon/gun/energy/ionrifle,/obj/item/weapon/gun/energy/modular/carbine,/obj/item/weapon/gun/energy/pummeler,/obj/item/weapon/gun/energy/taser,/obj/machinery/light,/obj/item/weapon/cell/device/super,/obj/item/weapon/cell/device/super,/obj/item/weapon/cell/device/super,/obj/item/weapon/cell/device/super,/obj/structure/closet/secure_closet/guncabinet{req_one_access = null},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"wo" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/effect/floor_decal/industrial/warning/corner,/obj/machinery/gear_dispenser/suit/ert{req_one_access = null},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"wp" = (/obj/machinery/vending/loadout/clothing,/turf/simulated/floor/tiled,/area/vr/powered)
+"wr" = (/turf/simulated/floor/flock,/area/vr/powered)
+"ww" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"wx" = (/obj/effect/floor_decal/techfloor/corner{dir = 6},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"wy" = (/obj/machinery/atmospherics/unary/freezer{icon_state = "freezer"},/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"wA" = (/obj/effect/floor_decal/chapel,/turf/simulated/floor/redgrid/off,/area/vr/powered)
+"wC" = (/obj/structure/bed/pod,/obj/item/weapon/bedsheet/captain,/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"wD" = (/obj/structure/simple_door/wood,/obj/structure/fans/tiny,/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"wE" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/wood,/area/vr/powered)
+"wF" = (/obj/structure/window/reinforced/survival_pod,/obj/structure/window/reinforced/survival_pod{dir = 4; opacity = 1},/obj/machinery/porta_turret/alien{faction = "syndicate"},/turf/simulated/floor/redgrid,/area/vr/powered)
+"wH" = (/obj/structure/window/reinforced/survival_pod,/turf/simulated/floor/redgrid,/area/vr/powered)
+"wJ" = (/obj/structure/closet/crate,/obj/fiftyspawner/plasteel,/obj/fiftyspawner/plasteel,/obj/fiftyspawner/phoronrglass,/obj/fiftyspawner/phoronrglass,/obj/item/stack/material/lead{amount = 50},/obj/item/stack/material/lead{amount = 50},/obj/fiftyspawner/gold,/obj/fiftyspawner/phoron,/turf/simulated/floor/plating,/area/vr/powered)
+"wK" = (/obj/structure/table/marble,/obj/machinery/reagentgrinder,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"wL" = (/obj/machinery/vending/loadout/costume,/turf/simulated/floor/tiled,/area/vr/powered)
+"wM" = (/obj/structure/table/darkglass,/obj/item/weapon/storage/box/monkeycubes/wolpincubes,/obj/item/weapon/storage/box/monkeycubes/stokcubes,/obj/item/weapon/storage/box/monkeycubes/sparracubes,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"wN" = (/turf/simulated/floor/carpet/blucarpet,/area/vr/powered)
+"wO" = (/turf/simulated/floor/water/beach/corner{temperature = 293.15},/area/vr/outdoors/powered)
+"wP" = (/obj/machinery/light{dir = 8},/obj/structure/table/rack/shelf/steel,/obj/item/weapon/storage/secure/briefcase/nerd_pack_med,/obj/item/ammo_casing/microbattery/medical/omni3,/obj/item/ammo_casing/microbattery/medical/omni3,/obj/item/ammo_casing/microbattery/medical/omni3,/turf/simulated/floor/reinforced,/area/vr/powered/bluebase)
+"wQ" = (/mob/living/simple_mob/humanoid/merc/melee/sword/space,/turf/simulated/floor/airless,/area/vr/outdoors/powered)
+"wS" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/window/reinforced/survival_pod,/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"wT" = (/obj/machinery/door/airlock/maintenance/common,/obj/item/tape/engineering,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/steel_grid,/area/vr/powered)
+"wU" = (/obj/structure/railing,/obj/effect/decal/remains,/turf/simulated/floor/outdoors/rocks{temperature = 293.15},/area/vr/outdoors/powered)
+"wV" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/curtain/open/shower/engineering,/obj/machinery/shower{dir = 8; pixel_x = -5},/turf/simulated/floor/tiled/freezer,/area/vr/powered)
+"wW" = (/obj/random/trash,/obj/random/trash,/obj/random/trash,/obj/random/trash,/obj/random/trash,/obj/random/trash,/obj/effect/decal/remains/deer,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"wY" = (/mob/living/simple_mob/animal/passive/pillbug,/turf/simulated/floor/wood{temperature = 311},/area/vr/outdoors/powered)
+"wZ" = (/obj/structure/table/darkglass,/obj/item/weapon/storage/firstaid/surgery,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"xa" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/table/steel_reinforced,/obj/machinery/cell_charger,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"xc" = (/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/mineral/sif,/area/vr/powered)
+"xe" = (/obj/random/maintenance/engineering,/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"xh" = (/turf/unsimulated/wall/seperator,/area/vr/powered)
+"xi" = (/obj/structure/table/rack/shelf/steel,/obj/fiftyspawner/plasteel,/turf/simulated/floor/airless,/area/vr/outdoors/powered)
+"xj" = (/obj/structure/sign/science{pixel_y = 32},/turf/space,/area/space)
+"xk" = (/obj/structure/table/steel_reinforced,/obj/structure/cable/green,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance,/obj/random/maintenance/research,/obj/random/maintenance/research,/obj/random/maintenance/research,/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"xl" = (/obj/structure/table/bench/wooden,/obj/structure/flora/pottedplant/shoot{pixel_y = 9},/obj/effect/floor_decal/corner/brown/border{dir = 1},/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/turf/simulated/floor/wood,/area/vr/powered)
+"xn" = (/obj/structure/cryofeed,/turf/simulated/floor/bluegrid{name = "Server Base"; nitrogen = 500; oxygen = 0; temperature = 80},/area/vr/powered)
+"xo" = (/turf/simulated/shuttle/floor/yellow,/area/vr/powered)
+"xp" = (/obj/effect/floor_decal/industrial/warning/corner,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"xq" = (/obj/structure/window/phoronreinforced{dir = 8},/obj/structure/window/phoronreinforced{dir = 8},/obj/structure/window/phoronreinforced{dir = 1},/obj/structure/window/phoronreinforced{dir = 1},/turf/simulated/floor/redgrid/animated,/area/vr/powered)
+"xr" = (/obj/effect/floor_decal/techfloor/corner{dir = 9},/turf/simulated/floor/cult,/area/vr/powered)
+"xs" = (/mob/living/simple_mob/animal/passive/fish/measelshark,/turf/simulated/floor/water/deep{temperature = 311},/area/vr/outdoors/powered)
+"xt" = (/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{dir = 8},/obj/structure/extinguisher_cabinet{pixel_x = -27},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"xu" = (/obj/structure/closet/cabinet{pixel_y = 20},/obj/item/weapon/implanter/sizecontrol,/obj/item/weapon/ore/uranium,/obj/item/weapon/ore/uranium,/obj/item/weapon/ore/phoron,/obj/item/weapon/ore/phoron,/obj/item/weapon/ore/osmium,/obj/item/weapon/ore/osmium,/obj/item/weapon/ore/gold,/obj/item/weapon/ore/diamond,/obj/item/weapon/ore/marble,/obj/item/weapon/ore/osmium,/obj/item/weapon/ore/rutile,/obj/item/toy/bosunwhistle/fluff/strix,/obj/item/toy/character/wizard,/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/mindbreaker/unidentified,/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/mindbreaker/unidentified,/obj/item/weapon/fluff/squeezetoy,/obj/item/weapon/fluff/zekewatch,/obj/item/weapon/fluff/fidgetspinner/red,/obj/item/weapon/storage/pill_bottle/dice_nerd,/turf/simulated/floor/wood,/area/vr/powered)
+"xw" = (/obj/structure/table/rack/shelf/steel,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/item/weapon/gun/projectile/shotgun/pump/slug,/obj/item/weapon/gun/projectile/shotgun/pump/slug,/obj/item/weapon/gun/projectile/shotgun/pump/slug,/obj/item/weapon/gun/projectile/shotgun/pump/slug,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"xx" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/bluegrid{name = "Server Base"; nitrogen = 500; oxygen = 0; temperature = 80},/area/vr/powered)
+"xy" = (/obj/structure/cable/green{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/floor/plating,/area/vr/powered)
+"xz" = (/obj/machinery/optable,/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"xA" = (/obj/structure/flora/tree/jungle,/turf/simulated/floor/grass2{outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"xB" = (/obj/machinery/power/smes/buildable/hybrid,/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/plating,/area/vr/powered)
+"xC" = (/obj/machinery/door/airlock/multi_tile/metal/mait{icon_state = "door_locked"; id_tag = "kalipso_hatch"; locked = 1; name = "Cargo Hold"},/obj/machinery/door/blast/regular{dir = 4; id = "kalipsoshutters"; name = "Kalipso Blast Shielding"},/obj/structure/fans/tiny,/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"xD" = (/obj/structure/curtain/black{icon_state = "open"; layer = 2; name = "privacy curtain"; opacity = 0},/turf/simulated/floor/wood/sif,/area/vr/powered)
+"xE" = (/obj/item/weapon/material/knife/machete,/obj/structure/table/rack/shelf/steel,/obj/item/weapon/material/knife/machete,/turf/simulated/floor/reinforced,/area/vr/powered/bluebase)
+"xH" = (/obj/item/weapon/coin/gold,/obj/item/weapon/ore/diamond,/obj/item/stack/material/diamond,/turf/simulated/floor/flock,/area/vr/powered)
+"xI" = (/mob/living/simple_mob/animal/passive/lizard,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"xK" = (/obj/machinery/vending/snlvend,/turf/simulated/floor/tiled,/area/vr/powered)
+"xL" = (/obj/machinery/door/window/brigdoor/eastleft{req_access = null},/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/shuttle/floor/darkred,/area/vr/powered)
+"xM" = (/obj/item/seeds/random,/obj/item/weapon/reagent_containers/spray/cleaner,/obj/structure/table/wooden_reinforced,/obj/item/weapon/pen,/obj/item/weapon/pen,/turf/simulated/floor/wood,/area/vr/powered)
+"xN" = (/obj/effect/floor_decal/techfloor{dir = 1},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"xO" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/bed/chair/bay/comfy/red{dir = 4},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"xP" = (/obj/structure/table/fancyblack,/obj/item/weapon/reagent_containers/food/snacks/monkeysdelight,/turf/simulated/floor/cult,/area/vr/powered)
+"xQ" = (/turf/simulated/shuttle/wall,/area/vr/powered)
+"xS" = (/obj/effect/catwalk_plated/dark,/obj/effect/catwalk_plated/dark,/turf/space,/area/vr/powered)
+"xT" = (/obj/structure/closet/walllocker_double/kitchen/east{name = "Ration Cabinet"},/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/device/radio{pixel_x = -5; pixel_y = 5},/obj/item/device/radio{pixel_x = -5; pixel_y = 5},/obj/item/device/radio{pixel_x = 5; pixel_y = 5},/obj/item/device/radio{pixel_x = 5; pixel_y = 5},/turf/simulated/shuttle/floor/darkred,/area/vr/powered)
+"xW" = (/obj/structure/table/rack/shelf/steel,/obj/item/weapon/gun/projectile/automatic/serdy/hectate,/obj/item/weapon/gun/projectile/automatic/serdy/hectate,/obj/item/weapon/gun/projectile/automatic/serdy/awp,/obj/item/weapon/gun/projectile/automatic/serdy/awp,/obj/machinery/light{dir = 4},/turf/simulated/floor/reinforced,/area/vr/powered/bluebase)
+"xX" = (/obj/effect/floor_decal/plaque{pixel_y = -32},/obj/effect/step_trigger/message{message = "Example text"; once = 0},/turf/simulated/floor/bronze,/area/vr/powered)
+"xY" = (/obj/structure/fuel_port{pixel_x = -32},/obj/machinery/atmospherics/pipe/simple/hidden/yellow,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"xZ" = (/obj/structure/flora/ausbushes/ppflowers,/mob/living/simple_mob/animal/passive/cow,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"ya" = (/obj/structure/simple_door/wood,/turf/simulated/floor/wood,/area/vr/powered)
+"yb" = (/obj/effect/floor_decal/techfloor{dir = 1},/obj/structure/salvageable/console_broken_os,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"yc" = (/mob/living/simple_mob/animal/passive/raccoon_ch,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"yf" = (/obj/structure/table/glass,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/wood{temperature = 311},/area/vr/powered)
+"yg" = (/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/effect/floor_decal/spline/fancy,/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"yk" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"yl" = (/obj/structure/closet/walllocker_double/kitchen/east{name = "Ration Cabinet"},/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/device/radio{pixel_x = -5; pixel_y = 5},/obj/item/device/radio{pixel_x = -5; pixel_y = 5},/obj/item/device/radio{pixel_x = 5; pixel_y = 5},/obj/item/device/radio{pixel_x = 5; pixel_y = 5},/obj/machinery/door/window/survival_pod{dir = 2},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"ym" = (/obj/machinery/vending/wardrobe/lawdrobe{req_access = null},/turf/simulated/floor/tiled{outdoors = 1},/area/vr/powered)
+"yo" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/plating,/area/vr/powered)
+"yp" = (/obj/machinery/recharge_station,/obj/effect/floor_decal/techfloor/corner{dir = 9},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"ys" = (/obj/structure/table/rack/shelf/steel,/obj/effect/floor_decal/industrial/warning{dir = 6},/obj/item/ammo_magazine/ammo_box/b12g/pellet,/obj/item/ammo_magazine/ammo_box/b12g/pellet,/obj/item/ammo_magazine/ammo_box/b12g/pellet,/obj/item/ammo_magazine/ammo_box/b12g/pellet,/obj/item/ammo_magazine/ammo_box/b12g/pellet,/obj/item/ammo_magazine/ammo_box/b12g/pellet,/obj/item/ammo_magazine/ammo_box/b12g/pellet,/obj/item/ammo_magazine/ammo_box/b12g/pellet,/obj/item/ammo_magazine/ammo_box/b12g/pellet,/obj/item/ammo_magazine/ammo_box/b12g/pellet,/obj/item/ammo_magazine/ammo_box/b12g/pellet,/obj/item/ammo_magazine/ammo_box/b12g/pellet,/obj/item/ammo_magazine/ammo_box/b12g/pellet,/obj/item/ammo_magazine/ammo_box/b12g/pellet,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"yt" = (/obj/structure/window/phoronreinforced,/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"yu" = (/mob/living/simple_mob/animal/passive/fish/koi,/turf/simulated/floor/water/deep{temperature = 311},/area/vr/outdoors/powered)
+"yv" = (/obj/item/weapon/phone,/obj/structure/table/bench/wooden,/obj/machinery/button/windowtint{id = "h-master"; pixel_y = -29},/turf/simulated/floor/wood,/area/vr/powered)
+"yx" = (/obj/structure/flora/ausbushes/ywflowers,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"yz" = (/turf/simulated/floor/water/beach{temperature = 311; outdoors = 0},/area/vr/outdoors/powered)
+"yC" = (/turf/simulated/wall/r_wall,/area/vr/powered/redbase)
+"yD" = (/obj/machinery/chem_master,/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"yF" = (/obj/machinery/power/port_gen/pacman{anchored = 1},/obj/structure/cable/green{d2 = 8; icon_state = "0-8"},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/vr/powered)
+"yG" = (/obj/machinery/vending/deluxe_boozeomat{req_access = null; req_log_access = null},/turf/simulated/floor/redgrid/off,/area/vr/powered)
+"yH" = (/obj/machinery/shower{dir = 1},/obj/structure/curtain/open/shower,/obj/structure/window/basic{dir = 4},/turf/simulated/floor/tiled/neutral,/area/vr/powered)
+"yI" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/obj/random/maintenance/engineering,/turf/simulated/floor/plating,/area/vr/powered)
+"yK" = (/mob/living/simple_mob/construct/wraith{ai_holder_type = null},/turf/simulated/floor/cult,/area/vr/powered)
+"yL" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/reagent_dispensers/fueltank/high,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"yM" = (/obj/item/weapon/miscdisc,/turf/simulated/floor/cult,/area/vr/powered)
+"yO" = (/obj/structure/bed/padded,/obj/item/weapon/bedsheet/pirate,/turf/simulated/floor/wood,/area/vr/powered)
+"yP" = (/obj/machinery/atmospherics/binary/circulator{anchored = 1},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"yQ" = (/obj/machinery/firealarm{dir = 1; pixel_y = -24},/obj/structure/bed/chair/wood{dir = 8},/turf/simulated/floor/wood,/area/vr/powered)
+"yR" = (/obj/structure/salvageable/server,/obj/effect/floor_decal/techfloor{dir = 8},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"yS" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/mimedouble,/turf/simulated/floor/wood/alt/panel{temperature = 311},/area/vr/powered)
+"yT" = (/turf/simulated/wall/r_wall,/area/vr/outdoors/powered)
+"yU" = (/obj/machinery/power/terminal,/obj/structure/cable{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/vr/powered)
+"yV" = (/obj/structure/table/steel_reinforced,/obj/item/device/mmi/inert/ai_remote,/turf/simulated/shuttle/floor/yellow,/area/vr/powered)
+"yW" = (/obj/machinery/recharger/wallcharger{pixel_x = 4; pixel_y = 26},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"yX" = (/obj/structure/closet/walllocker/emerglocker{pixel_x = 24; pixel_y = 32},/obj/machinery/button/remote/blast_door{dir = 8; id = "kalipsoshutters"; name = "Emergency Lockdown"; pixel_x = 28},/obj/machinery/light/poi{dir = 4},/turf/simulated/shuttle/floor/darkred,/area/vr/powered)
+"yY" = (/obj/structure/flora/ausbushes/fernybush,/turf/simulated/floor/grass2{outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"yZ" = (/obj/item/weapon/storage/box/wormcan/sickly,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/outdoors/powered)
+"za" = (/obj/machinery/atmospherics/pipe/simple/visible/cyan{dir = 4},/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/techfloor/orange,/obj/effect/floor_decal/techfloor/corner{dir = 5},/obj/structure/sign/electricshock{pixel_y = 32},/turf/simulated/floor/plating,/area/vr/powered)
+"zc" = (/obj/machinery/power/shield_generator/charged,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"zd" = (/obj/structure/table/marble{color = "grey"},/obj/item/weapon/reagent_containers/food/snacks/sliceable/chocolatecake,/turf/simulated/floor/cult,/area/vr/powered)
+"ze" = (/obj/effect/floor_decal/industrial/warning{dir = 10},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1380; id_tag = "estrella_pump"},/turf/simulated/shuttle/plating,/area/vr/powered)
+"zf" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/closet/walllocker/emerglocker/east,/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"zh" = (/obj/structure/prop/machine/tgmc_console4/starts_on,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"zi" = (/obj/structure/flora/ausbushes/ppflowers,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"zm" = (/obj/random/toolbox,/obj/random/toolbox,/obj/random/toolbox,/obj/item/weapon/storage/toolbox/syndicate/powertools,/obj/item/weapon/storage/toolbox/syndicate,/obj/machinery/light/poi,/obj/fiftyspawner/plasteel,/obj/fiftyspawner/plasteel,/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/closet/alien{color = "grey"; desc = "Eldritch carved locker."; name = "rockformed locker"},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"zn" = (/obj/effect/catwalk_plated/dark,/turf/simulated/floor/bmarble,/area/vr/powered)
+"zo" = (/obj/item/weapon/gun/projectile/heavysniper,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"zq" = (/obj/structure/bed/chair/comfy/red{pixel_y = 0; dir = 4},/obj/structure/plushie/ian{dir = 4},/turf/simulated/floor/plating,/area/vr/powered)
+"zr" = (/obj/structure/table/steel_reinforced,/obj/fiftyspawner/phoronglass,/turf/simulated/floor/airless,/area/vr/powered)
+"zt" = (/obj/item/weapon/airlock_electronics,/obj/item/weapon/airlock_electronics,/obj/item/weapon/cell/high,/obj/item/stack/material/glass/phoronrglass{amount = 20},/obj/fiftyspawner/rods,/obj/fiftyspawner/rods,/obj/structure/table/darkglass,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"zv" = (/obj/machinery/atmospherics/unary/engine{dir = 1},/turf/space,/area/space)
+"zy" = (/obj/structure/table/marble,/obj/structure/window/phoronreinforced,/obj/item/weapon/reagent_containers/food/condiment/small/packet/crayon/purple,/turf/simulated/floor/cult,/area/vr/powered)
+"zA" = (/obj/mecha/combat/fighter/gunpod/recon{dir = 4},/turf/space,/area/space)
+"zC" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"zD" = (/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/techfloor/orange{dir = 1},/turf/simulated/floor/plating,/area/vr/powered)
+"zE" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/machinery/atmospherics/portables_connector,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"zF" = (/obj/structure/closet/walllocker_double/kitchen/north{dir = 8; name = "Ration Cabinet"; pixel_x = -32; pixel_y = 0},/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/device/radio{pixel_x = -5; pixel_y = 5},/obj/item/device/radio{pixel_x = 5; pixel_y = 5},/turf/simulated/floor/plating,/area/vr/powered)
+"zG" = (/obj/structure/table/steel_reinforced,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/turf/simulated/floor/airless,/area/vr/powered)
+"zH" = (/obj/effect/floor_decal/spline/fancy{dir = 5},/turf/simulated/floor/cult,/area/vr/powered)
+"zI" = (/obj/structure/cable/green{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/plating,/area/vr/powered)
+"zJ" = (/obj/structure/closet/cabinet,/obj/item/weapon/storage/wallet/random,/obj/item/weapon/towel/random,/obj/item/weapon/melee/umbrella/random,/obj/random/ammo,/obj/random/cigarettes,/obj/random/contraband,/obj/random/junk,/obj/random/maintenance/security,/turf/simulated/floor/wood,/area/vr/powered)
+"zL" = (/obj/machinery/vending/donksoft{req_log_access = null},/turf/simulated/floor/tiled,/area/vr/powered)
+"zM" = (/obj/machinery/chem_master,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"zN" = (/obj/machinery/appliance/cooker/oven,/turf/simulated/floor/tiled/white,/area/vr/powered)
+"zO" = (/obj/structure/salvageable/computer,/obj/effect/floor_decal/techfloor{dir = 4},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"zP" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/machinery/door/blast/regular{id = "kalipsoshutters"; name = "Kalipso Blast Shielding"},/turf/simulated/shuttle/plating,/area/vr/powered)
+"zQ" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/reagent_dispensers/acid{pixel_y = 30},/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"zS" = (/turf/simulated/floor/tiled/freezer,/area/vr/powered)
+"zT" = (/turf/simulated/floor/flock{temperature = 311},/area/vr/powered)
+"zU" = (/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/shuttle/engine/heater,/turf/simulated/floor/airless,/area/vr/powered)
+"zV" = (/obj/fiftyspawner/rods,/turf/simulated/floor/tiled,/area/vr/powered)
+"zX" = (/obj/machinery/atmospherics/pipe/tank/phoron/full{dir = 8},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/airless,/area/vr/powered)
+"zY" = (/obj/structure/flora/ausbushes/leafybush,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"Aa" = (/obj/structure/railing/grey{dir = 1},/obj/structure/railing/grey{dir = 4},/turf/simulated/floor/lava,/area/vr/outdoors/powered)
+"Ab" = (/obj/machinery/portable_atmospherics/canister/phoron,/obj/machinery/atmospherics/portables_connector,/turf/simulated/floor/airless,/area/vr/powered)
+"Ac" = (/obj/structure/sign/science{pixel_y = -32},/turf/space,/area/space)
+"Ae" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"Af" = (/obj/structure/table/steel_reinforced,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"Ak" = (/obj/structure/table/marble{color = "grey"},/obj/structure/window/phoronreinforced{dir = 1},/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/item/weapon/reagent_containers/food/condiment/small/packet/crayon/brown,/obj/machinery/light/floortube/flicker{dir = 8; pixel_x = 5},/turf/simulated/floor/cult,/area/vr/powered)
+"Al" = (/obj/structure/table/darkglass,/obj/item/weapon/storage/toolbox/syndicate/powertools,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"Am" = (/obj/item/device/gps/computer,/turf/simulated/shuttle/plating,/area/vr/powered)
+"An" = (/obj/structure/table/rack/shelf/steel,/obj/fiftyspawner/durasteel,/obj/fiftyspawner/plasteel,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"Ao" = (/obj/machinery/atmospherics/unary/freezer{icon_state = "freezer"},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"Ap" = (/obj/structure/railing{dir = 4},/obj/structure/flora/lily3,/turf/simulated/floor/water{temperature = 311},/area/vr/outdoors/powered)
+"Aq" = (/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"Ar" = (/obj/structure/reagent_dispensers/fueltank/high,/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"As" = (/obj/structure/table/rack/shelf/steel,/obj/fiftyspawner/phoron,/obj/fiftyspawner/osmium,/obj/random/maintenance/engineering,/turf/simulated/floor/airless,/area/vr/outdoors/powered)
+"At" = (/obj/structure/table/fancyblack,/obj/item/weapon/reagent_containers/food/snacks/sliceable/excitingsuppermatter,/obj/effect/floor_decal/spline/fancy{dir = 1},/turf/simulated/floor/cult,/area/vr/powered)
+"Au" = (/obj/machinery/door/airlock/maintenance/int,/obj/structure/fans/hardlight,/turf/simulated/floor/airless,/area/vr/powered)
+"Aw" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/ship_munition/disperser_charge/fire,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"Ax" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/mimedouble,/turf/simulated/floor/carpet/sblucarpet,/area/vr/powered)
+"Ay" = (/obj/effect/floor_decal/techfloor{dir = 1},/obj/structure/salvageable/computer_os,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"AA" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/machinery/door/blast/regular/open{dir = 4; id = "stargazer_blast"; name = "window blast shield"},/turf/simulated/shuttle/plating,/area/vr/powered)
+"AB" = (/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/structure/cryofeed{dir = 4},/turf/simulated/floor/greengrid/nitrogen,/area/vr/powered)
+"AC" = (/obj/effect/step_trigger/teleporter/bridge/south_to_north,/turf/simulated/floor/water/beach{dir = 4; temperature = 311},/area/vr/outdoors/powered)
+"AD" = (/obj/effect/catwalk_plated/dark,/obj/machinery/shipsensors,/turf/simulated/floor/airless,/area/vr/powered)
+"AF" = (/obj/machinery/door/airlock/glass_centcom{name = "RnD and Fabrication"},/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"AH" = (/obj/machinery/fitness/heavy/lifter,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"AI" = (/obj/item/device/kit/paint/ripley/death,/obj/item/device/kit/paint/ripley/flames_blue,/obj/item/device/kit/paint/ripley/flames_red,/obj/item/device/kit/paint/ripley,/obj/structure/table/rack/shelf/steel,/obj/machinery/button/remote/airlock{desiredstate = 1; dir = 1; id = "kalipso_hatch"; name = "Rear Hatch Control"; pixel_y = -29; specialfunctions = 4},/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"AL" = (/obj/structure/table/bench/marble,/turf/simulated/floor/wood{temperature = 311},/area/vr/powered)
+"AN" = (/obj/structure/bed/chair/wood/wings{dir = 1},/obj/effect/floor_decal/spline/fancy,/turf/simulated/floor/cult,/area/vr/powered)
+"AO" = (/obj/structure/prop/machine/tgmc_console3/starts_on,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"AP" = (/obj/machinery/light/floortube/flicker{pixel_y = 5},/obj/structure/sink{dir = 1},/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"AQ" = (/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/structure/shuttle/window,/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular/open{dir = 4; id = "estrella_blast"; name = "window blast shield"},/turf/simulated/shuttle/plating,/area/vr/powered)
+"AR" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/bed/chair/comfy/purp{dir = 4},/turf/simulated/floor/carpet/bcarpet,/area/vr/powered)
+"AS" = (/obj/structure/reagent_dispensers/beerkeg,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"AU" = (/obj/structure/table/rack/shelf/steel,/obj/fiftyspawner/plasteel,/obj/fiftyspawner/iron,/turf/simulated/floor/airless,/area/vr/outdoors/powered)
+"AV" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow,/obj/item/device/radio/intercom{dir = 8; name = "Station Intercom (General)"; pixel_x = -21},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"AW" = (/turf/simulated/floor/outdoors/newdirt_nograss{temperature = 293.15},/area/vr/outdoors/powered)
+"AX" = (/obj/structure/closet/walllocker/emerglocker{pixel_x = -25; pixel_y = 32},/turf/simulated/shuttle/floor/purple,/area/vr/powered)
+"Ba" = (/turf/simulated/floor/wood{temperature = 311},/area/vr/powered)
+"Bd" = (/obj/effect/floor_decal/techfloor{dir = 1},/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"Be" = (/obj/structure/sign/deck1,/turf/simulated/wall/skipjack,/area/vr/powered)
+"Bh" = (/obj/effect/zone_divider,/obj/effect/zone_divider,/turf/unsimulated/wall/seperator,/area/vr/powered)
+"Bi" = (/obj/item/weapon/coin/gold,/obj/item/weapon/coin/gold,/obj/item/stack/material/gold,/obj/item/clothing/gloves/ring/material/gold,/obj/item/clothing/ears/earring/stud/diamond,/obj/item/weapon/pickaxe/gold,/turf/simulated/floor/flock,/area/vr/powered)
+"Bj" = (/obj/machinery/portable_atmospherics/canister/phoron,/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/effect/floor_decal/industrial/outline/red,/obj/machinery/firealarm{dir = 8; pixel_x = -24},/turf/simulated/shuttle/plating,/area/vr/powered)
+"Bl" = (/mob/living/simple_mob/construct/wraith{dir = 1; ai_holder_type = null},/turf/simulated/floor/cult,/area/vr/powered)
+"Bn" = (/obj/item/weapon/pack/cardemon,/turf/simulated/floor/wood,/area/vr/powered)
+"Bo" = (/obj/machinery/light{dir = 4},/obj/machinery/vending/loadout/overwear,/turf/simulated/floor/tiled,/area/vr/powered)
+"Bp" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod,/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/structure/fans/hardlight,/turf/simulated/shuttle/plating,/area/vr/powered)
+"Bq" = (/obj/item/weapon/material/twohanded/sledgehammer/mjollnir,/turf/simulated/floor/cult,/area/vr/powered)
+"Br" = (/obj/machinery/disperser/middle{dir = 1},/obj/structure/window/reinforced/survival_pod,/obj/effect/catwalk_plated/dark,/obj/machinery/door/blast/regular{dir = 4; id = "kalipsoshutters"; name = "Kalipso Blast Shielding"},/turf/simulated/floor/airless,/area/vr/powered)
+"Bt" = (/obj/item/clothing/mask/muzzle,/turf/simulated/floor,/area/vr/powered)
+"Bu" = (/obj/structure/cliff/automatic/corner,/turf/simulated/floor/lava,/area/vr/outdoors/powered)
+"Bv" = (/obj/structure/prop/statue/lion,/turf/simulated/floor/outdoors/dirt{temperature = 311},/area/vr/powered)
+"Bw" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/effect/landmark/loot_spawn,/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"Bx" = (/obj/structure/table/steel_reinforced,/obj/item/ammo_magazine/rpd,/obj/item/ammo_magazine/rpd,/obj/item/ammo_magazine/rpd,/turf/simulated/floor/gorefloor,/area/vr/outdoors/powered)
+"By" = (/turf/simulated/floor/tiled{outdoors = 1},/area/vr/powered)
+"Bz" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/portable_atmospherics/canister/nitrogen,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"BB" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"BD" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/hosdouble,/turf/simulated/floor/carpet/bcarpet,/area/vr/powered)
+"BE" = (/obj/structure/table/rack/shelf/steel,/obj/item/stolenpackage,/obj/random/contraband/nofail,/obj/random/contraband/nofail,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"BF" = (/obj/structure/bed/chair/oldsofa/right{dir = 1},/obj/structure/window/phoronreinforced,/turf/simulated/floor/wood,/area/vr/powered)
+"BH" = (/obj/structure/table/fancyblack,/obj/item/weapon/reagent_containers/food/snacks/sausage/battered,/turf/simulated/floor/cult,/area/vr/powered)
+"BJ" = (/obj/machinery/vending/wallmed1{name = "NanoMed Wall"; pixel_x = 25},/obj/structure/table/reinforced,/obj/item/weapon/storage/quickdraw/syringe_case,/obj/item/weapon/storage/quickdraw/syringe_case,/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"BK" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"BL" = (/obj/structure/prop/rock/small,/turf/simulated/floor/outdoors/dirt{temperature = 311; outdoors = 0},/area/vr/powered)
+"BO" = (/obj/effect/catwalk_plated/white,/turf/space,/area/space)
+"BP" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/ship_munition/disperser_charge/emp,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"BQ" = (/obj/structure/table/standard,/obj/item/weapon/reagent_containers/food/drinks/cans/root_beer,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"BR" = (/obj/structure/flora/smallbould,/turf/simulated/floor/grass2{outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"BS" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/mimedouble,/turf/simulated/floor/carpet/bcarpet,/area/vr/powered)
+"BT" = (/obj/structure/salvageable/console_broken_os,/obj/effect/floor_decal/techfloor{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"BU" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/obj/effect/floor_decal/techfloor{dir = 1},/turf/simulated/floor/cult,/area/vr/powered)
+"BV" = (/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/plating,/area/vr/powered)
+"BW" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"BX" = (/obj/structure/prop/rock/round,/turf/simulated/floor/outdoors/dirt{temperature = 311; outdoors = 0},/area/vr/powered)
+"BY" = (/obj/effect/floor_decal/spline/fancy{dir = 1},/turf/simulated/floor/cult,/area/vr/powered)
+"BZ" = (/turf/simulated/floor/outdoors/dirt{temperature = 311; outdoors = 0},/area/vr/powered)
+"Cb" = (/obj/machinery/door/airlock/angled_tgmc/wide/security{dir = 4},/obj/structure/fans/hardlight/colorable{color = "red"},/turf/simulated/shuttle/plating,/area/vr/powered)
+"Cf" = (/obj/effect/floor_decal/techfloor/corner{dir = 6},/turf/simulated/shuttle/plating,/area/vr/powered)
+"Ch" = (/mob/living/simple_mob/construct/shade{ai_holder_type = null},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/cult,/area/vr/powered)
+"Cj" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/obj/machinery/meter,/turf/simulated/floor/airless,/area/vr/powered)
+"Ck" = (/obj/effect/floor_decal/industrial/warning{dir = 9},/obj/machinery/atmospherics/unary/vent_pump/high_volume{frequency = 1380; id_tag = "estrella_pump"},/turf/simulated/shuttle/plating,/area/vr/powered)
+"Cl" = (/obj/machinery/access_button{master_tag = null; pixel_y = 27; req_one_access = null},/obj/effect/map_helper/airlock/door/ext_door,/obj/effect/map_helper/airlock/button/ext_button,/obj/machinery/door/airlock/hatch,/obj/machinery/door/blast/regular{id = "kalipsoshutters"; name = "Kalipso Blast Shielding"},/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"Cn" = (/obj/effect/floor_decal/techfloor{dir = 5},/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"Co" = (/turf/simulated/floor/water/beach{dir = 4; temperature = 293.15},/area/vr/outdoors/powered)
+"Cp" = (/obj/structure/table/glass,/obj/item/weapon/storage/backpack/dufflebag/syndie,/obj/item/weapon/storage/backpack/dufflebag/syndie,/obj/item/weapon/storage/backpack/dufflebag/syndie,/obj/item/weapon/storage/backpack/dufflebag/syndie,/obj/item/weapon/storage/backpack/dufflebag/syndie,/obj/item/weapon/storage/backpack/dufflebag/syndie,/obj/item/weapon/storage/backpack/dufflebag/syndie,/obj/item/weapon/storage/backpack/dufflebag/syndie,/obj/item/weapon/storage/backpack/dufflebag/syndie,/turf/simulated/floor/tiled,/area/vr/powered)
+"Cq" = (/obj/random/maintenance/engineering,/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"Cr" = (/obj/effect/floor_decal/techfloor{dir = 4},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"Ct" = (/obj/machinery/holoplant,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"Cv" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/plating,/area/vr/powered)
+"Cw" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/optable,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"Cy" = (/obj/machinery/atmospherics/pipe/tank/phoron/full,/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/sign/atmos/phoron{pixel_x = 32},/turf/simulated/floor/plating,/area/vr/powered)
+"Cz" = (/obj/item/weapon/coin/gold,/obj/item/weapon/coin/gold,/obj/item/clothing/mask/bandana/gold,/obj/item/weapon/coin/diamond,/turf/simulated/floor/flock,/area/vr/powered)
+"CA" = (/obj/structure/bed/chair/oldsofa/right,/obj/structure/window/phoronreinforced{dir = 1},/turf/simulated/floor/wood,/area/vr/powered)
+"CC" = (/obj/item/weapon/pack/cardemon,/turf/simulated/floor/carpet/bcarpet,/area/vr/powered)
+"CE" = (/obj/structure/prop/rock/small/wateralt,/turf/simulated/floor/water{temperature = 311},/area/vr/outdoors/powered)
+"CF" = (/obj/effect/floor_decal/spline/fancy,/obj/effect/floor_decal/spline/fancy{dir = 1},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"CH" = (/obj/structure/table/standard,/obj/item/weapon/storage/firstaid/bonemed{pixel_y = 1},/obj/item/weapon/storage/firstaid/clotting{pixel_y = -3},/obj/machinery/recharger/wallcharger{pixel_x = 34},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"CI" = (/obj/structure/cult/pylon,/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"CJ" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/portable_atmospherics/canister/phoron,/turf/simulated/floor/airless,/area/vr/powered)
+"CK" = (/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"CL" = (/obj/machinery/atmospherics/binary/pump/on{dir = 4; name = "Scrubber to Waste"},/turf/simulated/floor/airless,/area/vr/powered)
+"CM" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/window/reinforced/survival_pod,/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"CN" = (/obj/machinery/light/floortube/flicker{pixel_y = 5},/turf/simulated/floor/cult,/area/vr/powered)
+"CP" = (/obj/structure/bed/chair/oldsofa,/obj/structure/window/phoronreinforced{dir = 1},/turf/simulated/floor/wood,/area/vr/powered)
+"CQ" = (/obj/machinery/sleep_console{dir = 4},/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"CR" = (/obj/structure/grille/cult,/obj/structure/window/phoronreinforced/full,/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/window/reinforced/survival_pod,/obj/structure/window/reinforced/survival_pod{dir = 8},/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"CS" = (/obj/machinery/recharger/wallcharger{pixel_x = 4; pixel_y = -30},/turf/simulated/shuttle/floor/yellow,/area/vr/powered)
+"CT" = (/obj/structure/closet/walllocker_double/hydrant/north,/obj/effect/landmark/loot_spawn,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"CX" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"CZ" = (/turf/simulated/wall/sandstone,/area/vr/powered)
+"Da" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/table/steel_reinforced,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"Db" = (/obj/structure/table/fancyblack,/obj/item/weapon/reagent_containers/food/snacks/spellburger,/turf/simulated/floor/cult,/area/vr/powered)
+"De" = (/obj/effect/floor_decal/techfloor{dir = 8},/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"Dg" = (/obj/machinery/atmospherics/pipe/tank/phoron/full{dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"Dh" = (/obj/structure/table/marble,/obj/item/weapon/material/knife/plastic,/turf/simulated/floor,/area/vr/powered)
+"Dk" = (/obj/structure/closet/alien{color = "grey"; desc = "Eldritch carved locker."; name = "rockformed locker"},/obj/item/toy/plushie/susred,/turf/simulated/floor/wood,/area/vr/powered)
+"Dm" = (/mob/living/simple_mob/animal/passive/bird/parrot/kea,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"Dn" = (/obj/effect/floor_decal/techfloor{dir = 10},/turf/simulated/floor/cult,/area/vr/powered)
+"Do" = (/obj/structure/salvageable/machine{name = "Life Support Console"},/obj/effect/floor_decal/techfloor{dir = 1},/obj/machinery/light/poi{dir = 8},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"Dr" = (/obj/structure/table/fancyblack,/obj/item/trash/plate,/obj/item/organ/internal/heart,/obj/machinery/light/floortube/flicker{dir = 8; pixel_x = 5},/turf/simulated/floor/wood,/area/vr/powered)
+"Dt" = (/obj/structure/bed/chair/oldsofa/left,/obj/structure/window/phoronreinforced{dir = 1},/turf/simulated/floor/wood,/area/vr/powered)
+"Du" = (/obj/machinery/chemical_dispenser/ert/specialops{pixel_y = 7},/obj/structure/table/standard,/obj/item/weapon/reagent_containers/glass/beaker/large,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"Dv" = (/obj/structure/table/glass,/obj/item/weapon/soap/deluxe,/obj/item/weapon/towel/random,/turf/simulated/floor/carpet/blucarpet,/area/vr/powered)
+"Dw" = (/obj/structure/table/reinforced,/obj/machinery/cell_charger,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"Dx" = (/obj/structure/window/reinforced{dir = 8; health = 1e+006},/turf/simulated/floor/outdoors/dirt{temperature = 311},/area/vr/outdoors/powered)
+"Dy" = (/obj/structure/table/marble,/obj/item/device/mass_spectrometer/adv,/obj/item/device/mass_spectrometer/adv,/obj/item/clothing/glasses/science,/obj/item/clothing/glasses/science,/obj/machinery/light/floortube/flicker{pixel_y = 5},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"DA" = (/obj/structure/closet/wardrobe/grey,/obj/item/clothing/under/teshari/undercoat/standard/black_grey,/obj/item/clothing/under/teshari/undercoat/standard/black_grey,/obj/item/clothing/under/teshari/undercoat/standard/black_grey,/obj/item/clothing/shoes/black,/obj/item/clothing/shoes/black,/obj/item/clothing/shoes/footwraps,/obj/item/clothing/shoes/footwraps,/obj/item/clothing/under/color/grey,/obj/item/clothing/under/color/grey,/obj/item/clothing/under/permit,/obj/item/clothing/under/permit,/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"DB" = (/obj/structure/table/fancyblack,/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/item/weapon/flame/candle/candelabra/everburn{pixel_y = 13},/turf/simulated/floor/cult,/area/vr/powered)
+"DC" = (/obj/machinery/robotic_fabricator,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"DD" = (/obj/structure/flora/tree/jungle_small,/obj/structure/flora/ausbushes/fullgrass,/turf/unsimulated/wall,/area/vr/outdoors/powered)
+"DJ" = (/obj/machinery/gear_dispenser/suit/commonwealth,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"DN" = (/obj/machinery/flasher{id = "procroom2"; name = "Floor mounted flash"},/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"DP" = (/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced{dir = 8},/turf/simulated/floor/redgrid/animated,/area/vr/powered)
+"DR" = (/turf/simulated/floor/carpet/bcarpet,/area/vr/powered)
+"DS" = (/obj/structure/cult/talisman,/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/cult,/area/vr/powered)
+"DT" = (/obj/structure/fans/hardlight/colorable{color = "red"},/obj/machinery/door/airlock/hatch{icon_state = "door_locked"; id_tag = null; locked = 1; req_access = list(11)},/turf/simulated/floor/airless,/area/vr/powered)
+"DV" = (/obj/structure/cliff/automatic{dir = 8},/turf/simulated/floor/lava,/area/vr/outdoors/powered)
+"DY" = (/turf/simulated/shuttle/wall/no_join{base_state = "orange"; icon = 'icons/turf/shuttle_orange.dmi'; icon_state = "orange"},/area/vr/powered)
+"Eb" = (/obj/machinery/door/blast/multi_tile/four_tile_hor_sec,/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"Ec" = (/obj/machinery/vending/snix,/turf/simulated/floor/tiled,/area/vr/powered)
+"Ed" = (/obj/effect/overlay/palmtree_r,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"Ee" = (/mob/living/simple_mob/construct/juggernaut/behemoth{ai_holder_type = null},/turf/simulated/floor/redgrid/animated,/area/vr/powered)
+"Ef" = (/obj/machinery/sleep_console{dir = 4},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"Eg" = (/obj/structure/railing,/obj/effect/step_trigger/teleporter/bridge/north_to_south,/turf/simulated/floor/water/beach{dir = 4; temperature = 311},/area/vr/outdoors/powered)
+"Eh" = (/obj/machinery/disperser/back{dir = 1},/obj/structure/ship_munition/disperser_charge/explosive,/obj/structure/sign/department/shield{pixel_x = 32},/turf/simulated/floor/plating,/area/vr/powered)
+"Ei" = (/obj/structure/railing{dir = 1},/obj/effect/decal/remains,/turf/simulated/floor/outdoors/rocks{temperature = 293.15},/area/vr/outdoors/powered)
+"Ek" = (/obj/structure/table/rack/shelf/steel,/obj/item/weapon/storage/secure/briefcase/nerd_pack_med,/obj/item/weapon/storage/secure/briefcase/nerd_pack_med,/obj/item/ammo_casing/microbattery/medical/omni3,/obj/item/ammo_casing/microbattery/medical/omni3,/obj/item/ammo_casing/microbattery/medical/omni3,/obj/item/ammo_casing/microbattery/medical/omni3,/obj/item/ammo_casing/microbattery/medical/omni3,/obj/item/ammo_casing/microbattery/medical/omni3,/obj/item/ammo_casing/microbattery/medical/omni3,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"Em" = (/obj/effect/catwalk_plated/dark,/obj/effect/catwalk_plated/dark,/turf/space,/area/space)
+"Eo" = (/turf/simulated/floor/carpet/purcarpet,/area/vr/powered)
+"Ep" = (/obj/structure/closet,/turf/simulated/floor/carpet/gaycarpet,/area/vr/powered)
+"Eq" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/turf/simulated/floor/plating,/area/vr/powered)
+"Er" = (/obj/machinery/porta_turret/alien{faction = "neutral"},/obj/machinery/light{dir = 1},/turf/simulated/floor/cult,/area/vr/powered)
+"Et" = (/obj/structure/curtain/open,/turf/simulated/floor/wood{temperature = 311},/area/vr/powered)
+"Eu" = (/obj/machinery/atmospherics/pipe/manifold/hidden,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"Ew" = (/turf/simulated/floor/carpet/gaycarpet,/area/vr/powered)
+"EA" = (/obj/machinery/vending/engineering{req_access = null},/turf/simulated/floor/tiled{outdoors = 1},/area/vr/powered)
+"EB" = (/obj/effect/floor_decal/techfloor{dir = 1},/obj/structure/sign/department/drones{pixel_y = 32},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"EC" = (/obj/machinery/atmospherics/unary/freezer{icon_state = "freezer_1"; power_setting = 20; set_temperature = 73; use_power = 1},/obj/item/device/radio/intercom{dir = 1; name = "Station Intercom (General)"; pixel_y = 21},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"ED" = (/obj/effect/floor_decal/corner/brown/border{dir = 5},/obj/effect/floor_decal/spline/fancy/wood{dir = 5},/turf/simulated/floor/wood,/area/vr/powered)
+"EE" = (/obj/machinery/atmospherics/binary/pump/on{dir = 8; name = "Scrubber to Waste"},/turf/simulated/floor/airless,/area/vr/powered)
+"EG" = (/obj/item/weapon/material/fishing_net,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/outdoors/powered)
+"EH" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/contraband/nofail,/obj/fiftyspawner/steel,/obj/fiftyspawner/phoronrglass,/obj/structure/closet/alien{color = "grey"; desc = "Eldritch carved locker."; name = "rockformed locker"},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"EI" = (/obj/structure/table/rack/shelf/steel,/obj/item/clothing/shoes/magboots/adv,/obj/item/clothing/shoes/magboots/adv,/obj/item/clothing/shoes/magboots/adv,/obj/item/clothing/shoes/magboots/adv,/turf/simulated/floor/cult,/area/vr/powered)
+"EJ" = (/obj/structure/window/phoronreinforced{dir = 4},/obj/structure/window/phoronreinforced{dir = 4},/obj/structure/window/phoronreinforced{dir = 1},/obj/structure/window/phoronreinforced{dir = 1},/turf/simulated/floor/redgrid/animated,/area/vr/powered)
+"EN" = (/obj/structure/extinguisher_cabinet{pixel_y = 30},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"EO" = (/turf/simulated/shuttle/floor/darkred,/area/vr/powered)
+"EQ" = (/obj/structure/table/steel_reinforced,/obj/item/weapon/storage/briefcase/inflatable{pixel_y = 3},/obj/item/weapon/storage/toolbox/syndicate/powertools,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"EU" = (/obj/machinery/light{dir = 8},/obj/structure/table/glass,/obj/item/weapon/storage/box/syndie_kit/chameleon{pixel_x = -3; pixel_y = -1},/obj/item/weapon/storage/box/syndie_kit/chameleon{pixel_x = 2; pixel_y = 6},/turf/simulated/floor/tiled,/area/vr/powered)
+"EV" = (/obj/machinery/light{dir = 8},/obj/item/device/radio/intercom{desc = "Talk... listen through this."; name = "Station Intercom (Brig Radio)"; pixel_y = -21; wires = 7},/obj/structure/salvageable/console_os{dir = 4},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"EY" = (/obj/machinery/shuttle_sensor,/turf/simulated/shuttle/wall/hard_corner,/area/vr/powered)
+"EZ" = (/obj/structure/showcase/sign{name = "WARNING: OSHA VIOLATIONS"; desc = "Don't Fall."},/turf/simulated/floor/outdoors/rocks{temperature = 293.15},/area/vr/outdoors/powered)
+"Fb" = (/obj/machinery/light/floortube/flicker{dir = 8; pixel_x = 5},/turf/simulated/floor/cult,/area/vr/powered)
+"Fc" = (/obj/structure/sign/science{pixel_x = 32},/turf/space,/area/space)
+"Fd" = (/obj/effect/floor_decal/techfloor/corner{dir = 1},/obj/effect/floor_decal/techfloor/corner{dir = 4},/turf/simulated/floor/cult{icon_state = "cult-narsie"},/area/vr/powered)
+"Ff" = (/turf/simulated/floor/water/beach{temperature = 293.15},/area/vr/outdoors/powered)
+"Fh" = (/obj/effect/decal/cleanable/blood/gibs{color = "red"; icon_state = "gib3"},/obj/effect/decal/cleanable/blood/gibs{color = "red"; icon_state = "remainsposi"},/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"Fj" = (/obj/item/stack/material/plasteel{amount = 30},/obj/fiftyspawner/plastic,/obj/structure/table/darkglass,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"Fm" = (/obj/structure/fence/door/opened,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"Fp" = (/obj/structure/table/rack/shelf/steel,/obj/random/maintenance/engineering,/obj/random/maintenance/medical,/obj/random/maintenance/security,/obj/random/maintenance/security,/obj/random/maintenance/cargo,/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"Fq" = (/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"Fr" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/obj/structure/table/bench/standard,/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"Ft" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/plating,/area/vr/powered)
+"Fu" = (/obj/machinery/airlock_sensor{dir = 1; id_tag = null; pixel_y = -27},/obj/effect/map_helper/airlock/sensor/chamber_sensor,/turf/simulated/floor/plating,/area/vr/powered)
+"Fv" = (/obj/machinery/door/blast/multi_tile/four_tile_ver_sec,/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"Fw" = (/obj/structure/fans/hardlight/colorable{color = "red"},/turf/simulated/shuttle/plating,/area/vr/powered)
+"Fx" = (/obj/effect/gateway,/turf/simulated/floor/cult{icon_state = "cult-narsie"},/area/vr/powered)
+"Fz" = (/obj/effect/map_helper/no_tele,/turf/simulated/floor/outdoors/newdirt_nograss{temperature = 293.15},/area/vr/outdoors/powered)
+"FD" = (/obj/effect/floor_decal/spline/fancy{dir = 6},/turf/simulated/floor/cult{icon_state = "cult-narsie"},/area/vr/powered)
+"FE" = (/obj/machinery/door/airlock/angled_tgmc/wide/generic_steel,/turf/simulated/shuttle/plating,/area/vr/powered)
+"FG" = (/obj/machinery/gear_dispenser/suit/autolok,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"FH" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"FI" = (/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"FJ" = (/obj/structure/flora/tree/jungle,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"FK" = (/obj/structure/table/rack/shelf/steel,/obj/item/weapon/storage/belt/utility/full/multitool,/obj/item/weapon/storage/belt/utility/full/multitool,/obj/item/weapon/storage/belt/utility/full/multitool,/obj/item/weapon/storage/belt/utility/full/multitool,/turf/simulated/floor/cult,/area/vr/powered)
+"FM" = (/obj/structure/salvageable/console_os{dir = 4},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"FN" = (/obj/machinery/vending/deluxe_boozeomat{req_access = null; req_log_access = null},/turf/simulated/floor/tiled,/area/vr/powered)
+"FO" = (/obj/structure/closet/cabinet,/obj/random/multiple,/obj/random/multiple,/obj/random/multiple,/obj/random/multiple,/obj/random/multiple,/obj/random/toy,/obj/random/toy,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/turf/simulated/floor/wood,/area/vr/powered)
+"FQ" = (/obj/structure/table/marble{color = "grey"},/obj/item/stack/material/phoron{amount = 5},/obj/item/stack/material/phoron{amount = 5},/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"FR" = (/obj/random/maintenance/security,/obj/structure/table/reinforced,/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"FT" = (/obj/effect/floor_decal/techfloor/corner,/obj/machinery/porta_turret/alien{faction = "neutral"},/obj/machinery/light{dir = 1; layer = 3},/turf/simulated/floor/cult,/area/vr/powered)
+"FV" = (/obj/effect/floor_decal/techfloor{dir = 4},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"FX" = (/obj/structure/table/rack/shelf/steel,/obj/item/weapon/gun/launcher/crossbow,/obj/item/weapon/gun/launcher/crossbow,/obj/item/weapon/gun/launcher/crossbow,/obj/item/weapon/gun/launcher/crossbow,/obj/item/weapon/cell/hyper,/obj/item/weapon/cell/hyper,/obj/item/weapon/cell/hyper,/obj/item/weapon/cell/hyper,/obj/fiftyspawner/rods,/obj/fiftyspawner/rods,/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"FZ" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/item/ammo_magazine/m762,/obj/item/ammo_magazine/m762,/obj/item/ammo_magazine/m762,/obj/item/ammo_magazine/m762,/obj/item/ammo_magazine/m762,/obj/item/ammo_magazine/m762,/obj/item/ammo_magazine/m762,/obj/item/ammo_magazine/m762,/obj/item/ammo_magazine/m762,/obj/item/ammo_magazine/m762,/obj/item/ammo_magazine/m762,/obj/item/ammo_magazine/m762,/obj/item/ammo_magazine/m762,/obj/item/ammo_magazine/m762,/obj/structure/table/rack/shelf/steel,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"Gb" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/fullgrass,/turf/unsimulated/wall,/area/vr/outdoors/powered)
+"Gd" = (/obj/machinery/vending/deluxe_dinner,/obj/machinery/light/small,/turf/simulated/floor/wood{temperature = 311},/area/vr/powered)
+"Gf" = (/obj/structure/shuttle/engine/router,/turf/simulated/shuttle/wall,/area/vr/powered)
+"Gg" = (/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/structure/shuttle/engine/heater{dir = 8},/turf/simulated/floor/airless,/area/vr/powered)
+"Gh" = (/obj/machinery/door/airlock/hatch{icon_state = "door_locked"; id_tag = "estrella_side_hatch"; locked = 1; req_access = null; req_one_access = null},/obj/machinery/button/remote/airlock{dir = 8; id = "estrella_side_hatch"; name = "Side Hatch Control"; pixel_x = -27; specialfunctions = 4},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular/open{id = "estrella_blast"; layer = 2; name = "window blast shield"; open_layer = 2},/obj/structure/fans/tiny,/turf/simulated/shuttle/plating,/area/vr/powered)
+"Gi" = (/obj/structure/table/rack/shelf/steel,/obj/item/mecha_parts/mecha_equipment/combat_shield,/obj/item/mecha_parts/mecha_equipment/repair_droid,/obj/item/mecha_parts/mecha_equipment/tool/sleeper,/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/mortar,/obj/item/mecha_parts/mecha_equipment/weapon/energy/flamer/rigged,/turf/simulated/floor/airless,/area/space)
+"Gk" = (/obj/structure/closet/walllocker/emerglocker{pixel_y = 32},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"Gl" = (/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/techfloor/orange/corner{dir = 8},/obj/effect/floor_decal/techfloor/corner{dir = 9},/turf/simulated/floor/plating,/area/vr/powered)
+"Gn" = (/obj/structure/table/reinforced,/obj/item/weapon/folder/blue,/obj/item/weapon/paper_bin,/obj/item/weapon/pen/blue{pixel_x = -5; pixel_y = -1},/obj/item/weapon/pen/red,/obj/item/weapon/pen{pixel_x = 4; pixel_y = 4},/turf/simulated/shuttle/floor/purple,/area/vr/powered)
+"Go" = (/obj/structure/table/fancyblack,/obj/item/weapon/reagent_containers/food/snacks/ribplate,/obj/effect/floor_decal/spline/fancy{dir = 1},/turf/simulated/floor/cult,/area/vr/powered)
+"Gp" = (/obj/structure/railing,/turf/simulated/floor/outdoors/newdirt_nograss{temperature = 293.15},/area/vr/outdoors/powered)
+"Gr" = (/obj/random/maintenance/engineering,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"Gs" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/wood,/area/vr/powered)
+"Gu" = (/obj/structure/cult/pylon,/turf/simulated/floor/cult,/area/vr/powered)
+"Gv" = (/obj/machinery/door/window/brigdoor/westleft{req_access = null},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"Gw" = (/obj/structure/flora/ausbushes/sunnybush,/turf/unsimulated/wall,/area/vr/outdoors/powered)
+"Gx" = (/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"Gz" = (/obj/structure/table/marble,/obj/item/weapon/material/knife/butch,/obj/item/weapon/material/kitchen/rollingpin,/turf/simulated/floor/tiled/white,/area/vr/powered)
+"GA" = (/turf/simulated/wall/cult,/area/vr/powered)
+"GB" = (/obj/item/device/tape,/obj/structure/table/wooden_reinforced,/turf/simulated/floor/wood,/area/vr/powered)
+"GD" = (/obj/structure/table/darkglass,/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"GF" = (/obj/structure/table/rack/shelf/steel,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/weapon/tank/jetpack/oxygen,/obj/item/weapon/tank/jetpack/oxygen,/obj/item/weapon/tank/jetpack/oxygen,/obj/item/weapon/tank/jetpack/oxygen,/obj/item/weapon/tank/jetpack/oxygen,/obj/item/weapon/tank/jetpack/oxygen,/obj/item/weapon/tank/jetpack/oxygen,/obj/item/weapon/tank/jetpack/oxygen,/obj/effect/floor_decal/techfloor{dir = 8},/turf/simulated/floor/cult,/area/vr/powered)
+"GG" = (/obj/machinery/porta_turret/alien{faction = "neutral"},/obj/machinery/light,/turf/simulated/floor/cult,/area/vr/powered)
+"GI" = (/obj/fiftyspawner/steel,/obj/fiftyspawner/steel,/obj/structure/table/darkglass,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"GK" = (/obj/structure/bed/chair/bay/comfy/captain{dir = 1},/turf/simulated/shuttle/floor/darkred,/area/vr/powered)
+"GN" = (/obj/structure/sign/ironhammer,/turf/simulated/wall/skipjack,/area/vr/powered)
+"GO" = (/turf/simulated/wall/skipjack,/area/vr/powered)
+"GP" = (/turf/simulated/mineral/sif,/area/vr/powered)
+"GQ" = (/obj/machinery/recharger/wallcharger{pixel_x = 4; pixel_y = -34},/obj/machinery/space_heater,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"GR" = (/obj/structure/table/marble,/obj/structure/window/phoronreinforced{dir = 4},/obj/effect/floor_decal/spline/fancy{dir = 4},/obj/item/weapon/reagent_containers/food/condiment/small/packet/crayon/generic,/turf/simulated/floor/cult,/area/vr/powered)
+"GS" = (/obj/structure/bed/chair/bay/comfy/red{dir = 1},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"GU" = (/obj/machinery/smartfridge/survival_pod{name = "food storage"},/obj/item/weapon/reagent_containers/food/snacks/burrito_spicy,/obj/item/weapon/reagent_containers/food/snacks/burrito_spicy,/obj/item/weapon/reagent_containers/food/snacks/burrito_spicy,/obj/item/weapon/reagent_containers/food/snacks/burrito_vegan,/obj/item/weapon/reagent_containers/food/snacks/burrito_vegan,/obj/item/weapon/reagent_containers/food/snacks/burrito_vegan,/obj/item/weapon/reagent_containers/food/snacks/burrito_mystery,/obj/item/weapon/reagent_containers/food/snacks/burrito_mystery,/obj/item/weapon/reagent_containers/food/snacks/burrito_mystery,/obj/item/weapon/reagent_containers/food/snacks/burrito_hell,/obj/item/weapon/reagent_containers/food/snacks/burrito_hell,/obj/item/weapon/reagent_containers/food/snacks/burrito_hell,/obj/item/weapon/reagent_containers/food/snacks/burrito_hell,/obj/item/weapon/reagent_containers/food/snacks/burrito_cheese,/obj/item/weapon/reagent_containers/food/snacks/burrito_cheese,/obj/item/weapon/reagent_containers/food/snacks/burrito_cheese,/obj/item/weapon/reagent_containers/food/snacks/burrito,/obj/item/weapon/reagent_containers/food/snacks/burrito,/obj/item/weapon/reagent_containers/food/snacks/burrito,/obj/item/weapon/reagent_containers/food/snacks/slice/bigbeanburrito,/obj/item/weapon/reagent_containers/food/snacks/slice/bigbeanburrito,/obj/item/weapon/reagent_containers/food/snacks/slice/bigbeanburrito,/obj/item/weapon/reagent_containers/food/snacks/slice/bigbeanburrito/filled,/obj/item/weapon/reagent_containers/food/snacks/slice/bigbeanburrito/filled,/obj/item/weapon/reagent_containers/food/snacks/slice/bigbeanburrito/filled,/obj/item/weapon/reagent_containers/food/snacks/sliceable/supremoburrito,/obj/item/weapon/reagent_containers/food/snacks/enchiladas,/obj/item/weapon/reagent_containers/food/snacks/enchiladas,/obj/item/weapon/reagent_containers/food/snacks/enchiladas,/obj/item/weapon/reagent_containers/food/snacks/cheesenachos,/obj/item/weapon/reagent_containers/food/snacks/cheesenachos,/obj/item/weapon/reagent_containers/food/snacks/cheesenachos,/obj/item/weapon/reagent_containers/food/snacks/chipplate/nachos,/obj/item/weapon/reagent_containers/food/snacks/chipplate/nachos,/obj/item/weapon/reagent_containers/food/snacks/chipplate/nachos,/obj/item/weapon/reagent_containers/food/snacks/cubannachos,/obj/item/weapon/reagent_containers/food/snacks/cubannachos,/obj/item/weapon/reagent_containers/food/snacks/cubannachos,/obj/item/weapon/reagent_containers/food/snacks/cubannachos,/obj/item/weapon/reagent_containers/food/snacks/nachos,/obj/item/weapon/reagent_containers/food/snacks/nachos,/obj/item/weapon/reagent_containers/food/snacks/nachos,/obj/item/weapon/reagent_containers/food/snacks/nachos,/obj/item/weapon/reagent_containers/food/snacks/pandenata,/obj/item/weapon/reagent_containers/food/snacks/pandenata,/obj/item/weapon/reagent_containers/food/snacks/pandenata,/obj/item/weapon/reagent_containers/food/snacks/tocino,/obj/item/weapon/reagent_containers/food/snacks/tocino,/obj/item/weapon/reagent_containers/food/snacks/tocino,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"GV" = (/obj/structure/flora/lily2,/turf/simulated/floor/water/deep{temperature = 311},/area/vr/outdoors/powered)
+"GY" = (/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{dir = 8},/obj/structure/reagent_dispensers/watertank/high,/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"GZ" = (/obj/effect/decal/remains,/turf/simulated/floor/outdoors/rocks{temperature = 293.15},/area/vr/outdoors/powered)
+"Hb" = (/obj/item/trash/rkibble{pixel_x = 8; pixel_y = 14},/obj/structure/table/rack/shelf/steel,/obj/item/trash/rkibble{pixel_x = 8},/obj/item/trash/rkibble{pixel_x = -7; pixel_y = 14},/obj/item/trash/rkibble{pixel_x = -7},/obj/item/trash/rkibble{pixel_x = 8; pixel_y = 14},/obj/item/trash/rkibble{pixel_x = -7; pixel_y = 14},/obj/item/trash/rkibble{pixel_x = -7},/obj/item/trash/rkibble{pixel_x = 8},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"Hd" = (/obj/structure/closet/walllocker_double/hydrant/east,/obj/effect/floor_decal/industrial/warning,/obj/effect/floor_decal/techfloor/orange/corner{dir = 1},/turf/simulated/floor/plating,/area/vr/powered)
+"He" = (/obj/effect/floor_decal/techfloor/corner{dir = 4},/turf/simulated/floor/cult,/area/vr/powered)
+"Hf" = (/obj/machinery/light/floortube/flicker{pixel_y = 5},/turf/simulated/floor/wood,/area/vr/powered)
+"Hg" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"Hh" = (/obj/structure/table/steel_reinforced,/obj/machinery/light{dir = 1},/obj/item/weapon/paper{desc = ""; info = "Due to breaking the space time continuum we have despawned the pods for performance reasons."; name = "Changelog"},/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"Hi" = (/obj/structure/table/bench/glass,/turf/simulated/floor/carpet/sblucarpet,/area/vr/powered)
+"Hj" = (/obj/structure/table/fancyblack,/obj/item/weapon/reagent_containers/food/snacks/rofflewaffles,/turf/simulated/floor/cult,/area/vr/powered)
+"Hk" = (/turf/simulated/floor/cult{icon_state = "cult-narsie"},/area/vr/outdoors/powered)
+"Hl" = (/obj/structure/table/fancyblack,/obj/effect/floor_decal/spline/fancy{dir = 5},/obj/item/device/soulstone{pixel_y = 9; pixel_x = 5},/obj/item/device/soulstone{pixel_y = 9; pixel_x = -2},/obj/item/device/soulstone{pixel_y = 3; pixel_x = 5},/obj/item/device/soulstone{pixel_y = 4; pixel_x = -2},/obj/item/device/soulstone{pixel_y = -3; pixel_x = 5},/obj/item/device/soulstone{pixel_y = -3; pixel_x = -3},/turf/simulated/floor/cult,/area/vr/powered)
+"Hm" = (/obj/machinery/recharger/wallcharger{pixel_x = 4; pixel_y = -30},/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"Hn" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/ship_munition/disperser_charge/emp,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"Ho" = (/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/space)
+"Hs" = (/obj/structure/table/reinforced,/obj/machinery/chemical_dispenser/full{pixel_y = 5},/obj/item/device/radio/intercom{desc = "Talk... listen through this."; name = "Station Intercom (Brig Radio)"; pixel_y = -21; wires = 7},/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"Hv" = (/obj/structure/closet/crate,/obj/fiftyspawner/glass,/obj/fiftyspawner/glass,/obj/fiftyspawner/glass,/obj/fiftyspawner/glass,/obj/fiftyspawner/glass,/obj/fiftyspawner/steel,/obj/fiftyspawner/steel,/obj/fiftyspawner/steel,/obj/fiftyspawner/steel,/obj/fiftyspawner/steel,/obj/fiftyspawner/plastic,/obj/fiftyspawner/plastic,/obj/fiftyspawner/plastic,/obj/fiftyspawner/plastic,/obj/fiftyspawner/plastic,/turf/simulated/floor/plating,/area/vr/powered)
+"Hw" = (/obj/structure/table/steel_reinforced,/obj/item/weapon/gun/projectile/automatic/serdy/rpd,/turf/simulated/floor/gorefloor,/area/vr/outdoors/powered)
+"Hx" = (/obj/machinery/vending/wardrobe/janidrobe{req_access = null},/turf/simulated/floor/tiled{outdoors = 1},/area/vr/powered)
+"Hz" = (/obj/structure/railing{dir = 8},/turf/simulated/floor/water{temperature = 311},/area/vr/outdoors/powered)
+"HD" = (/obj/effect/floor_decal/spline/fancy{dir = 10},/turf/simulated/floor/cult,/area/vr/powered)
+"HE" = (/obj/structure/table/rack,/obj/item/weapon/makeover,/obj/structure/curtain/open/bed,/obj/item/clothing/under/swimsuit/fluff/penelope,/turf/simulated/floor/wood,/area/vr/powered)
+"HF" = (/obj/structure/cult/pylon,/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/cult,/area/vr/powered)
+"HI" = (/obj/structure/closet/secure_closet/engineering_welding{req_access = null},/obj/item/weapon/storage/belt/utility,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"HJ" = (/turf/simulated/floor/wood,/area/vr/powered)
+"HN" = (/obj/structure/closet/wardrobe/grey,/obj/item/clothing/under/teshari/undercoat/standard/black_grey,/obj/item/clothing/under/teshari/undercoat/standard/black_grey,/obj/item/clothing/under/teshari/undercoat/standard/black_grey,/obj/item/clothing/shoes/black,/obj/item/clothing/shoes/black,/obj/item/clothing/shoes/footwraps,/obj/item/clothing/shoes/footwraps,/obj/item/clothing/under/color/grey,/obj/item/clothing/under/color/grey,/obj/item/clothing/under/permit,/obj/item/clothing/under/permit,/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/wood{outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"HO" = (/obj/structure/closet/secure_closet/engineering_electrical{req_access = null},/obj/random/maintenance,/obj/random/maintenance,/turf/simulated/floor/plating,/area/vr/powered)
+"HP" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 5},/obj/structure/closet/secure_closet/guncabinet{req_one_access = null},/obj/item/clothing/head/helmet/combat/USDF,/obj/item/clothing/head/helmet/combat/USDF,/obj/item/clothing/suit/armor/combat/USDF,/obj/item/clothing/suit/armor/combat/USDF,/obj/item/device/flash,/obj/item/device/flash,/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"HQ" = (/obj/machinery/bodyscanner,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"HT" = (/obj/effect/floor_decal/chapel{dir = 1},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"HU" = (/obj/structure/outcrop/uranium,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"HW" = (/obj/structure/table/rack/shelf/steel,/obj/item/weapon/reagent_containers/food/drinks/shaker{pixel_x = 6},/obj/item/weapon/reagent_containers/glass/beaker/noreact{pixel_x = -6},/obj/item/weapon/reagent_containers/glass/rag,/obj/item/weapon/reagent_containers/glass/beaker/bluespace,/turf/simulated/floor/wood{temperature = 311},/area/vr/powered)
+"HX" = (/obj/structure/closet/walllocker_double/medical/west,/obj/item/weapon/storage/firstaid,/obj/item/weapon/storage/firstaid/fire,/obj/item/weapon/storage/firstaid/toxin,/obj/item/weapon/storage/firstaid/o2,/obj/item/roller,/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"HY" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/table/glass,/obj/item/weapon/flame/candle/candelabra/everburn,/turf/simulated/floor/carpet/gaycarpet,/area/vr/powered)
+"HZ" = (/obj/effect/wingrille_spawn/reinforced,/turf/simulated/floor/plating,/area/vr/powered)
+"Ie" = (/obj/structure/bed/chair/oldsofa/corner{dir = 4},/obj/structure/window/reinforced/polarized{dir = 8; id = "h-living"},/turf/simulated/floor/wood,/area/vr/powered)
+"If" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 5},/turf/simulated/floor/plating,/area/vr/powered)
+"Ih" = (/obj/machinery/light{dir = 8},/obj/machinery/atmospherics/binary/passive_gate{dir = 1; regulate_mode = 0; unlocked = 1},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"Ij" = (/turf/simulated/floor/gorefloor,/area/vr/outdoors/powered)
+"In" = (/obj/machinery/vending/giftvendor,/turf/simulated/floor/tiled,/area/vr/powered)
+"Ip" = (/obj/vehicle/boat{dir = 8},/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"Iq" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/table/rack/shelf/steel,/obj/item/weapon/gun/energy/locked/frontier/unlocked,/obj/item/weapon/gun/energy/locked/frontier/unlocked,/obj/item/weapon/gun/energy/locked/frontier/unlocked,/obj/item/weapon/gun/energy/locked/frontier/unlocked,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"Ir" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/cult,/area/vr/powered)
+"Is" = (/obj/effect/floor_decal/techfloor{dir = 9},/turf/simulated/floor/cult,/area/vr/powered)
+"Iu" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/bed/chair/comfy/purp{dir = 8},/turf/simulated/floor/carpet/blucarpet,/area/vr/powered)
+"Iw" = (/obj/structure/closet/secure_closet/engineering_electrical{req_access = null},/obj/machinery/light{dir = 1},/obj/item/weapon/storage/belt/utility,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"Iy" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"Iz" = (/obj/effect/floor_decal/techfloor{dir = 8},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"IA" = (/obj/structure/window/phoronreinforced{dir = 1},/obj/structure/window/phoronreinforced{dir = 4},/turf/simulated/floor/redgrid/animated,/area/vr/powered)
+"IC" = (/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod,/obj/machinery/shower{pixel_y = 20},/obj/structure/curtain/open/shower,/obj/random/soap,/turf/simulated/floor/tiled/freezer,/area/vr/powered)
+"IE" = (/obj/structure/bed/chair/oldsofa/left,/turf/simulated/floor/wood,/area/vr/powered)
+"II" = (/obj/machinery/vending/nifsoft_shop,/turf/simulated/floor/tiled,/area/vr/powered)
+"IJ" = (/obj/structure/salvageable/console_os,/obj/effect/floor_decal/techfloor{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"IK" = (/obj/structure/prop/rock/flat,/turf/simulated/floor/outdoors/dirt{temperature = 311; outdoors = 0},/area/vr/powered)
+"IL" = (/obj/structure/table/rack/shelf/steel,/obj/item/ammo_magazine/awp,/obj/item/ammo_magazine/awp,/obj/item/ammo_magazine/awp,/obj/item/ammo_magazine/awp,/obj/item/ammo_magazine/awp,/obj/item/ammo_magazine/hectate,/obj/item/ammo_magazine/hectate,/obj/item/ammo_magazine/hectate,/obj/item/ammo_magazine/hectate,/obj/item/ammo_magazine/hectate,/turf/simulated/floor/reinforced,/area/vr/powered/bluebase)
+"IM" = (/obj/structure/reagent_dispensers/fueltank/high,/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/techfloor{dir = 8},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"IN" = (/obj/structure/sink,/turf/simulated/floor/wood,/area/vr/powered)
+"IO" = (/obj/machinery/mech_recharger,/obj/effect/floor_decal/industrial/outline/yellow,/obj/mecha/combat/gygax/old,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"IP" = (/turf/simulated/wall/sandstonediamond,/area/vr/outdoors/powered)
+"IR" = (/obj/structure/flora/ausbushes/ywflowers,/obj/structure/flora/smallbould,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"IS" = (/obj/structure/reagent_dispensers/fueltank/high,/turf/simulated/floor/plating,/area/vr/powered)
+"IU" = (/obj/structure/table/marble{color = "grey"},/obj/item/weapon/storage/firstaid/combat{pixel_x = 5; pixel_y = 5},/obj/item/weapon/storage/firstaid/combat,/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"IV" = (/obj/machinery/door/airlock/multi_tile/metal/mait{dir = 1; frequency = 1380; icon_state = "door_locked"; id_tag = "estrella_inner"; locked = 1; name = "Internal Access"},/obj/machinery/atmospherics/pipe/simple/visible{dir = 5},/obj/machinery/door/firedoor/border_only,/turf/simulated/shuttle/plating,/area/vr/powered)
+"IX" = (/obj/machinery/sleep_console{dir = 4},/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"IZ" = (/obj/structure/table/rack/shelf/steel,/obj/item/weapon/storage/box/monkeycubes,/obj/item/weapon/storage/box/monkeycubes/sarucubes,/obj/item/weapon/storage/box/monkeycubes/neaeracubes,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"Ja" = (/obj/structure/sign/kiddieplaque{name = "Kalipso: Modular fabrication shuttle"; pixel_x = 32},/turf/space,/area/space)
+"Jb" = (/obj/machinery/autolathe,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"Jc" = (/obj/structure/bed/chair/wood/wings{dir = 1},/turf/simulated/floor/cult,/area/vr/powered)
+"Jd" = (/obj/effect/floor_decal/spline/fancy{dir = 10},/turf/simulated/floor/cult{icon_state = "cult-narsie"},/area/vr/powered)
+"Jf" = (/obj/machinery/floorlayer,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"Jh" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/bed/chair/bay/comfy/red{dir = 1},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"Jj" = (/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/outdoors/powered)
+"Jl" = (/obj/machinery/light{dir = 8},/obj/structure/table/rack/shelf/steel,/obj/item/ammo_magazine/s357,/obj/item/ammo_magazine/s357,/obj/item/ammo_magazine/s357,/obj/item/ammo_magazine/s357,/obj/item/ammo_magazine/s357,/obj/item/ammo_magazine/s357,/obj/item/ammo_magazine/s357,/obj/item/ammo_magazine/s357,/obj/item/ammo_magazine/s357,/obj/item/ammo_magazine/s357,/obj/item/ammo_magazine/s357,/obj/item/ammo_magazine/s357,/obj/item/ammo_magazine/s357,/obj/item/ammo_magazine/s357,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"Jm" = (/obj/effect/landmark/virtual_reality{name = "Beach"},/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"Jp" = (/turf/simulated/floor/water/beach{dir = 5; temperature = 311},/area/vr/outdoors/powered)
+"Jq" = (/obj/machinery/vending/loadout/accessory,/turf/simulated/floor/tiled,/area/vr/powered)
+"Jr" = (/obj/structure/cryofeed{dir = 4},/turf/simulated/wall/rdshull,/area/vr/powered)
+"Js" = (/obj/effect/landmark/virtual_reality{name = "Construction Site"},/turf/simulated/floor/tiled,/area/vr/powered)
+"Jx" = (/obj/structure/table/fancyblack,/obj/item/weapon/flame/candle/candelabra/everburn{pixel_y = 13},/turf/simulated/floor/cult,/area/vr/powered)
+"Jy" = (/obj/structure/table/rack/shelf/steel,/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster,/obj/item/mecha_parts/mecha_equipment/repair_droid,/obj/item/mecha_parts/mecha_equipment/tool/passenger,/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/grenade/clusterbang,/turf/simulated/floor/airless,/area/vr/powered)
+"Jz" = (/obj/structure/flora/tree/jungle,/obj/structure/railing{dir = 4},/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"JC" = (/turf/simulated/floor/outdoors/sidewalk/slab{temperature = 293.15; movement_cost = 0},/area/vr/outdoors/powered)
+"JD" = (/obj/structure/flora/ausbushes/lavendergrass,/turf/simulated/floor/outdoors/grass{temperature = 293.15},/area/vr/outdoors/powered)
+"JE" = (/obj/machinery/gear_dispenser/suit/aether,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"JF" = (/obj/structure/table/rack/shelf/steel,/obj/item/stack/material/phoron{amount = 25},/obj/item/stack/material/phoron{amount = 25},/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"JH" = (/obj/structure/closet/alien{name = "container"},/obj/item/clothing/suit/space/void/autolok,/obj/item/clothing/suit/space/void/autolok,/obj/item/weapon/tank/emergency/oxygen/double,/obj/item/weapon/tank/emergency/oxygen/double,/obj/item/weapon/storage/toolbox/emergency,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"JI" = (/obj/machinery/door/blast/regular{dir = 4; id = "kalipsoshutters"; name = "Kalipso Blast Shielding"},/obj/structure/fans/tiny,/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"JJ" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"JL" = (/obj/structure/shuttle/window,/obj/machinery/door/firedoor/glass,/turf/simulated/shuttle/plating,/area/vr/powered)
+"JM" = (/obj/structure/table/wooden_reinforced,/obj/item/weapon/paper_bin,/obj/item/weapon/pen/fountain,/obj/item/weapon/pen/chameleon,/obj/item/device/gps/advanced/science,/obj/machinery/button/remote/blast_door{id = "estrella_blast"; name = "remote blast shielding control"; pixel_x = -1; pixel_y = -26},/turf/simulated/floor/wood,/area/vr/powered)
+"JN" = (/turf/simulated/wall/r_wall,/area/vr/powered)
+"JQ" = (/obj/structure/flora/ausbushes/grassybush,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"JR" = (/obj/structure/cult/pylon,/obj/effect/floor_decal/spline/fancy{dir = 10},/turf/simulated/floor/cult{icon_state = "cult-narsie"},/area/vr/powered)
+"JS" = (/obj/structure/table/rack/shelf/steel,/obj/item/mecha_parts/component/armor/alien,/obj/item/mecha_parts/mecha_equipment/crisis_drone/rad,/obj/item/mecha_parts/mecha_equipment/tool/passenger,/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg/rigged,/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy/rigged,/obj/item/mecha_parts/mecha_equipment/weapon/energy/medigun,/turf/simulated/floor/airless,/area/space)
+"JU" = (/obj/item/weapon/storage/backpack/messenger,/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,/obj/item/weapon/material/knife/tacknife/survival,/obj/item/weapon/reagent_containers/food/snacks/sosjerky,/obj/item/weapon/cell/device/hyper,/obj/item/weapon/reagent_containers/hypospray/autoinjector/trauma,/obj/item/weapon/reagent_containers/hypospray/autoinjector/oxy,/obj/item/weapon/flame/lighter/random,/obj/item/weapon/storage/box/survival/space,/obj/item/device/radio,/obj/item/clothing/accessory/storage/black_drop_pouches,/obj/item/weapon/reagent_containers/pill/dylovene,/obj/item/weapon/reagent_containers/pill/dylovene,/obj/item/device/flashlight/maglight,/obj/item/device/flashlight/flare,/obj/item/device/flashlight/flare,/obj/random/soap,/obj/item/weapon/gun/energy/locked/frontier/holdout/unlocked,/obj/item/device/fbp_backup_cell,/obj/item/device/pda,/obj/item/weapon/storage/mre/menu11,/obj/item/weapon/storage/mre/menu11,/obj/item/device/starcaster_news,/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/obj/item/device/suit_cooling_unit/emergency,/obj/item/device/gps,/obj/structure/closet{name = "Survival closet"},/turf/simulated/floor/plating,/area/vr/powered)
+"JV" = (/obj/structure/salvageable/console_os{dir = 4},/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"JX" = (/obj/structure/toilet{dir = 4},/turf/simulated/floor/tiled/freezer,/area/vr/powered)
+"JY" = (/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/canister/phoron/cold,/obj/effect/floor_decal/techfloor/orange/corner,/turf/simulated/floor/plating,/area/vr/powered)
+"JZ" = (/obj/structure/lattice,/obj/effect/blocker,/turf/space,/area/space)
+"Ka" = (/obj/machinery/door/window/survival_pod{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"Kb" = (/obj/structure/cable/green{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"Kc" = (/obj/structure/plushie/ian{dir = 4},/turf/simulated/floor/gorefloor2,/area/vr/outdoors/powered)
+"Kd" = (/obj/structure/simple_door/flock,/turf/simulated/floor/flock,/area/vr/powered)
+"Ke" = (/obj/structure/closet/alien{name = "container"},/obj/item/clothing/suit/space/void/autolok,/obj/item/clothing/suit/space/void/autolok,/obj/item/weapon/tank/emergency/oxygen/double,/obj/item/weapon/tank/emergency/oxygen/double,/obj/item/weapon/storage/toolbox/emergency,/turf/simulated/floor/airless,/area/vr/powered)
+"Kh" = (/mob/living/simple_mob/mechanical/mecha/combat/marauder{faction = "syndicate"},/turf/simulated/floor/airless,/area/vr/outdoors/powered)
+"Ki" = (/obj/structure/prop/rock/watersharp,/turf/simulated/floor/water{temperature = 311},/area/vr/outdoors/powered)
+"Kk" = (/obj/effect/floor_decal/techfloor{dir = 8},/mob/living/simple_mob/mechanical/mecha/combat/marauder{faction = "syndicate"},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"Kl" = (/obj/structure/bed/chair/wood,/turf/simulated/floor/wood,/area/vr/powered)
+"Km" = (/turf/simulated/floor/reinforced,/area/vr/powered/redbase)
+"Kn" = (/obj/structure/table/reinforced,/obj/item/device/gps/advanced/science,/obj/item/weapon/reagent_containers/spray/cleaner{desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; name = "Chemistry Cleaner"},/turf/simulated/shuttle/floor/purple,/area/vr/powered)
+"Ko" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/shuttle/floor/darkred,/area/vr/powered)
+"Kp" = (/obj/structure/cable/green{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/plating,/area/vr/powered)
+"Kq" = (/obj/machinery/atmospherics/pipe/tank/air{dir = 4},/obj/effect/floor_decal/industrial/outline/blue,/turf/simulated/shuttle/plating,/area/vr/powered)
+"Kr" = (/obj/structure/prop/rock/sharp,/turf/simulated/floor/outdoors/dirt{temperature = 311; outdoors = 0},/area/vr/powered)
+"Ks" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/sunnybush,/turf/unsimulated/wall,/area/vr/outdoors/powered)
+"Ku" = (/obj/structure/table/fancyblack,/obj/item/weapon/material/kitchen/utensil/spoon{pixel_x = 2},/obj/structure/window/reinforced/polarized{dir = 4; id = "h-kitchen"},/turf/simulated/floor/wood,/area/vr/powered)
+"Ky" = (/obj/machinery/door/blast/multi_tile/four_tile_hor_sec{icon_state = "open"; opacity = 0; autoclose = 0; density = 0},/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"Kz" = (/obj/structure/flora/bboulder1,/obj/structure/flora/bboulder1,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"KA" = (/obj/structure/table/rack/shelf/steel,/obj/item/mecha_parts/component/armor/military,/obj/item/mecha_parts/component/gas/reinforced,/obj/item/mecha_parts/mecha_equipment/omni_shield,/obj/item/mecha_parts/mecha_equipment/tool/jetpack,/obj/item/mecha_parts/mecha_equipment/tool/passenger,/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/cannon,/turf/simulated/floor/airless,/area/space)
+"KD" = (/obj/structure/table/rack/shelf/steel,/obj/fiftyspawner/plasteel,/obj/fiftyspawner/durasteel,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"KE" = (/obj/machinery/sleeper{dir = 4; emagged = 1; initial_bin_rating = 4},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"KF" = (/obj/structure/cliff/automatic,/turf/simulated/floor/lava,/area/vr/outdoors/powered)
+"KG" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod,/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/structure/window/reinforced/survival_pod{dir = 1},/turf/simulated/shuttle/plating,/area/vr/powered)
+"KI" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/window/reinforced/survival_pod,/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/machinery/door/blast/regular{dir = 4; id = "kalipsoshutters"; name = "Kalipso Blast Shielding"},/turf/simulated/shuttle/plating,/area/vr/powered)
+"KJ" = (/obj/structure/flora/log1,/turf/simulated/floor/water/deep{temperature = 311},/area/vr/outdoors/powered)
+"KK" = (/obj/machinery/vending/fishing,/turf/simulated/floor/tiled,/area/vr/powered)
+"KL" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/bed/chair/bay/comfy/purple{dir = 4},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"KM" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/plating,/area/vr/powered)
+"KN" = (/obj/machinery/computer/operating{dir = 4},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"KO" = (/obj/structure/closet/walllocker_double/hydrant/east,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"KP" = (/obj/machinery/power/thermoregulator,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"KR" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/window/reinforced/survival_pod,/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/machinery/door/blast/regular/open{dir = 4; id = "stargazer_blast"; name = "window blast shield"},/turf/simulated/shuttle/plating,/area/vr/powered)
+"KS" = (/obj/structure/window/reinforced/survival_pod,/obj/machinery/field_generator{anchored = 1; state = 1},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"KT" = (/obj/item/seeds/random,/obj/item/seeds/random,/obj/machinery/space_heater,/turf/simulated/floor/wood,/area/vr/powered)
+"KU" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/fiftyspawner/plasteel,/obj/structure/closet/alien{color = "grey"; desc = "Eldritch carved locker."; name = "rockformed locker"},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"KV" = (/obj/machinery/vending/weeb,/turf/simulated/floor/tiled{outdoors = 1},/area/vr/powered)
+"KW" = (/obj/machinery/autolathe{hacked = 1; name = "hacked autolathe"},/turf/simulated/floor/reinforced,/area/vr/powered/bluebase)
+"KX" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/structure/mirror{pixel_x = 28},/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"KY" = (/obj/item/clothing/head/helmet/bulletproof,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"KZ" = (/obj/structure/bed/chair/bay/comfy/red{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"La" = (/obj/structure/flora/tree/bigtree,/turf/simulated/floor/outdoors/grass{temperature = 293.15},/area/vr/outdoors/powered)
+"Lb" = (/turf/simulated/floor/grass2{outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"Lc" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/ship_munition/disperser_charge/fire,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"Ld" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/closet/walllocker/emerglocker/west,/turf/simulated/shuttle/floor/yellow,/area/vr/powered)
+"Li" = (/mob/living/simple_mob/construct/wraith{dir = 1; ai_holder_type = null},/turf/simulated/floor/redgrid/animated,/area/vr/powered)
+"Lj" = (/obj/structure/flora/ausbushes/ywflowers,/turf/simulated/floor/outdoors/grass{temperature = 293.15},/area/vr/outdoors/powered)
+"Lk" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/table/steel_reinforced,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"Ll" = (/obj/effect/catwalk_plated/white,/obj/machinery/light/small{dir = 1},/turf/space,/area/space)
+"Lm" = (/obj/machinery/atmospherics/binary/circulator,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor,/area/vr/powered)
+"Ln" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/obj/random/maintenance,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"Lo" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod,/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/machinery/door/blast/regular{id = "kalipsoshutters"; name = "Kalipso Blast Shielding"},/obj/machinery/computer/rdconsole/core{dir = 4; req_access = null},/turf/simulated/shuttle/plating,/area/vr/powered)
+"Lp" = (/obj/effect/floor_decal/techfloor/corner{dir = 5},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"Lq" = (/obj/machinery/access_button{master_tag = null; pixel_y = 27; req_one_access = null},/obj/effect/map_helper/airlock/door/int_door,/obj/effect/map_helper/airlock/button/int_button,/obj/machinery/door/airlock/hatch,/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"Ls" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/fiftyspawner/plasteel,/obj/structure/closet/alien{color = "grey"; desc = "Eldritch carved locker."; name = "rockformed locker"},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"Lt" = (/obj/machinery/atmospherics/binary/passive_gate{dir = 8; regulate_mode = 0; unlocked = 1},/turf/simulated/floor/plating,/area/vr/powered)
+"Lu" = (/obj/structure/bed/chair/wood/wings,/obj/effect/floor_decal/spline/fancy{dir = 1},/turf/simulated/floor/cult,/area/vr/powered)
+"Lv" = (/obj/effect/floor_decal/techfloor{dir = 1},/obj/machinery/light/floortube/flicker{pixel_y = -2},/turf/simulated/floor/cult,/area/vr/powered)
+"Lw" = (/mob/living/simple_mob/construct/wraith{dir = 8; ai_holder_type = null},/turf/simulated/floor/redgrid/off,/area/vr/powered)
+"Lx" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/techfloor{dir = 1},/obj/machinery/light/poi{dir = 1},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"Ly" = (/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{dir = 4},/obj/structure/fuel_port{pixel_x = 30},/obj/machinery/light/small/emergency{dir = 4},/turf/simulated/floor/plating,/area/vr/powered)
+"LF" = (/obj/effect/floor_decal/techfloor{dir = 8},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"LH" = (/obj/structure/table/reinforced,/obj/item/weapon/reagent_containers/glass/beaker/large,/obj/item/weapon/reagent_containers/dropper,/obj/item/weapon/reagent_containers/glass/beaker,/obj/item/weapon/reagent_containers/glass/beaker,/obj/machinery/reagentgrinder,/obj/machinery/firealarm{dir = 4; pixel_x = 24},/obj/item/weapon/reagent_containers/spray/cleaner{desc = "Someone has crossed out the 'Space' from Space Cleaner and written in Chemistry. Scrawled on the back is, 'Okay, whoever filled this with polytrinic acid, it was only funny the first time. It was hard enough replacing the CMO's first cat!'"; name = "Chemistry Cleaner"},/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"LJ" = (/obj/effect/catwalk_plated/dark,/turf/space,/area/space)
+"LK" = (/obj/machinery/door/airlock/hatch{icon_state = "door_locked"; id_tag = null; locked = 1; req_access = list(11)},/turf/simulated/floor/airless,/area/vr/powered)
+"LL" = (/obj/machinery/artifact_scanpad,/obj/effect/simple_portal/linked,/obj/effect/map_effect/interval/effect_emitter/sparks,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"LM" = (/turf/simulated/floor/redgrid/animated,/area/vr/powered)
+"LN" = (/obj/item/pizzavoucher,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"LO" = (/obj/machinery/door/airlock/maintenance/common,/turf/simulated/floor/plating,/area/vr/powered)
+"LQ" = (/obj/machinery/sleep_console{dir = 4},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"LR" = (/obj/machinery/atmospherics/pipe/manifold4w/visible,/obj/machinery/meter,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/shuttle/plating,/area/vr/powered)
+"LT" = (/obj/machinery/door/airlock/maintenance/medical{req_one_access = null},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/door/firedoor/glass,/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"LY" = (/obj/structure/bed/chair/bay/comfy/red{dir = 1},/obj/machinery/door/window/survival_pod{dir = 2},/mob/living/simple_mob/humanoid/merc/ranged/laser,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"Ma" = (/obj/machinery/light/floortube/flicker{dir = 8; pixel_x = 5},/turf/simulated/floor/wood,/area/vr/powered)
+"Mb" = (/obj/effect/catwalk_plated/dark,/turf/simulated/floor/airless,/area/space)
+"Mc" = (/obj/structure/flora/tree/jungle_small,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"Md" = (/obj/machinery/light{dir = 8},/obj/item/weapon/paper_bin,/obj/structure/table/wooden_reinforced,/obj/item/weapon/pen/fountain,/turf/simulated/floor/wood,/area/vr/powered)
+"Me" = (/obj/structure/table/marble{color = "grey"},/obj/structure/window/phoronreinforced,/obj/effect/floor_decal/spline/fancy,/obj/item/weapon/reagent_containers/food/condiment/small/packet/crayon/orange,/obj/machinery/light/floortube/flicker{dir = 8; pixel_x = 5},/turf/simulated/floor/cult,/area/vr/powered)
+"Mf" = (/obj/item/weapon/storage/backpack/holding,/turf/simulated/floor/cult,/area/vr/powered)
+"Mg" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/window/reinforced/survival_pod,/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/machinery/door/blast/regular{dir = 4; id = "kalipsoshutters"; name = "Kalipso Blast Shielding"},/turf/simulated/shuttle/plating,/area/vr/powered)
+"Mo" = (/obj/structure/table/marble,/obj/item/weapon/flame/candle/candelabra/everburn,/turf/simulated/floor/wood{temperature = 311},/area/vr/powered)
+"Mq" = (/obj/item/clothing/gloves/yellow,/turf/simulated/floor,/area/vr/powered)
+"Mr" = (/obj/structure/cable/green{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"Ms" = (/obj/structure/salvageable/computer,/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"Mt" = (/obj/fiftyspawner/uranium,/obj/item/stack/cable_coil/random,/obj/item/stack/cable_coil/random,/obj/machinery/power/port_gen/pacman/super,/turf/simulated/floor/tiled,/area/vr/powered)
+"Mu" = (/obj/structure/closet/walllocker_double/medical/west,/obj/item/weapon/storage/firstaid,/obj/item/weapon/storage/firstaid/fire,/obj/item/weapon/storage/firstaid/toxin,/obj/item/weapon/storage/firstaid/o2,/obj/item/roller,/obj/effect/floor_decal/techfloor{dir = 4},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"Mv" = (/obj/structure/sink{dir = 4; pixel_x = 11},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"Mx" = (/obj/structure/cryofeed{dir = 2},/turf/simulated/wall/rdshull,/area/vr/powered)
+"My" = (/obj/effect/floor_decal/chapel{dir = 4},/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"Mz" = (/obj/structure/table/rack/shelf/steel,/obj/fiftyspawner/rods,/obj/fiftyspawner/rods,/obj/item/stack/material/plasteel{amount = 30},/obj/item/stack/material/plasteel{amount = 30},/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"MB" = (/obj/structure/table/steel_reinforced,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/turf/simulated/floor/airless,/area/vr/powered)
+"MF" = (/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"MG" = (/obj/item/weapon/spacecash/ewallet{worth = 69000},/obj/structure/table/steel,/obj/item/weapon/spacecash/ewallet{worth = 69000},/turf/simulated/floor/tiled,/area/vr/powered)
+"MI" = (/turf/unsimulated/wall,/area/vr/outdoors/powered)
+"MJ" = (/obj/machinery/light/floortube/flicker{pixel_y = 5},/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"ML" = (/obj/structure/cult/talisman,/obj/effect/floor_decal/spline/fancy{dir = 8},/turf/simulated/floor/cult,/area/vr/powered)
+"MO" = (/obj/structure/window/phoronreinforced{dir = 8},/obj/structure/window/phoronreinforced{dir = 8},/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced,/obj/structure/prop/statue/phoron{pixel_y = 0; pixel_x = 16},/turf/simulated/floor/redgrid/animated,/area/vr/powered)
+"MP" = (/obj/item/toy/plushie/susred,/turf/simulated/floor/cult,/area/vr/powered)
+"MR" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/closet/alien,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/fiftyspawner/plasteel,/turf/simulated/floor,/area/vr/powered)
+"MU" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"MV" = (/obj/machinery/autolathe{hacked = 1; name = "hacked autolathe"},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"MW" = (/obj/structure/table/fancyblack,/obj/effect/floor_decal/spline/fancy{dir = 1},/turf/simulated/floor/cult,/area/vr/powered)
+"MX" = (/obj/structure/grille/cult,/obj/structure/window/phoronreinforced/full,/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/window/reinforced/survival_pod,/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod{dir = 4},/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"MY" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/structure/reagent_dispensers/fueltank/high,/turf/simulated/floor/airless,/area/vr/powered)
+"MZ" = (/obj/item/weapon/photo,/obj/item/weapon/photo{pixel_x = 4},/obj/structure/table/bench/wooden,/turf/simulated/floor/wood,/area/vr/powered)
+"Na" = (/obj/structure/window/reinforced{dir = 8; health = 1e+006},/obj/structure/flora/pottedplant/unusual,/obj/structure/table/bench/marble,/turf/simulated/floor/wood{temperature = 311},/area/vr/powered)
+"Nb" = (/obj/structure/flora/ausbushes/palebush,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"Nc" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/reagent_dispensers/watertank/high,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"Ne" = (/obj/structure/bed/alien,/obj/structure/curtain/open/privacy,/obj/item/weapon/bedsheet/medical,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"Nf" = (/obj/structure/table/marble,/obj/item/weapon/material/knife/hook,/turf/simulated/floor,/area/vr/powered)
+"Ng" = (/turf/simulated/mineral/alt{temperature = 293.15},/area/vr/powered)
+"Ni" = (/obj/machinery/vending/engivend{emagged = 1; req_access = null; req_log_access = null},/turf/simulated/floor/tiled,/area/vr/powered)
+"Nj" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"Nk" = (/obj/machinery/computer/security/telescreen/entertainment{pixel_x = 31},/turf/simulated/floor/plating,/area/vr/powered)
+"Nl" = (/obj/structure/closet/wardrobe/grey,/obj/item/clothing/under/teshari/undercoat/standard/black_grey,/obj/item/clothing/under/teshari/undercoat/standard/black_grey,/obj/item/clothing/under/teshari/undercoat/standard/black_grey,/obj/item/clothing/shoes/black,/obj/item/clothing/shoes/black,/obj/item/clothing/shoes/footwraps,/obj/item/clothing/shoes/footwraps,/obj/item/clothing/under/color/grey,/obj/item/clothing/under/color/grey,/obj/item/clothing/under/permit,/obj/item/clothing/under/permit,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"Nm" = (/obj/structure/flora/tree/jungle_small,/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/fullgrass,/turf/unsimulated/wall,/area/vr/outdoors/powered)
+"Nn" = (/obj/structure/closet/walllocker_double/kitchen/east{name = "Ration Cabinet"},/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/device/radio{pixel_x = -5; pixel_y = 5},/obj/item/device/radio{pixel_x = -5; pixel_y = 5},/obj/item/device/radio{pixel_x = 5; pixel_y = 5},/obj/item/device/radio{pixel_x = 5; pixel_y = 5},/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/window/reinforced/survival_pod,/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"No" = (/obj/machinery/portable_atmospherics/canister/air,/obj/machinery/atmospherics/portables_connector,/turf/simulated/floor/plating,/area/vr/powered)
+"Np" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"Nq" = (/turf/simulated/floor/water/deep{outdoors = 0; temperature = 311},/area/vr/outdoors/powered)
+"Ns" = (/obj/machinery/vending/wardrobe/robodrobe{req_access = null},/turf/simulated/floor/tiled{outdoors = 1},/area/vr/powered)
+"Nt" = (/obj/machinery/mech_recharger,/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/loot_pile/mecha/odysseus/murdysseus,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"Nu" = (/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/hidden/yellow,/obj/structure/closet/walllocker_double/hydrant/east,/obj/structure/closet/walllocker/emerglocker/south,/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/plating,/area/vr/powered)
+"Ny" = (/obj/machinery/power/smes/buildable/hybrid,/obj/structure/cable/green{d2 = 4; icon_state = "0-4"},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/industrial/warning,/obj/structure/sign/electricshock{pixel_x = -32},/turf/simulated/floor/plating,/area/vr/powered)
+"Nz" = (/obj/machinery/disperser/front{dir = 1},/turf/simulated/floor/airless,/area/vr/powered)
+"NB" = (/obj/effect/floor_decal/corner/brown/border{dir = 8},/obj/effect/floor_decal/spline/fancy/wood{dir = 8},/turf/simulated/floor/wood,/area/vr/powered)
+"ND" = (/obj/structure/table/fancyblack,/obj/item/weapon/reagent_containers/food/snacks/pandenata,/turf/simulated/floor/cult,/area/vr/powered)
+"NE" = (/obj/structure/table/fancyblack,/obj/item/weapon/bikehorn/tinytether{pixel_y = 5; pixel_x = 2},/obj/item/weapon/bikehorn/tinytether{pixel_y = 11; pixel_x = 8},/obj/item/weapon/paperplane{dir = 4; pixel_y = 2; pixel_x = -9},/turf/simulated/floor/wood,/area/vr/powered)
+"NF" = (/obj/structure/salvageable/machine,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"NG" = (/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/machinery/shower{dir = 1},/obj/structure/curtain/open/shower,/obj/random/soap,/turf/simulated/floor/tiled/freezer,/area/vr/powered)
+"NJ" = (/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/carpet/bcarpet,/area/vr/powered)
+"NN" = (/obj/structure/flora/smallbould,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"NO" = (/obj/structure/cult/pylon,/obj/effect/floor_decal/spline/fancy{dir = 9},/turf/simulated/floor/cult{icon_state = "cult-narsie"},/area/vr/powered)
+"NQ" = (/obj/effect/decal/cleanable/blood/gibs{color = "red"; icon_state = "gibup1_flesh"},/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"NS" = (/mob/living/simple_mob/construct/juggernaut/behemoth{ai_holder_type = null},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"NT" = (/obj/machinery/door/airlock/maintenance/engi{req_one_access = null},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/steel_grid,/area/vr/powered)
+"NU" = (/obj/structure/window/phoronreinforced{dir = 1},/obj/structure/window/phoronreinforced{dir = 8},/turf/simulated/floor/redgrid/animated,/area/vr/powered)
+"NV" = (/obj/machinery/door/airlock/angled_tgmc/wide/medical,/turf/simulated/shuttle/plating,/area/vr/powered)
+"NW" = (/obj/structure/salvageable/server,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"Oa" = (/obj/machinery/atmospherics/pipe/manifold/hidden,/obj/random/junk,/turf/simulated/floor/airless,/area/vr/powered)
+"Ob" = (/obj/structure/ship_munition/disperser_charge/emp,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"Oc" = (/obj/random/mob/fish,/turf/simulated/floor/water/deep{outdoors = 0; temperature = 311},/area/vr/powered)
+"Od" = (/turf/simulated/floor/water/deep{temperature = 311},/area/vr/outdoors/powered)
+"Oe" = (/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1380; master_tag = "estrella"; name = "exterior access button"; pixel_y = 26},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular/open{dir = 4; id = "estrella_blast"; layer = 2; name = "window blast shield"; open_layer = 2},/turf/simulated/shuttle/plating,/area/vr/powered)
+"Of" = (/obj/machinery/door/firedoor/glass,/obj/structure/table/reinforced,/obj/machinery/door/window/northright{dir = 4; name = "Medical booth"},/obj/structure/curtain/black{icon_state = "open"; layer = 2; name = "privacy curtain"; opacity = 0},/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"Og" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/reinforced,/area/vr/powered/redbase)
+"Oh" = (/turf/simulated/mineral/sif,/area/vr/outdoors/powered)
+"Oi" = (/obj/effect/fake_sun{possible_light_setups = list(list("brightness"=6,"color"="#abfff7"),list("brightness"=4,"color"="#F4EA55"),list("brightness"=2.5,"color"="#EE9AC6"),list("brightness"=1.5,"color"="#F07AD8"),list("brightness"=1.5,"color"="#61AEF3"))},/turf/simulated/floor/outdoors/newdirt_nograss{temperature = 293.15},/area/vr/outdoors/powered)
+"Oj" = (/obj/effect/floor_decal/techfloor/corner{dir = 10},/turf/simulated/floor/cult,/area/vr/powered)
+"Ok" = (/obj/structure/table/rack/shelf/steel,/obj/random/maintenance/engineering,/obj/random/maintenance/medical,/obj/random/maintenance/research,/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"Ol" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"Om" = (/obj/machinery/computer/operating{dir = 8; name = "Robotics Operating Computer"},/obj/effect/floor_decal/industrial/outline/yellow,/obj/effect/floor_decal/techfloor{dir = 4},/obj/machinery/light/poi{dir = 4},/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"On" = (/mob/living/simple_mob/construct/harvester{ai_holder_type = null},/turf/simulated/floor/redgrid/animated,/area/vr/powered)
+"Op" = (/obj/item/weapon/coin/gold,/obj/item/stack/material/gold,/turf/simulated/floor/flock,/area/vr/powered)
+"Or" = (/turf/simulated/wall/r_wall,/area/vr/powered/bluebase)
+"Os" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"Ot" = (/obj/random/soap,/obj/random/soap,/obj/random/soap,/obj/structure/table/marble,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"Ou" = (/obj/structure/flora/ausbushes/fullgrass,/turf/unsimulated/wall,/area/vr/outdoors/powered)
+"Ow" = (/turf/simulated/floor/wood/alt/panel{temperature = 311},/area/vr/powered)
+"Oy" = (/turf/simulated/floor/airless,/area/vr/powered)
+"Oz" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/ship_munition/disperser_charge/emp,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"OB" = (/obj/structure/reagent_dispensers/fueltank/high,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"OC" = (/obj/item/weapon/coin/gold,/obj/item/weapon/coin/diamond,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced,/turf/simulated/floor/flock,/area/vr/powered)
+"OE" = (/obj/effect/floor_decal/techfloor/corner,/turf/simulated/floor/cult,/area/vr/powered)
+"OF" = (/obj/structure/closet/cabinet{pixel_y = 20},/obj/item/weapon/ore/diamond,/obj/item/weapon/ore/gold,/obj/item/weapon/ore/osmium,/obj/item/weapon/ore/silver,/obj/item/weapon/ore/uranium,/obj/item/weapon/ore/bluespace_crystal,/obj/item/clothing/head/sombrero,/obj/item/clothing/head/sombrero,/obj/item/clothing/suit/poncho,/obj/item/clothing/accessory/poncho/thermal/red,/obj/item/clothing/accessory/poncho/thermal/security,/obj/item/clothing/accessory/poncho/thermal/green,/obj/item/clothing/accessory/poncho/red,/obj/item/clothing/shoes/footwraps,/obj/item/clothing/shoes/footwraps,/obj/item/clothing/shoes/footwraps,/obj/item/clothing/shoes/footwraps,/obj/item/toy/bosunwhistle/fluff/strix,/obj/item/weapon/blobcore_chunk,/obj/item/weapon/towel/random,/obj/item/weapon/towel/random,/turf/simulated/floor/wood,/area/vr/powered)
+"OG" = (/mob/living/simple_mob/humanoid/merc/ranged/laser,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"OH" = (/obj/structure/table/rack/shelf/steel,/obj/item/stack/material/uranium,/obj/item/stack/material/phoron{amount = 5; pixel_x = -1; pixel_y = -3},/obj/item/stack/material/gold{amount = 5},/obj/item/stack/material/diamond,/obj/item/stack/material/silver{amount = 5; pixel_x = 2; pixel_y = 4},/turf/simulated/shuttle/floor/purple,/area/vr/powered)
+"OI" = (/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/cult,/area/vr/powered)
+"OK" = (/mob/living/simple_mob/construct/wraith{ai_holder_type = null},/turf/simulated/floor/redgrid/animated,/area/vr/powered)
+"OL" = (/obj/item/weapon/storage/belt/soulstone/full,/turf/simulated/floor/cult,/area/vr/powered)
+"OP" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod,/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/effect/zone_divider,/obj/structure/fans/tiny,/turf/simulated/shuttle/plating,/area/vr/powered)
+"OQ" = (/obj/effect/floor_decal/techfloor{dir = 4},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"OR" = (/obj/fiftyspawner/gold,/obj/item/weapon/coin/diamond,/obj/item/instrument/violin/golden,/turf/simulated/floor/flock,/area/vr/powered)
+"OT" = (/obj/effect/decal/cleanable/blood/gibs{color = "red"; icon_state = "mgibbl1"},/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"OU" = (/obj/item/weapon/bedsheet/piratedouble,/obj/structure/curtain/black{icon_state = "open"; layer = 2; name = "privacy curtain"; opacity = 0},/turf/simulated/floor/wood/sif,/area/vr/powered)
+"OV" = (/obj/machinery/vending/wardrobe/scidrobe{req_access = null},/turf/simulated/floor/tiled{outdoors = 1},/area/vr/powered)
+"OW" = (/obj/vehicle/boat/dragon/sifwood{dir = 8},/obj/structure/lattice,/turf/space,/area/space)
+"OX" = (/obj/structure/bed/chair/office/light{dir = 1},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"OY" = (/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"Pa" = (/obj/machinery/autolathe{hacked = 1; name = "military autolathe"},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"Pb" = (/obj/machinery/flasher{id = "procroom2"; name = "Floor mounted flash"},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"Pc" = (/obj/effect/simple_portal/linked,/obj/effect/floor_decal/spline/fancy{icon_state = "spline_fancy_full"},/turf/simulated/floor/lava/harmless,/area/vr/powered)
+"Pd" = (/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"Pf" = (/obj/machinery/porta_turret/alien{faction = "neutral"},/obj/machinery/light{dir = 8; layer = 3},/turf/simulated/floor/cult,/area/vr/powered)
+"Ph" = (/obj/structure/salvageable/console_os{dir = 4},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"Pk" = (/obj/effect/floor_decal/techfloor{dir = 1},/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"Pl" = (/obj/machinery/vending/security{req_access = null},/turf/simulated/floor/tiled{outdoors = 1},/area/vr/powered)
+"Pm" = (/obj/machinery/chemical_analyzer,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"Pn" = (/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/carpet/oracarpet,/area/vr/powered)
+"Po" = (/obj/structure/bed/chair/wood{dir = 8},/turf/simulated/floor/wood,/area/vr/powered)
+"Pq" = (/obj/machinery/door/airlock/angled_tgmc/wide/dropship2,/turf/simulated/shuttle/plating,/area/vr/powered)
+"Ps" = (/obj/machinery/disperser/front{dir = 1},/turf/space,/area/space)
+"Pt" = (/turf/simulated/floor/airless,/area/vr/outdoors/powered)
+"Py" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/table/steel_reinforced,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"Pz" = (/obj/structure/closet/wardrobe/grey,/obj/item/clothing/under/teshari/undercoat/standard/black_grey,/obj/item/clothing/under/teshari/undercoat/standard/black_grey,/obj/item/clothing/under/teshari/undercoat/standard/black_grey,/obj/item/clothing/shoes/black,/obj/item/clothing/shoes/black,/obj/item/clothing/shoes/footwraps,/obj/item/clothing/shoes/footwraps,/obj/item/clothing/under/color/grey,/obj/item/clothing/under/color/grey,/obj/item/clothing/under/permit,/obj/item/clothing/under/permit,/obj/item/clothing/under/permit,/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"PD" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/door/airlock/maintenance/rnd{req_one_access = null},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/steel_grid,/area/vr/powered)
+"PG" = (/obj/effect/floor_decal/chapel{dir = 8},/turf/simulated/floor/redgrid/off,/area/vr/powered)
+"PH" = (/obj/structure/table/fancyblack,/obj/effect/floor_decal/spline/fancy{dir = 9},/obj/item/weapon/book/tome/imbued{pixel_y = 9},/obj/item/weapon/book/tome/imbued{pixel_y = 6},/obj/item/weapon/book/tome/imbued{pixel_y = 3},/obj/item/weapon/book/tome/imbued{pixel_y = 0},/obj/item/weapon/book/tome/imbued{pixel_y = 0},/turf/simulated/floor/cult,/area/vr/powered)
+"PJ" = (/obj/item/clothing/accessory/fluff/zeta_blackwell_1,/turf/simulated/floor/cult,/area/vr/powered)
+"PK" = (/obj/structure/reagent_dispensers/fueltank/high,/turf/simulated/floor/airless,/area/vr/powered)
+"PN" = (/obj/structure/bed/chair/office/dark{dir = 1},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"PO" = (/obj/structure/bed/chair/oldsofa{dir = 1},/obj/structure/window/phoronreinforced,/turf/simulated/floor/wood,/area/vr/powered)
+"PP" = (/obj/effect/landmark/virtual_reality{name = "Abandoned Mech Factory"},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"PR" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/cult,/area/vr/powered)
+"PS" = (/obj/structure/closet/emcloset,/obj/machinery/light/poi{dir = 1},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"PT" = (/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/machinery/field_generator{anchored = 1; state = 1},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"PU" = (/obj/structure/sign/department/rnd{pixel_y = 32},/obj/structure/table/steel_reinforced,/obj/item/weapon/paper{desc = ""; info = "Due to many exploits we have decided to remove the consoles, I asked for help fixing this but instead I got lousy excuses. So you get no more RD!!"; name = "Angrily Scribbled Note"},/turf/simulated/shuttle/floor/yellow,/area/vr/powered)
+"PV" = (/obj/structure/sink{dir = 4; pixel_x = 11},/turf/simulated/floor/tiled/freezer,/area/vr/powered)
+"PX" = (/obj/structure/table/marble,/obj/item/weapon/reagent_containers/glass/beaker/bluespace,/obj/item/weapon/reagent_containers/glass/beaker/bluespace{pixel_x = -7},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"PZ" = (/obj/structure/flora/ausbushes/fullgrass,/turf/simulated/mineral/sif,/area/vr/outdoors/powered)
+"Qa" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/bed/chair/bay/comfy/red{dir = 1},/mob/living/simple_mob/humanoid/merc/ranged/laser,/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"Qc" = (/obj/effect/overlay/palmtree_l,/obj/effect/overlay/coconut,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"Qd" = (/obj/effect/floor_decal/techfloor{dir = 8},/turf/simulated/floor/airless,/area/vr/powered)
+"Qe" = (/obj/machinery/light/floortube/flicker{pixel_y = 13},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"Qg" = (/obj/machinery/atmospherics/valve,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"Qi" = (/obj/machinery/light{dir = 1; layer = 3},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"Qj" = (/obj/effect/floor_decal/techfloor,/turf/simulated/floor/cult{icon_state = "cult-narsie"},/area/vr/powered)
+"Qk" = (/obj/structure/closet,/turf/simulated/floor/carpet/blucarpet,/area/vr/powered)
+"Qm" = (/turf/simulated/floor/water{temperature = 293.15},/area/vr/outdoors/powered)
+"Qn" = (/obj/structure/table/darkglass,/obj/item/device/defib_kit/loaded,/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"Qp" = (/obj/machinery/sleeper{dir = 4},/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"Qq" = (/obj/machinery/power/generator{anchored = 1; dir = 4},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor,/area/vr/powered)
+"Qs" = (/obj/effect/floor_decal/chapel{dir = 1},/turf/simulated/floor/redgrid/off,/area/vr/powered)
+"Qv" = (/obj/effect/floor_decal/techfloor,/turf/simulated/floor/cult,/area/vr/powered)
+"Qw" = (/obj/effect/floor_decal/techfloor{dir = 8},/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"Qy" = (/obj/vehicle/boat{dir = 8},/obj/structure/lattice,/turf/space,/area/space)
+"Qz" = (/obj/structure/flora/bboulder2,/turf/simulated/floor/grass2{outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"QA" = (/obj/machinery/disperser/back{dir = 1},/obj/structure/ship_munition/disperser_charge/mining,/obj/structure/sign/department/shield{pixel_x = -32},/turf/simulated/floor/plating,/area/vr/powered)
+"QB" = (/obj/effect/floor_decal/techfloor/corner{dir = 9},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"QC" = (/obj/structure/table/bench/marble,/obj/structure/flora/pottedplant/dead{pixel_y = 7},/obj/structure/window/reinforced/polarized{id = "h-master"},/turf/simulated/floor/wood,/area/vr/powered)
+"QG" = (/obj/structure/table/steel_reinforced,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/turf/simulated/floor/airless,/area/vr/outdoors/powered)
+"QJ" = (/obj/structure/bed/chair/backed_red{dir = 4},/obj/item/clothing/under/pants/track,/obj/item/clothing/head/ushanka,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"QL" = (/obj/structure/cliff/automatic{dir = 4},/turf/simulated/floor/lava,/area/vr/outdoors/powered)
+"QM" = (/turf/simulated/shuttle/wall/flock,/area/vr/powered)
+"QO" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/structure/table/rack/shelf/steel,/obj/item/weapon/material/twohanded/fireaxe,/obj/item/weapon/material/twohanded/fireaxe,/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"QP" = (/obj/structure/extinguisher_cabinet{pixel_x = 28},/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"QQ" = (/mob/living/simple_mob/mechanical/mecha/combat/gygax/manned{faction = "syndicate"},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"QT" = (/obj/effect/decal/cleanable/blood/gibs{color = "red"; icon_state = "mfloor6"},/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"QU" = (/obj/structure/bed/chair/oldsofa{dir = 4},/obj/structure/window/reinforced/polarized{dir = 8; id = "h-living"},/turf/simulated/floor/wood,/area/vr/powered)
+"QV" = (/obj/structure/grille/cult,/obj/structure/window/phoronreinforced/full,/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod{dir = 4},/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"QW" = (/obj/machinery/atmospherics/pipe/tank/phoron/full{dir = 8},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"QX" = (/obj/effect/floor_decal/techfloor{dir = 4},/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"QY" = (/obj/machinery/portable_atmospherics/canister/oxygen,/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"QZ" = (/obj/structure/window/phoronreinforced{dir = 8},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"Ra" = (/obj/effect/floor_decal/techfloor{dir = 1},/obj/structure/cult/pylon,/turf/simulated/floor/cult,/area/vr/powered)
+"Rc" = (/obj/machinery/light/small{dir = 1},/obj/structure/bed/padded,/obj/item/weapon/bedsheet/cosmos,/obj/item/weapon/book/custom_library/fiction/truelovehathmyheart,/turf/simulated/floor/wood,/area/vr/powered)
+"Re" = (/obj/mecha/combat/fighter/gunpod/loaded{dir = 8},/turf/space,/area/space)
+"Rf" = (/obj/item/weapon/storage/box/wormcan,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"Rh" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/portable_atmospherics/powered/pump/huge,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"Rk" = (/turf/simulated/floor/tiled/white,/area/vr/powered)
+"Rm" = (/obj/effect/floor_decal/techfloor/corner,/turf/simulated/floor/cult{icon_state = "cult-narsie"},/area/vr/powered)
+"Ro" = (/obj/effect/decal/remains/ribcage,/turf/simulated/floor/lava,/area/vr/outdoors/powered)
+"Rp" = (/obj/structure/table/glass,/turf/simulated/floor/wood{temperature = 311},/area/vr/powered)
+"Rq" = (/obj/machinery/meter,/obj/structure/closet/walllocker/emerglocker{pixel_x = -25; pixel_y = 32},/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"Rs" = (/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/effect/floor_decal/spline/fancy,/obj/machinery/light/floortube/flicker{pixel_y = 5},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"Ru" = (/obj/structure/table/fancyblack,/turf/simulated/floor/wood,/area/vr/powered)
+"Rv" = (/obj/mecha/combat/fighter/pinnace{dir = 8},/turf/space,/area/space)
+"Rw" = (/obj/structure/reagent_dispensers/acid{density = 0; pixel_x = -30},/turf/simulated/shuttle/floor/purple,/area/vr/powered)
+"Ry" = (/turf/simulated/shuttle/plating,/area/vr/powered)
+"Rz" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/door/airlock/maintenance/engi{req_one_access = null},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/steel_grid,/area/vr/powered)
+"RC" = (/obj/structure/cult/talisman,/turf/simulated/floor/wood,/area/vr/powered)
+"RD" = (/obj/item/weapon/stool/padded,/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"RE" = (/obj/structure/table/marble,/obj/item/clothing/suit/storage/apron/white,/turf/simulated/floor/tiled/white,/area/vr/powered)
+"RF" = (/obj/effect/blocker,/turf/space,/area/space)
+"RH" = (/obj/machinery/light{dir = 8},/obj/machinery/vending/engivend{emagged = 1; req_access = null; req_log_access = null},/turf/simulated/floor/tiled,/area/vr/powered)
+"RJ" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"RK" = (/obj/structure/window/reinforced/survival_pod{dir = 1},/turf/simulated/floor/redgrid,/area/vr/powered)
+"RM" = (/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{dir = 1},/obj/structure/reagent_dispensers/fueltank/high,/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"RN" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/ship_munition/disperser_charge/explosive,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"RQ" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/closet/alien,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/contraband/nofail,/turf/simulated/floor,/area/vr/powered)
+"RR" = (/obj/structure/closet/walllocker_double/hydrant/east,/obj/random/contraband/nofail,/obj/random/contraband/nofail,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"RS" = (/obj/effect/floor_decal/techfloor/corner{dir = 4},/obj/structure/cult/pylon,/turf/simulated/floor/cult,/area/vr/powered)
+"RU" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"RV" = (/obj/structure/window/phoronreinforced{dir = 1},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"RW" = (/obj/effect/floor_decal/techfloor/corner{dir = 8},/obj/structure/cult/pylon,/turf/simulated/floor/cult,/area/vr/powered)
+"RZ" = (/obj/structure/table/rack/shelf/steel,/obj/item/mecha_parts/component/gas/reinforced,/obj/item/mecha_parts/mecha_equipment/hardpoint_actuator,/obj/item/mecha_parts/mecha_equipment/tesla_energy_relay,/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/cannon,/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/grenade/rigged,/obj/item/mecha_parts/mecha_equipment/wormhole_generator,/turf/simulated/floor/airless,/area/vr/powered)
+"Sb" = (/obj/structure/table/steel,/obj/fiftyspawner/steel,/obj/fiftyspawner/steel,/obj/fiftyspawner/steel,/obj/fiftyspawner/steel,/obj/fiftyspawner/glass,/obj/fiftyspawner/glass,/obj/fiftyspawner/glass,/obj/fiftyspawner/glass,/turf/simulated/floor/outdoors/sidewalk/slab{temperature = 293.15; movement_cost = 0},/area/vr/outdoors/powered)
+"Sc" = (/obj/machinery/light/floortube/flicker{pixel_y = 5},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"Sf" = (/obj/machinery/vending/wardrobe/genedrobe{req_access = null},/turf/simulated/floor/tiled{outdoors = 1},/area/vr/powered)
+"Sh" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/window/reinforced/survival_pod,/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/machinery/door/blast/regular/open{dir = 4; id = "stargazer_blast"; name = "window blast shield"},/turf/simulated/shuttle/plating,/area/vr/powered)
+"Sj" = (/obj/machinery/light/small{dir = 4; pixel_y = 0},/turf/simulated/floor/plating,/area/vr/powered)
+"Sk" = (/obj/machinery/vending/wardrobe/cargodrobe{req_access = null},/turf/simulated/floor/tiled{outdoors = 1},/area/vr/powered)
+"Sl" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/sign/department/robo{pixel_y = 32},/obj/machinery/mecha_part_fabricator/pros{req_access = null},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"So" = (/obj/machinery/pointdefense,/turf/simulated/floor/airless,/area/vr/powered)
+"Sp" = (/obj/machinery/vending/medical{dir = 4; emagged = 1; pixel_x = 5; req_access = null},/obj/effect/floor_decal/techfloor{dir = 1},/turf/simulated/floor/cult,/area/vr/powered)
+"Sq" = (/obj/machinery/porta_turret/alien{faction = "syndicate"},/turf/simulated/floor/airless,/area/vr/outdoors/powered)
+"Sr" = (/obj/machinery/atmospherics/binary/circulator{anchored = 1; dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor,/area/vr/powered)
+"Ss" = (/obj/structure/closet/emcloset,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"St" = (/obj/effect/floor_decal/techfloor{dir = 4},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"Su" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/steel_grid,/area/vr/powered)
+"Sv" = (/obj/structure/sign/warning/fire,/turf/simulated/wall/cult,/area/vr/powered)
+"Sw" = (/mob/living/simple_mob/mechanical/mecha/combat/gygax/dark{faction = "syndicate"},/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"Sx" = (/obj/structure/bed/chair/bay/comfy/red{dir = 8},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"Sz" = (/obj/machinery/gear_dispenser/suit/autolok,/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"SA" = (/obj/structure/closet/walllocker_double/medical/west,/obj/item/weapon/storage/firstaid,/obj/item/weapon/storage/firstaid/fire,/obj/item/weapon/storage/firstaid/toxin,/obj/item/weapon/storage/firstaid/o2,/obj/item/roller,/obj/item/device/defib_kit/loaded,/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"SB" = (/obj/structure/table/rack/shelf/steel,/obj/item/weapon/material/knife/machete,/obj/item/weapon/material/knife/machete,/turf/simulated/floor/reinforced,/area/vr/powered/redbase)
+"SD" = (/obj/item/weapon/towel/random,/obj/item/weapon/towel/random,/turf/simulated/floor/wood,/area/vr/powered)
+"SE" = (/obj/structure/closet/alien{name = "container"},/obj/item/clothing/suit/space/void/autolok,/obj/item/clothing/suit/space/void/autolok,/obj/item/weapon/tank/emergency/oxygen/double,/obj/item/weapon/tank/emergency/oxygen/double,/obj/item/weapon/storage/toolbox/emergency,/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"SF" = (/obj/random/maintenance,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"SG" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/machinery/atmospherics/pipe/manifold4w/hidden,/turf/simulated/floor/airless,/area/vr/powered)
+"SH" = (/obj/structure/window/reinforced/survival_pod,/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/machinery/porta_turret/alien{faction = "syndicate"},/turf/simulated/floor/redgrid,/area/vr/powered)
+"SJ" = (/obj/structure/flora/bboulder1,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"SK" = (/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/shuttle/engine/heater{dir = 4},/turf/simulated/floor/airless,/area/vr/powered)
+"SL" = (/obj/structure/table/glass,/obj/item/weapon/storage/fancy/candle_box,/obj/random/cigarettes,/turf/simulated/floor/carpet/bcarpet,/area/vr/powered)
+"SM" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/obj/machinery/meter,/turf/simulated/floor/airless,/area/vr/powered)
+"SN" = (/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/machinery/atmospherics/binary/circulator{anchored = 1},/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"SO" = (/obj/structure/table/fancyblack,/obj/item/weapon/material/kitchen/utensil/fork,/obj/item/weapon/material/kitchen/utensil/spoon{pixel_x = 2},/turf/simulated/floor/wood,/area/vr/powered)
+"SP" = (/obj/machinery/smartfridge/survival_pod{icon = 'icons/obj/vending.dmi'; icon_base = "fridge_sci"; icon_contents = "chem"; icon_state = "fridge_sci"; name = "Advanced storage"; pixel_y = 0},/obj/item/stack/material/durasteel{material = 50},/obj/item/stack/material/durasteel{material = 50},/obj/item/stack/material/phoron{material = 50},/obj/item/stack/material/phoron{material = 50},/obj/item/stack/material/diamond{material = 15},/obj/item/stack/material/gold{material = 25},/obj/item/stack/material/lead{material = 25},/obj/item/stack/material/plastic{material = 50},/obj/item/stack/material/plastic{material = 50},/obj/item/stack/material/platinum{matter = 25},/obj/item/stack/material/silver{material = 25},/obj/item/stack/material/steel{amount = 50},/obj/item/stack/material/steel{amount = 50},/obj/item/stack/material/steel{amount = 50},/obj/item/stack/material/uranium{material = 25},/obj/item/stack/rods{amount = 50},/obj/item/weapon/storage/toolbox/syndicate/powertools,/obj/item/weapon/storage/toolbox/syndicate/powertools,/obj/item/clothing/head/welding/demon,/obj/item/clothing/head/welding/knight,/obj/item/weapon/storage/toolbox/electrical{pixel_x = 1; pixel_y = 6},/obj/item/weapon/storage/toolbox/electrical{pixel_x = 1; pixel_y = 6},/obj/item/device/robotanalyzer,/obj/item/device/robotanalyzer,/obj/item/weapon/cell/super,/obj/item/weapon/cell/super,/obj/item/weapon/cell/device/super,/obj/item/weapon/cell/device/super,/obj/effect/floor_decal/industrial/outline/yellow,/obj/item/stack/material/steel{amount = 50},/obj/item/stack/material/steel{amount = 50},/obj/item/stack/material/steel{amount = 50},/obj/item/stack/material/glass/reinforced{amount = 50},/obj/item/stack/material/glass/reinforced{amount = 50},/obj/item/stack/material/glass/reinforced{amount = 50},/obj/item/stack/material/glass/reinforced{amount = 50},/obj/item/stack/material/glass{amount = 50; pixel_x = 3; pixel_y = 3},/obj/item/stack/material/glass{amount = 50; pixel_x = 3; pixel_y = 3},/obj/item/stack/material/glass{amount = 50; pixel_x = 3; pixel_y = 3},/obj/item/stack/material/glass{amount = 50; pixel_x = 3; pixel_y = 3},/obj/item/stack/material/glass{amount = 50; pixel_x = 3; pixel_y = 3},/obj/item/stack/material/glass{amount = 50; pixel_x = 3; pixel_y = 3},/obj/effect/floor_decal/techfloor{dir = 4},/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"SS" = (/obj/machinery/door/airlock/hatch{req_one_access = null},/obj/effect/zone_divider,/obj/structure/fans/tiny,/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"ST" = (/obj/structure/table/fancyblack,/obj/item/weapon/reagent_containers/food/snacks/reishicup,/turf/simulated/floor/cult,/area/vr/powered)
+"SV" = (/obj/structure/table/glass,/obj/item/weapon/soap/deluxe,/obj/item/weapon/towel/random,/turf/simulated/floor/carpet/gaycarpet,/area/vr/powered)
+"SW" = (/obj/item/weapon/fossil/skull,/turf/simulated/floor/cult,/area/vr/powered)
+"SX" = (/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"SY" = (/obj/structure/prop/machine/green_egg,/turf/simulated/floor/flock,/area/vr/powered)
+"SZ" = (/obj/machinery/door/airlock/multi_tile/metal/mait{dir = 1; frequency = 1380; icon_state = "door_locked"; id_tag = "estrella_outer"; locked = 1; name = "External Access"},/obj/machinery/door/firedoor/border_only,/obj/machinery/door/blast/regular/open{dir = 4; id = "estrella_blast"; layer = 2; name = "window blast shield"; open_layer = 2},/turf/simulated/shuttle/plating,/area/vr/powered)
+"Ta" = (/obj/effect/landmark/virtual_reality{name = "Sci Ship"},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"Tc" = (/obj/structure/bed/chair/wood/wings{dir = 1},/turf/simulated/floor/wood,/area/vr/powered)
+"Td" = (/obj/structure/extinguisher_cabinet{pixel_x = -28},/turf/simulated/floor/wood,/area/vr/powered)
+"Tf" = (/obj/structure/toilet{pixel_y = 12},/turf/simulated/floor/tiled/freezer,/area/vr/powered)
+"Th" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/bed/chair/comfy/purp{dir = 8},/turf/simulated/floor/carpet/gaycarpet,/area/vr/powered)
+"Ti" = (/obj/machinery/flasher{id = "procroom2"; name = "Floor mounted flash"},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"Tj" = (/obj/structure/closet/walllocker/emerglocker{pixel_y = 32},/turf/simulated/floor/plating,/area/vr/powered)
+"Tk" = (/obj/structure/closet/walllocker_double/kitchen/east{name = "Ration Cabinet"},/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/device/radio{pixel_x = -5; pixel_y = 5},/obj/item/device/radio{pixel_x = -5; pixel_y = 5},/obj/item/device/radio{pixel_x = 5; pixel_y = 5},/obj/item/device/radio{pixel_x = 5; pixel_y = 5},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"Tm" = (/obj/structure/fans/hardlight/colorable{color = "red"},/turf/space,/area/space)
+"Tp" = (/obj/structure/table/woodentable,/obj/item/weapon/reagent_containers/food/snacks/chipplate{pixel_y = -7},/obj/item/weapon/reagent_containers/food/snacks/donerkebab{pixel_y = 4},/turf/simulated/floor/wood,/area/vr/powered)
+"Tq" = (/obj/screen/alert/highpressure,/turf/space,/area/space)
+"Tv" = (/obj/effect/catwalk_plated/dark,/turf/space,/area/vr/powered)
+"Tw" = (/obj/structure/bed/double/padded,/turf/simulated/floor/wood/sif/broken,/area/vr/powered)
+"Tx" = (/obj/effect/decal/remains/unathi,/turf/simulated/floor/lava,/area/vr/outdoors/powered)
+"Ty" = (/obj/structure/table/fancyblack,/obj/structure/window/reinforced/polarized{dir = 4; id = "h-kitchen"},/obj/random/cigarettes,/turf/simulated/floor/wood,/area/vr/powered)
+"TA" = (/turf/simulated/floor/tiled/asteroid_steel{outdoors = 1},/area/vr/outdoors/powered)
+"TB" = (/obj/structure/salvageable/console_os,/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"TC" = (/turf/simulated/mineral/alt{temperature = 293.15},/area/vr/outdoors/powered)
+"TD" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/structure/fans/hardlight,/turf/simulated/shuttle/plating,/area/vr/powered)
+"TE" = (/obj/structure/outcrop/phoron,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"TG" = (/obj/structure/closet/walllocker_double/kitchen/east{name = "Ration Cabinet"},/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/device/radio{pixel_x = -5; pixel_y = 5},/obj/item/device/radio{pixel_x = -5; pixel_y = 5},/obj/item/device/radio{pixel_x = 5; pixel_y = 5},/obj/item/device/radio{pixel_x = 5; pixel_y = 5},/obj/effect/floor_decal/techfloor{dir = 8},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"TH" = (/obj/item/weapon/coin/gold,/obj/item/clothing/ears/earring/dangle/gold,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced,/turf/simulated/floor/flock,/area/vr/powered)
+"TI" = (/obj/machinery/mech_recharger,/obj/mecha/combat/gygax/old,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"TJ" = (/obj/effect/floor_decal/spline/fancy,/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/machinery/light/floortube/flicker{pixel_y = 5},/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"TK" = (/obj/structure/closet/cabinet,/obj/item/weapon/storage/wallet/random,/obj/item/weapon/towel/random,/obj/item/weapon/melee/umbrella/random,/obj/random/carp_plushie,/obj/random/curseditem,/obj/random/junk,/obj/random/maintenance/medical,/obj/random/maintenance/medical,/turf/simulated/floor/wood,/area/vr/powered)
+"TM" = (/obj/machinery/door/window/survival_pod{dir = 2},/turf/simulated/floor/cult,/area/vr/powered)
+"TO" = (/obj/machinery/atmospherics/pipe/tank/phoron{dir = 4},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/shuttle/plating,/area/vr/powered)
+"TP" = (/obj/structure/table/fancyblack,/obj/item/weapon/reagent_containers/food/snacks/snackplanet/moon,/turf/simulated/floor/cult,/area/vr/powered)
+"TQ" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/mimedouble,/turf/simulated/floor/holofloor/carpet,/area/vr/powered)
+"TT" = (/obj/structure/prop/rock/small/wateralt,/turf/simulated/floor/water{temperature = 311; outdoors = 0},/area/vr/outdoors/powered)
+"TW" = (/obj/effect/floor_decal/industrial/outline/blue,/obj/structure/closet/jcloset,/obj/item/weapon/mop,/obj/structure/mopbucket,/obj/item/weapon/reagent_containers/glass/bucket,/obj/item/weapon/reagent_containers/spray/cleaner,/obj/item/weapon/reagent_containers/spray/cleaner,/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"TZ" = (/obj/structure/table/steel_reinforced,/obj/item/weapon/storage/briefcase/inflatable{pixel_y = 3},/obj/item/weapon/storage/toolbox/electrical,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"Ue" = (/obj/structure/window/phoronreinforced{dir = 8},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"Uh" = (/obj/structure/table/reinforced,/obj/item/weapon/stock_parts/scanning_module/adv{pixel_x = 5; pixel_y = 6},/obj/item/weapon/stock_parts/scanning_module/adv{pixel_x = 5; pixel_y = 6},/obj/item/weapon/stock_parts/micro_laser/high,/obj/item/weapon/stock_parts/micro_laser/high,/obj/item/weapon/stock_parts/matter_bin/adv,/obj/item/weapon/stock_parts/matter_bin/adv,/obj/item/weapon/stock_parts/manipulator/hyper,/obj/item/weapon/stock_parts/manipulator/hyper,/obj/item/weapon/stock_parts/capacitor/adv,/obj/item/weapon/stock_parts/capacitor/adv,/turf/simulated/shuttle/floor/purple,/area/vr/powered)
+"Uj" = (/obj/structure/table/rack/shelf/steel,/obj/item/weapon/storage/box/donkpockets,/obj/item/weapon/storage/box/condimentbottles,/obj/item/weapon/reagent_containers/food/condiment/sugar,/obj/structure/curtain/open/bed,/obj/structure/window/reinforced/polarized{dir = 4; id = "h-kitchen"},/obj/item/weapon/reagent_containers/food/condiment/enzyme,/turf/simulated/floor/tiled/white,/area/vr/powered)
+"Uk" = (/obj/machinery/telecomms/allinone,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"Ul" = (/obj/effect/zone_divider,/turf/simulated/floor/tiled/asteroid_steel{outdoors = 1},/area/vr/outdoors/powered)
+"Um" = (/obj/effect/floor_decal/spline/fancy{dir = 9},/turf/simulated/floor/cult{icon_state = "cult-narsie"},/area/vr/powered)
+"Uo" = (/obj/machinery/atmospherics/binary/circulator{anchored = 1; dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"Up" = (/obj/machinery/door/airlock/glass_centcom{name = "Starboard Cannon"},/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"Ur" = (/obj/structure/window/phoronreinforced{dir = 8},/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"Ut" = (/obj/structure/table/marble,/obj/item/weapon/storage/fancy/candle_box,/obj/item/weapon/storage/box/matches,/turf/simulated/floor/wood{temperature = 311},/area/vr/powered)
+"Uu" = (/mob/living/simple_mob/vore/bigdragon,/obj/item/ammo_casing/a145,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"Uv" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/turf/simulated/floor/bluegrid{name = "Server Base"; nitrogen = 500; oxygen = 0; temperature = 80},/area/vr/powered)
+"Ux" = (/obj/structure/bed/chair/bay/shuttle{dir = 4},/obj/machinery/light/poi{dir = 8},/obj/structure/closet/walllocker/emerglocker/west,/turf/simulated/shuttle/plating,/area/vr/powered)
+"Uy" = (/obj/structure/toilet{dir = 1},/turf/simulated/floor/wood,/area/vr/powered)
+"Uz" = (/obj/machinery/light/floortube/flicker{pixel_y = 13},/turf/simulated/floor/cult,/area/vr/powered)
+"UA" = (/turf/simulated/floor/outdoors/newdirt{temperature = 293.15},/area/vr/outdoors/powered)
+"UB" = (/obj/machinery/mech_recharger,/obj/effect/floor_decal/industrial/outline/yellow,/obj/mecha/combat/durand/old,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"UC" = (/obj/effect/landmark/virtual_reality{name = "White Ship"},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"UD" = (/obj/machinery/vending/tool{emagged = 1},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"UF" = (/turf/simulated/floor/outdoors/dirt{temperature = 311},/area/vr/outdoors/powered)
+"UG" = (/obj/machinery/power/smes/buildable/hybrid,/obj/machinery/atmospherics/pipe/simple/hidden/yellow,/obj/structure/cable/green,/obj/machinery/light{dir = 8},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/shuttle/plating,/area/vr/powered)
+"UI" = (/obj/machinery/portable_atmospherics/canister/phoron,/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/effect/floor_decal/industrial/outline/red,/turf/simulated/shuttle/plating,/area/vr/powered)
+"UJ" = (/obj/effect/floor_decal/spline/fancy{dir = 5},/turf/simulated/floor/cult{icon_state = "cult-narsie"},/area/vr/powered)
+"UL" = (/obj/structure/table/wooden_reinforced,/obj/item/weapon/coin/diamond,/obj/machinery/light{layer = 3},/turf/simulated/floor/wood,/area/vr/powered)
+"UO" = (/obj/effect/floor_decal/spline/fancy{dir = 1},/obj/effect/floor_decal/spline/fancy,/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"UQ" = (/obj/structure/fence/corner{dir = 8},/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"UR" = (/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"US" = (/obj/structure/table/glass,/obj/item/weapon/soap/deluxe,/obj/item/weapon/towel/random,/turf/simulated/floor/carpet/oracarpet,/area/vr/powered)
+"UX" = (/obj/structure/closet/cabinet,/obj/random/tech_supply/component,/obj/random/tech_supply/component,/obj/random/tech_supply/component,/obj/random/tech_supply/component,/obj/random/tech_supply/component,/obj/random/toolbox,/obj/random/toolbox,/turf/simulated/floor/wood,/area/vr/powered)
+"UZ" = (/turf/simulated/floor/wood{outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"Va" = (/obj/structure/shuttle/engine/heater,/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/machinery/door/blast/regular{dir = 4; id = "kalipsoshutters"; name = "Kalipso Blast Shielding"},/turf/simulated/floor/plating,/area/vr/powered)
+"Vb" = (/obj/structure/closet/walllocker_double/medical/west,/obj/item/weapon/storage/firstaid,/obj/item/weapon/storage/firstaid/fire,/obj/item/weapon/storage/firstaid/toxin,/obj/item/weapon/storage/firstaid/o2,/obj/item/roller,/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/window/reinforced/survival_pod,/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"Vc" = (/obj/effect/floor_decal/plaque{pixel_y = 32},/obj/effect/step_trigger/message{message = "Example text"; once = 0},/turf/simulated/floor/bronze,/area/vr/powered)
+"Vg" = (/obj/effect/floor_decal/corner/brown/border{dir = 1},/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/turf/simulated/floor/wood,/area/vr/powered)
+"Vi" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/door/airlock/maintenance/common,/turf/simulated/floor/plating,/area/vr/powered)
+"Vj" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/obj/machinery/gear_dispenser/suit/autolok,/turf/simulated/floor/plating,/area/vr/powered)
+"Vk" = (/mob/living/simple_mob/construct/juggernaut/behemoth{dir = 1; ai_holder_type = null},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"Vl" = (/obj/effect/floor_decal/industrial/loading,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"Vm" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow,/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/recharge_station,/turf/simulated/shuttle/plating,/area/vr/powered)
+"Vn" = (/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/structure/cryofeed{dir = 1},/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"Vo" = (/obj/structure/table/marble,/obj/item/weapon/fossil/skull{anchored = 1; pixel_y = -2},/obj/effect/catwalk_plated/dark,/obj/structure/window/phoronreinforced{dir = 1},/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced{dir = 8},/obj/structure/window/phoronreinforced{dir = 4},/turf/simulated/floor/lava,/area/vr/powered)
+"Vp" = (/obj/machinery/recharge_station,/obj/machinery/door/window/survival_pod{opacity = 1},/turf/simulated/shuttle/floor/black,/area/vr/powered)
+"Vs" = (/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{dir = 8},/obj/machinery/suspension_gen,/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"Vt" = (/obj/structure/table/marble,/turf/simulated/floor/redgrid/off,/area/vr/powered)
+"Vu" = (/obj/machinery/vending/food,/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/wood{temperature = 311},/area/vr/outdoors/powered)
+"Vv" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/closet/alien,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/contraband/nofail,/obj/fiftyspawner/plasteel,/turf/simulated/floor,/area/vr/powered)
+"Vw" = (/obj/machinery/disperser/middle{dir = 1},/turf/simulated/wall/rdshull,/area/vr/powered)
+"Vx" = (/obj/structure/flora/lily2,/turf/simulated/floor/water{temperature = 311},/area/vr/outdoors/powered)
+"Vy" = (/obj/effect/floor_decal/techfloor{dir = 4},/turf/simulated/floor/cult,/area/vr/powered)
+"Vz" = (/obj/structure/table/standard,/obj/item/weapon/storage/firstaid/adv,/obj/item/weapon/storage/firstaid/adv,/obj/machinery/recharger/wallcharger{pixel_x = 34},/turf/simulated/shuttle/floor/darkred,/area/vr/powered)
+"VA" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/plating,/area/vr/powered)
+"VD" = (/obj/structure/table/rack,/obj/item/weapon/material/knife/ritual,/obj/structure/curtain/open/bed,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/navy,/obj/item/clothing/head/soft/solgov/veteranhat,/turf/simulated/floor/wood,/area/vr/powered)
+"VF" = (/obj/screen/alert/highpressure,/turf/simulated/shuttle/wall/hard_corner,/area/vr/powered)
+"VH" = (/obj/machinery/door/airlock/glass_centcom{name = "Starboard Wing Atmos"},/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"VI" = (/obj/structure/railing,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"VL" = (/obj/mecha/combat/fighter/gunpod/recon{dir = 8},/turf/space,/area/space)
+"VO" = (/obj/structure/kitchenspike,/turf/simulated/floor,/area/vr/powered)
+"VP" = (/obj/machinery/autolathe{hacked = 1; name = "hacked autolathe"},/turf/simulated/floor/reinforced,/area/vr/powered/redbase)
+"VQ" = (/obj/structure/table/rack/shelf/steel,/obj/item/weapon/storage/toolbox/electrical,/obj/item/weapon/storage/toolbox/mechanical{pixel_y = 5},/obj/item/weapon/storage/toolbox/syndicate/powertools{pixel_y = 9},/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 6},/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"VR" = (/obj/structure/bed/chair/oldsofa/corner{dir = 1},/obj/structure/window/reinforced/polarized{dir = 8; id = "h-living"},/turf/simulated/floor/wood,/area/vr/powered)
+"VS" = (/obj/machinery/power/terminal{dir = 8},/obj/structure/cable{d2 = 2; icon_state = "0-2"},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"VT" = (/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"VU" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/recharger/wallcharger{pixel_x = -24},/turf/simulated/shuttle/floor/darkred,/area/vr/powered)
+"VW" = (/obj/machinery/door/airlock/maintenance/int,/obj/structure/fans/hardlight,/turf/simulated/floor/plating,/area/vr/powered)
+"VX" = (/turf/simulated/wall,/area/vr/powered)
+"Wa" = (/obj/structure/flora/tree/jungle,/obj/structure/flora/ausbushes/fullgrass,/turf/unsimulated/wall,/area/vr/outdoors/powered)
+"Wb" = (/turf/simulated/floor/beach/sand/desert{outdoors = 1},/area/vr/outdoors/powered)
+"Wc" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/structure/foodcart,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"Wd" = (/obj/fiftyspawner/glass,/obj/fiftyspawner/glass,/obj/structure/table/darkglass,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"We" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/reinforced,/area/vr/powered/bluebase)
+"Wf" = (/obj/structure/table/standard,/obj/item/weapon/reagent_containers/food/snacks/semki,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"Wg" = (/obj/structure/fans/hardlight/colorable{color = "red"},/obj/machinery/door/airlock/angled_tgmc/wide/security{dir = 4},/turf/simulated/shuttle/plating,/area/vr/powered)
+"Wh" = (/obj/effect/catwalk_plated/dark,/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"Wi" = (/obj/machinery/smartfridge/survival_pod,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/menu9,/obj/item/weapon/storage/mre/menu9,/obj/item/weapon/storage/mre/menu9,/obj/item/weapon/storage/mre/menu9,/obj/item/weapon/storage/mre/menu10,/obj/item/weapon/storage/mre/menu10,/obj/item/weapon/storage/mre/menu10,/obj/item/weapon/storage/mre/menu10,/obj/item/weapon/storage/mre/menu11,/obj/item/weapon/storage/mre/menu11,/obj/item/weapon/storage/mre/menu11,/obj/item/weapon/storage/mre/menu11,/obj/item/device/fbp_backup_cell,/obj/item/device/fbp_backup_cell,/obj/item/device/fbp_backup_cell,/obj/item/device/fbp_backup_cell,/obj/item/device/fbp_backup_cell,/obj/item/weapon/storage/pill_bottle/dice_nerd,/obj/item/weapon/storage/pill_bottle/antitox,/obj/item/weapon/storage/firstaid/adv,/obj/item/weapon/storage/firstaid/regular,/obj/item/modular_computer/laptop/preset/custom_loadout/rugged,/obj/item/weapon/storage/box/survival/comp{starts_with = list(/obj/item/weapon/tool/prybar/red,/obj/item/clothing/glasses/goggles,/obj/item/weapon/reagent_containers/hypospray/autoinjector,/obj/item/stack/medical/bruise_pack,/obj/item/device/flashlight/glowstick,/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar,/obj/item/clothing/mask/breath,/obj/item/weapon/tank/emergency/oxygen/engi)},/obj/item/weapon/storage/box/survival/space,/obj/item/weapon/extinguisher/mini,/obj/item/device/radio{icon_state = "walkietalkiebay"; name = "emergency radio"},/obj/item/weapon/towel{color = "#800080"},/obj/item/weapon/towel{color = "#800080"},/obj/item/weapon/storage/box/donkpockets,/obj/item/weapon/storage/box/donkpockets,/obj/item/weapon/reagent_containers/food/drinks/glass2/fitnessflask/proteinshake,/obj/item/weapon/reagent_containers/food/drinks/glass2/fitnessflask/proteinshake,/obj/item/weapon/reagent_containers/food/drinks/glass2/fitnessflask/proteinshake,/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar,/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar,/obj/item/weapon/reagent_containers/food/snacks/candy,/obj/item/weapon/reagent_containers/food/snacks/candy,/obj/item/weapon/reagent_containers/food/drinks/dry_ramen,/obj/item/weapon/reagent_containers/food/drinks/dry_ramen,/obj/item/weapon/reagent_containers/food/drinks/dry_ramen,/obj/item/weapon/reagent_containers/food/snacks/chips,/obj/item/weapon/reagent_containers/food/snacks/chips,/obj/item/weapon/reagent_containers/food/snacks/sosjerky,/obj/item/weapon/reagent_containers/food/snacks/sosjerky,/obj/item/weapon/reagent_containers/food/snacks/no_raisin,/obj/item/weapon/reagent_containers/food/snacks/no_raisin,/obj/item/weapon/reagent_containers/food/snacks/cheesiehonkers,/obj/item/weapon/reagent_containers/food/snacks/cheesiehonkers,/obj/item/weapon/reagent_containers/food/snacks/tastybread,/obj/item/weapon/reagent_containers/food/snacks/tastybread,/obj/item/weapon/reagent_containers/food/snacks/tastybread,/obj/item/weapon/reagent_containers/food/snacks/syndicake,/obj/item/weapon/reagent_containers/food/snacks/unajerky,/obj/item/weapon/storage/box/mixedglasses,/obj/item/weapon/reagent_containers/food/drinks/flask/vacuumflask,/obj/item/weapon/reagent_containers/food/drinks/flask/vacuumflask,/obj/item/weapon/reagent_containers/food/drinks/bottle/orangejuice,/obj/item/weapon/reagent_containers/food/drinks/bottle/tomatojuice,/obj/item/weapon/reagent_containers/food/drinks/bottle/limejuice,/obj/item/weapon/reagent_containers/food/drinks/bottle/lemonjuice,/obj/item/weapon/reagent_containers/food/drinks/bottle/applejuice,/obj/item/weapon/reagent_containers/food/drinks/bottle/milk,/obj/item/weapon/reagent_containers/food/drinks/bottle/cream,/obj/item/weapon/reagent_containers/food/drinks/bottle/cola,/obj/item/weapon/reagent_containers/food/drinks/bottle/space_up,/obj/item/weapon/reagent_containers/food/drinks/bottle/space_mountain_wind,/obj/item/weapon/reagent_containers/food/drinks/cans/grape_juice,/obj/item/weapon/reagent_containers/food/drinks/cans/grape_juice,/obj/item/weapon/reagent_containers/food/drinks/cans/sodawater,/obj/item/weapon/reagent_containers/food/drinks/cans/sodawater,/obj/item/weapon/reagent_containers/food/drinks/cans/gingerale,/obj/item/weapon/reagent_containers/food/drinks/cans/gingerale,/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,/obj/item/weapon/reagent_containers/food/drinks/ice,/obj/item/weapon/reagent_containers/food/drinks/ice,/obj/item/weapon/reagent_containers/food/drinks/tea,/obj/item/weapon/reagent_containers/food/drinks/tea,/obj/item/weapon/reagent_containers/food/drinks/h_chocolate,/obj/item/weapon/reagent_containers/food/drinks/h_chocolate,/obj/item/weapon/reagent_containers/food/drinks/h_chocolate,/obj/item/toy/plushie/kitten,/obj/item/pizzabox/meat,/obj/item/pizzabox/meat,/obj/item/pizzabox/mushroom,/obj/item/pizzabox/mushroom,/obj/item/pizzabox/vegetable,/obj/item/pizzabox/vegetable,/obj/item/device/survivalcapsule/luxurybar,/obj/item/device/survivalcapsule/luxury,/obj/item/device/survivalcapsule/luxury,/obj/item/device/survivalcapsule/tabiranth,/obj/item/device/survivalcapsule/tabiranth,/obj/item/device/survivalcapsule/luxury,/obj/item/device/survivalcapsule/luxury,/obj/item/weapon/soap/deluxe,/obj/item/weapon/soap/deluxe,/obj/item/weapon/storage/firstaid/combat{pixel_x = 5; pixel_y = 5},/obj/item/weapon/towel{color = "#3fc0ea"; name = "light blue towel"; pixel_x = 2; pixel_y = 4},/obj/item/weapon/towel{color = "#3fc0ea"; name = "light blue towel"; pixel_x = 2; pixel_y = 4},/obj/item/weapon/towel{color = "#ff0000"; name = "red towel"},/obj/item/weapon/towel{color = "#ff0000"; name = "red towel"},/obj/machinery/light/poi{dir = 1},/turf/simulated/shuttle/plating,/area/vr/powered)
+"Wk" = (/turf/simulated/floor/water{temperature = 311; outdoors = 0},/area/vr/outdoors/powered)
+"Wm" = (/mob/living/simple_mob/mechanical/mecha/combat/marauder{faction = "syndicate"},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"Wq" = (/turf/simulated/floor/water/beach{dir = 4; temperature = 311},/area/vr/outdoors/powered)
+"Wu" = (/obj/machinery/space_heater,/turf/simulated/floor/wood,/area/vr/powered)
+"Ww" = (/obj/machinery/atmospherics/unary/engine/bigger{dir = 4; pixel_x = -3},/turf/space,/area/space)
+"Wy" = (/obj/structure/table/fancyblack,/obj/item/weapon/reagent_containers/food/snacks/risotto,/turf/simulated/floor/cult,/area/vr/powered)
+"Wz" = (/obj/machinery/light{layer = 3},/turf/simulated/floor/reinforced,/area/vr/powered/redbase)
+"WA" = (/obj/machinery/disperser/front{dir = 1},/turf/space,/area/vr/powered)
+"WB" = (/obj/structure/flora/ausbushes/lavendergrass,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"WC" = (/obj/effect/floor_decal/techfloor/corner{dir = 8},/obj/structure/window/phoronreinforced{dir = 4},/turf/simulated/floor/cult,/area/vr/powered)
+"WD" = (/obj/structure/table/fancyblack,/obj/item/weapon/material/knife/ritual,/obj/effect/floor_decal/spline/fancy{dir = 1},/turf/simulated/floor/cult,/area/vr/powered)
+"WE" = (/obj/machinery/portable_atmospherics/hydroponics/soil,/obj/structure/window/reinforced{dir = 1},/obj/item/seeds/bluespacetomatoseed,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"WF" = (/obj/machinery/atmospherics/pipe/simple/hidden/yellow{dir = 8},/obj/structure/shuttle/engine/heater{dir = 4},/turf/simulated/shuttle/wall,/area/vr/powered)
+"WG" = (/obj/structure/closet/walllocker_double/kitchen/north{dir = 8; name = "Ration Cabinet"; pixel_x = -32; pixel_y = 0},/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/weapon/storage/mre/random,/obj/item/device/radio{pixel_x = -5; pixel_y = 5},/obj/item/device/radio{pixel_x = 5; pixel_y = 5},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"WH" = (/obj/machinery/optable{name = "Robotics Operating Table"},/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"WJ" = (/obj/structure/railing,/obj/effect/step_trigger/teleporter/bridge/north_to_south,/turf/simulated/floor/water/deep{temperature = 311},/area/vr/outdoors/powered)
+"WK" = (/obj/structure/railing/grey{dir = 1},/turf/simulated/floor/lava,/area/vr/outdoors/powered)
+"WP" = (/obj/machinery/atmospherics/pipe/simple/visible{dir = 6},/turf/simulated/shuttle/wall/hard_corner,/area/vr/powered)
+"WQ" = (/obj/machinery/light/floortube/flicker{dir = 8; pixel_x = 5},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"WS" = (/obj/structure/closet/walllocker/emerglocker/south,/obj/structure/table/rack/shelf/steel,/obj/structure/ship_munition/disperser_charge/mining,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"WT" = (/obj/machinery/vending/engivend{emagged = 1},/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"WX" = (/obj/item/toy/AI{desc = "May look like a toy, but to your surprise it seems to be a miniature AI core. There is constant static and a constant buzzing sound that makes your ear rings. . ."; name = "M@13fic3n7"; pixel_y = 4},/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"WY" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/airless,/area/vr/powered)
+"WZ" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/random/maintenance,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"Xa" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/structure/closet/walllocker/emerglocker{dir = 1; pixel_y = -32},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"Xb" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/machinery/atmospherics/pipe/manifold4w/hidden,/turf/simulated/floor/airless,/area/vr/powered)
+"Xc" = (/obj/mecha/combat/fighter/allure{dir = 4},/turf/space,/area/space)
+"Xd" = (/obj/machinery/recharger/wallcharger{pixel_x = 4; pixel_y = -34},/obj/machinery/vending/deathmatch,/turf/simulated/floor/reinforced,/area/vr/powered/bluebase)
+"Xe" = (/turf/simulated/floor/outdoors/rocks{temperature = 293.15},/area/vr/outdoors/powered)
+"Xf" = (/obj/machinery/icecream_vat,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"Xg" = (/obj/machinery/atmospherics/unary/vent_pump{dir = 1; external_pressure_bound = 0; external_pressure_bound_default = 0; icon_state = "map_vent_in"; initialize_directions = 1; internal_pressure_bound = 4000; internal_pressure_bound_default = 4000; pressure_checks = 2; pressure_checks_default = 2; pump_direction = 0; use_power = 1},/obj/machinery/telecomms/relay/preset/ruskie,/turf/simulated/floor/bluegrid{name = "Server Base"; nitrogen = 500; oxygen = 0; temperature = 80},/area/vr/powered)
+"Xh" = (/obj/machinery/autolathe{hacked = 1; name = "hacked autolathe"},/turf/simulated/floor/outdoors/sidewalk/slab{temperature = 293.15; movement_cost = 0},/area/vr/outdoors/powered)
+"Xi" = (/obj/machinery/light/small,/turf/simulated/floor/bluegrid{name = "Server Base"; nitrogen = 500; oxygen = 0; temperature = 80},/area/vr/powered)
+"Xk" = (/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/window/reinforced/survival_pod{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"Xl" = (/obj/structure/flora/log2,/turf/simulated/floor/water/deep{temperature = 311},/area/vr/outdoors/powered)
+"Xm" = (/obj/structure/cliff/automatic/corner{dir = 9},/turf/simulated/floor/lava,/area/vr/outdoors/powered)
+"Xn" = (/obj/machinery/vending/deluxe_dinner{req_access = null; req_log_access = null},/turf/simulated/floor/tiled{outdoors = 1},/area/vr/powered)
+"Xo" = (/turf/simulated/floor/water/beach{dir = 6; temperature = 311},/area/vr/outdoors/powered)
+"Xp" = (/obj/machinery/vending/wardrobe/engidrobe{req_access = null},/turf/simulated/floor/tiled,/area/vr/powered)
+"Xr" = (/obj/structure/bed/chair/wood/wings{dir = 8},/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/cult,/area/vr/powered)
+"Xt" = (/obj/structure/window/reinforced{dir = 1},/obj/machinery/portable_atmospherics/hydroponics/soil,/obj/item/seeds/bluespacetomatoseed,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"Xu" = (/obj/machinery/vending/wardrobe/virodrobe{req_access = null},/turf/simulated/floor/tiled{outdoors = 1},/area/vr/powered)
+"Xw" = (/obj/structure/window/reinforced/tinted/frosted{dir = 8},/obj/structure/table/wooden_reinforced,/turf/simulated/floor/wood,/area/vr/powered)
+"Xz" = (/obj/structure/bed/chair/bay/comfy/red{dir = 1},/obj/machinery/door/window/survival_pod{dir = 2},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"XA" = (/obj/effect/catwalk_plated/dark,/obj/structure/sign/department/cargo_dock{pixel_x = 32},/turf/simulated/floor/airless,/area/space)
+"XD" = (/obj/effect/floor_decal/spline/fancy{icon_state = "spline_fancy_full"},/turf/simulated/floor/lava/harmless,/area/vr/powered)
+"XE" = (/mob/living/simple_mob/animal/passive/dog/corgi/narsian{dir = 4},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"XG" = (/obj/machinery/door/airlock/multi_tile/metal/mait,/obj/machinery/atmospherics/pipe/simple/hidden/yellow,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/steel_grid,/area/vr/powered)
+"XH" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/vr/powered)
+"XI" = (/obj/structure/window/reinforced/survival_pod{dir = 8},/turf/simulated/floor/redgrid,/area/vr/powered)
+"XK" = (/obj/structure/table/darkglass,/obj/item/weapon/dnainjector/xraymut{pixel_y = 1},/obj/item/weapon/dnainjector/xraymut{pixel_y = -5},/obj/item/weapon/dnainjector/xraymut{pixel_y = -2},/obj/item/weapon/dnainjector/regenerate{pixel_y = 10},/obj/item/weapon/dnainjector/regenerate{pixel_y = 4},/obj/item/weapon/dnainjector/regenerate{pixel_y = 7},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"XL" = (/mob/living/simple_mob/construct/shade{ai_holder_type = null},/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"XM" = (/obj/machinery/porta_turret/alien{faction = "syndicate"},/turf/simulated/shuttle/floor/voidcraft/dark,/area/vr/powered)
+"XN" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/mimedouble,/turf/simulated/floor/carpet,/area/vr/powered)
+"XQ" = (/obj/machinery/portable_atmospherics/canister/air,/turf/simulated/floor/plating,/area/vr/powered)
+"XR" = (/obj/structure/table/fancyblack,/obj/item/weapon/reagent_containers/food/snacks/sliceable/excitingsuppermatter,/turf/simulated/floor/cult,/area/vr/powered)
+"XT" = (/obj/random/mob/fish,/turf/simulated/floor/water/deep{temperature = 311},/area/vr/outdoors/powered)
+"XU" = (/obj/item/device/flashlight/slime,/turf/simulated/floor/cult,/area/vr/powered)
+"XV" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"XW" = (/obj/structure/bed/chair/wood{dir = 4},/turf/simulated/floor/wood,/area/vr/powered)
+"XZ" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"Ya" = (/obj/effect/floor_decal/spline/fancy,/obj/effect/floor_decal/spline/fancy{dir = 1},/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"Yb" = (/obj/structure/bed/chair/office/dark{dir = 8},/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"Yd" = (/obj/structure/railing,/turf/simulated/floor/outdoors/rocks{temperature = 293.15},/area/vr/outdoors/powered)
+"Yh" = (/obj/structure/window/phoronreinforced{dir = 4},/turf/simulated/shuttle/floor/white,/area/vr/powered)
+"Yi" = (/obj/machinery/gear_dispenser/randomvoidsuit,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"Yl" = (/obj/structure/flora/ausbushes/brflowers,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"Ym" = (/obj/item/weapon/weldingtool/largetank,/obj/item/weapon/tool/crowbar,/obj/item/weapon/tool/screwdriver,/obj/item/weapon/storage/firstaid/surgery,/obj/structure/table/darkglass,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"Yn" = (/obj/structure/prop/rock,/turf/simulated/floor/outdoors/dirt{temperature = 311; outdoors = 0},/area/vr/powered)
+"Yo" = (/obj/effect/overlay/coconut,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"Yp" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/effect/floor_decal/techfloor{dir = 8},/turf/simulated/floor/cult,/area/vr/powered)
+"Yr" = (/obj/structure/grille/cult,/obj/structure/window/phoronreinforced/full,/obj/structure/window/reinforced/survival_pod,/obj/structure/window/reinforced/survival_pod{dir = 8},/obj/structure/window/reinforced/survival_pod{dir = 4},/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"Ys" = (/obj/vehicle/train/engine/quadbike/random,/turf/simulated/floor/cult,/area/vr/powered)
+"Yt" = (/obj/effect/floor_decal/techfloor,/obj/structure/cult/pylon,/turf/simulated/floor/cult,/area/vr/powered)
+"Yu" = (/mob/living/simple_mob/mechanical/mecha/combat/gygax/manned{faction = "syndicate"},/turf/simulated/floor/airless,/area/vr/outdoors/powered)
+"Yw" = (/obj/machinery/vending/wardrobe/chemdrobe{req_access = null},/turf/simulated/floor/tiled{outdoors = 1},/area/vr/powered)
+"Yx" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/random/maintenance,/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"Yy" = (/obj/structure/table/bench/marble,/turf/simulated/floor/outdoors/grass/heavy{can_atmos_pass = 0; temperature = 311},/area/vr/outdoors/powered)
+"Yz" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor/airless,/area/vr/powered)
+"YC" = (/obj/structure/showcase/sign{name = "UNDER CONSTRUCTION"; desc = "This sign appears to be telling you that there are more maps under construction."},/turf/simulated/floor/outdoors/grass{temperature = 293.15},/area/vr/outdoors/powered)
+"YE" = (/obj/structure/bed/chair/bay/comfy/red{dir = 8},/obj/structure/closet/walllocker/emerglocker{pixel_x = -25; pixel_y = 32},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"YF" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/bed/chair/bay/comfy/red{dir = 1},/mob/living/simple_mob/humanoid/merc/ranged/laser,/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"YH" = (/obj/structure/table/fancyblack,/obj/item/weapon/reagent_containers/food/snacks/ribplate,/turf/simulated/floor/cult,/area/vr/powered)
+"YI" = (/turf/simulated/floor/lava,/area/vr/outdoors/powered)
+"YK" = (/obj/effect/floor_decal/techfloor/corner{dir = 5},/turf/simulated/floor/cult,/area/vr/powered)
+"YL" = (/obj/machinery/atmospherics/portables_connector,/obj/machinery/portable_atmospherics/canister/phoron,/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/plating,/area/vr/powered)
+"YM" = (/obj/random/trash,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; nitrogen = 0; outdoors = 0; oxygen = 0; temperature = 311},/area/vr/powered)
+"YN" = (/obj/machinery/vending/sovietsoda,/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/wood{temperature = 311},/area/vr/outdoors/powered)
+"YO" = (/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/window/phoronreinforced{dir = 4},/turf/simulated/floor/cult,/area/vr/powered)
+"YP" = (/obj/mecha/working/hoverpod/combatpod{dir = 8},/turf/space,/area/space)
+"YQ" = (/obj/machinery/vending/deathmatch/red,/turf/simulated/floor/reinforced,/area/vr/powered/redbase)
+"YR" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/steel_dirty{color = "grey"},/area/vr/powered)
+"YS" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/neutral,/area/vr/powered)
+"YT" = (/obj/structure/table/bench/marble,/obj/structure/flora/pottedplant/overgrown{pixel_y = 7},/obj/structure/window/reinforced/polarized{id = "h-master"},/turf/simulated/floor/wood,/area/vr/powered)
+"YU" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/structure/table/rack/shelf/steel,/obj/fiftyspawner/durasteel,/obj/fiftyspawner/steel,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"YV" = (/obj/effect/floor_decal/techfloor/corner{dir = 8},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"YW" = (/obj/item/stolenpackage,/obj/item/stolenpackage,/obj/structure/table/rack/shelf/steel,/obj/random/contraband/nofail,/turf/simulated/floor/airless,/area/vr/powered)
+"YX" = (/obj/structure/showcase/sign{name = "WARNING: OSHA VIOLATIONS"; desc = "Don't Fall."},/turf/simulated/floor/tiled/asteroid_steel{outdoors = 1},/area/vr/outdoors/powered)
+"YZ" = (/obj/structure/salvageable/console_os{dir = 8},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"Zb" = (/turf/simulated/floor/carpet/sblucarpet,/area/vr/powered)
+"Zd" = (/obj/structure/table/rack/shelf/steel,/obj/item/clothing/suit/bio_suit/anomaly,/obj/item/clothing/mask/breath,/obj/item/clothing/head/bio_hood/anomaly,/obj/item/clothing/gloves/sterile/latex,/obj/item/weapon/storage/excavation,/obj/item/stack/flag/yellow,/obj/item/device/measuring_tape,/obj/item/weapon/pickaxe/drill,/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{dir = 8},/obj/item/weapon/material/knife/machete/hatchet,/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"Ze" = (/obj/item/weapon/gun/projectile/deagle/gold,/obj/item/weapon/ore/diamond,/obj/fiftyspawner/diamond,/obj/item/weapon/reagent_containers/food/snacks/sliceable/supremoburrito,/turf/simulated/floor/flock,/area/vr/powered)
+"Zf" = (/turf/simulated/floor/cult,/area/vr/powered)
+"Zg" = (/obj/structure/railing,/turf/simulated/floor/wood{outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"Zh" = (/obj/effect/landmark/virtual_reality{name = "Cultist Base"},/turf/simulated/floor/cult,/area/vr/powered)
+"Zm" = (/obj/structure/closet/walllocker_double/medical/west,/obj/item/weapon/storage/firstaid,/obj/item/weapon/storage/firstaid/fire,/obj/item/weapon/storage/firstaid/toxin,/obj/item/weapon/storage/firstaid/o2,/obj/item/roller,/turf/simulated/shuttle/floor/darkred,/area/vr/powered)
+"Zn" = (/obj/effect/step_trigger/teleporter/bridge/south_to_north,/turf/simulated/floor/water/deep{temperature = 311},/area/vr/outdoors/powered)
+"Zo" = (/obj/structure/table/standard,/obj/item/ammo_magazine/akm,/obj/item/ammo_magazine/akm,/turf/simulated/floor/beach/sand/desert{can_atmos_pass = 0; outdoors = 1; temperature = 311},/area/vr/outdoors/powered)
+"Zq" = (/obj/machinery/smartfridge/survival_pod{icon = 'icons/obj/vending.dmi'; icon_base = "fridge_sci"; icon_contents = "chem"; icon_state = "fridge_sci"; name = "Advanced storage"; pixel_y = 0},/obj/item/weapon/stock_parts/micro_laser/ultra,/obj/item/weapon/stock_parts/micro_laser/ultra,/obj/item/weapon/stock_parts/micro_laser/ultra,/obj/item/weapon/stock_parts/micro_laser/ultra,/obj/item/weapon/stock_parts/micro_laser/ultra,/obj/item/weapon/stock_parts/matter_bin/super,/obj/item/weapon/stock_parts/matter_bin/super,/obj/item/weapon/stock_parts/matter_bin/super,/obj/item/weapon/stock_parts/matter_bin/super,/obj/item/weapon/stock_parts/matter_bin/super,/obj/item/weapon/stock_parts/manipulator/pico,/obj/item/weapon/stock_parts/manipulator/pico,/obj/item/weapon/stock_parts/manipulator/pico,/obj/item/weapon/stock_parts/manipulator/pico,/obj/item/weapon/stock_parts/manipulator/pico,/obj/item/weapon/stock_parts/console_screen,/obj/item/weapon/stock_parts/console_screen,/obj/item/weapon/stock_parts/console_screen,/obj/item/weapon/stock_parts/console_screen,/obj/item/weapon/stock_parts/console_screen,/obj/item/weapon/stock_parts/capacitor/super,/obj/item/weapon/stock_parts/capacitor/super,/obj/item/weapon/stock_parts/capacitor/super,/obj/item/weapon/stock_parts/capacitor/super,/obj/item/weapon/stock_parts/capacitor/super,/obj/item/weapon/stock_parts/motor,/obj/item/weapon/stock_parts/motor,/obj/item/weapon/stock_parts/motor,/obj/item/weapon/stock_parts/motor,/obj/item/weapon/stock_parts/motor,/obj/item/weapon/stock_parts/scanning_module/phasic,/obj/item/weapon/stock_parts/scanning_module/phasic,/obj/item/weapon/stock_parts/scanning_module/phasic,/obj/item/weapon/stock_parts/scanning_module/phasic,/obj/item/weapon/stock_parts/scanning_module/phasic,/obj/item/weapon/stock_parts/scanning_module/phasic,/obj/item/weapon/stock_parts/spring,/obj/item/weapon/stock_parts/spring,/obj/item/weapon/stock_parts/spring,/obj/item/weapon/stock_parts/spring,/obj/item/weapon/stock_parts/spring,/obj/item/weapon/stock_parts/spring,/obj/item/weapon/stock_parts/subspace/amplifier,/obj/item/weapon/stock_parts/subspace/amplifier,/obj/item/weapon/stock_parts/subspace/analyzer,/obj/item/weapon/stock_parts/subspace/analyzer,/obj/item/weapon/stock_parts/subspace/ansible,/obj/item/weapon/stock_parts/subspace/ansible,/obj/item/weapon/stock_parts/subspace/crystal,/obj/item/weapon/stock_parts/subspace/crystal,/obj/item/weapon/stock_parts/subspace/sub_filter,/obj/item/weapon/stock_parts/subspace/sub_filter,/obj/item/weapon/stock_parts/subspace/transmitter,/obj/item/weapon/stock_parts/subspace/transmitter,/obj/item/weapon/stock_parts/subspace/treatment,/obj/item/weapon/stock_parts/subspace/treatment,/obj/item/stack/cable_coil,/obj/item/stack/cable_coil,/obj/item/clothing/glasses/welding,/obj/item/clothing/glasses/welding,/obj/item/device/bodysnatcher,/obj/item/weapon/card/emag,/obj/item/weapon/card/emag,/obj/item/weapon/cell/super,/obj/item/weapon/cell/super,/obj/item/weapon/cell/device/super,/obj/item/weapon/cell/device/super,/obj/effect/floor_decal/industrial/outline/yellow,/obj/item/weapon/storage/briefcase/inflatable,/obj/item/weapon/storage/briefcase/inflatable,/obj/effect/floor_decal/techfloor{dir = 8},/obj/machinery/light/poi{dir = 8},/obj/item/device/flash/synthetic,/obj/item/device/flash/synthetic,/obj/item/device/flash/synthetic,/obj/item/device/flash/synthetic,/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"Zr" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/random/meat,/obj/random/meat,/obj/random/meat,/obj/random/meat,/obj/random/meat,/turf/simulated/floor/tiled/white,/area/vr/powered)
+"Zs" = (/obj/structure/bed/chair/wood{dir = 1},/obj/machinery/button/windowtint{id = "h-kitchen"; pixel_y = -29},/turf/simulated/floor/wood,/area/vr/powered)
+"Zt" = (/mob/living/simple_mob/mechanical/mecha/combat/gygax/manned{faction = "syndicate"},/turf/simulated/shuttle/floor/voidcraft,/area/vr/powered)
+"Zv" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"Zw" = (/obj/item/weapon/gun/projectile/colt,/obj/item/weapon/gun/projectile/garand,/obj/item/weapon/gun/projectile/revolvingrifle,/obj/item/weapon/gun/projectile/shotgun/pump,/obj/item/ammo_magazine/ammo_box/b12g,/obj/item/ammo_magazine/m45,/obj/item/ammo_magazine/m45,/obj/structure/closet/secure_closet/guncabinet{req_one_access = null},/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+"Zx" = (/obj/machinery/vending/engivend{emagged = 1; req_access = null; req_log_access = null},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"Zy" = (/obj/structure/table/standard,/obj/item/weapon/storage/laundry_basket,/obj/item/weapon/storage/fancy/candle_box,/obj/item/weapon/storage/box/matches,/turf/simulated/floor/wood,/area/vr/powered)
+"Zz" = (/obj/effect/catwalk_plated/dark,/obj/item/weapon/banner/blue,/turf/simulated/floor/airless,/area/vr/powered)
+"ZA" = (/turf/simulated/floor/water/beach{dir = 8; temperature = 311; outdoors = 0},/area/vr/powered)
+"ZB" = (/obj/structure/cryofeed{dir = 1},/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/window/reinforced/survival_pod{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/vr/powered)
+"ZC" = (/obj/structure/table/marble,/obj/machinery/chemical_dispenser/bar_alc/full,/turf/simulated/floor/tiled/white,/area/vr/powered)
+"ZD" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"ZE" = (/turf/simulated/wall/phoron,/area/vr/powered)
+"ZF" = (/obj/effect/floor_decal/corner/brown/border{dir = 4},/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/wood,/area/vr/powered)
+"ZH" = (/obj/machinery/autolathe{hacked = 1},/turf/simulated/shuttle/floor/purple,/area/vr/powered)
+"ZI" = (/obj/machinery/exonet_node/map,/turf/simulated/floor/tiled/asteroid_steel,/area/vr/powered)
+"ZJ" = (/obj/effect/floor_decal/industrial/loading{dir = 1},/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"ZK" = (/obj/structure/closet,/turf/simulated/floor/carpet/oracarpet,/area/vr/powered)
+"ZL" = (/obj/structure/table/steel,/obj/item/weapon/storage/toolbox/syndicate/powertools,/obj/item/weapon/storage/belt/utility/full/multitool{pixel_y = 6},/turf/simulated/floor/outdoors/sidewalk/slab{temperature = 293.15; movement_cost = 0},/area/vr/outdoors/powered)
+"ZN" = (/obj/structure/window/plastitanium/full,/obj/structure/window/reinforced/survival_pod{dir = 4},/obj/structure/window/reinforced/survival_pod,/obj/structure/grille/rustic{health = 25; name = "reinforced grille"},/obj/structure/window/reinforced/survival_pod{dir = 1},/obj/structure/fans/hardlight,/turf/simulated/shuttle/plating,/area/vr/powered)
+"ZO" = (/obj/structure/table/marble,/obj/item/weapon/storage/firstaid/clotting{pixel_x = 5; pixel_y = 5},/obj/item/weapon/storage/firstaid/clotting,/turf/simulated/shuttle/floor/voidcraft/light,/area/vr/powered)
+"ZQ" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/rddouble,/turf/simulated/floor/carpet/oracarpet,/area/vr/powered)
+"ZR" = (/turf/simulated/floor/water/beach/corner{dir = 1; temperature = 311; outdoors = 0},/area/vr/outdoors/powered)
+"ZT" = (/obj/effect/step_trigger/teleporter/bridge/south_to_north,/turf/simulated/floor/water{temperature = 311},/area/vr/outdoors/powered)
+"ZV" = (/obj/machinery/vending/tool{emagged = 1; req_access = null; req_log_access = null},/turf/simulated/floor/tiled/techmaint,/area/vr/powered)
+"ZW" = (/obj/structure/table/rack/shelf/steel,/obj/item/weapon/storage/secure/briefcase/nerd_pack_med,/obj/item/ammo_casing/microbattery/medical/omni3,/obj/item/ammo_casing/microbattery/medical/omni3,/obj/item/ammo_casing/microbattery/medical/omni3,/obj/machinery/light{dir = 4; light_color = "#DDFFD3"},/turf/simulated/floor/reinforced,/area/vr/powered/redbase)
+"ZX" = (/obj/random/maintenance,/obj/random/maintenance/engineering,/turf/simulated/floor/tiled/steel_dirty,/area/vr/powered)
+"ZZ" = (/obj/effect/floor_decal/techfloor{dir = 4},/obj/effect/floor_decal/techfloor{dir = 8},/obj/structure/table/steel_reinforced,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/obj/random/maintenance/engineering,/turf/simulated/floor/tiled/techfloor,/area/vr/powered)
+
+(1,1,1) = {"
+abababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababab
+abhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBab
+abhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBab
+abhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBab
+abhBhBhBRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOhBaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBPsaOaOuDaOaOPshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaObXuDMsNFncuDbXaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOaxaOVbLYNnaOaxaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOhBaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdChBhBhBhBhBhBhBhBhBdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOaOKZOQWQjykJaOaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBPsaOaOuDaOaOPshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCdCdCdCShpNpNpNpNpNKRdCdCdCdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOhBhBaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBuDMFOQBEBwMFuDhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaObXuDMsNFncuDbXaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnAdCzhAOhdzONFyRhdAOnhdCnAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOaOShKRaOaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBqFwgOBwgwgwgKOwgqFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOaxaOVbLYNnaOaxaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBAAhdOGGShdFVlDkbhdGShdhdAAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnAlWNFNWpTnAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgAbwgTvDTMFwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOaOKZOQWQjykJaOaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBPshBnVPhSxPbhdFVspkbhdPbnkYZnVhBPshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVlcWQWQJhnVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgzUwgTvwgzUwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOhBhBaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBuDMFOQBEBwMFuDhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCdCVwdCdCdCdCdCdCdCcLdCdCdCdCdCdCdCVwdCdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBPsaOaOjTylaOaOPshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwkovTvxSTvovwkwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOaOShKRaOaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBqFwgOBwgwgwgKOwgqFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCuSMFqOdCPdWmOQMFspMFjyWmPddCqOMFuSdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgbXaOxOspsprTaObXwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgzvhBhBhBhBhBzvwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnAlWNFNWpTnAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgAbwgTvDTMFwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCfrMFqOdCPdPdOQMFWQMFjyPdPddCqOMFqidChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgqlaOxOWQWQrTaOqlwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVlcWQWQJhnVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgzUwgTvwgzUwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnAOzMFqOdCPdtuOQMFspMFjytuPddCqOMFHnnAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBqFwgwgPdOQspbRjyPdwgwgqFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBPsaOaOjTylaOaOPshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwkzvLJEmLJzvwkwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBAAOzMFMFdCPdTiOQMFspMFjyTiPddCMFMFHnAAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnACTMFwgwgLKwgMFrInAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgbXaOxOspsprTaObXwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgzvhBhBhBhBhBzvwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVtzMFMFcLPdPdOQMFWQMFjyPdPdcLMFMFtQnVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVMFMFwgOyOywgMFMFnVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgqlaOxOWQWQrTaOqlwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCdCtzAnusdCSEPdOQMFspMFjyPdSEdCusAntQdCdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgAbCJwgOyOywgYWPKwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBqFwgwgPdOQspQQjyPdwgwgqFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCdCdCdCdCdCdCdCdCdCdCdCdCcLdCdCdCdCdCdCdCdCdCdCdCdCdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgzUzUwgwgDTwgzUzUwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBnACTMFwgwgLKwgMFrInAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCSEPdPdPdPdPdPdPdRyOQMFspMFjyRyPdPdPdPdPdPdPdSEdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwghBhBwgTvTvwghBhBwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOhBhBaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVMFMFwgOyOywgMFMFnVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCPdTiPdPdPdPdPdPdFEOQMFspMFjyFEPdPdPdPdPdPdTiPddChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBtshBhBhBhBhBtshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOaOShKRaOaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgAbCJwgOyOywgYWPKwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBPshBdCPdPddCdCdCdCdCdCdCdCMFWQMFdCdCdCdCdCdCdCdCPdPddChBPshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnAlWNFNWpTnAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgzUzUwgwgDTwgzUzUwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCVwdCdCrtRydCvkugvkvkugvkdCMFaYMFdCvkugvkvkugvkdCrtRydCdCVwdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVlcWQWQJhnVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBwghBhBwgLJLJwghBhBwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOhBhBaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdChBdCuSKDdCPdPddCvkvkDNvkvkvknAMFspMFnAvkvkvkDNvkvkdCPdPddCKDuSdChBdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBPsaOaOjTylaOaOPshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBtshBhBhBhBhBtshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOaOShKRaOaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCuDdCfrObdCPdPddCvkvkvkvkvkvknVMFWQMFnVvkvkvkvkvkvkdCPdPddCObqidCuDdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgbXaOxOspsprTaObXwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnAlWNFNWpTnAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCbHspfrObdCPdPddCvkugvkvkugvkdCMFspMFdCvkuggnvkugvkdCPdPddCObqispsfdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgqlaOxOWQWQrTaOqlwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVYFWQWQQanVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCDaspfrObdCPdPddCvkvkvkvkvkvkdCMFspMFdCvkvkvkvkvkvkdCPdPddCObqispZZdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBqFwgwgPdOQspbRjyPdwgwgqFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBPsaOaOjTylaOaOPshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCDaspfrQWdCPdPddCvkvkvkvkvkvkRyMFWQMFRyvkvkvkvkvkvkdCPdPddCDgqispZZdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnACTMFwgwgLKwgMFrInAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgbXaOxOspsprTaObXwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCmTeSfrQWdCPdPddCvkugvkvkugvkqJMFspMFqJvkugvkvkugvkdCPdPddCDgqieSLkdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVMFMFwgOyOywgMFMFnVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgqlaOxOWQWQrTaOqlwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCpsspfrQWdCPdPddCvkvkDNvkvkvkdCMFspMFdCvkvkvkDNvkvkdCPdPddCDgqispRNdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgAbCJwgOyOywgYWPKwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBqFwgwgPdOQspspjyPdwgwgqFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnApsspfrQWdCPdPddCvkvkvkvkvkvkdCMFWQMFdCvkvkvkvkvkvkdCPdPddCDgqispRNnAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgzUzUwgwgDTwgzUzUwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnACTMFwgwgLKwgMFrInAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBAApsspfrQWdCPdPddCvkugvkvkugvknAMFspMFnAvkugvkvkugvkdCPdPddCDgqispRNAAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwghBhBwgTvTvwghBhBwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVMFMFwgOyOywgMFMFnVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBAAtLaYfrMFdCPdPddCvkvkvkvkvkvknVMFspMFnVvkvkvkvkvkvkdCPdPddCMFqiaYAwAAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBtshBhBhBhBhBtshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgAbCJwgOyOywgYWPKwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBAAtLspfrMFRyPdPddCvkvkgnvkvkvkdCMFWQMFdCvkvkvkvkvkvkdCPdPdRyMFqispAwAAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgzUzUwgwgDTwgzUzUwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVtLspfrMFqbPdPddCdCdCdCdCdCdCdCMFaYMFdCdCdCdCdCdCdCdCPdPdqbMFqispAwnVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwghBhBwgLJLJwghBhBwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdChFJHyLOBdCPdPddCEfKEhdHQgahddCMFspMFdCPdPXvIDygJwKdCPdPddCOBhJJHBPdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOhBhBaOhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBtshBhBhBhBhBtshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCzUzUzUdCdCPdPddChdhdhdhdhdhdRyMFWQMFRyPdyDPNvkOXFQdCPdPddCdCzUzUzUdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOaOShKRaOaOhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCfJfJfJdCdCPdPddCEfKEhdPbhdhdNVMFspMFiAPdPmvkhdvkZOdCPdPddCdChBhBhBdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnAlWNFNWpTnAhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCrtRydChdhdhdhdhdhddCMFspMFdCPdvkhdeAoUIUdCrtRydChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVlcWQWQJhnVhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnphBhBhBdCPdPddCEfKEhdHQgahddCMFWQMFdCPdPdPdPdPdPddCPdPddChBnphBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBPsaOaOjTylaOaOPshBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBbIpKpKdCdCdCdCdCdCdCdCMFspMFdCdCdCdCdCdCdCdCpKpKbIhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOuDaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgbXaOxOspsprTaObXwghBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBAAMFMFMFMFMFMFMFMFMFMFMFspMFMFMFMFMFMFMFMFMFMFMFAAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBPsaOaONFaOaOPshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgqlaOxOWQWQrTaOqlwghBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVspspQespspaYspQespeSspWQspeSspQespaYspspQespspnVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgbXuDwSLYCMuDbXwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBqFwgwgPdOQspbRjyPdwgwgqFhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCdCdCdCMFMFMFMFMFMFMFMFMFMFMFspMFMFMFMFMFMFMFMFMFMFMFdCdCdCdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBSowgShpNKRwgSohBhBhBhBhBhBhBhBhBhBhBwgqlwgMuWQTGwgqlwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnACTMFwgwgLKwgMFrInAhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdChprCdCxNxNdCdCdCdCdCdCdCdCPqRyRydCdCdCdCdCdCdCdCxNxNdCrCYUdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgtqNFqYwgwghBhBhBhBhBhBhBhBhBhBhBwgwgAbOQspKkRRwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVMFMFwgOyOywgMFMFnVhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCdCdCfrMFdCrtRydCugvkugvkvkvkvkvkvkvkvkvkvkvkugvkugdCrtRydCMFqidCdCdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOuDaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnAhdioWQwchdnAhBhBhBhBhBhBhBhBhBhBhBhBwgzUwgDTwgzUwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgAbCJwgOyOywgYWPKwghBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCPsdCLccqfrMFdCPdPddCvkvkvkvkXMvkvkvkWXvkvkvkXMvkvkvkvkdCPdPddCMFqicqfBdCWAdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBPsaOaONFaOaOPshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVPhdtspKLYZnVhBhBhBhBhBhBhBhBhBhBhBhBwgzvLJLJLJzvwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgzUzUwgwgDTwgzUzUwghBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBSowgShpNKRwgSohBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCVwdCLccqfrQWdCPdPddCvkvkvkvkvkczdCkodCkodCczvkvkvkvkvkdCPdPddCDgqicqfBdCVwdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgbXuDwSXzhguDbXwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgwgwgRywgwgwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwghBhBwgTvTvwghBhBwghBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgtqNFqYwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCuSMFLccqfrQWdCPdPddCugvkugvkvkdCnbRKRKRKfhdCSwvkugvkugdCPdPddCDgqicqfBMFuSdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgqlwgMuWQTGwgqlwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgOyOywgspjyOkPdwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBtshBhBhBhBhBtshBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOuDaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnAhdioWQwchdnAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCtzMFqispfrQWdCPdPddCvkvkvkvkegmcXIaMoDaMhjJrvkvkvkvkvkdCPdPddCDgqispfrMFtQdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgAbOQspjyRRwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBieOyOyieWQjyOkPdwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBPsaOaONFaOaOPshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVPhdtspKLYZnVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnAtzMFqiaYfrMFdCPdPddCvkvkvkvkvkrRXIxnhRtJhjrRvkvkvkvkvkdCPdPddCMFqiaYfrMFtQnAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBSowgShpNKRwgSohBhBhBhBhBhBhBhBwgzUwgDTwgzUwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgwgwgspjyFpZtwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgbXuDwSXzhguDbXwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgwgwgRywgwgwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBAAtzMFqispfrMFdCPdPddCugvkugvkvkmcXIaMkNaMhjJrvkvkugvkugdCPdPddCMFqispfrMFtQAAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgtqNFqYwgwghBhBhBhBhBhBhBfUwgzvLJLJLJzvwgfUhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBqFwgHXPdOQspjyfgTkwgqFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgqlwgMuWQTGwgqlwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgOyOywgspjyOkPdwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVfrMFqieSfrMFRyPdPddCvkvkvkvkvkdCSHwHwHwHwFdCvkvkvkvkvkdCPdPdRyMFqieSfrMFqinVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnAhdioWQwchdnAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgPdPdOQspjyPdPdwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgAbOQspjyRRwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBieOyOyieWQjyOkPdwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCfrMFqispfrMFqbPdPddCvkvkvkvkvkugdCMxdCMxdCugvkvkvkvkvkdCPdPdqbMFqispfrMFqidChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVPhdtspKLYZnVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnAktPdPdOQWQjyPdPdktnAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBqSwgShpNKRwgqShBhBhBhBhBhBhBhBwgzUwgDTwgzUwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgwgwgspjyFpZtwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCdWsNmqJHyLOBdCPdPddCugvkugvkXMvkvkvkvkvkvkvkXMvkugvkugdCPdPddCOBhJJHdWAfPydChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgwgwgRywgwgwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBAAvSPdPdOQspjyPdPdvSAAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgtqNFqYwgwghBhBhBhBhBhBhBfUwgzvLJLJLJzvwgfUhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBanwgHXPdOQspjyfgTkwganhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCzUzUzUdCzUzUdCPdPddCvkvkvkvkvkvkvkvkvkvkvkvkvkvkvkvkvkdCPdPddCzUzUdCzUzUzUdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgOyOywgspjyOkPdwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVumZtPdOQspjyPdPdumnVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBnAhdioWQwchdnAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgPdPdOQspjyPdPdwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdChBhBhBdChBhBdCPdPddCdCdCdCdCdCdCdCPqRyRydCdCdCdCdCdCdCdCPdPddChBhBdChBhBhBdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBieOyOyieWQjyOkPdwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgwgwgwgwgcLwgwgwgwgwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVPhdtspKLYZnVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnAktPdPdOQWQjyPdPdktnAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBtshBdCPdTiPdPdPdPdPdPdRyOQMFspMFjyRyPdPdPdPdPdPdTiPddCtshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgwgwgspjyFpPdwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgOyOyOyOysKspQdOyOyOyOywghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgwgwgRywgwgwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBAAvSPdPdOQspjyPdPdvSAAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnphBhBhBhBhBdCSEPdPdPdPdPdPdPdFEOQMFWQMFjyFEPdPdPdPdPdPdPdSEdChBhBhBnphBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBqFwgHXPdOQspjyfgTkwgqFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBqFwgAbAbYWYWsKWQQdLmQqSrPKwgqFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBwgOyOywgspjyOkPdwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVumZtPdOQspjyPdPdumnVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCdCWgFwdCdCdCdCdCdCdCMFspMFdCdCdCdCdCdCdCWgFwdCdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgPdPdOQspjyPdPdwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgzUzUwgwgArspPKwgwgzUzUwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBieOyOyieWQjyOkPdwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgwgwgwgwgcLwgwgwgwgwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCdCPtPtPtQGAsxiAUohQGdCMFspMFdCuxkPxiAUohlbPtPtPtdCdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnAktPdPdOQWQjyPdPdktnAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgOyOyOysVwgzUzUzUwgsVOyOyOywghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgwgwgspjyFpPdwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgOyOyOyOysKspQdOyOyOyOywghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCdCdCPtPtPtPtPtPtPtPtPtdCMFWQMFdCPtPtPtPtPtPtPtPtPtdCdCdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBAAvSPdPdOQspjyPdPdvSAAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgOyOyOysVwgOyOyOywgsVOyOyOywghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBqFwgHXPdOQspjyfgTkwgqFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBanwgAbAbYWYWsKWQQdLmQqSrPKwganhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBTmhBsgsgsgsgsgsgsgsgPtPtnAMFspMFnAPtPtsgsgsgsgsgsgsgsghBTmhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVumPdPdOQspjyPdPdumnVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBSonphBhBMbMbOyOyOyMbMbnphBhBSohBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBwgwgPdPdOQspjyPdPdwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgzUzUwgwgArspPKwgwgzUzUwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBTmhBhBhBhBhBhBhBhBhBSqPtAAMFspMFAAPtSqhBhBhBhBhBhBhBhBhBTmhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgwgwgwgwgcLwgwgwgwgwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnphBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBnAktPdPdOQWQjyPdPdktnAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgcAcAcAMbwgzUzUzUwgMbcAcAcAwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBTmhBRehBhBRehBhBRehBPtPtnVMFWQMFnVPtPtaXhBhBaXhBhBaXhBhBTmhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgOyOyOyOysKspQdOyOyOyOywghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBAAvSPdPdOQspjyPdPdvSAAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgcAcAcAMbwgHoHoHowgMbcAcAcAwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBTmhBsgsgsgsgsgsgsgsgwQYudCMFspMFdCPtwQsgsgsgsgsgsgsgsghBTmhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBqFwgAbAbYWYWsKWQQdLmQqSrPKwgqFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBnVumPdPdOQspjyPdPdumnVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBqSnphBhBMbMbcAcAcAMbMbnphBhBqShBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBTmhBhBhBhBhBhBhBhBhBPtPtdCMFspMFdCPtPthBhBhBhBhBhBhBhBhBTmhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgzUzUwgwgArspPKwgwgzUzUwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBwgwgwgwgwgwgcLwgwgwgwgwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnphBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBTmhBcIhBhBcIhBhBcIhBPtPtdCMFWQMFdCKhPtXchBhBXchBhBXchBhBTmhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgOyOyOysVwgzUzUzUwgsVOyOyOywghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBwgOyOyOyOysKspQdOyOyOyOywghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBTmhBsgsgsgsgsgsgsgsgPtPtdCMFspMFdCPtPtsgsgsgsgsgsgsgsghBTmhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgOyOyOysVwgOyOyOywgsVOyOyOywghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBanwgAbAbYWYWsKWQQdLmQqSrPKwganhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBTmhBhBhBhBhBhBhBhBhBwQPtnAMFspMFnAPtwQhBhBhBhBhBhBhBhBhBTmhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBqSnphBhBsVsVOyOyOysVsVnphBhBqShBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBwgwgzUzUwgwgArspPKwgwgzUzUwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBTmhBVLhBhBVLhBhBVLhBPtPtAAMFWQMFAAPtPtzAhBhBzAhBhBzAhBhBTmhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnphBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBwgcAcAcAMbwgzUzUzUwgMbcAcAcAwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBTmhBsgsgsgsgsgsgsgsgPtPtnVMFspMFnVPtYusgsgsgsgsgsgsgsghBTmhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBwgcAcAcAMbwgcAcAcAwgMbcAcAcAwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCdCdCPtPtPtPtPtPtPtSqPtdCMFspMFdCPtSqPtPtPtPtPtPtPtdCdCdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOuDaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBqSnphBhBMbMbcAcAcAMbMbnphBhBqShBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCdCPtPtPtPtPtPtPtPtPtdCMFWQMFdCPtPtPtPtPtPtPtPtPtdCdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBPsaOaONFaOaOPshBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnphBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCdCdCdCdCdCdCdCdCdCCbFwdCMFspMFdCCbFwdCdCdCdCdCdCdCdCdCdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgbXuDwSXzCMuDbXwghBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCgxyodCSEPdPdPdPdPdOQMFspMFjyPdPdPdPdPdSEdCyogxdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgqlwgMuWQTGwgqlwghBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBiegxgxiePdPdPdPdPdPdOQMFWQMFjyPdPdPdPdPdPdiegxgxiehBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgAbOQspjyRRwgwghBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBiegxgxiePdPdPdPdtuPdOQMFspMFjyPdtuPdPdPdPdiegxgxiehBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgzUwgDTwgzUwghBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCKMgxdCSEPdPdPdPdPdOQMFspMFjyPdPdPdPdPdSEdCgxKMdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBfUwgzvLJLJLJzvwgfUhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCdCdCdCdCdCrtRydCdCdCdCdCdCdCdCdCdCdCrtRydCdCdCdCdCdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBfGGgOyMROyOynRmrzXnRXbspSGzXnRmrzXOyOyVvOySKlohBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCdCdCOyVvOyOynRmrzXnRXbspSGzXnRmrzXOyOyMROydCdCdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnAOyRQOyOynRmrzXnRXbWQSGzXnRmrzXOyOyRQOynAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOuDaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVOyOyOyOyOyfHYzYzWYsphbYzYzpUOyOyOyOyOynVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBPsaOaONFaOaOPshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCKePKOyOyOyhPYzikWYsphbEEqHSMOyOyOyPKKedChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgbXuDwSXzCMuDbXwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCzUdCOyLmQqSrOyOysKWQQdOyOyLmQqSrOydCzUdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgqlwgMuWQTGwgqlwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOuDaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCovdCOyCjYzYzYzCLWYsphbEEYzYzYziSOydCovdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgAbOQspjyRRwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBPsaOaONFaOaOPshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCzUdCzGuGzrzGsKspQdMBuGzrMBdCzUdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgzUwgDTwgzUwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgbXuDwSXzCMuDbXwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCovdCOyOyhPCLWYWQhbEESMOyOydCovdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBfUwgzvLJLJLJzvwgfUhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgqlwgMuWQTGwgqlwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCLmQqSrOysKspQdOyLmQqSrdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgAbOQspjyRRwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCCjYzYzCLifspMYEEYzYziSdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgzUwgDTwgzUwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCzUzUzUdCzUzUzUdCzUzUzUdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOuDaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOhBhBaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBfUwgzvLJLJLJzvwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBdCfJfJfJdCfJfJfJdCfJfJfJdChBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBPsaOaONFaOaOPshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOaOShKRaOaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgbXuDwSXzCMuDbXwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnAlWNFNWpTnAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnphBhBhBnphBhBhBnphBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgqlwgMuWQTGwgqlwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVlcWQWQJhnVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOuDaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgAbOQspjyRRwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBPsaOaOjTylaOaOPshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBPsaOaONFaOaOPshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgzUwgDTwgzUwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgbXaOxOspsprTaObXwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgbXuDwSXzCMuDbXwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOhBhBaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBfUwgzvLJLJLJzvwgfUhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgqlaOxOWQWQrTaOqlwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgqlwgMuWQTGwgqlwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOaOShKRaOaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBqFwgwgPdOQspbRjyPdwgwgqFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgAbOQspjyRRwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnAlWNFNWpTnAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnACTMFwgwgLKwgMFrInAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgzUwgDTwgzUwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVlcWQWQJhnVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVMFMFwgOyOywgMFMFnVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBfUwgzvLJLJLJzvwgfUhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBPsaOaOjTylaOaOPshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgAbCJwgOyOywgYWPKwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgbXaOxOspsprTaObXwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgzUzUwgwgDTwgzUzUwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBaOuDaOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgqlaOxOWQWQrTaOqlwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwghBhBwgTvTvwghBhBwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBPsaOaONFaOaOPshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBqFwgwgPdOQspbRjyPdwgwgqFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBtshBhBhBhBhBtshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgbXuDwSXzCMuDbXwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnACTMFwgwgLKwgMFrInAhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgqlwgMuWQTGwgqlwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnVMFMFwgOyOywgMFMFnVhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgwgAbOQspjyRRwgwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgAbCJwgOyOywgYWPKwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgzUwgDTwgzUwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwgzUzUwgwgDTwgzUzUwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBfUwgzvLJLJLJzvwgfUhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBwghBhBwgTvTvwghBhBwghBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBtshBhBhBhBhBtshBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+abhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+ababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababababrEabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIMIGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPxcPZaWaWFIFIFIFIFIFIFIFIaWaWaWFIaWFIFIhVaWFIbPFIFIaWFIFIaWFIFIiqFIaWiJLbLbLbGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBAcxQxQxQxQhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIvtGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPMcFIFIFIaWaWFIFIaWFIFIFIMcFIFIFIFIaWFIFJaWaWFIaWFIFIMcaWFIaWLbaWLbfMxALbnKnKnKGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPnKnKnKnKnKnKnKnKnKnKnKlUXowjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjGPGPGPGPGPGPGPGPGPGPGPGPOdOdOdGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPjgjgjgjgjgjgjgjgjgGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBxQxQDYhSxQxQhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIMIGPGPQMQMQMQMQMQMQMGPGPGPKrBZBZYnGPGPGPGPFIFIFIFIFIFIFIbPaWaWFJaWFIFIaWFIFJhVaWFIaWFIaWFIFJFIaWFIFIiJbPiJLbLbLbnKnKnKnKnKnKnKGPGPGPGPGPnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPjgjgjgjgjgjgjgjgjgjgjgjjjjjjZAvOvOQTNQvOvOvOGPGPGPGPGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBAchBhBhBhBxQhSIwHIVQWFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIMIGPGPQMZebbCztVrWQMGPBLBZBZBZBZBZBZGPGPGPFIFIaWiqFIFIaWFIFIFIaWFIFIFIaWFIaWaWbPaWFIFIaWFIFIaWFIMcaWiJaWFIfMLbLbnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKlUXowjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdwjwjGPGPGPGPGPGPGPGPGPGPGPjgjgjgjgjgOcjgjgjgjgjgjjjjjjeVoevOvOvOFhOTacvOvOacGPGPGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBxQprprxQDYxQxQhyxQxQUIrLMFdXWFWwhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIMIGPGPQMBixHOROpadQMBZBZBZBZBZBLBZBZGPGPGPbPFIaWFIFIbPFJFIbPFIFIaWFIFIiqaWMcFIFIaWaWFJaWMcaWFIFIaWLbiqLbLbLbLbnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdwjwjwjwjGPGPGPGPGPGPGPGPGPGPGPGPjgjgjgjgjgjgjgGPGPGPjjjjjjjjZAvOvOIpvOvWcovOvOvOlmvOTEGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBxQhSTBTBICbtxuOFHJhKxQBjURsqqCGfxQhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIOuGPGPQMjWTHftOCoKQMBZBZBZBZGPBZBZlCGPGPGPGPFIaWFIFIFIaWFIFIFIFIiqaWFIaWaWFIFIaWaWFIaWaWFIFIFJFIaWaWiJfMLbLbLbnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKlUXowjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdwjwjwjwjwjrZwjwjwjwjGPGPGPGPGPGPGPGPGPGPGPGPGPGPjgjgjgjgGPGPGPGPGPGPGPGPGPGPGPGPGPGPvOrVvOvOvOacvOvOvOlmGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBAQEVYEPdltcJcJcJcJtbxQTOURMFiVWFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIMIGPGPQMSYwrwrwrSYQMBZBZBXGPGPGPBZBZGPGPGPGPFIFIFIFIFIFIFIFISJFIFISJSJFISJSJSJFItTFIFIFIFIFISJFISJSJFIFILbLbLbnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdwjfkwjGPwjsAGPGPwjGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPjgjgjgjgjgGPGPGPGPGPGPGPGPGPGPGPGPGPvOnTmkvOvOvOHUacvOacGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBxQhSkykyuhJMyQcOHJobxQTOURMFMzWFWwhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIOuGPGPQMQMKdKdKdQMQMBLBZGPGPGPlCBZBZGPGPGPCZARnulONJNJCZccqRIuaFaFCZpXHYThmwmwCZwhrnbZPnPnCZFINNFINNLbBRLbBRLbnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdwjwjWkWkWkWkTTGPGPGPGPGPGPGPGPGPGPGPGPGPGPjgjgjgjgjgjgjgjgGPGPGPGPGPGPGPGPacvOmemeUuvOvOvOvOacvOGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBxQxQxQxQxQhSilrpxQxQhSxYRUqCGfxQhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIMIGPGPIKQMzTzTzTQMBZBZBZGPGPGPBZBZBZGPGPGPCZDRDRDRDRBDCZwNwNwNwNdsCZEwEwEwEwlLCZaRaRaRaRZQCZMcFIyxFILbNNLbLbnKnKnKnKnKaZnKnKYonKnKnKnKnKnKnKaZnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdNqNqNqNqjgjgjgjgjgjgjgGPGPGPGPGPGPGPGPjgjgjgjgjgjgjgGPGPGPGPGPGPGPvOmememezolmvOlmvOTEacGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBcxDYoddYwyxQZvXZGkXZNTpQrSJFWFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIMIGPGPBZBvBZBZBZBvBZBZGPGPGPBZBZBZBZGPGPGPCZDRDRDRDRDRCZwNwNwNwNwNCZEwEwEwEwEwCZaRaRaRaRaRCZFIyxFIFIFIFILbLbnKnKnKnKnKnKnKnKnKnKnKnKYonKnKnKnKnKnKnKnKEdnKnKnKnKnKnKnKEdnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdNqNqNqNqNqqDjgjgjgqDjgjgjgjgGPGPGPGPGPGPGPGPjgjgjgjgjgjgGPGPGPGPGPGPvOlmmememevOvOHUvOvOGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBxQhSFrdfMvxQdzxQxQxQhSxtlPlfWFWwhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIMIGPGPBZBZBZBZBLBZBZBZGPGPBZBZBZBZYnGPGPGPCZSLDRCZCZCZCZjkwNCZCZCZCZksEwCZCZCZCZviaRCZCZCZCZFIFIFIMcFIFILbLbnKnKnKEdnKnKnKnKnKnKnKnKEdnKnKnKnKEdnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKlUXowjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdNqNqNqNqNqjgjgjgjgjgjgjgjgjgjgGPGPGPGPGPGPGPGPGPGPjgjgjgjgGPGPGPGPTEvOvOmelmmevOvOvOacvOGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBAQHsYbOYeOOfFqxQqdrKxQXGSuhSxQxQhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIOuGPGPGPGPBXBZBZBZBLGPGPGPBZBZlCGPGPGPGPGPCZuwDRqGJXPVCZDvwNqGJXPVCZSVEwqGJXPVCZUSaRqGJXPVCZUFFIyxFILbFILbLbnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKgUnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdjtOdOdOdOdOdOdOdOdOdNqNqNqNqNqjgjgjgjgjgjgjgjgjgjgjgGPGPGPjgjgjgjgGPGPGPjgjgjgjgGPGPGPGPvOacvOHUvOvOvOKYvOvOGPGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBxQxQprxQhScMOYBJhSgKqhexHJxQAVVTGUxQxQxQhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIvtFIGPGPGPGPGPGPGPGPGPGPKrBZBZGPGPGPGPGPUFCZgYDRyazSwVCZQkwNyazSwVCZEpEwyazSwVCZZKaRyazSwVCZUFFJFIyxFILbLbLbnKnKnKnKnKnKnKnKQcnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdXTOdOdOdOdOdOdOdOdOdwjwjWkWkWkWkWklJjgjgjgjgjgjgjgjgjgjgGPGPGPjgjgjgjgGPGPGPGPjgjgjgGPGPGPGPGPvOvOvOlmvOlmvOvOTEGPGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBTqAQaHZHOHxQSAOYidLTsSxQKlHJxQpPFHwoWPfZhShShBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIOuaWGPGPGPGPGPGPGPGPGPGPBZBZBZGPGPGPGPFIUFCZqGyaqGCZCZCZqGyaqGCZCZCZqGyaqGCZCZCZqGyaqGCZCZCZyxFIFIFILbLbLbLbnKnKnKQcnKnKnKnKnKnKnKnKnKnKnKnKnKYonKnKnKEdnKnKnKnKnKnKnKnKnKgUnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdKiOdwjGPwjwjCEGPGPwjmLmLmLmLmLjgjgjgjgqDjgjgjgGPGPGPjgqDjgjgjgGPGPGPjgjgjgGPGPGPGPGPacvOKYvOvOimvOacGPGPGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBgMVFrUmtdlxQIXQpLHhSFqbFULHJxQUGVSjuseCkeqOeBOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIayFIFIFIGPGPGPGPGPGPFIGPvvvvGPGPGPFIFIyxFIFIhMhMhMhMhMhMhMhMhMhMhMhMhMhMhMhMhMhMhMhMhMhMhMUFFIFIFIFIFIFILbLbnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdwjwjwjwjwjrZwjwjmLmLmLmLjgjgjgjgjgjgGPGPjgjgjgjgjgjgjgGPGPjgjgjgGPGPGPGPGPGPvOvOacvOvOvOvOGPGPGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBAQtBAXmtGnhSxQxQxQxQtIxQNGjRxQtyvbjuIVLRaDSZBOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIOuFIFISJNNGPGPGPGPFIyxyxUFUFUFFIFIFIFIbSfEFIbSFIFIyxyxFIfEbSFIyxFIfEFIFIaWJQFIFIFIFIFIFIFIFIFIyxyxFIFIFILbLbnKnKnKnKnKYonKnKnKnKnKnKEdnKYonKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdjtOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdwjwjwjwjmLmLjgjgjgjgjgjgGPGPjgjgjgGPjgjgjgGPGPjgjgjgGPGPGPGPGPGPTETEimvOvOvOGPGPGPGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBAQtBmtmthziCXZXaXZXZQPxQxQxQxQqWMFjfhSzeslEYiMhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIOubPFIFIFIFIFIFIFIxIFIFIUFUFgNFIUFUFFIUFUFUFFIUFFIFIUFUFFIFIUFUFUFFIyxFIbSbSFIaWFIbSFIFIFIFIFIFIFIFIFILbLbLbnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKthJpwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdmLmLjgjgjgjgjgGPjgjgqDjgGPjgjgjgjgGPjgjgjgGPGPGPGPGPGPGPGPGPacvOTEGPGPGPGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBAQtBmtmtrwhSxQxQxQxQFqxQfRTjxQVmMFxkhSxQxQhSBOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIMIFIFIFIFIFIFIJQFIFIFIFIFIUFUFUFFIFIgNFIfEFIFIbSFIFIjBFIFIFIFIUFFIFIFIUFUFulFIFIFIFIfEFIMcFIFIFIFIfEFILbLbLbnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKaZnKnKnKYonKnKnKnKnKEdnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdmLmLmLjgjgjgqDGPjgjgjgjgGPGPjgjgjgGPjgjgjgGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBgMVFRwjwtZxQECBzdkhSZvwTtPdFxQcCKbMrnLENHgjiBOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIMIaWFIFIFIFIJQFIFIFIFIbSFIUFFIFIFIbSFIyxyxFIFIFIFIFIFIFIFIfEFIUFMcFIYlJQfEFIFIlHFIUFUFFIbSFIFIbSFIUFFILbLbLbLbnKnKnKnKnKEdnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdmLmLmLjgjgjgGPjgjgjgjgGPGPjgjgjgGPjgqDjgGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBTqAQcbKnUhxQRqOlgyPDsSxQdFSDxQgkRUMFMFSshSxQhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIMIFIFItTFJFIFIFIaWFIycFIFIFIFIyxFIFIFIFIFIFIFIFIFIFIMcFIaWFIUFUZFIFIFIFIFIFIWBFIFIFIFIFIUFFIFIFIFIyxFILbLbLbLbnKnKnKnKnKnKnKnKnKnKnKnKEdnKnKnKnKnKnKnKpzopoppWnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdmLmLmLjgjgjgjgjgOcjgjgGPGPjgjgjgGPjgjgjgGPGPGPwWrmGPGPGPGPGPGPGPGPGPvOvOGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBTqgMxQprxQhSaUqrJLhSwlbFvZgxxQAVVTuMSshSxQhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIvtaWSJFINNFIulFIFIFIyxbSUFbSFIFIMcFIaWFIFIFIFJFIFIFIFIFINbFIUFUFFIzYFIFIgNFIFIFIFIFIFIFIbSFIfEFIyxFIbSFILbLbLbnKnKYonKnKnKnKnKaZnKnKnKnKYonKnKaZnKnKnKpzuIoppWnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdmLmLmLjgjgjgjgjgjgjgGPGPjgjgjgGPjgjgjgGPGPGPGPejYMGPGPGPGPGPGPGPvOvOGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBTqTqhBxQxQlexxUvxQFqxQvHjRxQXGSuhSxQxQhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIMIFISJtTFIFIFIFIlHFIfEUFFIFIgNFIFIFINbFIrqyxFIYlFIFIaWFIFIFIUZUZFIFIFIFIFIFIFIFIFIFIFIFIFIFIFIFIFIFIFIFIFILbLbnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKpzopoppWnKnKnKnKEdnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdtoOdOdOdOdOdOdOdXTOdOdOdOdOdOdmLmLmLmLjgjgqDjgjgjgGPGPjgjgjgGPjgjgjgGPGPGPGPvOvOvOvOvOvOvOvOvOvOvOGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBxQhSfsXiXgxQdzxQxQxQhSjrlPRMWFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIMIMcFIFIFIFINbFIFIbSFIFIbSFIFIFIFIFIFIFIFIgNlHFIYyYygNFIlHFIUFUZFIFIYyYyFIFIFIUFFIlHFIFIFIFIFIFIFIFIFIFIFILbLbnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKpzopuIpWnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdmLmLmLmLjgjgjgjgjgGPGPjgjgqDjgjgjgjgGPGPGPGPGPvOvOvOmvmvmvmvmvvOvOGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBxQxQxQxQxQfLeFgBXZRzIyrSGYWFWwhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIMIhVFIFIaWFIFIlHlHNbUFFIFIFIFIFIFIFIFIFIFIFIFIFIlkwjwjbSFIJzUZUZpFwjkWlkwjFIFIFIFIFIFIFIFINbFIFIFIFIFIFIFILbLbnKnKnKnKnKEdnKnKnKnKnKnKnKnKnKnKnKnKYonKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdmLmLmLmLmLjgjgjgGPGPGPjgjgjgjgjgGPGPGPGPGPGPvOvOvOmvOwOwySmvvOGPGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBxQxQhSGhhSxQxQhSIhJJqCGfxQhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIayFIFIFINbFIgNFIFIFIFIbSFIFIFIFIFIlHFIFIFIFIFIbSwjkWwjwjwjApUZUZHzwjOdOdwjFIFIFIFIMcFIaWFIFIlHFIFIFIFIFILbLbLbnCnKnKnKnCnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdjtOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdmLmLmLmLmLmLjgjgGPGPGPGPjgjgjgGPGPGPGPGPGPGPvOvOvOmvOwaKjdmvvOGPGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBLlBOhShSmZyWQgMFZdWFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIMIaWSJFIFIFIFIWBaWUFFIFIFIFIFIFIFIFIFIFIFINbFIFIwjwjOdKJOduVUZUZijOdOdOdwjFJFIFIFIFIFINbFIgNFIFIFIFIFIFILbLbLbnKnKnKQcnKnKnKnKnKnKnKnKnKYonKEdnKnKnKEdnKnKnKnKnKnKnKnKnKnKgUnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdmLmLmLmLmLGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPvOvOvOsckGOwkGssvOGPGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBFcDYbmIygzMFVsWFWwhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIOuFJSJFIlHFIFIFIbSUFFIFIFIFIFIFIFIMcFIaWFIFIlHlHNbwjyuOdyuOdOdOdOdyuGVwjwjFIYlUFFIaWFIFIFIFIWBFIFIFIFIFIFILbLbnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdtoOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdmLmLmLGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPvOvOvOvOOwkGOwvOvOGPGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBxQKqgjUCMFqCGfxQhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIMIMcSJNNFIFJFIFIFIFIbSFIFIFJFIFIFIFIFINbFIgNFIFIfEwjGVOdOdOdOdOdOdOdOdwjgNlHFIFIFIgNFIlHFIFIFIFIFIFIFIFIFILbLbnKnKnKnKnKnKnKnKnKnKEdnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKEdnKnKnKnKnKnKgUnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPGPvOqqjmqqvOvOvOvOGPGPGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBxQhSGQMFMFAqWFhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIOuaWSJFIWBFIFIFIlHUFFIrqFIFIYlFIFIaWFIFIFIFIWBaWFIwjOdOdyuXlOdOdyuOdVxwjbSFIFIaWJQFIFIFIFJFIFIFIFIFIFIFILbLbLbnKnKnKnKnKnKYonKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdwjGPGPGPGPGPGPJjEGvOvOvORfvOvOvOvOGPGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBxQhSwnZwHPWFWwhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIOuaWSJFIFIFIFIFIhNFIbSFIgNlHFIFIFIgNFIlHFIFIFIFIFIwjOdOdOdOdOdOdOdXlkWwjFIFIFIFIFIFIFIFIFIFIFIFIFIFIFIFIFILbLbnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdwjGPGPGPGPGPyzyzZRJjqLyZyZJjJjJjGPGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBxQxQDYhSxQxQhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIayFIFIFINNFIFIFIFIFIFIFIFIFIFIaWJQFIFIFIFJFIFIFIFIwjlkwjwjkWwjwjwjwjwjwjFIUFFIFINbFIFIFIycFIFIFIFIFIFIFIFIFILbnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKaZnKpzopoppWnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdXTOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdCEGPGPGPGPWkWkoEyzZRJjJjJjJjJjJjGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBxjxQxQxQxQhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIMIFIFIFIFIFIyxFIyxUFFIFIFIyxFIFIFIaWFIWBFIFIFIlHFJFIrqwjwjwjYyYyYylkwjwjFIFIaWFIFIlHlHNbFIFIFIFIFIFIFIFIFILbLbnCnKnKnKnCnKnKnKaZnKnKnKnKEdnKnKnKpzopuIpWnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKlUXowjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdjtOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdtoOdOdOdOdOdOdOdOdOdOdOdOdOdOdxsOdOdOdOdOdOdOdOdOdOdOdOdwjwjGPGPWkWkWkWkWkoEyzyzZRJjiEJjGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIMIiqFINNFIFIJQFIbSFIFIFIaWFIFIFIFIFIFIFIFIFIFIFIFIFIFIgNlHfEFIFIJQFIFIFIFIFINbFIgNFIFIFIFIFIFIFIFIFIFIFIFIFILbLbnKnKnKnKnKnKnKYonKnKnKnKnKnKnKEdpzopoppWnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdwjGPGPWkWkWkWkWkWkWkWkoEyzyzyzGPGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIMIaWSJFIFIFIFIFIfEUFfEFIFIaWFIFIFIFIFIFIFIFIJQFIFIFIFIFIFIFIaWJQFIFIFIFJFIFIFIFIFIWBaWFIFIFIFIFIFIFIFIFIFILbLbLbnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKpzopoppWnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdwjsAGPWkWkWkWkWkWkWkWkWkWkWkWkWkGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIDDFISJFIFIFIFIFIFIUFfEFIFIJQFIFIJQFIFJzYFIFIxIFIFIFIFIFIyxFIFIFIFIaWFIFIUFFIlHFIFIFIFIFIFIFIFIFIFIFIFIFIFIFILbLbnKnKnKnKnKnKEdnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKEdnKQJsxlEpWnKnKnKnKnKgUnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdwjwjwjWkWkWkTTWkWkWkWkWkWkWkWkWkGPGPkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIGbaWSJtTFIFIFIFIntUFntFIFIFIFIFIaWFIFIFIJQFIFIaWFIFIFIFIFIFIFIulFIFIFIFIFIFIFIFJFIFIFIFIFIFIFIFJFIFIFIFIFILbLbLbLbnKnKnKnKnKnKnKnKnKnKnKnKnKEdnKnKnKnKnKnKnKnKnKpzWflSpWnKnKgUnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdtoOdOdOdOdOdtoOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdwjGPwjwjwjwjwjwjwjwjwjwjwjwjwjGPsAkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIMIFIFItTFIFIFJmvmvyamvmvvvvvvvmvmvmvmvmvmvFIFIFIFIFIMcFIYlJQFIFIFIlHFIFIFIFIWBFIFIFIlHFIFIrqFIFIYlFIFIFIFILbLbLbLbnKnKnKnKnKYonKnKnKnKnKnKnKnKnKnKnKnKnKaZnKnKnKpziRoppWnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdjtOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdwjCEwjwjwjOdOdOdOdxsOdOdwjwjwjGPwjkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBGOhBhBhBhBhBGOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBsgsgsghBhBsgsgsgsgsgsgsghBhBhBhBhBcAcAcAhBhBhBsgcAcAcAsgJZsgsgsgsgab
+oIMIFJFIFIFIMcmvmvuNdFWumvmvmvmvmvZrzNiPZCmvmvmvFIFIFIFIFIFIFIFIFIWBFIFIUFFIFIFIFIFIFIFIFIFIFIgNlHFIFIFIFIFIFILbLbLbnKnKnKnKnKnKnKnKnKnKnKASnKnKnKnKYonKnKnKnKnKnKpzuIZopWnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdwjGPwjwjOdOdOdOdOdOdOdOdOdwjwjwjwjkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBNzhBhBGOKIqXqXqXMgGOhBhBNzhBhBhBhBhBhBhBhBhBhBhBhBhBhBGOGOGOGOGOGOGOGOGOGOGOGOGOhBhBcAhBhBhBsghBhBcAcAcAhBmlcAcAhBhBab
+oIMIFISJNNFIFIkeoMHJHJdFHJGBmvufmvRkRkwfRkqQUjDxMcFIFIFIzYFIFIgNFIFIFIFIFIFIFIFIFIFIFIiOFIFIFIFIFIFIaWJQFIFILbLbLbLbnKnKnKnKnKnKnKnKnKpzlSoppWnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdtoOdOdOdOdOdOdOdOdOdOdOdXTOdOdOdOdOdOdOdwjwjwjOdOdOdOdOdOdOdOdOdOdOdwjwjwjkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBGOBrKIMgGOqcBTIJcTuoGOKIMgBrGOhBhBhBhBhBhBhBhBhBhBhBhBhBQycAcAcAcAcAcAcAJSGiKAfDGOGOuOGOGOGOqUtKZNGOGOGOGOGOGOGOGOhBsgab
+oIayFISJFIFIFIkeIeIERudFdFHJmvyamvGzREvrRkRkcpDxFIaWFIFIFIFIFIFIFIFIUFFIFIFIFIFIFIFIFIFIFIFIFIFIyxFIFIFIFIFILbLbLbLbnKaZnKnKnKnKnKnKnKpzopBQpWnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdjtOdOdOdOdOdtoOdOdOdOdOdOdOdtoOdOdOdOdOdOdOdOdOdOdOdOdwjfkOdOdOdOdOdOdOdOdOdOdOdsAGPwjkSabhBhBhBhBhBhBhBhBhBhBhBhBhBGOGOQAybagGOuYGKEOGKyXGODoAyEhGOGOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBcAcAcAcAcAGOcugxwmgxGOvTXQNocKGOupmPXkPTVnGOcAsgab
+oIMIrBSJFIIRJQkeQUHiZbZbZbHJyaHJyaHJHJHJHJKlcXDxFIFIzYFIFIFIFIFIyxFIUFFIFIFIFIFIFIFIFIFIFIFIDmFIFIFIFIulFILbLbFILbLbnKnKnKnKnKnKnKnKnKpzopoppWnKnKEdnKnKnKpzopoppWnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdwjOdOdOdOdOdOdOdOdOdOdOdOdwjwjwjkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBzPjpoJhderEOgDgDgDEOerhdoJiazPhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnQhBcAGOGOGOGOGOIOgxUBCvGOvTgxyIfOGOHOmPKaLLSNGOcAsgab
+oIMIaWFIFIFIFIkeQUHiZbZbZbGsmvHJmvwEHJHJHJsCKuDxaWFIFIMcFIyxFIyxFIUFFIyxFIFIFIMcFIFIFIFIFIFIFIFIFIFIFIFIFILbLbLbLbLbnKnKnKnKnKnKnKnKaZpziWoppWnKnKnKUZnKnKpzopoppWnKnKnKnKnKnKnKnKnKnKgUnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdxsOdOdOdOdOdOdOdOdOdOdOdwjCEwjkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBLojphdWSGOZmbcvAABxTGOgQhdiamRhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBsgsgsgsgsgcAGOmzwwmzGOcRgxNtgPGOeTLtgSVjGOhAmPvXKSbrGOhBsgab
+oIMIaWFIFIFIFIkeVRiYRuHJHJHJlNHJtmHJHJHJHJSOTyDxFIFIFIFIFIFIUFFIFIFIFIFIFIyxFIFIFIFIFIFIFIFIFIFIFIaWFIFIFIFILbLbLbLbnKnKnKnKYonKEdnKnKnKnKnKnKnKnKnKnKnKnKpzopoppWnKnKnKEdnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdKiOdOdOdOdOdOdOdOdOdOdOdOdOdwjwjkSabhBhBhBhBhBhBhBhBhBhBhBhBhBGOGOGOfiGOGOGOGOGOGOGOGOGOUpGOGOGOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBcAAumzmzCqVWGxGxOsGrGOvcaPfYnGGOOsfVgxGxiHGOsgsgab
+oIvtaWFIFIFIFImvmvmvmvmvmvmvmvHJmvHJHJHJHJZsvUDxFIFIJQFIFIFIFIFIFIFIFIFIFIyxFIFIFIFIFIFIFIyxyxFIFIFIFIFIFIFILbFILbnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKUZnKpzopoppWnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdXTOdjtOdOdOdOdOdOdOdOdOdjtOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdrZOdkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBADGOLdxoyVPUjstUalSlzQOYzfGOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRvhBcAGOGOKGGOGOTZEQdxykWZOareykdEowLnGxGxmdXfGOcAsgab
+oIOuFISJtTNNFJmvmvHEVDXwHJHJyaHJmvKTxMpHvzmvmvmvFJFIFIFIUFFIaWFIFIFIFIFIFIFIFIFIFIFIFIrfFIFIFIFIFIFIFIFILbLbLbLbLbnKnKYonKpzopoppWnKYoEdnKnKnKYonKnKUZnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdtoOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdXTOdOdOdOdOdOdOdOdkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBpjIMxoxovQakPdQwOYRDOYSPpjhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBsgsgsgsgsgcAGOZIoOUkGOGOaPnGGOGOGOGOGOdZGOGOKGGOGOGOGOcAsgab
+oIMIbPSJFIFIFImvTKHJZbeZZbHJmvqNmvmvmvmvmvmvVOmvmvFIaWFIUFFIFIFIFIFIFIFIFIFIFIFIFIyxyxFIFIFIFIFIFIFIFIFIFIFILbLbLbnKEdnKmEpzopoppWnKnKnKnKnKnKaZnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKthJpwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdwjOdkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBGOZqxoxoxoakPdQwOYOYWHOmGOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBcAaiZDmPPzKGCQnfSFqEDwMVebGObLGOmPmPBKicJfGOcAhBab
+oINmFISJFIFIaWmvMdHJZbZbZbMZmvHJmvaJbkRcFOmvbarFmvFIFIFIFIFIJQFIFIFIFIFIFIFIFIFIFIFIFIFIFIFIFIFIFIFIFIFILbLbLbLbLbnKnKnKnKpzopoppWnKnKnKnKnKnKnKnKnKJmUZnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBpjxaxoxoxoakPdQwOYOYRDbzpjhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBffhBcATDJVxefVLOmPgxgPicGrYxreViEqKGveGxXkPTZBGOsghBab
+oIMIFISJFIFIFImvzJihZbZbZbazmvHJyaHJDRCCfKmvbamhmvaWFIFIUFJQFIFIFIFJFIFIFIFIFIFIFIFIFIFIFIFIycFIFIyxFIFIFILbLbLbLbnKnKnKnKpzuIoppWnKnKnKnKnKnKnKnKUZUZnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdkSabhBhBhBhBhBhBhBhBhBhBhBGOGOGOGOGOqkCSxoxoakvoQwOYOYHmqyGOGOGOGOGOhBhBhBhBhBhBhBhBhBhBhBhBsgsgsgsgsgcATDcUPPmPKGgxswswswswGxmPGOdZGOWGgxKaLLSNGOsghBab
+oIMIFIFINNFIFImvcGWuHJHJHJyvmvHJmvWuBnyOUXmvBtDhmvFIFIJQFIFIFIaWFIFIFIFIFIxIFIFIFIFIFINbFIFIFIFIFIFIyxFILbLbLbLbLbnKnKnKnKnKnKnKnKnKnKEdnKnKaZnKUZUZUZUZUZnKEdCZCZCZCZCZCZCZCZCZCZCZnKnKnKgUnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdkSabhBhBhBhBhBhBhBhBhBhBGOGOedeCPSGOGOGOAFGOGOGOGOGOAFGOGOGOtaWiAmGOGOhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBcATDFMZXCtGOxDGOclGOxDGOOUGOzCowmaswvXKSbrGOhBsgab
+oIMIFJSJFIJQFIFImvmvYTmmQCmvmvHJmvmvmvmvmvmvMqNfmvFIFIFIUFulFIUFUFUFUFFIFIFIFIFIFIaWFIUFlHlHNbFIFIFIyxFIFILbLbLbLbnKnKnKnKnKnKYonKnKnKnKnKnKUZUZUZUZUZUZUZUZUZCZBaCZBaCZBaCZBaCZBaCZnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdjtOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdtoOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdkSabhBhBhBhBhBhBhBhBhBhBGObisUGOPdHbGOpJRytSEBLxEBypRyctGOTfpnPdPdbeGOhBhBhBhBhBhBhBhBhBhBhBhBhBhBishBcABpFRGreYGOTwGOjXGOTwGOTwGOdZGOLNmPubmPglGOcAsgab
+oIOuaWSJFIrqFIFImvWEXtWEWEXtmvyamvoiuTjYsbmvbababsUFFIUFFIFIFIlHFIFIFIUFUFFIFIFIFINbUFgNFIUFFIFIFIFIFIulLbFILbLbnKnKnKnKnKnKnKnKnKnKnKnKnKIPhkqZYNVuomhMhMHNHNCZEtqGEtqGEtqGEtqGEtqGnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdWJWJWJWJOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdjtXTOdOdOdOdOdOdOdtoOdOdOdOdOdOdOdOdOdOdOdXTOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdkSabhBhBhBhBhBhBhBhBhBhBClFuhQLqPdeQGOUxRyRyRyRyRyRyRyhrGOromAPdTawCpjhBhBhBhBhBhBhBhBhBhBhBsgsgsgsgsgcAGOBBGxDCGOGOGOGOGOGOGOGOGOhmGOGOKGGOGOGOGOcAsgab
+oIMIFISJNNFIMcFIlRYlyxYlziyxrkYlbsbabafzlMmvogmvmvFIFIFIFIFIWBFIFIFIFIFIFIUFFIUFFIFIFIFIWBaWFIUFUFUFFIUFUFLbUFLbnKnKnKnKnKnKnKnKnKnKnKnKIPwYhMhMhMhMhMhMhMhMhMqGBanNBanNBanNBanNBanNhMVIVIVIVIEgkVkVkVkVkVkVkVkVkVkVkVkVkVkVkVkVWJWJWJWJWJUZUZUZUZOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdxsOdOdOdOdOdkSabhBhBhBhBhBhBhBhBhBGOGOGOGOGOpKYVpOCfchchchchchchchqfVHaQchYVPdDAGOGOhBhBhBhBhBhBrHhBhBhBhBhBhBhBhBcAGOGOKGGOGOWTUDcfXHFtykFtykEuowtMmPAHmPAHGOcAsgab
+oIvtaWSJyxFIFIFIlRxZyxYlYlziziYlmvmvmvmvmvmvmvmvFIFIFIFIFIFImvmvmvmveyeymvyamvmvmvmvmvmvmvFIFIFIFIyxFIUFLbLbyYLbnKmEnKnKnKnKUZUZnKnKUZUZhMhMhMhMhMhMhMhMhMhMhMBaBaBaBaBaBaBaBaBaBaBahMUZUZUZUZUZUZUZUZUZUZUZUZUZUZUZUZUZUZUZUZUZUZUZUZUZUZUZUZUZUZOdOdOdjtOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdkSabhBhBhBhBhBhBhBhBhBGOGOJYnHzasLGlGOfoZJZJWcAIvgVlVlTIGOiyafujYLCyGOGOhBhBhBhBhBhBhBhBhBhBhBhBhBcIhBcAAumzmzmzAuGxGxNjmPGOaPfYnGekGONjhDmPsICvGOhBsgab
+oIOuaWFIFIFIFIaWlRziyxyxziYlziziziziYlYlyxziyxlRFIFIYlFIFIFImveJmGlQHJHJHJHJZyfNmvoQoQoQmvFIFIFIFIyxFIFILbUFUFLbnKnKnKnKUZnKnKnKnKUZnKUZhMhMhMhMhMhMhMhMhMhMhMBaBaBaBaBaBaBaBaBaBaBahMZgZgZgZgZgZgZgZgZgZgZgZgZgZgZgZgZgZgZgZgZgZgZgZgZgZgUZUZUZUZOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdkSabhBhBhBhBhBhBhBhBhBhBGOoRyPosUopMGOGOxCJIBeGOBexCJIGOGOnXxyIflsLyGOhBhBhBhBhBhBhBhBhBhBhBsgsgsgsgsgcAGOmzXVmzGOklgxcRgxGOBVzIgxgxGOzFmPXkPTZBGOcAsgab
+oINmaWFItTFIFIFIUQoGoGoGoGoGoGFmoGoGoGoGoGoGoGnOFIMcFIFIFIyxmvTdHJHJHJHJHJHJHJHJYShfhfhfbvlHFIFIFIyxFIFIUFLbUFiJnKnKnKnKnKnKnKnKnKQcnKnKCZqGyayaqGCZCZCZCZCZCZqGBanNBanNBanNBanNBanNhMnKnKnKnKACZTZTZTZTZTZTZTZTZTZTZTZTZTZTZTZTZnZnZnZnZnZgZgZgZgOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdxsOdOdOdOdOdOdOdOdOdOdOdOdOdkSabhBhBhBhBhBhBhBhBhBhBGOgetrzDryHdGOGOaLMbMbMbMbMbXAGOGONyuByFiuNuGOhBhBhBhBhBhBhBhBhBhBhBhBhBhBYPsgcAGOGOGOGOGOUBgPNtSjGOaTezyUjIGOzcgxKaLLSNGOcAsgab
+oIMIFIFIFIMczYFItTFIFIFIFIJQFIFItTFItTFIFIFIFIzYFIFIFIaWJQFImvyamvyamvyamvHJHJHJmvhfhfhfbvFIFIFIFIFIFIlHLbLbUFUFnKnKnKnKnKnKnKnKnKnKnKnKCZmDBaBabdALRpmfALyfmfCZEtqGEtqGEtqGEtqGEtqGnKgUnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdZnZnZnZnOdOdOdOdOdjtOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdxsOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdkSabhBhBhBhBhBhBhBhBhBhBGOGOVaVaVaGOGOZzMbMbMbMbMbMbMbZzGOGOVaVaVaGOGOhBhBhBhBhBhBhBhBhBhBOWsgsgsgsgsgcARZkrllJyGOwmgxpxgxGOISKpxBdLGOTWGxvXKSbrGOcAhBab
+oIayFJSJtTFIFIFIFIzYFIFIMcFIFIFIJQFIFIFIJQFIFIFIFIFIFIFIFIFImvmomvUymvUymvINfwINmvyHyHyHmvFIyxyxFIFIFIFILbUFLbUFLbnKnKnKEdnKnKnKnKnKnKnKdHBaBaBaBaBaBaBaBaBaBaCZBaCZBaCZBaCZBaCZBaCZnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdkSabhBhBhBhBhBhBhBhBhBGOGOraOyOyOyraGOGNhBhBhBhBhBhBJaGOGOraOyOyOyraGOGOhBhBhBhBhBhBhBhBhBcAcAcAcAcAcAcAOyOyOyOyGOGOuOGOGOGOqUtKZNGOGOGOGOGOGOGOGOcAhBab
+oIMIgNSJFIFIzYFIFIgNFIFIFIFIFIFIFIFItTFIFIFIFIFIFIFINNFIulFImvmvmvmvmvmvmvoqmvoqmvmvmvmvmvtTFIFIFItTxIFItTFILbUFLbnKnKnKnKnKnKnKnKnKnKnKNaBaBaBaBaUtModwdwModwCZCZCZCZCZCZCZCZCZCZCZnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdkSabhBhBhBhBhBhBhBhBhBGOhBhBhBhBhBhBhBGOhBhBhBhBhBhBhBGOhBhBhBhBhBhBhBGOhBhBhBhBhBhBhBhBGOGOGOGOGOGOGOGOGOGOGOGOGOcAcAcAcAcAcAcAcAsgcAcAcAcARFcAcAhBhBab
+oIOuaWFIFIFIFItTFIFIFIFIFItTFIFIFIFIFIFIFIFIFIFItTFIFItTtTFIFIFIFIFIFIFIFIFIFItTtTFIFIFIFIFIFIFIFIFIFIFIFILbLbUFUFLbnKnKnKnKnKnKmEnKnKnKdHBaBaBaBaBaBaBaBaBaBaCZnKnKnKnKnKnKnKnKnKnKnKnKnKnKnKWqwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdkSabhBhBhBhBhBhBhBhBhBhBhBhBnphBhBhBhBhBhBhBhBhBhBhBhBhBhBhBnphBhBhBhBhBhBhBhBhBhBhBsgsgsgsgsghBhBsgsgsghBhBsghBhBcAhBcAcAcAhBcAcAsgcAcAcAcAJZcAcAsgsgab
+oIvtFISJSJFISJSJFIFIFISJSJSJFISJSJSJSJFISJSJSJFIFISJSJFIFIFIFIFISJSJFISJFIFISJKzKzFISJFIFIFIFISJSJSJFIFIFISJLbLbUFUFLbnKnKnKnKnKnKnKnKnKCZALRpmfgAdwHWHWqwGdkCCZOhOhOhOhOhOhOhnKnKnKnKnKnKnKnKthJpwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBsgcAhBhBcAcAhBcAcAsgrlcAcAcAJZcAcAsghBab
+oIOuaWaWFIFIMcFIFIFJFIaWaWFJaWFIFIFIbPFIFJMcaWaWFIFIFIaWiqaWFIaWFJaWFIFIbPaWMcFIaWFIbPaWaWFIFJaWFIFIhVFIFIFJulLbUFLbiJQzLbnKnKnKnKnKnKnKCZCZCZCZCZCZCZCZCZCZCZCZOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjwjOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdOdkSabhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIOuayvtMIGwMIayGwMIayOuKsMIMIayvtMIGbayMIKsGwayMIvtayOuOuMIayMIGwMIvtMIOuMIOuMIDDGbOuMIWaMIOuayOuvtMIDDOuMIhshshshsMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIkSewLJLJhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIAWAWAWAWMIkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWMITATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATANgNgNgNgNgNgNgNgNgNgNgNgGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAkSFKEIkSkSkSivkSriMbLJhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBRFhBhBhBhBab
+oIOiAWAWkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSkSMIAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWMITATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATAkuZfZfZfZfhtZfZfZfZfhtZfZfZfYRZfhthtZfYRhtZfZfZfZfZfhtZfZfZfZfZfhtZfZfZfZfZfZfhtZfZfZfYRZfhthtZfwDZfZfdymNhtZfZfSSMbLJhBhBhBhBxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxhxh
+oIFzAWAWkSkSzqgxNkJNJNJNJNJNJNJNJNJNJNJNJNJNJNJNJNJNJNJNJNJNMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIhshshshsMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMITCTCWKWKWKdcdcnFWKWKWKWKWKWKWKnFdcdcWKWKWKWKnFAakukuZfZfZfZfZfZfZfZfZfZfZfZfZfZfYRZfZfZfZfYRQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvYRZfZfZfZfwDQvQvQvQvQvOjmYOPMbLJhBhBhBhBxhNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgYITCIjYIYIYIYIxh
+oIAWAWAWkSkSrQgxgxVXVXgxJUVAHvHvVAwJwJVAvdvdVAeReRVAgxfAJNJNTATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATATAMIMIOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhOhMITCTCYIYIYIYIIjIjYIYIYIYIYIYIYIYIdqYIYIYIYIdqdqYIWKWKNgNgNgNgNgNgNgNgNgNgNgNgNgNgGAuRQvQvOjGAvkfTAtGomMhdvkhdvkPHMWDBMWHlvkhdvkhdfTGoWDmMvkGAuRQvQvOjkSvkhdvkhdvkhqZfSSMbLJhBhBhBhBxhGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGANgNgYIIjIjYIYIdqYIxh
+oIAWAWAWkSkSbogxgxJNJNgxJUgxHvHvgxwJwJgxvdvdgxeReRgxgxfAJNJNTAeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGJCJCJCJCJCJCJCJCJCJCJCJCJCJCJCTAMIMIOhOhXeXeAWAWAWAWAWAWAWAWXeXeAWAWAWAWXeOhOhMITCTCTCYIYIYIIjIjYIYIYIIjYIYIYIYIIjTCYIYIdqdqdqYIYINgNgNgNgNgNgNgNgNgNgNgNgNgNgNgGAVylgznhqGAhdsPJxHjXrvkhdvkhdkZJcZfJcOIhdvkhdvksPrNxPXrhdGAVylgznhqkSYiSztjiLbTGFuQrivJvJvJvJvJvJxhGACKCrrharrhIzCKGACKCrrharrhIzCKGACKCrrharrhIzCKGACKCrrharrhIzCKGACKCrrharrhIzCKGACKCrrharrhIzCKGACKCrrharrhIzCKGANgNgIjYIYIdqYITCYIxh
+oIAWAWAWkSkSkSkSkSkSJNgxJUgxHvHvgxwJwJgxvdvdgxeReRgxgxfAJNJNTAeGeGjZeGeGhceGeGeGeGjZeGeGeGeGeGeGjZeGeGeGeGeGeGeGhceGeGJCJNJNJNJNJNJNJNJNJNJNJNJNyTJCTAMIMIOhOhXeAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWXeOhOhMITCTCYIYIYIIjIjYIYIYIYIYIYIYIYIYIYIdqTCTCTCdqYIYIYIYIGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAVyznlghqGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAVyznlghqkSkSkSkSkSkSkSkSriririririribKBhGALMCrarPcarIzLMGALMCrarPcarIzLMGALMCrVtfCVtIzLMGALMCrarPcarIzLMGALMCrarPcarIzLMGALMCrarPcarIzLMGALMCrarPcarIzLMGANgNgYIYIYIYIYIYIYIxh
+oIAWAWAWkSkSkSkSkSkSJNgxJUgxHvHvgxwJwJgxvdvdgxeReRgxgxfAJNJNTAeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGJCJNawoBgCHZlqplkhHZkRkzlZyTJCTAMIMIOhXeXeAWAWAWAWOrOrOrOraNaNOrOrOrOrAWAWXeOhMITCTCYIIjIjIjYIYIYIYIdqYIYIYIdqYIdqTCYITCYIYIYIdqdqYIGAVyznlgznlgYpMFoVznlgznlghqGAVylgznhqGAYmNlNlAlAlqVAoqVzEtnrjRCcSeERmckQvWCPXvIDygJwKGAVylgznhqGANgGAYsMfhHXUPJOLBqZfZfZfcNGAxhGACKCrrharrhIzCKGACKCrrharrhIzCKGACKCrrharrhIzCKGACKCrrharrhIzCKGACKCrrharrhIzCKGACKCrrharrhIzCKGACKCrrharrhIzCKGANgNgYIYIdqdqYIIjYIxh
+oIAWAWAWAWAWAWAWkSkSJNgxJUgxHvHvgxwJwJgxvdvdgxeReRgxgxfAJNJNTAeGeGeGeGeGeGeGeGeGeGhceGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGJCJNBWCKCXHZBWEOCXHZBWCKCwyTJCTAMIMIXeAWAWAWAWAWOrOraNWeaNaNaNaNWeaNOrOrAWAWOhMITCTCYIIjIjIjYIIjIjYIYIYIYIYIYIYIIjTCYIYIYIdqdqdqdqYIGAVyOnOnOnOnYpMFoVOnOnOnOnhqGAVyznlghqGAJEIsbWbWbWBUjNjNiKajHJTcHJUeVyhlsJYOyDPNvkOXFQGAVyznlghqGANgGAjDSWyMyMyMyMyMyMyMyMyMGAxhGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGANgNgYIYIYIIjYIYIYIxh
+oIAWAWAWAWAWAWAWkSkSJNgxJUgxHvHvgxwJwJgxvdvdgxeReRgxgxfAJNJNTAeGeGeGeGeGjZeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGqaeGeGeGjZeGJCJNsTCKxwHZduEOQOHZkIeWcgyTJCTAMIMIXeAWXeAWAWAWOraNaNaNaNaNaNaNaNaNaNOrAWAWOhMITCTCYITCTCYIYIYIYIYIYIYIdqdqdqdqdqdqYIYIYIYIYIYIYIYIGAVyOnOnOnOnYpMFoVOnOnOnOnhqGAVylgznhqGADJhqrhZfZfZfZfZfrhtnHJuaHJeEVyspspYOPmvkhdvkZOGAVylgznhqGANgGAGAGAGAGAGAGAGAGAGAGAGAGAxhGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGANgNgYIYIdqIjYIYIYIxh
+oIAWAWAWAWAWAWAWkSkSJNgxgxvNgxgxvNgxgxgxgxgxgxgxgxgxgxgxJNJNTAeGeGeGeGeGeGeGeGeGeGeGeGeGeGLjeGeGeGeGeGeGeGeGjZeGeGeGeGJCJNdoCKjlHZuPEOCXHZeKCKDuyTJCTAMIMIAWAWAWAWAWAWOraNaNOrOrOrOrOrOraNaNOrAWAWOhMITCTCYITCTCYIYIYIYIYIYIIjIjYIYIYIYIYIYIdqdqYIYIYIYIYIGAVylgznlgznYpMFoVlgznlgznhqGAVyznlghqGAuehqZfJbPaCNhOhOZfajetBYzHUeVyLQlaYOvkhdeAoUIUGAVyznlghqGANgGANgNgNgGAZfZfZfGANgNgNgGAxhGAZfucfbBdfbCnZfGAZfucfbBdfbCnZfGAZfucfbBdfbCnZfGAZfucfbBdfbCnZfGAZfucfbBdfbCnZfGAZfucfbBdfbCnZfGAZfucfbBdfbCnZfGANgNgYIYIdqYIYIdqYIxh
+oIAWAWAWAWAWAWAWkSkSJNJNJNJNJNJNJNgxgxgxgxgxgxgxgxgxgxgxJNJNTAeGeGeGLjeGeGeGeGeGeGeGeGeGeGeGeGeGeGLaeGeGeGeGeGeGeGeGeGJCJNbVCKFXHZNpEOMUHZmCCKzMyTJCTAMIMIAWXeAWAWAWAWOraNaNOrwPxEblKWOraNaNOrAWAWOhMITCTCYIIjYIYITCIjYIYIIjIjIjIjIjIjdqdqYIYIYIYIIjIjYIYIGAVyOKOKOKOKYpMFoVOKOKOKOKhqGAVylgznhqGAKUhqZfQYQYZfeDNcZfvkkZFbOIvkHebWbWFdbWbWLvbWSpGAVylgznhqGANgGANgNgGAGAZfyKZfGAGANgNgGAxhGAZfLFqTGxqTStZfGAZfLFqTGxqTStZfGAZfLFqTGxqTStZfGAZfLFqTGxqTStZfGAZfLFqTGxqTStZfGAZfLFqTGxqTStZfGAZfLFqTGxqTStZfGANgNgdqdqdqdqYIYIYIxh
+oIMIMIMIMIMIMIMIkSkSkSkSkSkSkSkSJNgxgxvNgxgxgxgxvNgxgxgxJNJNTAeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGJCJNVUEOKoxLpLEOKopeEOEOVzyTJCTAMIMIAWAWAWAWAWAWaNaNaNaNaNaNaNaNaNaNaNaNAWAWXeMITCTCYIIjIjIjdqTCdqdqdqIjdqTCTCdqdqYIYIYIYIYIIjIjIjYIGAVyOKOKOKOKYpMFoVOKOKOKOKhqGAVyznlghqGAEHhqZfqtqtZfRhuZZfhdkZZhOIhdOEQvQvsaQvQvckQvjSGAVyznlghqGANgGANgGAGAjLZfFxZfjLGAGANgGAxhGAZfDeGxqTGxoFZfGAZfDeGxqTGxoFZfGAZfDeGxqTGxoFZfGAZfDeGxqTGxoFZfGAZfDeGxqTGxoFZfGAZfDeGxqTGxoFZfGAZfDeGxqTGxoFZfGAYIYIYIYIYIIjIjYIYIxh
+oIMITAJCJCJCJCJCJCJCJCJCJCJCJCJCJNJNJNJNJNgxgxJNJNJNJNJNJNJNTAeGeGeGeGeGeGeGeGhceGeGeGeGeGeGeGeGeGeGeGhceGeGeGeGeGeGeGJCJNbVCKxpdvAeEOxpGvCKCKCHyTJCTAMIMIAWXeAWAWAWAWaNaNaNaNaNaNaNaNaNaNaNaNAWAWXeMITCTCYIIjYIYIYIYIYIYIYIYIYIdqdqdqYIYIYIkuYIdqIjYIdqYIGAVyznlgznlgYpMFoVznlgznlghqGAVylgznhqGALshqZfZVZxCNRhuZZftnkZrhOIeEVyhlsJYOKNvkhdvkNeGAVylgznhqGANgGAGAGAChQvChQvChQvChGAGAGAxhGAZfwedrSXdrdiZfGAZfwedrSXdrdiZfGAZfwedrSXdrdiZfGAZfwedrSXdrdiZfGAZfwedrSXdrdiZfGAZfwedrSXdrdiZfGAZfwedrSXdrdiZfGAYIYIYIYIYIdqIjYIYIxh
+oIMITAJCJNJNJNJNmPmPmPJNJNJNJNJCJNJNJNJNJNgxgxJNJNJNJNTATATATAeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGjZeGJCJNJlCKIqHZBWEOCXHZCKCKgtyTJCTAMIMIAWAWXeXeAWAWOraNaNOrceXdILxWOraNaNOrAWAWXeMITCTCYIIjYIYIIjYIYIYIkudqdqdqdqYIYIYIkugikuYIYIYIdqYIGAVyLMEeEeLMYpMFoVLMEeEeLMhqGAVyznlghqGAbhhqrhZfZfZfZfZfrhajkZZfOIUeVyspspYOxzhdvkhdGDGAVyznlghqGANgGAcFCIqTXLqTNSqTXLqTCIcFGAxhGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGAYIIjIjYIYIdqYIYIdqxh
+oIMITAJCJNgsitgsmPmPmPgsHhgsJNJCJNJNJNIIIIhIpIIIIIJNJNTAeGeGeGjZeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGJCJNFZCKCXHZBWEOCXHZCKCKqoyTJCTAMIMIAWAWAWAWAWAWOraNaNOrOrOrOrOrOraNaNOrAWAWAWMITCTCTCIjYIIjYIYIYIkuZEkuYIIjYIYIYIYIYIkuYIYIdqYIYIYIGAVyEeEeEeEeYpMFoVEeEeEeEehqGAVylgznhqGAFGDnQvQvQvQvQvQvQvtnkZFbOIeEVyLQlaYOwZvkhdvkNeGAVylgznhqGANgGApgpgpgpgpgpgpgpgpgpgpgGAxhGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGAYIIjIjYIYIIjIjYIYIxh
+oIMITAJCJNmPmPmPmPmPmPmPmPmPJNJCJNoopIhIhIhIhIhIhIpIJNTAeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGUAeGeGeGeGUAeGeGeGeGeGeGJCJNpwbCysHZBWEOCXHZIZtCEkyTJCTAMIMIAWAWAWAWAWAWOraNaNaNaNaNaNaNaNaNaNOrAWAWAWMITCTCTCIjYIYIYIYIYIYIkuGAGAIjkuHkkuYIYIYIYIYIkuHkkukgGAkKlgznlgznYpMFoVlgznlgzntEGAKymzmzmzGAdJvPzmtvWdGIFjztKPajkZZfOIUeamLvbWavQnwMAPXKaSGAKymzmzmzGAGAGAGAeIeIeIeIeIeIeIeIeIGAGAGAGAGAGAsRHJVcGAGAGAGAGAsRHJVcGAGAGAGAGAsRHJVcGAGAGAGAGAsRHJVcGAGAGAGAGAsRHJVcGAGAGAGAGAsRHJVcGAGAGAGAGAsRHJVcGAGAGAYIdqTCTCTCdqYIYIYIxh
+oIMITAJCJNmPmPmPmPmPmPmPmPmPJNJCJNooByBydRHxhIrrhIwpJNTAeGeGeGeGeGeGeGeGeGLaeGeGeGeGeGUAeGeGeGeGeGeGUAeGeGeGeGeGeGeGeGJCJNJNJNJNJNBWEOCXJNJNJNJNyTJCTAMIMIAWAWAWAWAWAWOrOraNqjaNaNaNaNqjaNOrOrAWAWAWMITCTCYIYIYIYIdqYIYIYIYIGAGAGACRgLguGAGASvGAGACRgLguGAGAGAEbmzmzmzGAMXGAEbmzmzmzGAGAVyznlghqGAGAGAGAGAGAGAGAGAGAGAMXYRMXGAGAGAGAGAGAGAGAGAGAGAVyznlghqGAFDvkhdvkhdvkhdvkhdvkhdvkhdvkJdGAptptHJHJHJptptGAptptHJHJHJptptGAptptHJHJHJptptGAptptHJHJHJptptGAptptHJHJHJptDkGAptptHJHJHJptptGAptptHJHJHJptptGAYIdqYITCTCTCYIYIYIxh
+oIMITAJCmPmPmPmPmPmPmPmPmPmPmPJCJNRHByBySkgEByPlByhIhITAeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGUAeGeGeGeGUAeGeGeGUAeGUAJCJCJCJCJCJCJCJCJCJCJCJCJCJCJCTAMIMIAWAWAWAWAWAWAWOrOrOrOraNaNOrOrOrOrAWAWAWAWMITCTCTCYIYIYIdqYIYIYIYIYIGArhZfErZfZfZfZfZfZfZfFTQvQvGAYtQvQvQvQvkwQiDnQvQvQvQvYtGAVylgznhqGAlyhdvkhdvkhdvkhdvkhdkZZfOIhdvkhdvkhdvkhdvkhdJRGAVylgznhqGAvkwxkfkTkfkTkfkTkfkTkfkTkfojvkGAHJHJHJheHJHJHJGAHJHJHJheHJHJHJGAHJHJHJheHJHJHJGAHJHJHJheHJHJHJGAHJHJHJheHJHJHJGAHJHJHJheHJHJHJGAHJHJHJheHJHJHJGAYIIjYIYIYIIjYIYIYIxh
+oIMITAJCmPmPmPmPmPmPmPmPmPmPmPJCJNNihIhIbBymByoSByhIhITAeGeGeGeGeGeGeGJDeGeGLjeGeGeGeGeGeGeGeGeGUAeGeGeGeGeGeGeGeGJDeGJCJCJCJCJCJCJCJCJCJCJCJCJCJCJCTAMIMIAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWMITCTCYIYIYIdqdqYIYIYIYIkukFZfZEZfZfZfZfZEZfZfrhVyznlgqTlgzniNlgLwLwMFjvjvznpdpdlgGAsYznlgunGAhdetLuLuLuLuzHvkhdvkkZrhOIvkhdvketLuLuLuLuzHhdGAVyznlghqGAhdQXZEfXWhfXWhfXWhfXWhfXZEuKhdGAHJHfHJHJHJHfHJGAHJHfHJHJHJHfHJGAHJHfHJHJHJHfHJGAHJHfHJHJHJHfHJGAHJHfHJHJHJHfHJGAHJHfHJHJHJHfHJGAHJHfHJHJHJHfHJGAYIIjYIYIYIdqYIYIYIxh
+oIMITAJCmPmPmPmPmPmPmPmPmPmPmPJCJNsWhIhInIkYhIdPhIJqJNTAeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGUAeGeGeGeGeGeGeGeGeGjZeGeGeGeGeGeGeGeGeGeGeGeGhceGeGjZeGeGeGTAMIMIAWAWAWAWAWAWAWAWAWAWAWAWXeAWAWAWAWAWAWAWAWMITCTCYIYIYIYIYIIjYIYIYIHkQVPfZfrhZfZfZfIrZfZfZfVylgznqTznlgiNznLwLwMFjvjvlgpdpdznkFVylgznhqkFvkkZYHkHtfNDOIXEvkhdkZFbOIhdvkhdkZYHkHDbjoOIvkkFVylgznhqkFvkFVxqEJUzrhwrZfwrrhUzxqEJkbvkGARuRuRuHJRuRuRuGARuRuRuHJRuNERuGARuRuRuHJRuRuRuGARuRuRuHJRuRuRuGARuRuRuHJRuRuRuGARuRuRuHJRuRuRuGARuRuRuHJRuRuRuGAYIIjYIYIYIdqYIYIYIxh
+oIMITAJCJNmPmPmPmPmPmPmPmPmPJNJCJNsWByByYwoHhIKKhIBoJNTAeGeGeGeGjZeGeGeGjZeGeGeGeGeGeGeGeGeGeGeGeGWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbTAMIMIAWAWXeAWAWAWAWAWAWAWAWAWXeXeXeAWAWAWAWAWAWMITCTCTCYIYIYITCIjYIYIYIkuYrZfZfZffyQvQvQvQvQvRWVyznlgqTlgzniNlgLwLwMFjvjvznpdpdlgYrHebWbWinYrhdkZWyxPiTquOIvkhdvkkZZfOIvkhdvkkZrNxPiTiXOIhdYrHebWbWinYrhdQXMOjawrQvQvQjQvQvwrMOjauKhdGABFPOcjHJBFPOcjGABFPOcjHJBFPOcjGABFPOcjHJBFPOcjGABFPOcjHJBFPOcjGABFPOcjHJBFPOcjGABFPOcjHJBFPOcjGABFPOcjHJBFPOcjGACRgLguGAYIIjIjYIYIxh
+oIMITAJCJNmPmPmPmPmPmPmPmPmPJNJCJNzLByBybQNsByEABydpJNTAeGeGeGeGeGeGhceGeGeGeGeGeGeGeGeGeGeGeGjZeGWbwOFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfFfTAMIMIAWXeXeXeYdYdGpYdYdAWXeXeXeGpGpwUGpGpAWAWXeMITCTCTCIjdqIjdqdqYIYIYIYIGAZfZfZfVyNUjKRVjKIAhqVylgznFvznlgiNznLwLwMFjvjvlgpdpdznGAGuCNCNGuGAvkHDANANANANqphdZEqPkMzdkMAkZEhdHDANANANANqpvkGAGuCNCNGuGAvkFVfXwrrucEqTVoqTHTMywrfXkbvkGAbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWbWlphdMJhdGAYIIjIjYIYIxh
+oIMITAJCJNmPofmPmPmPmPmPofmPJNJCJNEchIhIpDOVByEABywLJNTAeGeGeGeGeGeGeGeGeGeGeGeGeGUAeGeGeGeGeGeGeGWbCoQmQmQmQmQmQmQmQmQmQmQmQmQmQmQmQmQmQmQmQmQmQmQmTAMIMIAWXeXeXeldKFKFKFmHXeXeEZXeldKFKFKFKFKFmHXeMITCTCYIYIIjTCdqYIYIkuYIYIGAZfZfZfVyUrrharrhYhhqHebWbWGAbWbWbWbWbWbWbWbWbWbWbWbWbWGAZfZfZfZfGAhdvkhdvkhdvkhdvkjCrhZfZfZfrhGRvkhdvkhdvkhdvkhdGAZfZfZfZfGAhdQXWhdKauwAbWbWbWPGvReUWhuKhdGAckQvQvckQvQvckQvQvckQvQvckQvQvckQvQvckQvQvckQvQvckQvQvckQvQvckQvQvckQvQvckQvQvckQvQvckQvQvckQvQvckQvQvckQvQvckkwvkhdvkkFYIYITCTCTCxh
+oIMITAJCJNJNJNJNmPmPmPJNJNJNJNJCJNxKhIhIXpfehIInhIskJNTAeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGWbCoQmQmQmQmQmQmQmQmQmQmQmQmQmQmQmQmQmQmQmQmQmQmQmTAMIMIAWAWldKFXmYIYIYIBumHXeldKFXmYIYIYIYIYIQLAWMITCTCYIYIdqIjYIYIkuZEkuYISvZfZEPRVyQZarPcarhZhqZfCNZfYRCNZfZfCNZfZfrhZfZfCNZfZfCNYRZfrhrhZfYRygCFTJCFYawdYaCFkMZfeennyGZfhhUOygRsygUOtDUOygYRZfrhrhZfYRvkFVfXwrGxhqrhXDrhVyqTvlfXkbvkYRznlgznlgznlgznlgznlgznlgznlgznlgznlgznlgznlgznlgznlgznlgznlgznlgznlgznlgznlgznlgznlgznlgznlgznlgznlgznlgznlgznlghdvkhdQVYIdqdqTCTCxh
+oIMITAJCJCJCJCJCJCJCJCJCJCJCJCJCJNvuByBySfXuhIFNhIMGJNTAeGeGeGeGeGeGeGeGeGeGeGeGeGeGUAeGeGeGeGeGeGWbCoQmQmQmQmQmQmQmQmmbmbmbQmQmQmQmQmQmQmQmQmQmQmQmTAMIMIAWAWDVYIYIYIYIYIYIQLXeDVYIYIYIYIYIYIpofIAWMITCTCYIYIdqdqYIYIYIkuYIYIGAZfZfZfVyUrrharrhYhhqOEQvQvGAQvQvQvQvQvQvQvQvQvQvQvQvQvGAZfZfZfZfGAhdvkhdvkhdvkhdvknmrhZfZfZfrhGRvkhdvkhdvkhdvkhdGAZfZfZfZfGAhdQXWhdKruaIQvQvQvQscEeUWhuKhdGALvbWbWLvbWbWLvbWbWLvbWbWLvbWbWLvbWbWLvbWbWLvbWbWLvbWbWLvbWbWLvbWbWLvbWbWLvbWbWLvbWbWLvbWbWLvbWbWLvbWbWLvbWbWLvlpvkhdvkYrdqIjYIYIYIxh
+oIMIeGeGeGeGeGeGeGeGeGeGeGeGeGTAJNzVByBysGKVByXnBylnJNTAeGeGLjeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGWbCoQmQmQmQmmbmbmbmbmbmbmbmbmbmbQmQmmbmbQmQmQmmbmbTAMIMIAWAWizbgoaYIYIYIYIQLXeDVYIYIYIYIYIYIQLXeAWMITCTCYIYIYIdqTCYIYIYIYIYIGAZfZfZfVyDPytnPytlhhqVylgznqTznlgiNznLwLwMFjvjvlgpdpdznGAGuCNCNGuGAvketLuLuLuLuzHhdZEMezyTMuikpZEhdetLuLuLuLuzHvkGAGuCNCNGuGAvkFVfXvlauvRqTqvqTpmqsvlfXkbvkGAQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvQvkwhdMJhdGAYIIjYIYIYIxh
+oIMIeGeGeGeGeGeGeGeGeGeGeGeGeGTAJNMthIhIhIByByByByMGJNTAeGeGeGeGeGeGLjeGJDeGeGeGeGeGeGeGeGeGeGeGeGWbCoQmQmQmQmmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbTAMIMIAWAWXeXeDVYIYIRoYIQLXeDVYIYIYIYIYIYIQLXeAWMITCTCTCYIYIYIIjYIYIYIYIkukFZfZfZfRSbWbWbWbWbWpVVyznlgqTlgzniNlgLwLwMFjvjvznpdpdlgkFOEQvQvdgkFhdkZSTkHXRYHOIvkhdvkkZZfOIvkhdvkkZWykHYHBHOIhdkFOEQvQvdgkFhdQXxqEJvlbWbWlvbWbWvlxqEJuKhdGACACPDtHJCACPDtGACACPDtHJCACPDtGACACPDtHJCACPDtGACACPDtHJCACPDtGACACPDtHJCACPDtGACACPDtHJCACPDtGACACPDtHJCACPDtGACRgLguGAYIIjYIYIYIxh
+oIMIeGeGeGeGeGeGeGeGeGhceGeGeGTAJNJNhIhIhIhIhIhIhIJNJNTAeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGhceGeGeGWbCoQmQmQmmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbTAMIMIAWAWXeXeDVYIYIYIYIQLXeizoaYIYIYIYIYIQLAWAWMITCTCTCIjYIYIIjYIYIYIYIHkQVPfZfrhZfZfZfrcZfZfZfVylgznqTznlgiNznLwLwMFjvjvlgpdpdznYrVyznlghqYrvkkZTPxPJxHjOIhdvkhdkZFbOIhdvkhdkZtfxPJxliOIvkYrVyznlghqYrvkFVMOjawarhvlZfvlrhwaMOjakbvkGARuRuRuHJRuRuRuGARuRuRuHJRuRuRuGARuRuRuHJRuRuRuGARuRuRuHJRuRuRuGARuRuRuHJRuRuRuGARuRuRuHJRuRuRuGARuRuRuHJRuRuRuGAYIYIdqYIYIdqYIYIYIxh
+oIMIeGeGeGeGeGLjeGeGeGeGeGeGeGTATATATATATATATATATATATATAeGeGjZeGeGeGeGeGeGeGeGeGUAUAeGeGeGeGeGeGeGWbCoQmQmQmmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbTAMIMIAWAWXeXeDVYIYIYIYIQLXeGZDVYIYIYIYIpofIAWAWMITCTCTCIjYIYIIjdqTCTCYIkuYrZfZEZfZfZfZfZEZfZfrhVyznlgFvlgzniNlgLwLwMFjvjvznpdpdlgGAsYlgznunGAhdHDANANANANqpvkhdvkkZrhOIvkhdvkHDANANANANqphdGAVylgznhqGAhdQXZEfXWhfXWhfXWhfXWhfXZEuKhdGAHJHfHJHJHJHfHJGAHJHfHJHJHJHfHJGAHJHfHJHJHJHfHJGAHJHfHJHJHJHfHJGAHJHfHJHJHJHfHJGAHJHfHJHJHJHfHJGAHJHfHJHJHJHfHJGAYIIjIjYIYIdqYIYIdqxh
+oIMIeGeGeGhceGeGeGeGeGeGeGeGeGTATATATATATATATATATATAjbeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGWbCoQmQmQmmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbTAMIMIAWAWldKFXmYIYIYIYIQLXeldXmYIYIYIYIQLXeAWAWMITCTCYIIjYIYIIjTCTCYIYIYIGArhZfGGZfZfZfZfZfZfZfjhbWbWGARabWbWbWbWlprzIsbWbWbWbWRaGAVyznlghqGAmUhdvkhdvkhdvkhdvkhdkZZfOIhdvkhdvkhdvkhdvkhdNOGAVyznlghqGAvkLpPkfQPkfQPkfQPkfQPkfQPkQBvkGAHJHJHJheHJHJHJGAHJHJHJheHJHJHJGAHJHJHJheHJHJHJGAHJHJHJheHJHJHJGAHJHJHJheHJHJHJGAHJHJHJheHJHJHJGAHJHJHJheHJHJHJGAYIIjIjYIYIIjIjYIYIxh
+oIMIeGeGeGeGeGeGeGeGeGeGeGeGeGTATATATATATATATATATATAjbeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGLjeGeGjZeGeGWbCoQmQmmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbTAMIMIAWAWDVYIYIYIYIYIYIQLXeDVYIYIYIYIYIQLXeAWAWMITCTCTCYIYIYIIjIjTCYIYIGAGAGACRgLguGAGASvGAGACRgLguGAGAGAEbmzmzmzGAMXGAEbmzmzmzGAGAVylgznhqGAGAGAGAGAGAGAGAGAGAGAMXYRMXGAGAGAGAGAGAGAGAGAGAGAVylgznhqGAUJvkhdvkhdvkhdvkhdvkhdvkhdvkUmGAptptHJHJHJptptGAptptHJHJHJptptGAptptHJHJHJptptGAptptHJHJHJptptGAptptHJHJHJptptGAptptHJHJHJptptGAptptHJHJHJptptGAYIYITCTCTCYIYIYIYIxh
+oIMIeGeGLaeGeGeGeGeGeGeGeGJDeGTATATATATATATATATATATAjbeGeGeGhceGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGWbCoQmQmmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbTAMIMIAWAWDVYIYIYIYIYIYIQLXeDVYIYIYIYIYIBumHAWAWMITCTCTCYIYIYIdqIjdqIjkuGAGAYIkuHkkuYIYIYIYIYIkuHkkuGAGAkKlgznlgznYpMFoVznlgznlgtEGAKymzmzmzGADrnBEwtwGADrnBqegIGAkZZfOIGADrnBZbAxGADrnBcJXNGAKymzmzmzGAGAGAGAeIeIeIeIeIeIeIeIeIGAGAGAGAGAGAxXHJsRGAGAGAGAGAxXHJsRGAGAGAGAGAxXHJsRGAGAGAGAGAxXHJsRGAGAGAGAGAxXHJsRGAGAGAGAGAxXHJsRGAGAGAGAGAxXHJsRGAGAGAYIdqdqTCTCTCYIYIYIxh
+oIMIeGeGeGeGeGeGeGeGLjeGeGeGeGTATATATATATATATATATATAjbeGeGeGeGeGeGeGLjeGeGeGjZeGeGeGeGeGeGjZLjeGeGWbCoQmQmmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbTAMIMIAWAWDVYIYIYIYIYIYIQLXeDVYIYIYIYIYIYIQLXeAWMITCTCTCIjdqYIYIdqIjkuZEkuYIYIYIYIYIYIYIkuYIYIYIYIYIYIGAVyLMrYrYLMYpMFoVLMrYrYLMhqGAVyznlghqGATcHJEwEwGATcHJqeqeGAkZrhOIGATcHJZbZbGATcHJcJcJGAVyznlghqGANgGApgpgpgpgpgpgpgpgpgpgpgGANgGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGAYIIjdqYIYIIjYIYIYIxh
+oIMIeGeGeGeGeGeGeGJDeGeGeGeGeGTATATATATATATATATATATAjbeGeGeGjZeGeGeGeGeGeGeGeGeGUAeGeGeGeGeGeGeGeGWbCoQmQmQmmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbTAMIMIAWAWDVYIYIYIYIYIYIQLXeDVYIYIYITxYIYIQLXeAWMITCTCTCIjdqYIYIYIYIYIkuYIYIYIYIYIYIYIkugikuYIYIYIYIYIGAVyrYrYrYrYYpMFoVrYrYrYrYhqGAVylgznhqGAmUHJHJciGAmUHJHJciGAHDcHqpGAmUHJHJciGAmUHJHJciGAVylgznhqGANgGAcFCIcFGxcFVkcFGxcFCIcFGANgGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGAYIIjYIYIYIYIYIdqdqxh
+oIMIeGeGeGLjeGeGeGeGeGeGeGeGeGTATATATATATATATATATATAjbeGeGeGeGeGeGeGeGeGeGeGeGeGeGUAeGeGeGeGeGeGeGWbCoQmQmQmmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbTAMIMIAWAWizoaYIYIYIYIYIQLXeDVYIYIYIYIYIpofIXeAWMITCTCYIYIdqYIYIYIYIYIYIYIYIIjYIYIYIYIYIkuYIYIYIdqYIYIGAVyznlgznlgYpMFoVlgznlgznhqGAVyznlghqGAGAYRGAGAGAGAGAYRGAGAHJHJHJGAGAYRGAGAGAGAGAYRGAGAVyznlghqGANgGAGAGAbWbnbWbWbWbnbWGAGAGANgGAZfucfbBdfbCnZfGAZfucfbBdfbCnZfGAZfucfbBdfbCnZfGAZfucfbBdfbCnZfGAZfucfbBdfbCnZfGAZfucfbBdfbCnZfGAZfucfbBdfbCnZfGAYIIjYIYIYIYIYIYIYIxh
+oIMIeGeGeGjZeGeGeGeGeGeGhceGeGTATATATATATATATATATATAjbeGeGJDeGeGeGeGeGLaeGeGeGeGeGeGeGeGeGjZeGeGeGWbCoQmQmQmmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbTAMIMIAWAWXeizoaYIYIYIYIQLXeizoaYIYIYIpofIXeXeAWMITCTCYIYIYIYIYIYIIjYIYIYIYIYIYIYIYIYIYIYIIjIjdqdqYIYIGAVyLiLiLiLiYpMFoVLiLiLiLihqGAVylgznhqGADSHJHJHJMaHJHJHJHJMaHJHJHJMaHJHJHJHJMaHJHJHJhYGAVylgznhqGANgGANgGAGAuvZfFxZfuvGAGANgGANgGAZfLFqTGxqTStZfGAZfLFqTGxqTStZfGAZfLFqTGxqTStZfGAZfLFqTGxqTStZfGAZfLFqTGxqTStZfGAZfLFqTGxqTStZfGAZfLFqTGxqTStZfGAYIdqYIYIYIYIYIYIYIxh
+oIMIeGeGeGeGeGeGeGeGjZeGeGeGeGTATATATATATATATATATATAjbeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGWbCoQmQmQmmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbTAMIMIAWAWXeXeizbgbgbgbgfIXeXeizbgbgbgfIXeXeAWAWMITCTCTCIjYIIjYIYIIjYIYIYIYIYIdqdqdqdqIjdqIjIjdqYIYIYIGAVyLiLiLiLiYpMFoVLiLiLiLihqGAVyznlghqGAHFHJHJHJMaHJHJHJHJMaHJHJHJMaHJHJHJHJMaHJHJHJMLGAVyznlghqGANgGANgNgGAGAZfBlZfGAGANgNgGANgGAZfDeGxqTGxoFZfGAZfDeGxqTGxoFZfGAZfDeGxqTGxoFZfGAZfDeGxqTGxoFZfGAZfDeGxqTGxoFZfGAZfDeGxqTGxoFZfGAZfDeGxqTGxoFZfGAYIdqYIYIYIYIYIYIYIxh
+oIMIeGeGeGeGeGeGeGeGeGeGeGeGeGTATATATATATATATATATATAjbeGeGeGeGeGeGhceGeGeGeGeGUAeGeGeGeGeGhceGeGeGWbCoQmQmmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbTAMIMIAWAWAWXevxvxEivxvxEZXeXevxvxvxvxvxXeAWAWAWMITCTCTCIjYIYIYIYIYIdqdqYIdqYIIjIjTCTCdqTCdqTCdqdqYIYIGAVylgznlgznYpMFoVznlgznlghqGAVylgznhqGAGAYRGAGAGAGAGAYRGAGAGAYRGAGAGAYRGAGAGAGAGAYRGAGAVylgznhqGANgGANgNgNgGAZfZfZfGANgNgNgGANgGAZfwedrSXdrdiZfGAZfwedrSXdrdiZfGAZfwedrSXdrdiZfGAZfwedrSXdrdiZfGAZfwedrSXdrdiZfGAZfwedrSXdrdiZfGAZfwedrSXdrdiZfGANgNgdqYIYIYIdqYIYIxh
+oIMIeGeGeGeGeGeGeGeGeGLjeGeGeGTATATATATATATATATATATAjbeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGeGWbCoQmQmmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbTAMIMIAWAWAWAWAWAWAWAWAWXeXeAWAWXeXeXeXeXeAWAWAWMITCTCTCYIYIIjYIYITCTCYIdqdqYIYIdqdqdqIjIjYIYIYIYIYITCGAVyqBqBqBqBYpMFoVqBqBqBqBhqGAVyznlghqGAsXHJHJciGAnlHJHJciGAbJOYaEGAnlHJHJciGAnlHJHJciGAVyznlghqGANgGAGAGAGAGAGAGAGAGAGAGAGAGANgGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGAZfZfZfCNZfZfZfGANgNgNgYIYIYIdqdqYIxh
+oIMIeGeGeGhceGeGeGeGeGeGeGeGjbJCJCJCJCJCJCJCJCJCJCJCjbsreGeGggYCggeGeGeGeGeGUAUAeGeGeGeGeGeGeGeGeGWbCoQmQmmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbTAMIMIAWAWAWAWAWAWAWAWAWXeAWAWAWAWAWAWAWAWAWAWAWMITCTCYIYIYIYIYIIjIjYIYIYIYIYIYIYIYIYIIjYIYIYIYIYIYIYIGAVyqBqBqBqBYpMFoVqBqBqBqBhqGAVylgznhqGApYHJZbZbGApYHJEoEoGAGACKKXGApYHJDRDRGApYHJlAlAGAVylgznhqGANgGAZfZfZfCNZfZfZfCNZfZfZfGANgGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGAGAGAGAYRGAGAGAGANgNgNgdqYIYIdqYIYIxh
+oIMIeGeGeGeGeGeGeGeGeGeGeGeGjbJCJCJCJCJCJCJCJCJCJCJCjbjVjVjVJCJCJCJCJCJCJCJCJCJCJCJCJCeGeGeGeGeGeGWbCoQmQmQmmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbTAMIMIAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWMITCTCYIYIdqYIYIYIYIYIYIYIIjYIYIIjIjIjYIYIYIYIYIIjYIYIGAVyznlgznlgYpMFoVlgznlgznhqGAVyznlghqGADrnBZbAxGADrnBEoeoGAbJOYScGADrnBDRBSGADrnBlATQGAVyznlghqGANgGAZfZfZfZfZfMPZfZfZfZfZfGANgGACKCrrharrhIzCKGACKCrrharrhIzCKGACKCrrharrhIzCKGACKCrrharrhIzCKGACKCrrharrhIzCKGACKCrrharrhIzCKGACKCrrharrhIzCKGANgNgNgNgIjIjIjYIYIxh
+oIMIeGeGeGeGeGeGeGeGeGeGeGeGjbJNJNJNJNfSfSfSJNJNJNJNjbJCJCJCJCJCJCJCJCJCJCJCJCJCJCJCJCeGeGeGeGeGeGWbCoQmQmQmmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbmbTAMIMIAWAWAWAWyCyCyCyCKmKmyCyCyCyCAWAWAWAWAWAWAWMITCTCYIYIYIYIYIYIYIYIYIYIYIYITCYIYIYIYIYIYIYIYIYIYIYIGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAVylgznhqGAGAGAGAGAGAGAGAGAGAGAGACKKXGAGAGAGAGAGAGAGAGAGAGAVylgznhqGANgGAZfZfZfZfZfZfZfZfZfZfZfGANgGALMCrarPcarIzLMGALMCrarPcarIzLMGALMCrarPcarIzLMGALMCrarPcarIzLMGALMCrarPcarIzLMGALMCrarPcarIzLMGALMCrarPcarIzLMGANgNgNgNgdqYIYIYIYIxh
+oIMIeGeGeGeGeGeGeGeGeGeGeGeGjbJNmPmPJNfSfSrsJNmPmPJNjbJCJCJCJCJCJCJCJCJCJCJCJCJCJCJCJCJCJCJCTATATAjxjxjxjxjxjxjxjxjxjxjxjxjxjxjxjxjxjxjxjxjxjxjxjxjxTAMIMIAWAWAWyCyCKmOgKmKmKmKmOgKmyCyCAWAWAWAWAWAWMITCTCTCTCYIYIYIYIYIYIYIYIYIYIYIYIYIYIYIYIYIYIYIYIYIYINgNgNgNgNgNgNgNgNgNgNgNgNgNgGAVyznlghqGANgNgNgNgNgNgNgNgNgGAVpOYOtGANgNgNgNgNgNgNgNgNgGAVyznlghqGANgGAZfZfZfCNZfZfZfCNZfZfZfGANgGACKCrrharrhIzCKGACKCrrharrhIzCKGACKCrrharrhIzCKGACKCrrharrhIzCKGACKCrrharrhIzCKGACKCrrharrhIzCKGACKCrrharrhIzCKGANgNgNgNgdqYIdqYIYIxh
+oIMIeGLjLjeGeGeGeGeGeGeGeGeGjbJNmPmPJNfSfSfSJNmPmPJNjbXhSbnrZLZLpittJCJCJCJCJCJCJCJCJCJCJCJCTATATATATATATATATATATATATATATATATATATATATATATATATATATATATAYXUlAWAWAWyCKmKmKmKmKmKmKmKmKmKmyCAWAWAWAWAWAWMITCTCTCTCYIYIYIYIYIIjIjIjYIYIYIYIYIIjIjTCIjKcYIYIYIYINgNgNgNgNgNgNgNgNgNgNgNgNgNgGAYKbWbWxrGANgNgNgNgNgNgNgNgNgGAGAGAGAGANgNgHwkQNgNgNgNgNgGAVylgznhqGANgGAGAGAGAGAGAGAGAGAGAGAGAGANgGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGAGANgNgNgNgdqYIYIdqYIxh
+oIMIeGLjLjeGeGeGeGeGLaeGeGeGjbJNmPRJJNJNmPJNJNemmPJNjbJNJNJNJNJNJNJNhIJNJNJCJCJCJCJCJCJCJCJCTATATATATATATATATATATATATATATATATATATATATATATATATATATATATATAUlAWAWAWyCKmKmyCyCyCyCyCyCKmKmyCAWAWAWAWAWAWMITCTCTCTCYIYIYIYIYIdqTCdqYIYIYIdqdqdqIjIjIjYIYIYIYIYIdqdqIjIjdqIjdqdqIjIjIjIjIjIjGAZfZfZfZfGANgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgIjIjIjBxNgNgNgGAVyznlghqGANgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgdqYIYIIjYIxh
+oIMIeGeGeGeGeGeGeGeGeGeGeGeGjbJNmPmPmPmPmPmPmPmPmPJNjbJNrgrgrgrxkBCphIsyJNJNhIhIJNJNJNJCJCJCTATATATATATATATATATATATATATATATATATATATATATATATATATATATATATAUlAWAWAWyCKmKmyCYQiGdmsjyCKmKmyCAWAWAWAWAWAWMITCTCTCTCYIYIYIIjIjYIdqdqYIYIIjTCTCdqYIYIYIYIYIYIYIdqIjdqdqdqdqdqIjdqdqIjIjdqIjIjGAZfZfZfZfGAIjNgNgNgNgNgNgNgNgNgNgNgNgNgNgIjIjIjIjBxNgNgNgGAVylgznhqGANgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgIjNgNgNgNgNgNgNgNgNgIjIjNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNguHNgNgNgNgdqYIYIYIYIxh
+oIMIeGeGeGeGeGeGeGeGeGeGeGeGjbJNmPmPmPmPmPmPmPmPmPJNjbJNhIhIhIhIhIhIhIhIhIhIhIhIpIhIJNJCJCJCTATATATATATATATATATATATATATATATATATATATATATATATATATATATATATAUlAWAWAWKmKmKmKmKmKmKmKmKmKmKmKmAWAWAWAWAWAWMITCTCYIYIYIYIYITCIjYIYIYIYIYIdqdqdqdqYIYIYIYIYIYIdqdqdqIjIjdqdqdqIjIjIjIjIjIjIjIjGAIjZfZfIjGAIjIjIjIjNgNgNgNgNgNgNgNgNgNgNgNgIjIjIjNgNgNgNgGAVyznlghqGANgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgIjIjNgNgNgNgNgNgNgIjIjIjIjIjIjIjNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNguHNgNgNgNgNgdqYIYIYIYIxh
+oIMIeGeGeGeGeGLjeGeGJDeGeGeGjbJNmPmPmPmPmPmPmPmPmPJNjbJNrgJshIhIhIhIhIhIhIhIhIhIhIhIhIJCJCJCTATATATATATATATATATATATATATATATATATATATATATATATATATATATATAYXUlAWAWAWKmKmKmKmKmKmKmKmKmKmKmKmAWAWAWXeXeAWMITCTCYIYIYIYIIjTCYIYIYIYIYIdqdqdqYIYIYIYIYIYIYIdqdqIjdqdqdqIjIjIjIjIjIjIjIjIjIjIjGAIjIjIjIjIjIjIjIjdqIjIjIjIjIjIjNgNgNgNgNgNgIjIjNgNgNgNgNgGAVylgznhqGANgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgIjIjIjIjIjNgNgNgNgIjIjIjIjIjIjIjIjIjIjIjIjIjNgNgNgNgNgNgdqdqdqNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgdqdqdqYIYIIjYIxh
+oIMIeGLaeGeGeGeGeGeGeGeGeGeGjbJNemmPmPmPmPmPmPmPRJJNjbJNrghIhItFVgxlVgVgVghUVgEDhIhIhIJCJCJCTATATATATATATATATATATATATATATATATATATATATATATATATATATATATAMIMIXeAWAWyCKmKmyCVPpuSBZWyCKmKmyCAWAWAWAWAWAWMITCTCYIYIYIYIIjdqYIYIYIdqTCdqdqYIYIYIYIYIYIYIdqdqdqdqdqIjdqdqIjdqIjIjIjdqIjIjIjIjIjIjIjIjIjGAIjIjIjIjIjIjIjIjIjIjIjIjIjIjNgNgNgbANgNgNgNgNgGAVyznlghqGANgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjdqdqIjIjIjIjIjIjIjdqdqIjdqdqdqdqIjIjdqdqNgNgNgNgNgNgNgNgNgNgNgNgNgNgdqdqdqYIYIYIYIxh
+oIMIeGeGeGeGeGeGeGLjeGeGeGeGjbJNmPmPmPmPmPmPmPmPmPJNjbJNEUhIhINBXWTpPoHJXWmOPoZFhIhIJNJCJCJCTATATATATATATATATATATATATATATATATATATATATATATATATATATATATAMIMIXeXeAWyCKmKmyCyCyCyCyCyCKmKmyCAWAWAWXeXeOhMITCYIYIYIYIYITCdqYIYIdqdqYIYIYIYIYIYIYIYIYIYIdqdqIjdqIjdqdqdqIjdqIjIjIjIjIjIjIjIjGAIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjNgNgNgNgGAVylgznhqGANgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgIjIjIjIjIjIjIjIjdqIjIjIjIjIjIjIjIjIjIjdqdqIjIjdqdqdqdqIjIjIjdqIjIjdqdqdqdqIjdqIjdqdqNgNgNgNgNgNgNgNgNgNgNgdqdqdqYIYIYIYIxh
+oIMIeGeGJDeGeGeGeGeGeGeGeGeGjbJNmPmPmPmPmPmPmPmPmPJNjbJNnihIhINBXWpEPonZXWflPoZFhIhIJNJCJCJCTATATATATAMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIXeAWAWyCKmKmKmKmKmKmKmKmKmKmyCAWAWAWAWXeOhMITCYIYIYIYIYIIjYIYIYIYIYIYIYIYIYIYIYIYIYIYIdqdqIjdqdqIjdqIjdqIjIjIjIjIjIjIjdqIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjNgNgGAVyznlghqGANgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgNgIjIjIjIjIjIjIjIjIjIjIjIjIjdqIjIjIjdqdqIjIjIjdqdqIjIjIjdqdqIjIjIjIjIjdqdqdqdqIjIjdqdqdqdqdqdqdqdqdqNgNgNgdqdqdqdqdqdqYIYIYIYIYIxh
+oIMIeGeGeGeGeGeGeGeGeGeGeGeGjbJNmPmPmPmPofmPmPmPmPJNjbJNnihIJNJNJNJNJNJNJNJNJNJNJNJNJNJCJCJCTATATATATAMIAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWMIOhXeAWyCyCKmWzKmKmKmKmWzKmyCyCAWAWAWAWXeOhMITCYIYIYIYIYIIjYIYIYIYIYIYIYIYIYIYIYIYIdqdqdqdqdqIjIjdqdqIjdqdqIjIjdqIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjGAYKbWbWxrGANgNgNgNgNgNgNgNgNgNgNgNgNgIjIjIjIjIjIjIjIjdqIjIjIjdqIjIjIjIjIjdqIjIjIjdqdqIjIjIjIjIjIjIjIjIjIjIjIjIjdqdqdqdqdqdqdqdqdqdqIjdqdqdqdqdqdqdqdqdqdqdqdqdqdqYIYIYIYIYIYIxh
+oIMIeGeGeGeGeGeGeGeGeGeGeGeGjbJNJNJNJNJNJNJNmPmPJNJNjbkShIhIkSMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWMIOhOhXeAWyCyCyCyCKmKmyCyCyCyCAWAWAWXeXeXeOhMITCTCYIYIYIYIYIIjYIYIYIYIYIYIYIYIdqdqIjdqdqdqdqdqIjdqdqdqIjdqIjIjIjIjIjIjIjIjIjdqdqdqIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjuHZfZfZfZfGANgNgNgNgNgNgNgIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjdqdqIjIjdqdqIjIjIjIjIjdqdqIjIjIjdqdqIjdqdqIjIjIjIjdqdqdqdqdqdqdqdqdqdqYIYIYIYIYIYIYIYIdqdqYIYIYIxh
+oIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIkSmPmPkSkSkSkShIhIkSAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWMIOhOhAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWXeXeOhOhMITCTCYIYIYIYIYIIjYIYIYIYIYIYIdqdqdqdqdqdqIjdqdqIjIjIjdqIjdqIjdqIjIjIjIjIjIjIjIjdqdqIjIjdqIjIjIjIjIjIjdqIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjGAZfZfZfZfGAIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjdqIjIjIjIjdqdqIjIjIjIjIjIjIjIjIjdqdqIjIjIjIjIjdqIjdqIjIjIjdqdqdqdqdqIjdqIjdqdqdqdqdqdqdqdqdqYIYIYIYIYIYIYIYIYIYIYIYIYIdqdqIjYIYIxh
+oIAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWkSmPmPmPmPmPmPmPmPkSAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWMIOhOhXeXeAWAWAWAWAWAWAWAWAWAWAWAWAWXeOhOhOhMITCTCTCYIYIYIYIYIYIdqdqTCYIYIYIYIYIYIYIdqdqdqdqdqIjdqdqdqIjdqdqdqIjIjIjdqdqIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjZfZfIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjdqdqIjIjIjIjIjIjIjIjdqdqdqIjIjIjIjIjIjIjIjdqIjIjIjIjIjdqdqIjdqdqdqdqdqdqdqdqdqdqdqYIYIYIYIYIYIYIYIYIYIYIYIYIYIYIYIYIIjdqYIYIxh
+oIAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWkSmPofmPmPmPofmPmPkSAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWMIOhOhOhOhOhAWAWAWAWAWAWAWAWAWAWXeXeOhOhOhOhMITCTCTCYIYIYIYIYIYIYIdqdqYIYIYIYIYIYIYIYIYIYIYIdqdqIjdqdqdqdqIjIjIjdqIjdqdqIjIjIjdqIjIjIjIjIjdqIjIjIjIjIjIjIjIjIjdqIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjdqdqIjIjIjIjIjIjIjIjdqdqdqIjIjIjIjIjIjdqIjIjIjIjdqdqdqIjIjdqdqdqdqdqdqdqdqdqYIYIYIYIYIYIdqdqYIdqYIYIIjIjYIYIYIIjdqdqYIYIdqYIxh
+oIAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWkSkSkSkSkSkSkSkSkSkSAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWAWMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMIMITCTCTCTCYIYIYIYIYIYIYIYIdqYIYIYIYIYIYIYIYIYIYIYIdqdqdqIjdqdqdqdqIjIjdqIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjdqIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjIjdqIjIjIjdqIjIjIjIjIjIjIjIjIjIjIjdqIjIjIjIjIjIjIjdqdqdqdqIjIjIjIjdqdqdqdqdqdqdqdqdqdqdqdqYIYIYIYIYIYIYIYIdqYIYIYIYIYIYIYIYIYIYIYIYIYIYIYIYIYIYIYIxh
+oIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIoIxh
+"}
diff --git a/modular_chomp/code/modules/mob/mob.dm b/modular_chomp/code/modules/mob/mob.dm
index 6396fabe20..56eb7ea782 100644
--- a/modular_chomp/code/modules/mob/mob.dm
+++ b/modular_chomp/code/modules/mob/mob.dm
@@ -1,6 +1,7 @@
/mob
var/voice_freq = 42500 // Preference for character voice frequency
var/list/voice_sounds_list = list() // The sound list containing our voice sounds!
+ var/died_in_vr = FALSE //For virtual reality sleepers
/mob/is_incorporeal()
if(incorporeal_move)