diff --git a/maps/southern_cross/submaps/_southern_cross_submaps.dm b/maps/southern_cross/submaps/_southern_cross_submaps.dm index 25dc3e35a8..b02056c9a3 100644 --- a/maps/southern_cross/submaps/_southern_cross_submaps.dm +++ b/maps/southern_cross/submaps/_southern_cross_submaps.dm @@ -20,7 +20,7 @@ #include "gateway/maddnesslab.dmm" #include "gateway/snowfield.dmm" #include "gateway/hiddeneclipse.dmm" -#include "virtual_reality/constructVR.dmm" +#include "modular_chomp/maps/virtual_reality/constructVR.dmm" #endif @@ -88,14 +88,15 @@ //VR maps go here, tell me if theres a better way to load this // #include "virtual_reality/constructVR.dm" Virtual Reality areas included by default. +//#include "modular_chomp/maps/virtual_reality/constructVR.dm" //Included in .dme /datum/map_template/sc_lateload/vr_world name = "VR World" desc = "A dynamic, virtual world." - mappath = 'virtual_reality/constructVR.dmm' + mappath = 'modular_chomp/maps/virtual_reality/constructVR.dmm' //Use modular associated_map_datum = /datum/map_z_level/sc_lateload/vr_world /datum/map_z_level/sc_lateload/vr_world - name = "Away Mission - Fuel Depot" + name = "VR World" z = Z_LEVEL_VR_REALM /datum/map_template/sc_lateload/thor diff --git a/maps/southern_sun/overmap/space/fueldepot.dm b/maps/southern_sun/overmap/space/fueldepot.dm index fef3885e7d..80e1a3ee3f 100644 --- a/maps/southern_sun/overmap/space/fueldepot.dm +++ b/maps/southern_sun/overmap/space/fueldepot.dm @@ -4,7 +4,7 @@ /datum/map_template/sc_lateload/away_fueldepot name = "Fuel Depot - Z1 Space" desc = "An unmanned fuel depot floating in space." - mappath = 'maps/southern_cross/overmap/space/fueldepot.dmm' //This is where it is in our file system. + mappath = 'modular_chomp/maps/overmap/space/fueldepot.dmm' //Use the modular map file associated_map_datum = /datum/map_z_level/sc_lateload/away_fueldepot /datum/map_z_level/sc_lateload/away_fueldepot diff --git a/maps/southern_sun/submaps/_southern_cross_submaps.dm b/maps/southern_sun/submaps/_southern_cross_submaps.dm index 25dc3e35a8..27b2fc3785 100644 --- a/maps/southern_sun/submaps/_southern_cross_submaps.dm +++ b/maps/southern_sun/submaps/_southern_cross_submaps.dm @@ -20,7 +20,7 @@ #include "gateway/maddnesslab.dmm" #include "gateway/snowfield.dmm" #include "gateway/hiddeneclipse.dmm" -#include "virtual_reality/constructVR.dmm" +#include "modular_chomp/maps/virtual_reality/constructVR.dmm" #endif @@ -88,14 +88,15 @@ //VR maps go here, tell me if theres a better way to load this // #include "virtual_reality/constructVR.dm" Virtual Reality areas included by default. +//#include "modular_chomp/maps/virtual_reality/constructVR.dm" Included in .dme /datum/map_template/sc_lateload/vr_world name = "VR World" desc = "A dynamic, virtual world." - mappath = 'virtual_reality/constructVR.dmm' + mappath = 'modular_chomp/maps/virtual_reality/constructVR.dmm' //Use modular associated_map_datum = /datum/map_z_level/sc_lateload/vr_world /datum/map_z_level/sc_lateload/vr_world - name = "Away Mission - Fuel Depot" + name = "VR World" z = Z_LEVEL_VR_REALM /datum/map_template/sc_lateload/thor diff --git a/maps/southern_sun/submaps/virtual_reality/constructVR.dm b/maps/southern_sun/submaps/virtual_reality/constructVR.dm deleted file mode 100644 index 1a55e5fcd9..0000000000 --- a/maps/southern_sun/submaps/virtual_reality/constructVR.dm +++ /dev/null @@ -1,218 +0,0 @@ -// -- Areas -- // - -/area/vr - name = "VR world" - icon_state = "green" - base_turf = /turf/simulated/floor/outdoors/dirt - limit_mob_size = FALSE - limit_dark_respite = TRUE - -/area/vr/space - name = "VR Space" //copypasta time - icon_state = "space" - requires_power = 1 - always_unpowered = 1 - dynamic_lighting = 0 - has_gravity = 0 - power_light = 0 - power_equip = 0 - power_environ = 0 - ambience = list('sound/ambience/ambispace.ogg','sound/music/title2.ogg','sound/music/space.ogg','sound/music/main.ogg','sound/music/traitor.ogg','sound/ambience/space/space_serithi.ogg','sound/music/freefallin.mid') - base_turf = /turf/space - ambience = AMBIENCE_SPACE - flags = AREA_FLAG_IS_NOT_PERSISTENT - -/area/space/atmosalert() - return - -/area/space/fire_alert() - return - -/area/space/fire_reset() - return - -/area/space/readyalert() - return - -/area/space/partyalert() - return - - -/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/powered/rocks - name = "VR World Underground" - icon_state = "darkred" - -/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" - -/area/vr/outdoors/powered/lava - name = "VR Lava Bridge" - -/area/vr/powered/vendor - name = "VR Vendor Room" - icon_state = "green" - -/area/vr/powered/material - name = "VR Material Room" - icon_state = "green" - -/area/vr/powered/building1 - name = "VR Building 1" - icon_state = "green" - -/area/vr/powered/building2 - name = "VR Building 2" - icon_state = "green" - -/area/vr/powered/conspawn - name = "VR Construct Spawn" - icon_state = "green" - -/area/vr/powered/armory - name = "VR Armory" - icon_state = "firingrange" - -/area/vr/powered/cult - name = "VR Cultist Base" - icon_state = "green" - -/area/vr/outdoors/powered/cult - name = "Cultist Outside" - ambience = AMBIENCE_UNHOLY - -//City section -/area/vr/powered/bar - name = "VR Bar" - icon_state = "green" - -/area/vr/powered/cafe - name = "VR Ghost Cafe" - icon_state = "green" - -/area/vr/powered/gunshop - name = "VR GunShop" - icon_state = "green" - -/area/vr/powered/vet - name = "VR Vet" - icon_state = "green" - -/area/vr/powered/shop - name = "VR Shop" - icon_state = "green" - -/area/vr/powered/art - name = "VR Art Gallery" - icon_state = "green" - -/area/vr/powered/constore - name = "VR Convenience Store" - icon_state = "green" - -/area/vr/powered/nuke - name = "VR Violation" - icon_state = "green" - -/area/vr/powered/motel - name = "VR Motel" - icon_state = "green" - -/area/vr/powered/dungeon - name = "VR Dungeon" - icon_state = "darkred" - -/area/vr/powered/mall - name = "VR Mall" - icon_state = "yellow" - -/area/vr/powered/mall/vw - name = "VR Vibe" - icon_state = "pink" - ambience = list('sound/ambience/vaporwave.ogg') - -/area/vr/powered/mall/dorms - name = "VR Mall Dorms" - icon_state = "Sleep" - soundproofed = TRUE - limit_mob_size = FALSE - block_suit_sensors = TRUE - flags = RAD_SHIELDED - block_tracking = TRUE - -/area/vr/outdoors/powered/mall - name = "VR Mall Outdoors" - icon_state = "bluenew" - -/area/vr/powered/mall/backrooms - name = "VR ???" - icon_state = "darkred" - forced_ambience = list('sound/ambience/fluorescentlight.ogg') - -/area/vr/powered/dungeon/indoors - name = "VR Sewers" - icon_state = "red" - -/area/vr/powered/space - name = "VR Space Vessel" - icon_state = "away2" - base_turf = /turf/space -/area/vr/powered/space/whiteship - name = "VR Whiteship" - icon_state = "green" - -/area/vr/powered/space/sciship - name = "VR Sci Ship" - icon_state = "green" - -/area/vr/powered/space/mechfactory - name = "VR Mech Factory" - icon_state = "green" - -// -- Objects -- // -/obj/effect/fake_sun/always_day - name = "fake sun" - desc = "Deletes itself, but first updates all the lighting on outdoor turfs to cool colors." - possible_light_setups = list( - - list( - "brightness" = 6.0, - "color" = "#ABfff7" - ), - list( - "brightness" = 4.0, - "color" = "#F4EA55" - ), - list( - "brightness" = 2.5, - "color" = "#EE9AC6" - ), - list( - "brightness" = 1.0, - "color" = "#F07AD8" - ) - ) diff --git a/maps/southern_sun/submaps/virtual_reality/constructVR.dmm b/maps/southern_sun/submaps/virtual_reality/constructVR.dmm deleted file mode 100644 index 3292528ef4..0000000000 --- a/maps/southern_sun/submaps/virtual_reality/constructVR.dmm +++ /dev/null @@ -1,94569 +0,0 @@ -//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE -"aak" = ( -/obj/effect/decal/cleanable/blood/gibs/xeno, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"aao" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/machinery/appliance/cooker/fryer, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"aaY" = ( -/obj/structure/ship_munition/disperser_charge/mining, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/space/sciship) -"abc" = ( -/obj/structure/table/fancyblack, -/obj/item/weapon/material/knife/ritual, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"abC" = ( -/obj/effect/floor_decal/spline/fancy/wood, -/turf/simulated/floor/beach/sand/desert, -/area/vr/outdoors/powered/mall) -"acf" = ( -/obj/structure/table/steel_reinforced, -/obj/item/weapon/storage/firstaid/adv, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building2) -"acC" = ( -/obj/effect/landmark/virtual_reality{ - name = "Cultist Base" - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"acF" = ( -/obj/effect/floor_decal/stairs{ - dir = 4 - }, -/obj/structure/railing/grey{ - dir = 1 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"acI" = ( -/obj/machinery/button/remote/blast_door{ - id = "cringeeasteregg"; - dir = 4; - pixel_y = 24 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"adi" = ( -/obj/structure/kitchenspike, -/turf/simulated/floor, -/area/vr/powered) -"adP" = ( -/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/space/sciship) -"aed" = ( -/obj/machinery/autolathe{ - hacked = 1; - name = "hacked autolathe" - }, -/turf/simulated/floor/outdoors/sidewalk/slab{ - temperature = 293.15; - movement_cost = 0 - }, -/area/vr/outdoors/powered) -"afn" = ( -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/obj/structure/window/phoronreinforced{ - dir = 8 - }, -/turf/simulated/floor/redgrid/animated, -/area/vr/powered/cult) -"afC" = ( -/obj/machinery/gateway/brass{ - dir = 9 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"ahA" = ( -/turf/simulated/shuttle/floor/white, -/area/vr/powered/space/sciship) -"ahQ" = ( -/obj/structure/salvageable/bliss, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"aiI" = ( -/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/rocks) -"ajk" = ( -/obj/structure/barricade, -/obj/effect/floor_decal/rust, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"ajB" = ( -/obj/structure/table/rack/shelf, -/obj/item/weapon/reagent_containers/food/condiment/ketchup{ - pixel_y = 0; - pixel_x = -7 - }, -/obj/item/weapon/reagent_containers/food/condiment/mustard{ - pixel_x = -2 - }, -/obj/item/weapon/reagent_containers/food/condiment/hotsauce{ - pixel_x = 2 - }, -/turf/simulated/floor/plating, -/area/vr/powered/cafe) -"ajP" = ( -/obj/effect/floor_decal/stairs/dark_stairs, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"ajZ" = ( -/turf/simulated/floor/water/indoors{ - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"ake" = ( -/obj/item/weapon/bone/leg, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/dungeon) -"akl" = ( -/obj/structure/table/marble, -/obj/item/toy/plushie/coffee_fox, -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"akm" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"akC" = ( -/turf/simulated/wall/phoron, -/area/vr/powered/cult) -"akN" = ( -/obj/machinery/vending/foodasian{ - dir = 4; - pixel_y = 0; - pixel_x = -4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"akP" = ( -/obj/structure/railing{ - dir = 1 - }, -/turf/simulated/floor/water/beach{ - temperature = 293.15; - outdoors = -1; - dir = 6 - }, -/area/vr/powered/mall/vw) -"alb" = ( -/obj/effect/floor_decal/techfloor{ - dir = 10 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/cult) -"ale" = ( -/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/material) -"aln" = ( -/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/cult) -"als" = ( -/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/space/whiteship) -"alv" = ( -/obj/machinery/vending/donksoft{ - req_log_access = null - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"amV" = ( -/obj/structure/salvageable/implant_container_os, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"ane" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/glass/rag{ - pixel_x = 7; - pixel_y = 2 - }, -/obj/item/weapon/material/knife/butch, -/obj/item/weapon/material/kitchen/rollingpin{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/weapon/reagent_containers/food/condiment/enzyme, -/turf/simulated/floor/tiled/old_cargo/purple, -/area/vr/powered/mall/dorms) -"ang" = ( -/obj/machinery/light/lamppost, -/turf/simulated/floor/outdoors/sidewalk/side{ - movement_cost = 0; - temperature = 293.15; - outdoors = 0 - }, -/area/vr/outdoors/powered) -"anx" = ( -/obj/structure/bookcase, -/obj/item/weapon/book/bundle/custom_library/fiction/coldmountain, -/obj/item/weapon/book/bundle/custom_library/fiction/manfromsnowyriver, -/obj/item/weapon/book/bundle/custom_library/fiction/metalglen, -/obj/item/weapon/book/bundle/custom_library/nonfiction/viabilityofcorporategov, -/obj/item/weapon/book/bundle/custom_library/nonfiction/riseandfallofpersianempire, -/obj/item/weapon/book/bundle/custom_library/nonfiction/skrelliancastesystem, -/turf/simulated/floor/carpet/purple, -/area/vr/powered/mall/dorms) -"aon" = ( -/obj/structure/table/hardwoodtable, -/obj/machinery/light/small{ - dir = 4; - nightshift_enabled = 1; - pixel_y = 0 - }, -/turf/simulated/floor/carpet/blue, -/area/vr/powered/mall/dorms) -"aoo" = ( -/obj/structure/table/standard, -/obj/item/stack/medical/advanced/bruise_pack, -/obj/item/weapon/surgical/bioregen, -/obj/item/weapon/autopsy_scanner, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"apy" = ( -/obj/effect/floor_decal/corner/blue/diagonal{ - dir = 4 - }, -/obj/structure/closet/secure_closet/personal, -/turf/simulated/floor/tiled/white, -/area/vr/powered/dungeon) -"apz" = ( -/obj/effect/floor_decal/carpet, -/turf/simulated/floor/carpet, -/area/vr/powered/dungeon) -"aqz" = ( -/obj/effect/floor_decal/chapel, -/turf/simulated/floor/redgrid/off, -/area/vr/powered/cult) -"aqC" = ( -/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) -"arj" = ( -/obj/structure/sign/kiddieplaque{ - name = "Kalipso: Modular fabrication shuttle"; - pixel_x = 32 - }, -/turf/space, -/area/vr/space) -"arv" = ( -/obj/structure/closet/crate/bin, -/turf/simulated/floor/outdoors/sidewalk/slab{ - movement_cost = 0; - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/mall) -"arT" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"arZ" = ( -/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/rocks) -"asi" = ( -/obj/structure/undies_wardrobe, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered/motel) -"asj" = ( -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"asB" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/space/mechfactory) -"asH" = ( -/mob/living/simple_mob/animal/passive/bird/goldcrest, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"ate" = ( -/obj/item/weapon/reagent_containers/food/snacks/badrecipe, -/obj/effect/map_effect/perma_light/brighter, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"avf" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/glass/rag{ - pixel_x = 7; - pixel_y = 2 - }, -/obj/item/weapon/material/knife/butch, -/obj/item/weapon/material/kitchen/rollingpin{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/weapon/reagent_containers/food/condiment/enzyme, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/mall/dorms) -"avD" = ( -/obj/structure/bed/chair/comfy/black, -/obj/structure/railing/overhang/waterless/under, -/turf/simulated/floor/carpet, -/area/vr/powered/mall) -"awC" = ( -/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/conspawn) -"awL" = ( -/obj/effect/decal/cleanable/dirt, -/mob/living/simple_mob/vore/aggressive/lizardman, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"axe" = ( -/turf/simulated/wall/cult, -/area/vr/powered/cult) -"axg" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/tiled/old_cargo/purple, -/area/vr/powered/mall/dorms) -"axm" = ( -/obj/machinery/chemical_analyzer, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"axn" = ( -/obj/structure/bed/chair/sofa/left/beige{ - dir = 4 - }, -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered/mall/dorms) -"axv" = ( -/obj/structure/cult/pylon, -/obj/effect/floor_decal/spline/fancy{ - dir = 9 - }, -/turf/simulated/floor/cult{ - icon_state = "cult-narsie" - }, -/area/vr/powered/cult) -"axB" = ( -/obj/machinery/vending/wardrobe/atmosdrobe{ - req_access = null - }, -/turf/simulated/floor/tiled{ - outdoors = 1 - }, -/area/vr/powered/vendor) -"axG" = ( -/turf/simulated/mineral/ignore_oregen, -/area/vr/powered/dungeon) -"ayP" = ( -/obj/machinery/vending/loadout/accessory{ - prices = list(/obj/item/clothing/accessory=0,/obj/item/clothing/accessory/armband/med/color=0,/obj/item/clothing/accessory/asymmetric=0,/obj/item/clothing/accessory/asymmetric/purple=0,/obj/item/clothing/accessory/asymmetric/green=0,/obj/item/clothing/accessory/bracelet=0,/obj/item/clothing/accessory/bracelet/material=0,/obj/item/clothing/accessory/bracelet/friendship=0,/obj/item/clothing/accessory/chaps=0,/obj/item/clothing/accessory/chaps/black=0,/obj/item/weapon/storage/briefcase/clutch=0,/obj/item/clothing/accessory/collar=0,/obj/item/clothing/accessory/collar/bell=0,/obj/item/clothing/accessory/collar/spike=0,/obj/item/clothing/accessory/collar/pink=0,/obj/item/clothing/accessory/collar/holo=0,/obj/item/clothing/accessory/collar/shock=0,/obj/item/weapon/storage/belt/fannypack=0,/obj/item/weapon/storage/belt/fannypack/white=0,/obj/item/clothing/accessory/fullcape=0,/obj/item/clothing/accessory/halfcape=0,/obj/item/clothing/accessory/hawaiian=0,/obj/item/clothing/accessory/hawaiian/blue=0,/obj/item/clothing/accessory/hawaiian/pink=0,/obj/item/clothing/accessory/hawaiian/red=0,/obj/item/clothing/accessory/hawaiian/yellow=0,/obj/item/clothing/accessory/tropical=0,/obj/item/clothing/accessory/tropical/green=0,/obj/item/clothing/accessory/tropical/pink=0,/obj/item/clothing/accessory/tropical/blue=0,/obj/item/clothing/accessory/locket=0,/obj/item/weapon/storage/backpack/purse=0,/obj/item/clothing/accessory/sash=0,/obj/item/clothing/accessory/scarf=5,/obj/item/clothing/accessory/scarf/red=0,/obj/item/clothing/accessory/scarf/darkblue=0,/obj/item/clothing/accessory/scarf/purple=0,/obj/item/clothing/accessory/scarf/yellow=100,/obj/item/clothing/accessory/scarf/orange=0,/obj/item/clothing/accessory/scarf/lightblue=0,/obj/item/clothing/accessory/scarf/white=0,/obj/item/clothing/accessory/scarf/black=0,/obj/item/clothing/accessory/scarf/zebra=0,/obj/item/clothing/accessory/scarf/christmas=0,/obj/item/clothing/accessory/scarf/stripedred=0,/obj/item/clothing/accessory/scarf/stripedgreen=0,/obj/item/clothing/accessory/scarf/stripedblue=0,/obj/item/clothing/accessory/jacket=0,/obj/item/clothing/accessory/jacket/checkered=0,/obj/item/clothing/accessory/jacket/burgundy=0,/obj/item/clothing/accessory/jacket/navy=0,/obj/item/clothing/accessory/jacket/charcoal=0,/obj/item/clothing/accessory/vest=0,/obj/item/clothing/accessory/sweater=0,/obj/item/clothing/accessory/sweater/pink=0,/obj/item/clothing/accessory/sweater/mint=0,/obj/item/clothing/accessory/sweater/blue=0,/obj/item/clothing/accessory/sweater/heart=0,/obj/item/clothing/accessory/sweater/nt=5,/obj/item/clothing/accessory/sweater/keyhole=0,/obj/item/clothing/accessory/sweater/winterneck=0,/obj/item/clothing/accessory/sweater/uglyxmas=5,/obj/item/clothing/accessory/sweater/flowersweater=0,/obj/item/clothing/accessory/sweater/redneck=0,/obj/item/clothing/accessory/tie=0,/obj/item/clothing/accessory/tie/horrible=0,/obj/item/clothing/accessory/tie/white=0,/obj/item/clothing/accessory/tie/navy=0,/obj/item/clothing/accessory/tie/yellow=0,/obj/item/clothing/accessory/tie/darkgreen=0,/obj/item/clothing/accessory/tie/black=0,/obj/item/clothing/accessory/tie/red_long=0,/obj/item/clothing/accessory/tie/red_clip=0,/obj/item/clothing/accessory/tie/blue_long=0,/obj/item/clothing/accessory/tie/blue_clip=0,/obj/item/clothing/accessory/tie/red=0,/obj/item/clothing/accessory/wcoat=0,/obj/item/clothing/accessory/wcoat/red=0,/obj/item/clothing/accessory/wcoat/grey=0,/obj/item/clothing/accessory/wcoat/brown=0,/obj/item/clothing/accessory/wcoat/gentleman=0,/obj/item/clothing/accessory/wcoat/swvest=0,/obj/item/clothing/accessory/wcoat/swvest/blue=0,/obj/item/clothing/accessory/wcoat/swvest/red=0,/obj/item/weapon/storage/wallet=0,/obj/item/weapon/storage/wallet/poly=0,/obj/item/weapon/storage/wallet/womens=0,/obj/item/weapon/lipstick=0,/obj/item/weapon/lipstick/purple=0,/obj/item/weapon/lipstick/jade=0,/obj/item/weapon/lipstick/black=0,/obj/item/clothing/ears/earmuffs=0,/obj/item/clothing/ears/earmuffs/headphones=0,/obj/item/clothing/ears/earring/stud=0,/obj/item/clothing/ears/earring/dangle=0,/obj/item/clothing/gloves/ring/mariner=0,/obj/item/clothing/gloves/ring/engagement=0,/obj/item/clothing/gloves/ring/seal/signet=0,/obj/item/clothing/gloves/ring/seal/mason=0,/obj/item/clothing/gloves/ring/material/plastic=0,/obj/item/clothing/gloves/ring/material/steel=0,/obj/item/clothing/gloves/ring/material/gold=100,/obj/item/clothing/glasses/eyepatch=0,/obj/item/clothing/glasses/gglasses=0,/obj/item/clothing/glasses/regular/hipster=0,/obj/item/clothing/glasses/rimless=0,/obj/item/clothing/glasses/thin=0,/obj/item/clothing/glasses/monocle=0,/obj/item/clothing/glasses/goggles=0,/obj/item/clothing/glasses/fluff/spiffygogs=0,/obj/item/clothing/glasses/fakesunglasses=0,/obj/item/clothing/glasses/fakesunglasses/aviator=0,/obj/item/clothing/mask/bandana/blue=0,/obj/item/clothing/mask/bandana/gold=0,/obj/item/clothing/mask/bandana/green=0,/obj/item/clothing/mask/bandana/red=0,/obj/item/clothing/mask/surgical=0,/obj/item/clothing/accessory/pride/bi=0,/obj/item/clothing/accessory/pride/trans=0,/obj/item/clothing/accessory/pride/ace=0,/obj/item/clothing/accessory/pride/enby=0,/obj/item/clothing/accessory/pride/pan=0,/obj/item/clothing/accessory/pride/lesbian=0,/obj/item/clothing/accessory/pride/intersex=0,/obj/item/clothing/accessory/pride/vore=0) - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"azz" = ( -/obj/machinery/vending/dinnerware{ - dir = 4; - pixel_x = -4 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"azG" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/machinery/door/window/northright{ - req_one_access = list(150) - }, -/obj/item/weapon/material/knife/tacknife/combatknife/fluff/katarina, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"azP" = ( -/obj/structure/flora/ausbushes/fullgrass, -/turf/unsimulated/wall, -/area/vr/outdoors/powered) -"aAp" = ( -/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/cult) -"aAv" = ( -/obj/item/weapon/reagent_containers/food/drinks/soymilk, -/obj/item/weapon/reagent_containers/food/drinks/soymilk, -/obj/item/weapon/reagent_containers/food/drinks/bottle/milk, -/obj/item/weapon/reagent_containers/food/drinks/bottle/milk, -/obj/item/weapon/reagent_containers/food/drinks/smallchocmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallchocmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallchocmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallchocmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallmilk, -/obj/structure/closet/secure_closet/freezer/fridge{ - pixel_x = 6; - pixel_y = 0 - }, -/turf/simulated/floor/plating, -/area/vr/powered/cafe) -"aAA" = ( -/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/conspawn) -"aAU" = ( -/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/space/mechfactory) -"aBi" = ( -/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/space/sciship) -"aCa" = ( -/obj/effect/floor_decal/stairs{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"aCM" = ( -/obj/structure/table/marble{ - pixel_y = 0 - }, -/obj/item/weapon/reagent_containers/food/snacks/sliceable/sushi{ - pixel_y = 2; - pixel_x = -3 - }, -/obj/item/weapon/reagent_containers/food/snacks/sliceable/sushi{ - pixel_y = 2; - pixel_x = 4 - }, -/obj/item/weapon/reagent_containers/food/snacks/sliceable/sushi{ - pixel_y = 1; - pixel_x = -6 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/weapon/reagent_containers/food/snacks/sliceable/sushi{ - pixel_y = -2; - pixel_x = -1 - }, -/obj/item/weapon/reagent_containers/food/snacks/sliceable/sushi{ - pixel_y = -4; - pixel_x = 4 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"aCZ" = ( -/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) -"aDr" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/space/mechfactory) -"aDw" = ( -/obj/structure/table/hardwoodtable, -/obj/item/device/flashlight/lamp/green, -/turf/simulated/floor/carpet/green, -/area/vr/powered/mall/dorms) -"aDE" = ( -/obj/item/weapon/digestion_remains/ribcage, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/dungeon) -"aEi" = ( -/obj/structure/railing/grey{ - pixel_y = 0; - dir = 8 - }, -/obj/structure/railing/grey, -/obj/structure/prop/statue/pillar, -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/outdoors/powered) -"aEs" = ( -/obj/machinery/recharge_station, -/obj/effect/floor_decal/techfloor/corner{ - dir = 5 - }, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/space/sciship) -"aEy" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/item/weapon/reagent_containers/food/drinks/bottle/milk, -/obj/item/weapon/reagent_containers/food/drinks/bottle/milk, -/obj/item/weapon/reagent_containers/food/drinks/bottle/milk, -/obj/item/weapon/reagent_containers/food/drinks/soymilk, -/obj/item/weapon/reagent_containers/food/drinks/soymilk, -/obj/item/weapon/reagent_containers/food/drinks/soymilk, -/turf/simulated/floor/tiled, -/area/vr/powered/constore) -"aEB" = ( -/obj/structure/table/rack/shelf/steel, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall) -"aEZ" = ( -/obj/machinery/light, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/cult) -"aFu" = ( -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 1 - }, -/turf/simulated/shuttle/floor/darkred, -/area/vr/powered/armory) -"aFR" = ( -/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/space/whiteship) -"aGu" = ( -/obj/structure/cliff/automatic{ - dir = 9 - }, -/turf/simulated/floor/water/indoors{ - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"aGv" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/turf/simulated/floor/tiled/old_cargo/purple, -/area/vr/powered/mall/dorms) -"aHs" = ( -/turf/simulated/floor/carpet, -/area/vr/powered/mall/dorms) -"aHt" = ( -/obj/structure/table/marble, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"aHz" = ( -/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) -"aHI" = ( -/obj/effect/floor_decal/corner/blue/diagonal{ - dir = 4 - }, -/obj/effect/decal/remains/robot, -/obj/item/toy/plushie/borgplushie/medihound, -/turf/simulated/floor/tiled/white, -/area/vr/powered/dungeon) -"aIx" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/obj/structure/table/hardwoodtable, -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall) -"aIJ" = ( -/obj/machinery/chemical_dispenser/bar_coffee/full{ - dir = 2; - pixel_y = 8 - }, -/obj/structure/table/marble, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"aIL" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 6 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"aJc" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall/dorms) -"aJB" = ( -/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, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"aJP" = ( -/obj/machinery/light/small{ - dir = 1; - nightshift_enabled = 1 - }, -/turf/simulated/floor/carpet, -/area/vr/powered/mall/dorms) -"aKH" = ( -/obj/structure/salvageable/autolathe, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"aKY" = ( -/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/space/whiteship) -"aLb" = ( -/obj/structure/table/glass, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/powered) -"aLx" = ( -/obj/item/weapon/pickaxe, -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/gun/energy/locked/phasegun, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"aLK" = ( -/obj/machinery/door/airlock/glass{ - name = "VR Main Spawn" - }, -/turf/simulated/floor/wood, -/area/vr/powered/conspawn) -"aLN" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"aMp" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 6 - }, -/obj/item/weapon/reagent_containers/food/snacks/ricecake, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"aMx" = ( -/obj/item/weapon/gun/energy/alien{ - pixel_y = -6 - }, -/obj/item/weapon/gun/energy/alien, -/obj/structure/table/alien/blue, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"aNd" = ( -/obj/structure/table/fancyblack, -/turf/simulated/floor/wood, -/area/vr/powered/cult) -"aNo" = ( -/obj/machinery/gear_dispenser/suit/ert{ - req_one_access = null - }, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"aNv" = ( -/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/cult) -"aNV" = ( -/obj/machinery/door/airlock/medical{ - req_one_access = null - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"aNY" = ( -/obj/structure/cult/forge, -/turf/simulated/floor/wood, -/area/vr/powered/cult) -"aOJ" = ( -/obj/structure/bed/chair/oldsofa/right, -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered/cult) -"aPz" = ( -/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/space/sciship) -"aQk" = ( -/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/rocks) -"aQJ" = ( -/turf/simulated/wall/cult, -/area/vr/outdoors/powered/cult) -"aRb" = ( -/obj/structure/flora/smallbould, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"aRy" = ( -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered/cult) -"aRX" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/machinery/portable_atmospherics/powered/scrubber/huge, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"aSw" = ( -/obj/structure/bed/chair/bay/comfy/black{ - dir = 1 - }, -/obj/item/weapon/bone/skull, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/dungeon) -"aSO" = ( -/obj/machinery/vending/cola, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"aTd" = ( -/obj/structure/bed/chair/sofa/left/brown{ - dir = 4 - }, -/turf/simulated/floor/outdoors/sidewalk/slab{ - movement_cost = 0; - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/mall) -"aTw" = ( -/obj/structure/railing, -/obj/effect/decal/remains, -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/lava) -"aTx" = ( -/obj/structure/flora/ausbushes/leafybush, -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"aTO" = ( -/obj/structure/table/standard, -/obj/item/weapon/surgical/cautery{ - pixel_y = 0; - pixel_x = 2 - }, -/obj/item/weapon/surgical/surgicaldrill, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"aTQ" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered/mall) -"aTW" = ( -/obj/structure/table/woodentable, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"aUc" = ( -/obj/effect/map_effect/perma_light/brighter{ - light_range = 10 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"aUr" = ( -/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/space/mechfactory) -"aUD" = ( -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/floor/tiled/steel_dirty{ - color = "grey" - }, -/area/vr/powered/cult) -"aVe" = ( -/obj/machinery/vending/loadout{ - prices = list(/obj/item/clothing/gloves/evening=0,/obj/item/clothing/gloves/fingerless=0,/obj/item/clothing/gloves/black=0,/obj/item/clothing/gloves/blue=0,/obj/item/clothing/gloves/brown=0,/obj/item/clothing/gloves/color=0,/obj/item/clothing/gloves/green=0,/obj/item/clothing/gloves/grey=0,/obj/item/clothing/gloves/sterile/latex=0,/obj/item/clothing/gloves/light_brown=0,/obj/item/clothing/gloves/sterile/nitrile=0,/obj/item/clothing/gloves/orange=0,/obj/item/clothing/gloves/purple=0,/obj/item/clothing/gloves/red=0,/obj/item/clothing/gloves/fluff/siren=0,/obj/item/clothing/gloves/white=0,/obj/item/clothing/gloves/duty=0,/obj/item/clothing/shoes/athletic=0,/obj/item/clothing/shoes/boots/fluff/siren=0,/obj/item/clothing/shoes/slippers=0,/obj/item/clothing/shoes/boots/cowboy/classic=0,/obj/item/clothing/shoes/boots/cowboy=0,/obj/item/clothing/shoes/boots/duty=0,/obj/item/clothing/shoes/flats/white/color=0,/obj/item/clothing/shoes/flipflop=0,/obj/item/clothing/shoes/heels=0,/obj/item/clothing/shoes/hitops/black=0,/obj/item/clothing/shoes/hitops/blue=0,/obj/item/clothing/shoes/hitops/green=0,/obj/item/clothing/shoes/hitops/orange=0,/obj/item/clothing/shoes/hitops/purple=0,/obj/item/clothing/shoes/hitops/red=0,/obj/item/clothing/shoes/flats/white/color=0,/obj/item/clothing/shoes/hitops/yellow=0,/obj/item/clothing/shoes/boots/jackboots=0,/obj/item/clothing/shoes/boots/jungle=0,/obj/item/clothing/shoes/black/cuffs=0,/obj/item/clothing/shoes/black/cuffs/blue=0,/obj/item/clothing/shoes/black/cuffs/red=0,/obj/item/clothing/shoes/sandal=0,/obj/item/clothing/shoes/black=0,/obj/item/clothing/shoes/blue=0,/obj/item/clothing/shoes/brown=0,/obj/item/clothing/shoes/laceup=0,/obj/item/clothing/shoes/green=0,/obj/item/clothing/shoes/laceup/brown=0,/obj/item/clothing/shoes/orange=0,/obj/item/clothing/shoes/purple=0,/obj/item/clothing/shoes/red=0,/obj/item/clothing/shoes/white=0,/obj/item/clothing/shoes/yellow=0,/obj/item/clothing/shoes/skater=0,/obj/item/clothing/shoes/boots/cowboy/snakeskin=0,/obj/item/clothing/shoes/boots/jackboots/toeless=0,/obj/item/clothing/shoes/boots/workboots/toeless=0,/obj/item/clothing/shoes/boots/winter=0,/obj/item/clothing/shoes/boots/workboots=0,/obj/item/clothing/shoes/footwraps=0,/obj/item/clothing/shoes/sneakerspurple=0,/obj/item/clothing/shoes/sneakersblue=0,/obj/item/clothing/shoes/sneakersred=0) - }, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"aVF" = ( -/obj/effect/catwalk_plated/dark, -/turf/simulated/floor/bmarble, -/area/vr/powered/cult) -"aWu" = ( -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker, -/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{ - pixel_x = 6 - }, -/turf/simulated/floor/wood/alt, -/area/vr/powered/mall) -"aWG" = ( -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/obj/effect/floor_decal/corner/green/border{ - dir = 6 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"aWK" = ( -/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, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/space/mechfactory) -"aXq" = ( -/obj/structure/flora/ausbushes/ywflowers, -/obj/structure/flora/ausbushes/lavendergrass, -/turf/simulated/floor/outdoors/grass{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"aXy" = ( -/obj/structure/table/rack/shelf/wood, -/obj/random/plushie, -/turf/simulated/floor/carpet/purple, -/area/vr/powered/mall/dorms) -"aYc" = ( -/obj/effect/map_effect/portal/line/side_b{ - dir = 8 - }, -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/outdoors/powered) -"aYm" = ( -/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/cult) -"aYq" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/obj/structure/table/reinforced, -/obj/effect/spawner/parts/t5, -/obj/effect/spawner/parts/t5, -/obj/effect/spawner/parts/t5, -/obj/effect/spawner/parts/t5, -/obj/effect/spawner/parts/t5, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/space/whiteship) -"aYH" = ( -/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/cult) -"aYU" = ( -/obj/machinery/door/airlock/multi_tile/glass{ - dir = 4 - }, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"aZt" = ( -/obj/structure/table/fancyblack, -/obj/item/weapon/reagent_containers/food/snacks/monkeysdelight, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"aZv" = ( -/turf/unsimulated/wall, -/area/vr/powered/material) -"aZN" = ( -/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) -"aZS" = ( -/obj/machinery/light/floortube, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"aZV" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 1 - }, -/obj/item/weapon/reagent_containers/food/snacks/chickenmomo, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"bbi" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"bbs" = ( -/obj/machinery/computer/arcade, -/turf/simulated/floor/carpet/retro, -/area/vr/powered/mall) -"bbw" = ( -/obj/structure/table/rack/shelf, -/obj/item/weapon/gun/projectile/silenced, -/obj/item/weapon/gun/projectile/silenced, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"bby" = ( -/obj/structure/table/marble, -/obj/machinery/cash_register, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"bbE" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor, -/area/vr/powered) -"bbO" = ( -/obj/structure/table/steel_reinforced, -/obj/item/weapon/gun/projectile/automatic/serdy/rpd, -/turf/simulated/floor/gorefloor, -/area/vr/outdoors/powered/cult) -"bbR" = ( -/obj/structure/sink/kitchen{ - dir = 8; - pixel_y = 0; - pixel_x = -12 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"bcC" = ( -/obj/structure/table/hardwoodtable, -/obj/random/drinkbottle, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"bcU" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/floor_decal/rust, -/obj/item/weapon/bone/skull{ - pixel_y = -11; - pixel_x = 5 - }, -/obj/item/clothing/head/that{ - pixel_y = -3; - pixel_x = 6 - }, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"bdQ" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"bec" = ( -/obj/structure/prop/machine/green_egg, -/turf/simulated/floor/flock, -/area/vr/powered/rocks) -"bei" = ( -/obj/structure/bed/chair/office/dark{ - dir = 1 - }, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"ben" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/item/weapon/stool{ - color = "grey"; - dir = 2 - }, -/obj/structure/sign/poster/nanotrasen{ - dir = 8 - }, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"bep" = ( -/obj/structure/table/alien/blue, -/obj/item/weapon/reagent_containers/glass/beaker/noreact{ - pixel_x = -6 - }, -/obj/item/weapon/reagent_containers/glass/beaker/noreact, -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/obj/machinery/light/poi{ - dir = 8 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/dungeon) -"bgn" = ( -/obj/structure/salvageable/data_os{ - name = "broken money printer" - }, -/obj/random/cash/huge, -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/dungeon) -"bgo" = ( -/obj/effect/floor_decal/spline/fancy{ - dir = 9 - }, -/turf/simulated/floor/cult{ - icon_state = "cult-narsie" - }, -/area/vr/powered/cult) -"bgM" = ( -/obj/machinery/chemical_dispenser/ert/specialops, -/obj/structure/table/marble{ - color = "grey" - }, -/turf/simulated/shuttle/floor/voidcraft/dark, -/area/vr/powered/cult) -"bgU" = ( -/obj/machinery/light, -/obj/item/weapon/beartrap/hunting{ - anchored = 1; - deployed = 1; - icon_state = "beartrap1" - }, -/turf/simulated/floor/outdoors/dirt{ - temperature = 293.15; - outdoors = 0 - }, -/area/vr/powered/dungeon) -"bhs" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 6 - }, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/sciship) -"bhB" = ( -/obj/structure/bed/chair/comfy/red{ - pixel_y = 0; - dir = 4 - }, -/obj/structure/plushie/ian{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/vr/powered/material) -"bhX" = ( -/mob/living/simple_mob/animal/giant_spider/tunneler/fast, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"bhZ" = ( -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/cult) -"bix" = ( -/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/cult) -"biB" = ( -/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/cult) -"biC" = ( -/obj/structure/table/hardwoodtable, -/obj/item/modular_computer/laptop/preset/custom_loadout/cheap, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"biV" = ( -/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/space/whiteship) -"bjR" = ( -/obj/item/weapon/reagent_containers/food/drinks/soymilk, -/obj/item/weapon/reagent_containers/food/drinks/soymilk, -/obj/item/weapon/reagent_containers/food/drinks/bottle/milk, -/obj/item/weapon/reagent_containers/food/drinks/bottle/milk, -/obj/item/weapon/reagent_containers/food/drinks/smallchocmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallchocmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallchocmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallchocmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallmilk, -/obj/structure/closet/secure_closet/freezer/fridge{ - pixel_x = 6; - pixel_y = 0 - }, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"bkS" = ( -/obj/effect/floor_decal/corner/lime/border{ - dir = 5 - }, -/obj/effect/floor_decal/corner/lime/bordercorner{ - dir = 8 - }, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"bmi" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/clothing/under/pants/camo, -/obj/item/clothing/under/pants/camo, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"bmm" = ( -/obj/structure/bed/double, -/obj/item/weapon/bedsheet/hosdouble, -/turf/simulated/floor/carpet/retro, -/area/vr/powered/mall/dorms) -"bmZ" = ( -/obj/structure/table/hardwoodtable, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"bne" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/corner/green/border{ - dir = 8 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"bnj" = ( -/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/space/sciship) -"bnQ" = ( -/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/space/whiteship) -"boe" = ( -/obj/structure/table/woodentable, -/turf/simulated/floor/wood, -/area/vr/powered/art) -"bos" = ( -/obj/structure/table/rack/shelf/wood, -/obj/random/plushie, -/turf/simulated/floor/carpet/turcarpet, -/area/vr/powered/mall/dorms) -"boL" = ( -/obj/effect/floor_decal/corner/white/border{ - dir = 5 - }, -/obj/machinery/light/small, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/powered/dungeon) -"bpP" = ( -/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/space/mechfactory) -"bqc" = ( -/obj/item/pizzavoucher, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"bqf" = ( -/obj/item/clothing/mask/muzzle, -/turf/simulated/floor, -/area/vr/powered) -"bqj" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 8 - }, -/obj/structure/plasticflaps, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"bru" = ( -/obj/structure/table/hardwoodtable, -/obj/machinery/chemical_dispenser/bar_alc/full, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"brv" = ( -/obj/structure/salvageable/computer_os, -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/space/sciship) -"brF" = ( -/obj/item/weapon/beartrap/hunting{ - anchored = 1; - deployed = 1; - icon_state = "beartrap1" - }, -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/dungeon) -"brW" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 4 - }, -/turf/simulated/floor/beach/sand/desert, -/area/vr/outdoors/powered/mall) -"bsn" = ( -/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, -/obj/fiftyspawner/durasteel, -/turf/simulated/floor/plating, -/area/vr/powered/material) -"bsG" = ( -/obj/effect/overlay/palmtree_r, -/turf/simulated/floor/beach/sand/desert{ - can_atmos_pass = 0; - outdoors = 1; - temperature = 311 - }, -/area/vr/outdoors/powered) -"btN" = ( -/obj/machinery/transhuman/autoresleever{ - respawn = 0; - vore_respawn = 0; - equip_body = 1; - name = "VR Ghost Cafe Spawn"; - desc = "Clicking on this as a ghost will spawn you in as a NPC exclusive to the VR world loaded into the station."; - ghost_spawns = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"bue" = ( -/obj/effect/map_effect/portal/master/side_a{ - dir = 4; - portal_id = "vrmall" - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/powered/rocks) -"bvk" = ( -/obj/effect/floor_decal/industrial/hatch/yellow, -/obj/structure/foodcart, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/space/sciship) -"bvG" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/item/weapon/reagent_containers/food/snacks/spagetti, -/obj/item/weapon/reagent_containers/food/snacks/spagetti, -/obj/item/weapon/reagent_containers/food/snacks/spagetti, -/obj/item/weapon/reagent_containers/food/snacks/spagetti, -/obj/item/weapon/reagent_containers/food/snacks/spagetti, -/obj/item/weapon/reagent_containers/food/snacks/spagetti, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/item/weapon/reagent_containers/food/condiment/soysauce, -/obj/item/weapon/reagent_containers/food/condiment/soysauce, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"bvJ" = ( -/obj/effect/catwalk_plated/dark, -/turf/space, -/area/vr/space) -"bvN" = ( -/obj/effect/floor_decal/corner/purple/diagonal, -/turf/simulated/floor/tiled/dark, -/area/vr/outdoors/powered) -"bvW" = ( -/obj/structure/table/hardwoodtable, -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered/mall/dorms) -"bws" = ( -/obj/effect/floor_decal/corner/blue/diagonal{ - dir = 4 - }, -/obj/structure/flora/pottedplant/orientaltree, -/turf/simulated/floor/tiled/white, -/area/vr/powered/dungeon) -"bwv" = ( -/obj/effect/decal/cleanable/dirt, -/obj/random/junk, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"bwN" = ( -/obj/structure/table/bench/wooden, -/turf/simulated/floor/carpet/green, -/area/vr/powered/mall/dorms) -"bwW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"bym" = ( -/turf/simulated/floor/water{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"byq" = ( -/obj/structure/salvageable/console_broken_os{ - dir = 8 - }, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/vr/powered/mall/backrooms) -"byU" = ( -/turf/simulated/shuttle/floor/white, -/area/vr/powered/cult) -"bzc" = ( -/mob/living/simple_mob/animal/passive/raccoon_ch, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"bzi" = ( -/turf/simulated/floor/flock{ - temperature = 311 - }, -/area/vr/powered/rocks) -"bzq" = ( -/obj/effect/floor_decal/techfloor{ - dir = 4 - }, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"bzs" = ( -/obj/structure/table/glass, -/obj/item/weapon/soap/deluxe, -/obj/item/weapon/towel/random, -/turf/simulated/floor/carpet/blucarpet, -/area/vr/powered) -"bAl" = ( -/turf/simulated/floor/carpet, -/area/vr/powered/art) -"bAM" = ( -/obj/structure/bonfire/permanent, -/obj/effect/decal/cleanable/dirt, -/obj/item/weapon/reagent_containers/food/snacks/sliceable/sharkchunk, -/turf/simulated/floor/outdoors/dirt{ - temperature = 293.15; - outdoors = 0 - }, -/area/vr/powered/dungeon) -"bAT" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 10 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"bAV" = ( -/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/space/whiteship) -"bBu" = ( -/obj/structure/closet/emcloset, -/obj/machinery/light/poi{ - dir = 1 - }, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/space/sciship) -"bBN" = ( -/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/space/sciship) -"bCC" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/turf/simulated/floor/beach/sand/desert, -/area/vr/outdoors/powered/mall) -"bCG" = ( -/obj/machinery/light/small{ - dir = 4; - pixel_y = 0 - }, -/obj/structure/toilet{ - dir = 8 - }, -/turf/simulated/floor/tiled/old_tile, -/area/vr/powered/mall) -"bCW" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/turf/simulated/shuttle/wall, -/area/vr/powered/space/whiteship) -"bDm" = ( -/obj/structure/sign/chemdiamond, -/turf/unsimulated/wall/concrete/turfpack/station{ - color = "#ebcd7c"; - icon = 'icons/turf/wall_masks.dmi' - }, -/area/vr/powered/mall/backrooms) -"bDC" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/machinery/recharger/wallcharger{ - pixel_x = -24 - }, -/turf/simulated/shuttle/floor/darkred, -/area/vr/powered/armory) -"bDQ" = ( -/obj/effect/floor_decal/arrow{ - dir = 4 - }, -/turf/simulated/floor/outdoors/sidewalk/slab{ - temperature = 293.15; - movement_cost = 0 - }, -/area/vr/outdoors/powered) -"bEw" = ( -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/drinks/coffee{ - pixel_y = 4; - pixel_x = 4 - }, -/obj/item/weapon/reagent_containers/food/drinks/coffee{ - pixel_y = -5; - pixel_x = -10 - }, -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"bED" = ( -/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/space) -"bER" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/food/snacks/bacon_and_eggs, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"bFA" = ( -/obj/structure/table/glass, -/obj/item/weapon/storage/box/glasses/square{ - pixel_x = 9; - pixel_y = 1 - }, -/obj/item/weapon/storage/box/glasses/rocks{ - pixel_y = 1; - pixel_x = -6 - }, -/obj/item/weapon/storage/box/glasses/pint{ - pixel_y = 11; - pixel_x = -6 - }, -/obj/item/weapon/storage/box/glasses/meta/metapint{ - pixel_y = 11; - pixel_x = 9 - }, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall/vw) -"bGB" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"bGF" = ( -/obj/structure/table/alien/blue, -/obj/item/stack/medical/advanced/bruise_pack, -/obj/item/weapon/surgical/retractor/alien, -/obj/effect/floor_decal/techfloor{ - dir = 9 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"bHz" = ( -/obj/structure/sign/periodic, -/turf/simulated/wall/wood, -/area/vr/powered) -"bHC" = ( -/obj/machinery/gear_dispenser/suit/standard, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"bHT" = ( -/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/space/sciship) -"bIk" = ( -/obj/machinery/vending/snack, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"bIm" = ( -/obj/structure/cult/pylon, -/obj/effect/floor_decal/spline/fancy{ - dir = 5 - }, -/turf/simulated/floor/cult{ - icon_state = "cult-narsie" - }, -/area/vr/powered/cult) -"bII" = ( -/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/cult) -"bIS" = ( -/obj/structure/table/hardwoodtable, -/obj/machinery/chemical_dispenser/bar_soft/full, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"bJv" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 1 - }, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered) -"bJJ" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/closet/secure_closet/freezer/fridge, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered/mall) -"bJN" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"bLz" = ( -/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/space/sciship) -"bLB" = ( -/obj/item/weapon/towel/random, -/obj/item/weapon/towel/random, -/turf/simulated/floor/wood, -/area/vr/powered/space/whiteship) -"bLO" = ( -/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/conspawn) -"bMa" = ( -/obj/structure/table/rack/wood, -/obj/item/clothing/under/color/yellow{ - pixel_y = -2; - pixel_x = -7 - }, -/obj/item/clothing/under/color/rainbow{ - pixel_y = -2 - }, -/obj/item/clothing/under/color/lightbrown{ - pixel_y = -2; - pixel_x = 8 - }, -/obj/item/clothing/under/color/green{ - pixel_y = 4; - pixel_x = -8 - }, -/obj/item/clothing/under/color/darkred{ - pixel_y = 4 - }, -/obj/item/clothing/under/color/blue{ - pixel_y = 4; - pixel_x = 8 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"bMd" = ( -/obj/machinery/gear_dispenser/randomvoidsuit, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"bMe" = ( -/obj/effect/floor_decal/corner/paleblue{ - dir = 6 - }, -/obj/structure/closet/debug, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"bMn" = ( -/obj/structure/prop/statue/pillar, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"bMB" = ( -/obj/structure/fence/corner, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"bMT" = ( -/obj/structure/flora/bboulder1, -/turf/simulated/floor/grass2{ - outdoors = 1; - temperature = 311 - }, -/area/vr/outdoors/powered) -"bNe" = ( -/turf/simulated/wall/r_wall, -/area/vr/powered/vendor) -"bOh" = ( -/turf/simulated/wall/durasteel, -/area/vr/powered/mall/backrooms) -"bOn" = ( -/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/space/sciship) -"bOr" = ( -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"bOO" = ( -/obj/effect/floor_decal/rust, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"bPy" = ( -/obj/structure/sign/science{ - pixel_y = 32 - }, -/turf/space, -/area/vr/space) -"bPC" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/structure/toilet, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"bPN" = ( -/obj/effect/floor_decal/rust, -/obj/item/weapon/bone/arm{ - pixel_x = -9 - }, -/obj/item/instrument/trombone/spectral, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"bQl" = ( -/obj/machinery/light{ - dir = 8; - layer = 3 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"bQr" = ( -/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/cult) -"bQB" = ( -/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/rocks) -"bQS" = ( -/obj/item/weapon/reagent_containers/food/snacks/sausage, -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/mall) -"bQZ" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/outdoors/sidewalk/side{ - icon_state = "sidewalk"; - movement_cost = 0; - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"bRG" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 10 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"bRI" = ( -/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/space/sciship) -"bRN" = ( -/obj/structure/flora/tree/jungle_small, -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/fullgrass, -/turf/unsimulated/wall, -/area/vr/outdoors/powered) -"bRT" = ( -/obj/structure/window/basic{ - dir = 1 - }, -/obj/structure/table/rack/wood, -/obj/item/clothing/shoes/hitops/orange{ - pixel_y = -8; - pixel_x = -8 - }, -/obj/item/clothing/shoes/hitops/purple{ - pixel_y = -8 - }, -/obj/item/clothing/shoes/hitops/red{ - pixel_y = -8; - pixel_x = 4 - }, -/obj/item/clothing/shoes/black/cuffs{ - pixel_y = 4; - pixel_x = -10 - }, -/obj/item/clothing/shoes/black/cuffs/blue{ - pixel_y = 4; - pixel_x = -4 - }, -/obj/item/clothing/shoes/black/cuffs/octavious{ - pixel_x = 2; - pixel_y = 4 - }, -/obj/item/clothing/shoes/black/cuffs/red{ - pixel_y = 4; - pixel_x = 8 - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"bSP" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"bTl" = ( -/mob/living/simple_mob/construct/shade{ - ai_holder_type = null - }, -/obj/effect/floor_decal/techfloor, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"bTn" = ( -/obj/machinery/button/windowtint{ - id = "vrmalltint6"; - pixel_x = -22 - }, -/turf/simulated/floor/carpet/sblucarpet, -/area/vr/powered/mall/dorms) -"bTp" = ( -/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/rocks) -"bTy" = ( -/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) -"bTZ" = ( -/obj/structure/table/darkglass, -/obj/item/clothing/gloves/fluff/techpriestgloves, -/obj/item/clothing/head/hood/techpriest, -/obj/item/clothing/shoes/boots/jackboots/fluff/techpriestboots, -/obj/item/clothing/under/fluff/techpriestunder, -/obj/item/clothing/suit/storage/hooded/techpriest, -/turf/simulated/shuttle/floor/voidcraft/dark, -/area/vr/powered/cult) -"bUp" = ( -/obj/machinery/atmospherics/binary/circulator{ - anchored = 1 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/sciship) -"bVz" = ( -/obj/machinery/door/airlock/multi_tile/metal/mait{ - icon_state = "door_locked"; - id_tag = "kalipso_hatch"; - name = "Cargo Hold" - }, -/obj/machinery/door/blast/regular{ - dir = 4; - id = "kalipsoshutters"; - name = "Kalipso Blast Shielding"; - density = 0; - opacity = 0 - }, -/obj/structure/fans/tiny, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/space/sciship) -"bVV" = ( -/obj/structure/fence/end{ - dir = 4 - }, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"bWI" = ( -/obj/item/weapon/gun/projectile/shotgun/doublebarrel, -/obj/structure/table/woodentable, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"bXg" = ( -/turf/simulated/wall/sandstonediamond, -/area/vr/powered) -"bXQ" = ( -/obj/structure/window/reinforced/survival_pod{ - dir = 8 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"bYm" = ( -/obj/effect/floor_decal/stairs{ - dir = 8 - }, -/obj/structure/railing/grey{ - dir = 1 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"bYn" = ( -/turf/simulated/floor/beach/sand/desert, -/area/vr/outdoors/powered/mall) -"bZo" = ( -/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/cult) -"bZD" = ( -/obj/effect/wingrille_spawn/reinforced, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"caK" = ( -/obj/effect/floor_decal/techfloor/corner, -/turf/simulated/floor/cult{ - icon_state = "cult-narsie" - }, -/area/vr/powered/cult) -"cbm" = ( -/obj/structure/railing/grey{ - pixel_y = 0; - dir = 1 - }, -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/outdoors/powered) -"cbu" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"cbN" = ( -/obj/structure/salvageable/console_os{ - dir = 4 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"cck" = ( -/obj/machinery/recharge_station, -/obj/machinery/door/window/survival_pod{ - opacity = 1 - }, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/cult) -"cds" = ( -/obj/structure/table/marble, -/obj/item/weapon/paper_bin{ - color = "#8f7338" - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"cdu" = ( -/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/grenade/spawnergrenade/casino/armadillo, -/obj/item/weapon/grenade/spawnergrenade/casino/armadillo, -/obj/item/weapon/grenade/spawnergrenade/casino/cat, -/obj/item/weapon/grenade/spawnergrenade/casino/cat, -/obj/item/weapon/grenade/spawnergrenade/casino/chicken, -/obj/item/weapon/grenade/spawnergrenade/casino/chicken, -/obj/item/weapon/grenade/spawnergrenade/casino/corgi, -/obj/item/weapon/grenade/spawnergrenade/casino/corgi, -/obj/item/weapon/grenade/spawnergrenade/casino/cow, -/obj/item/weapon/grenade/spawnergrenade/casino/cow, -/obj/item/weapon/grenade/spawnergrenade/casino/fennec, -/obj/item/weapon/grenade/spawnergrenade/casino/fennec, -/obj/item/weapon/grenade/spawnergrenade/casino/fox, -/obj/item/weapon/grenade/spawnergrenade/casino/fox, -/obj/item/weapon/grenade/spawnergrenade/casino/goat, -/obj/item/weapon/grenade/spawnergrenade/casino/goat, -/obj/item/weapon/grenade/spawnergrenade/casino/goat, -/obj/item/weapon/grenade/spawnergrenade/casino/fox, -/obj/item/weapon/grenade/spawnergrenade/casino/fennec, -/obj/item/weapon/grenade/spawnergrenade/casino/cow, -/obj/item/weapon/grenade/spawnergrenade/casino/corgi, -/obj/item/weapon/grenade/spawnergrenade/casino/chicken, -/obj/item/weapon/grenade/spawnergrenade/casino/cat, -/obj/item/weapon/grenade/spawnergrenade/casino/chicken, -/obj/item/weapon/grenade/spawnergrenade/casino/chicken, -/obj/item/weapon/grenade/spawnergrenade/casino/chicken, -/obj/item/weapon/grenade/spawnergrenade/casino/horse, -/obj/item/weapon/grenade/spawnergrenade/casino/horse, -/obj/item/weapon/grenade/spawnergrenade/casino/horse, -/obj/item/weapon/grenade/spawnergrenade/casino/lizard, -/obj/item/weapon/grenade/spawnergrenade/casino/lizard, -/obj/item/weapon/grenade/spawnergrenade/casino/lizard, -/obj/item/weapon/grenade/spawnergrenade/casino/otie, -/obj/item/weapon/grenade/spawnergrenade/casino/otie, -/obj/item/weapon/grenade/spawnergrenade/casino/otie, -/obj/item/weapon/grenade/spawnergrenade/casino/otie/chubby, -/obj/item/weapon/grenade/spawnergrenade/casino/otie/chubby, -/obj/item/weapon/grenade/spawnergrenade/casino/otie/chubby, -/obj/item/weapon/grenade/spawnergrenade/casino/penguin, -/obj/item/weapon/grenade/spawnergrenade/casino/penguin, -/obj/item/weapon/grenade/spawnergrenade/casino/penguin, -/obj/item/weapon/grenade/spawnergrenade/casino/redpanda, -/obj/item/weapon/grenade/spawnergrenade/casino/redpanda, -/obj/item/weapon/grenade/spawnergrenade/casino/redpanda, -/obj/item/weapon/grenade/spawnergrenade/casino/snake, -/obj/item/weapon/grenade/spawnergrenade/casino/snake, -/obj/item/weapon/grenade/spawnergrenade/casino/snake, -/obj/item/weapon/grenade/spawnergrenade/casino/tindalos, -/obj/item/weapon/grenade/spawnergrenade/casino/tindalos, -/obj/item/weapon/grenade/spawnergrenade/casino/tindalos, -/obj/item/weapon/grenade/spawnergrenade/casino/zorgoia, -/obj/item/weapon/grenade/spawnergrenade/casino/zorgoia, -/obj/item/weapon/grenade/spawnergrenade/casino/zorgoia, -/obj/item/weapon/grenade/spawnergrenade/casino/yithian, -/obj/item/weapon/grenade/spawnergrenade/casino/yithian, -/obj/item/weapon/grenade/spawnergrenade/casino/yithian, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building2) -"cdH" = ( -/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/space/whiteship) -"cem" = ( -/obj/structure/flora/ausbushes/fullgrass, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"ceu" = ( -/turf/simulated/floor/cult, -/area/vr/outdoors/powered/cult) -"cez" = ( -/obj/machinery/vending/wardrobe/mimedrobe{ - req_access = null - }, -/turf/simulated/floor/tiled{ - outdoors = 1 - }, -/area/vr/powered/vendor) -"ceV" = ( -/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/cult) -"cfl" = ( -/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/vendor) -"cfX" = ( -/obj/structure/table/hardwoodtable, -/turf/simulated/floor/carpet/green, -/area/vr/powered/mall/dorms) -"cgm" = ( -/turf/simulated/floor/airless, -/area/vr/powered/space/sciship) -"cgr" = ( -/obj/item/weapon/stool/padded, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/space/sciship) -"cgv" = ( -/obj/structure/disposalpipe/junction{ - dir = 2; - icon_state = "pipe-j2" - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"cgB" = ( -/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/space/sciship) -"cgG" = ( -/obj/structure/table/rack/shelf, -/obj/item/weapon/gun/projectile/revolver/nagant, -/obj/item/weapon/gun/projectile/revolver/nagant, -/obj/item/weapon/silencer, -/obj/item/weapon/silencer, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"cho" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"ciT" = ( -/obj/effect/floor_decal/techfloor{ - dir = 10 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"cjr" = ( -/obj/structure/closet, -/obj/item/clothing/suit/storage/apron/white, -/obj/item/clothing/suit/storage/apron/white, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/vr/powered/cafe) -"cjA" = ( -/obj/machinery/media/jukebox/casinojukebox, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/powered) -"cjV" = ( -/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/space/sciship) -"cjX" = ( -/obj/machinery/portable_atmospherics/canister/oxygen, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"ckk" = ( -/obj/structure/table/hardwoodtable, -/obj/machinery/light/small{ - dir = 4; - nightshift_enabled = 1; - pixel_y = 0 - }, -/turf/simulated/floor/carpet/green, -/area/vr/powered/mall/dorms) -"cks" = ( -/obj/structure/prop/rock/small/water, -/turf/simulated/floor/water{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"ckt" = ( -/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) -"ckA" = ( -/obj/structure/bed/chair/office/dark{ - dir = 8 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"ckJ" = ( -/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/wood, -/area/vr/powered/cafe) -"clt" = ( -/obj/structure/table/marble, -/obj/machinery/cash_register, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"clA" = ( -/obj/structure/simple_door/wood, -/obj/structure/fans/tiny, -/turf/simulated/floor/tiled/steel_dirty{ - color = "grey" - }, -/area/vr/powered/cult) -"cmf" = ( -/obj/structure/salvageable/data_os{ - name = "broken money printer" - }, -/obj/random/cash/huge, -/obj/random/cash/huge, -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/dungeon) -"cmz" = ( -/obj/machinery/door/window/survival_pod, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/cult) -"cnn" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/food/snacks/dip/guac, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"cnB" = ( -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/drinks/teapot{ - pixel_x = -5; - pixel_y = 1 - }, -/obj/item/weapon/reagent_containers/glass/rag{ - pixel_x = 7; - pixel_y = 2 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker, -/obj/item/weapon/reagent_containers/food/condiment/small/peppergrinder{ - pixel_y = 0; - pixel_x = 5 - }, -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"cnG" = ( -/obj/structure/table/marble, -/obj/machinery/cash_register, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"cou" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"coO" = ( -/obj/machinery/autolathe{ - hacked = 1; - name = "military autolathe" - }, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"cpq" = ( -/obj/structure/table/marble, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{ - pixel_x = -3 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{ - pixel_x = 3 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"cpv" = ( -/obj/structure/table/marble, -/obj/machinery/cash_register{ - dir = 1 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"cpx" = ( -/turf/simulated/floor/water/beach/corner{ - dir = 8; - temperature = 311 - }, -/area/vr/outdoors/powered) -"cpA" = ( -/mob/living/simple_mob/metroid, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"cpU" = ( -/obj/structure/table/glass, -/obj/item/weapon/storage/backpack/dufflebag/med, -/obj/item/device/flashlight/pen, -/obj/item/clothing/accessory/stethoscope, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"cpW" = ( -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/obj/machinery/door/blast/puzzle{ - id = "alienroompuzzlevr" - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/outdoors/powered) -"cpX" = ( -/turf/simulated/mineral/alt{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/cult) -"cqn" = ( -/turf/simulated/floor/carpet/turcarpet, -/area/vr/powered/mall/dorms) -"cqv" = ( -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/space/sciship) -"cqA" = ( -/obj/machinery/light/floortube/flicker{ - dir = 8; - pixel_x = 5 - }, -/turf/simulated/floor/wood, -/area/vr/powered/cult) -"cqH" = ( -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"cqU" = ( -/obj/mecha/combat/fighter/gunpod{ - dir = 8 - }, -/turf/space, -/area/vr/space) -"crd" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 6 - }, -/obj/item/weapon/reagent_containers/food/snacks/chickenmomo, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"crG" = ( -/obj/structure/flora/ausbushes/ppflowers, -/turf/simulated/floor/outdoors/grass{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"crI" = ( -/obj/structure/table/rack/shelf, -/obj/item/device/camera, -/obj/item/device/camera, -/obj/item/device/camera, -/turf/simulated/floor/wood, -/area/vr/powered/art) -"crL" = ( -/obj/effect/floor_decal/corner/lime/border, -/obj/effect/floor_decal/corner/lime/border{ - dir = 1 - }, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"csA" = ( -/obj/structure/bed/roller, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"csD" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/old_tile, -/area/vr/powered/mall) -"csG" = ( -/mob/living/simple_mob/vore/alienanimals/catslug/custom/spaceslug/deathslug, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"csK" = ( -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/space/whiteship) -"ctJ" = ( -/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) -"ctU" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/paper/pamphlet, -/turf/simulated/floor/wmarble, -/area/vr/powered/motel) -"cuJ" = ( -/obj/structure/flora/ausbushes/ywflowers, -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"cuS" = ( -/obj/structure/railing/grey{ - pixel_y = 0; - dir = 8 - }, -/obj/structure/railing/grey, -/obj/machinery/light/lamppost, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"cuW" = ( -/obj/machinery/sparker{ - id = "cutiemulcher"; - pixel_x = -22 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"cvQ" = ( -/turf/simulated/floor/plating, -/area/vr/powered/vendor) -"cws" = ( -/obj/item/weapon/coin/gold, -/obj/item/stack/material/gold, -/turf/simulated/floor/flock, -/area/vr/powered/rocks) -"cwz" = ( -/turf/simulated/floor/outdoors/sidewalk/slab{ - temperature = 293.15; - movement_cost = 0 - }, -/area/vr/outdoors/powered) -"cwE" = ( -/obj/machinery/vending/wardrobe/cargodrobe{ - req_access = null - }, -/turf/simulated/floor/tiled{ - outdoors = 1 - }, -/area/vr/powered/vendor) -"cwT" = ( -/obj/machinery/appliance/cooker/fryer, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4; - layer = 3 - }, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"cxq" = ( -/obj/structure/flora/rocks2, -/turf/simulated/floor/outdoors/sidewalk/slab{ - temperature = 293.15; - movement_cost = 0 - }, -/area/vr/outdoors/powered) -"cyE" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/turf/simulated/floor/tiled/freezer, -/area/vr/powered) -"cyU" = ( -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 4 - }, -/turf/simulated/shuttle/floor/darkred, -/area/vr/powered/armory) -"czN" = ( -/obj/structure/table/marble, -/obj/item/weapon/storage/box/glasses/square{ - pixel_y = 6; - pixel_x = 6 - }, -/obj/item/weapon/storage/box/glasses/square{ - pixel_y = -5; - pixel_x = 6 - }, -/obj/item/weapon/storage/box/glasses/square{ - pixel_y = 0; - pixel_x = 6 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"cAc" = ( -/obj/random/pottedplant, -/obj/structure/sign/poster/custom{ - pixel_y = 0; - dir = 1 - }, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"cAj" = ( -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/snacks/devilledegg, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"cAC" = ( -/obj/structure/railing/grey{ - dir = 1 - }, -/turf/simulated/floor/gorefloor2, -/area/vr/outdoors/powered/cult) -"cAO" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/vr/powered/dungeon) -"cBr" = ( -/obj/effect/decal/cleanable/dirt, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"cBu" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/flame/lighter{ - pixel_x = -6 - }, -/obj/random/cigarettes{ - pixel_y = 0; - pixel_x = 5 - }, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"cCO" = ( -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"cCT" = ( -/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, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/turf/simulated/floor/wmarble, -/area/vr/powered/motel) -"cDc" = ( -/obj/effect/decal/cleanable/greenglow, -/obj/random/humanoidremains, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"cDl" = ( -/obj/random/maintenance, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"cEi" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"cEJ" = ( -/obj/structure/table/marble, -/obj/machinery/cash_register, -/obj/effect/floor_decal/corner/red/diagonal, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"cFc" = ( -/obj/machinery/light/floortube, -/obj/machinery/recharger/wallcharger{ - pixel_y = 24 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"cFf" = ( -/obj/random/trash, -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/dungeon) -"cFn" = ( -/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/space/sciship) -"cFo" = ( -/obj/machinery/door/airlock/glass_centcom{ - name = "Port Cannons" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/space/sciship) -"cFT" = ( -/obj/effect/overlay/palmtree_l, -/turf/simulated/floor/beach/sand/desert{ - can_atmos_pass = 0; - outdoors = 1; - temperature = 311 - }, -/area/vr/outdoors/powered) -"cFW" = ( -/obj/effect/map_effect/perma_light/brighter{ - light_range = 10 - }, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"cFX" = ( -/obj/machinery/light/small, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"cGr" = ( -/obj/structure/table/glass, -/obj/item/weapon/reagent_containers/food/drinks/shaker, -/obj/item/weapon/reagent_containers/glass/rag, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall/vw) -"cGu" = ( -/obj/structure/easel, -/obj/item/canvas/twentythree_nineteen, -/turf/simulated/floor/wood, -/area/vr/powered/art) -"cGB" = ( -/obj/structure/bonfire, -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/mall) -"cHq" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/item/weapon/stool{ - color = "grey"; - dir = 1 - }, -/obj/structure/sign/poster/nanotrasen{ - dir = 8 - }, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"cHE" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/table/marble, -/obj/machinery/microwave{ - pixel_y = 5; - pixel_x = -4 - }, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall/dorms) -"cIa" = ( -/obj/structure/cult/pylon, -/obj/effect/floor_decal/spline/fancy{ - dir = 4 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"cIG" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#DDFFD3" - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"cIZ" = ( -/obj/structure/flora/ausbushes/palebush, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"cJn" = ( -/obj/structure/table/standard, -/obj/fruitspawner/watermelon, -/obj/fruitspawner/watermelon, -/obj/fruitspawner/watermelon, -/obj/fruitspawner/watermelon, -/obj/fruitspawner/watermelon, -/obj/fruitspawner/pumpkin, -/obj/fruitspawner/pumpkin, -/obj/fruitspawner/pumpkin, -/obj/fruitspawner/pumpkin, -/obj/fruitspawner/grapes, -/obj/fruitspawner/grapes, -/obj/fruitspawner/grapes, -/obj/fruitspawner/grapes, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered/mall) -"cJp" = ( -/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/rocks) -"cKr" = ( -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building1) -"cLi" = ( -/obj/structure/table/fancyblack, -/obj/item/weapon/reagent_containers/food/snacks/ribplate, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"cLE" = ( -/turf/simulated/shuttle/floor/darkred, -/area/vr/powered/armory) -"cLV" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/corner/green/border{ - dir = 4 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"cME" = ( -/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/rocks) -"cMI" = ( -/obj/effect/floor_decal/techfloor, -/turf/simulated/shuttle/floor/voidcraft/dark, -/area/vr/powered/cult) -"cMM" = ( -/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/rocks) -"cNf" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"cNn" = ( -/obj/machinery/light{ - dir = 8; - layer = 3 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"cNq" = ( -/obj/effect/floor_decal/industrial/warning, -/obj/effect/floor_decal/techfloor/orange{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/vr/powered/space/sciship) -"cOM" = ( -/obj/machinery/button/remote/blast_door{ - id = "vrsewers1"; - pixel_x = -22; - pixel_y = -7; - dir = 1 - }, -/obj/effect/floor_decal/rust, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"cPW" = ( -/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) -"cQq" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/space/whiteship) -"cQx" = ( -/obj/structure/bed/double, -/obj/item/weapon/bedsheet/hosdouble, -/turf/simulated/floor/carpet/purple, -/area/vr/powered/mall/dorms) -"cQR" = ( -/obj/effect/floor_decal/techfloor, -/obj/machinery/light/poi, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"cRo" = ( -/obj/structure/window/plastitanium/full, -/obj/structure/window/reinforced/survival_pod, -/obj/structure/grille/rustic{ - health = 25; - name = "reinforced grille" - }, -/obj/machinery/door/blast/regular/open{ - id = "stargazer_blast"; - name = "window blast shield" - }, -/turf/simulated/shuttle/plating, -/area/vr/powered/dungeon) -"cRO" = ( -/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/armory) -"cRS" = ( -/obj/machinery/door/airlock/sandstone{ - id_tag = "VRmall3" - }, -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall/dorms) -"cSy" = ( -/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) -"cTE" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/mall/dorms) -"cUn" = ( -/obj/item/toy/cat_toy, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"cUz" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/corner/green/bordercorner{ - dir = 8 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"cUG" = ( -/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/space/whiteship) -"cUS" = ( -/obj/structure/reagent_dispensers/fueltank/barrel/two, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"cUT" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/table/steel_reinforced, -/obj/machinery/door/window/westright{ - dir = 2 - }, -/obj/machinery/door/window/westleft{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"cUU" = ( -/obj/machinery/vending/snix, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"cVh" = ( -/obj/structure/fence/corner{ - dir = 10 - }, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"cVF" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"cWo" = ( -/obj/structure/table/rack/shelf/steel, -/obj/random/plushielarge, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall) -"cWw" = ( -/obj/structure/bed/double, -/obj/item/weapon/bedsheet/hosdouble, -/turf/simulated/floor/carpet, -/area/vr/powered/mall/dorms) -"cWG" = ( -/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/space/whiteship) -"cXr" = ( -/obj/effect/floor_decal/corner/paleblue{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"cXu" = ( -/obj/random/junk, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"cXQ" = ( -/obj/effect/floor_decal/techfloor/corner, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/sciship) -"cYc" = ( -/obj/effect/wingrille_spawn/reinforced, -/turf/simulated/floor/plating, -/area/vr/powered/constore) -"cYm" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/material/ashtray/glass, -/obj/item/trash/chipbasket{ - pixel_y = 5 - }, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"cZo" = ( -/obj/machinery/autolathe{ - hacked = 1; - name = "hacked autolathe" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"cZE" = ( -/obj/machinery/appliance/cooker/oven, -/obj/machinery/light{ - dir = 2; - nightshift_enabled = 1 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"cZN" = ( -/obj/effect/floor_decal/techfloor{ - dir = 10 - }, -/obj/structure/table/rack/shelf/steel, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"daE" = ( -/obj/item/weapon/stool/padded, -/turf/simulated/floor/carpet/green, -/area/vr/powered/mall/dorms) -"dcB" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/machinery/door/airlock/medical{ - req_one_access = null - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"dcK" = ( -/obj/structure/table/marble, -/obj/structure/window/basic, -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"dcZ" = ( -/obj/structure/table/steel_reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4; - health = 1e+006 - }, -/obj/machinery/door/window/westright{ - dir = 2 - }, -/obj/item/weapon/reagent_containers/food/snacks/cinnamonroll{ - pixel_y = -5; - pixel_x = 4 - }, -/obj/item/weapon/reagent_containers/food/snacks/cinnamonroll{ - pixel_y = 7; - pixel_x = 4 - }, -/obj/item/weapon/reagent_containers/food/snacks/cinnamonroll{ - pixel_y = 3; - pixel_x = 4 - }, -/obj/item/weapon/reagent_containers/food/snacks/cinnamonroll{ - pixel_y = -1; - pixel_x = 4 - }, -/obj/item/weapon/reagent_containers/food/snacks/cinnamonroll{ - pixel_y = 7; - pixel_x = -5 - }, -/obj/item/weapon/reagent_containers/food/snacks/cinnamonroll{ - pixel_y = -5; - pixel_x = -5 - }, -/obj/item/weapon/reagent_containers/food/snacks/cinnamonroll{ - pixel_y = -1; - pixel_x = -5 - }, -/obj/item/weapon/reagent_containers/food/snacks/cinnamonroll{ - pixel_y = 3; - pixel_x = -5 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"ddE" = ( -/obj/structure/table/rack/shelf, -/obj/item/weapon/reagent_containers/food/condiment/carton/flour, -/obj/item/weapon/reagent_containers/food/condiment/small/packet/coffee{ - pixel_x = 9; - pixel_y = 6 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/packet/coffee{ - pixel_x = 9; - pixel_y = -9 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/packet/coffee{ - pixel_x = 9; - pixel_y = -1 - }, -/turf/simulated/floor/plating, -/area/vr/powered/cafe) -"ddJ" = ( -/obj/structure/window/reinforced/survival_pod{ - dir = 8 - }, -/obj/structure/bed/chair/wood{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/vr/powered/space/whiteship) -"des" = ( -/obj/structure/reagent_dispensers/beerkeg, -/turf/simulated/floor/beach/sand/desert{ - can_atmos_pass = 0; - outdoors = 1; - temperature = 311 - }, -/area/vr/outdoors/powered) -"dev" = ( -/obj/machinery/sleep_console{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"deO" = ( -/obj/structure/salvageable/console_broken_os, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"deT" = ( -/obj/effect/catwalk_plated/dark, -/turf/simulated/floor/tiled/steel_dirty{ - color = "grey" - }, -/area/vr/powered/cult) -"dfJ" = ( -/turf/unsimulated/floor{ - dir = 1; - icon_state = "vault" - }, -/area/vr/powered/mall/backrooms) -"dfY" = ( -/obj/effect/floor_decal/corner/paleblue{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"dgD" = ( -/obj/structure/table/marble, -/obj/machinery/chemical_dispenser/bar_soft/full{ - pixel_y = -2; - dir = 1 - }, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall) -"dgT" = ( -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall/dorms) -"dha" = ( -/obj/item/toy/plushie/susred, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"dhv" = ( -/obj/structure/table/wooden_reinforced, -/obj/item/weapon/reagent_containers/food/drinks/soymilk, -/turf/simulated/floor/wood, -/area/vr/powered/dungeon) -"dhC" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 1 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"did" = ( -/turf/simulated/floor, -/area/vr/powered) -"dik" = ( -/obj/machinery/light/floortube{ - dir = 2 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"dis" = ( -/obj/effect/floor_decal/corner/lime/diagonal, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"diM" = ( -/turf/simulated/wall/titanium, -/turf/simulated/wall/titanium, -/area/vr/powered/dungeon) -"diT" = ( -/obj/structure/table/marble, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"djj" = ( -/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) -"djt" = ( -/obj/structure/window/basic{ - dir = 1 - }, -/obj/structure/table/rack/wood, -/obj/item/clothing/gloves/orange, -/obj/item/clothing/gloves/red{ - pixel_y = 5 - }, -/obj/item/clothing/gloves/green{ - pixel_y = -5 - }, -/obj/item/clothing/gloves/purple{ - pixel_y = 12 - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 4 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"djC" = ( -/obj/structure/flora/tree/jungle, -/obj/structure/flora/ausbushes/fullgrass, -/turf/unsimulated/wall, -/area/vr/outdoors/powered) -"djI" = ( -/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/rocks) -"dkh" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_x = -25; - pixel_y = 32 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/space/whiteship) -"dkq" = ( -/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/space/sciship) -"dkD" = ( -/obj/effect/floor_decal/spline/fancy/wood, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"dkY" = ( -/obj/structure/cliff/automatic{ - dir = 6 - }, -/turf/simulated/floor/weird_things/dark, -/area/vr/powered/mall/backrooms) -"dlu" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/obj/machinery/optable, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"dlz" = ( -/obj/structure/cliff/automatic{ - dir = 2 - }, -/turf/simulated/floor/weird_things/dark, -/area/vr/powered/mall/backrooms) -"dlP" = ( -/obj/structure/showcase/sign{ - name = "WARNING: OSHA VIOLATIONS"; - desc = "Don't Fall." - }, -/turf/simulated/floor/tiled/asteroid_steel{ - outdoors = 1; - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"dlT" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/machinery/power/shield_generator/charged{ - field_radius = 8; - initial_shield_modes = 2153; - target_radius = 8 - }, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/whiteship) -"dmD" = ( -/mob/living/simple_mob/construct/shade{ - ai_holder_type = null - }, -/turf/simulated/floor/tiled/steel_dirty{ - color = "grey" - }, -/area/vr/powered/cult) -"dni" = ( -/obj/structure/bed/chair/sofa/left/brown{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"dno" = ( -/obj/item/frame/apc, -/obj/machinery/light_switch{ - pixel_x = 11; - pixel_y = 22 - }, -/obj/random/junk, -/turf/simulated/floor, -/area/vr/powered) -"dnA" = ( -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"dnC" = ( -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"dnU" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/unsimulated/floor/tiled/techfloor, -/area/vr/powered/mall) -"dop" = ( -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/cult) -"doP" = ( -/obj/effect/floor_decal/corner/paleblue/border{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"dpb" = ( -/obj/structure/sink/kitchen{ - dir = 8; - pixel_y = 0; - pixel_x = -12 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"dpc" = ( -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/snacks/packaged/mochicake{ - pixel_y = 8; - pixel_x = 6 - }, -/obj/item/weapon/reagent_containers/food/snacks/packaged/mochicake{ - pixel_y = 8; - pixel_x = -7 - }, -/obj/item/weapon/reagent_containers/food/snacks/packaged/mochicake{ - pixel_y = 8; - pixel_x = -3 - }, -/obj/item/weapon/reagent_containers/food/snacks/packaged/mochicake{ - pixel_y = 8; - pixel_x = 2 - }, -/obj/item/weapon/storage/box/pocky{ - pixel_y = -4; - pixel_x = 3 - }, -/obj/item/weapon/storage/box/pocky{ - pixel_y = -4; - pixel_x = -9 - }, -/obj/item/weapon/storage/box/pocky{ - pixel_y = -4; - pixel_x = -5 - }, -/obj/item/weapon/storage/box/pocky{ - pixel_y = -4; - pixel_x = -1 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"drk" = ( -/obj/structure/closet/athletic_mixed, -/obj/item/clothing/shoes/sandal, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/powered) -"dry" = ( -/turf/unsimulated/wall/seperator, -/area/vr/space) -"dsj" = ( -/obj/structure/sink, -/turf/simulated/floor/wood, -/area/vr/powered) -"dsr" = ( -/turf/simulated/floor/wmarble, -/area/vr/outdoors/powered) -"dsz" = ( -/turf/simulated/floor/wood{ - outdoors = 1; - temperature = 311 - }, -/area/vr/outdoors/powered) -"dsS" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"duE" = ( -/obj/machinery/light/floortube/flicker{ - dir = 8; - pixel_x = 5 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"dvd" = ( -/obj/structure/low_wall/bay/white, -/turf/simulated/floor/outdoors/sidewalk/slab{ - movement_cost = 0; - temperature = 293.15 - }, -/area/vr/outdoors/powered/mall) -"dvk" = ( -/obj/structure/flora/ausbushes/pointybush, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"dwo" = ( -/obj/structure/sign/warning/caution{ - name = "TO THE SEWERS" - }, -/turf/simulated/wall/r_concrete, -/area/vr/powered/rocks) -"dwH" = ( -/turf/simulated/floor/carpet/blue, -/area/vr/powered/mall/dorms) -"dwP" = ( -/obj/effect/floor_decal/rust, -/mob/living/simple_mob/animal/giant_spider/lurker, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"dxe" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 31 - }, -/turf/simulated/floor/carpet/green, -/area/vr/powered/mall/dorms) -"dxk" = ( -/obj/effect/map_effect/perma_light{ - light_color = "#5e4d26"; - light_range = 6 - }, -/turf/simulated/floor/carpet, -/area/vr/powered/mall) -"dxl" = ( -/turf/simulated/floor/carpet/bcarpet, -/area/vr/powered) -"dxK" = ( -/obj/effect/floor_decal/spline/fancy{ - dir = 6 - }, -/turf/simulated/floor/cult{ - icon_state = "cult-narsie" - }, -/area/vr/powered/cult) -"dxS" = ( -/obj/structure/window/reinforced/survival_pod{ - dir = 8 - }, -/turf/unsimulated/wall/seperator, -/area/vr/powered/mall/backrooms) -"dxX" = ( -/obj/structure/table/fancyblack, -/obj/machinery/light{ - dir = 4; - pixel_y = 0 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"dyO" = ( -/obj/machinery/computer/operating{ - dir = 4 - }, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"dyU" = ( -/obj/structure/bed/chair/sofa/left/brown{ - dir = 8 - }, -/obj/structure/window/basic{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"dyZ" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/space/whiteship) -"dzW" = ( -/obj/machinery/suit_cycler/refit_only, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"dzY" = ( -/obj/machinery/light/small, -/turf/simulated/floor/carpet/bcarpet, -/area/vr/powered) -"dAt" = ( -/turf/simulated/floor/wmarble, -/area/vr/powered/motel) -"dAU" = ( -/obj/structure/railing{ - dir = 1 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"dAW" = ( -/obj/structure/prop/statue/pillar, -/obj/machinery/light/floortube{ - dir = 2 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"dBj" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/chemical_dispenser/bar_coffee/full{ - dir = 1 - }, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered/mall) -"dBI" = ( -/obj/structure/toilet/prison{ - dir = 4 - }, -/obj/item/robot_parts/head{ - pixel_y = -2; - pixel_x = -3 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"dBO" = ( -/obj/structure/dispenser/oxygen, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"dCt" = ( -/obj/structure/table/fancyblack, -/obj/item/weapon/reagent_containers/food/snacks/sliceable/pizza/crunch, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"dCv" = ( -/obj/structure/window/phoronreinforced, -/obj/structure/window/phoronreinforced{ - dir = 4 - }, -/turf/simulated/floor/redgrid/animated, -/area/vr/powered/cult) -"dCw" = ( -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = -34 - }, -/obj/machinery/space_heater, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"dCy" = ( -/obj/fiftyspawner/steel, -/obj/fiftyspawner/steel, -/obj/structure/table/darkglass, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"dCO" = ( -/obj/machinery/vending/wardrobe/chemdrobe{ - req_access = null - }, -/turf/simulated/floor/tiled{ - outdoors = 1 - }, -/area/vr/powered/vendor) -"dCS" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/machinery/button/remote/airlock{ - id = "VRmall2"; - name = "Bolt Control"; - pixel_x = 6; - specialfunctions = 4; - dir = 4; - pixel_y = 30 - }, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall/dorms) -"dCT" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"dDg" = ( -/obj/item/device/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = 21 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"dDT" = ( -/obj/machinery/light/floortube/flicker{ - pixel_y = 5 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"dDU" = ( -/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/space) -"dEe" = ( -/turf/simulated/wall/r_wall, -/area/vr/powered/nuke) -"dEk" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/tiled/red, -/area/vr/powered/mall/dorms) -"dEs" = ( -/obj/structure/bed/chair/oldsofa/left, -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered/cult) -"dED" = ( -/turf/simulated/floor/carpet/retro, -/area/vr/powered/mall/dorms) -"dEG" = ( -/obj/structure/flora/pottedplant/minitree, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"dFd" = ( -/obj/structure/table/hardwoodtable, -/obj/item/device/flashlight/lamp/green, -/turf/simulated/floor/carpet/sblucarpet, -/area/vr/powered/mall/dorms) -"dFF" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/table/marble, -/obj/machinery/microwave{ - pixel_y = 5; - pixel_x = -4 - }, -/turf/simulated/floor/tiled/old_cargo/purple, -/area/vr/powered/mall/dorms) -"dGC" = ( -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/obj/effect/floor_decal/techfloor, -/obj/machinery/door/airlock/alien{ - name = "Medical"; - req_one_access = null - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"dHh" = ( -/obj/machinery/chem_master/condimaster{ - name = "CondiMaster Neo"; - pixel_x = -5 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"dHj" = ( -/obj/structure/prop/machine/alien_tank/starts_broken, -/obj/effect/floor_decal/techfloor, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"dHm" = ( -/obj/machinery/door/blast/multi_tile/four_tile_hor_sec, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/cult) -"dHr" = ( -/obj/structure/table/marble, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"dHv" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 31 - }, -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered/mall/dorms) -"dHI" = ( -/turf/simulated/floor/carpet/sblucarpet, -/area/vr/powered/cult) -"dKF" = ( -/obj/effect/floor_decal/techfloor{ - dir = 9 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"dKN" = ( -/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/space/sciship) -"dLd" = ( -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/snacks/validsalad{ - pixel_y = 18 - }, -/obj/item/weapon/reagent_containers/food/snacks/validsalad{ - pixel_y = 13 - }, -/obj/item/weapon/reagent_containers/food/snacks/boiledrice{ - pixel_y = -4 - }, -/obj/item/weapon/reagent_containers/food/snacks/boiledrice{ - pixel_y = 4 - }, -/obj/item/weapon/reagent_containers/food/snacks/boiledrice{ - pixel_y = 0 - }, -/turf/simulated/floor/wood/alt, -/area/vr/powered/mall) -"dLo" = ( -/obj/structure/closet/l3closet/virology, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"dLz" = ( -/obj/structure/flora/tree/bigtree, -/turf/simulated/floor/outdoors/grass{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"dLC" = ( -/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) -"dLE" = ( -/obj/structure/cable{ - d1 = 1; - d2 = 8; - icon_state = "1-8" - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"dLK" = ( -/obj/structure/bed/chair/wood/wings{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered/cult) -"dLV" = ( -/obj/structure/cliff/automatic{ - dir = 2 - }, -/turf/simulated/floor/lava, -/area/vr/outdoors/powered/lava) -"dNs" = ( -/obj/structure/window/reinforced/survival_pod{ - opacity = 1 - }, -/obj/machinery/smartfridge/survival_pod{ - desc = "A mysterious machine which can fabricate many tools for acquiring test subjects."; - dir = 4; - icon = 'icons/obj/abductor_vr.dmi'; - icon_base = "dispenser_2way"; - icon_state = "dispenser_2way"; - name = "Implant-Co" - }, -/obj/effect/floor_decal/techfloor{ - dir = 10 - }, -/obj/item/weapon/implanter, -/obj/item/weapon/implanter, -/obj/item/weapon/implanter, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"dNS" = ( -/obj/structure/flora/ausbushes/fernybush, -/turf/simulated/floor/grass2{ - outdoors = 1; - temperature = 311 - }, -/area/vr/outdoors/powered) -"dOg" = ( -/obj/effect/floor_decal/techfloor, -/obj/machinery/light/floortube/flicker{ - pixel_y = 13 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"dOk" = ( -/obj/structure/table/fancyblack, -/obj/item/weapon/reagent_containers/food/snacks/lobstercooked, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"dOm" = ( -/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) -"dOT" = ( -/mob/living/simple_mob/vore/otie/cotie/chubby, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"dPB" = ( -/obj/structure/table/marble, -/obj/item/weapon/flame/candle/candelabra/everburn, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/powered) -"dQa" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/mineral/ignore_oregen, -/area/vr/powered/dungeon) -"dQr" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 10 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"dQv" = ( -/obj/structure/table/rack/shelf, -/obj/item/weapon/reagent_containers/chem_disp_cartridge/coffee, -/obj/item/weapon/reagent_containers/chem_disp_cartridge/coffee, -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"dQM" = ( -/obj/structure/table/marble, -/obj/machinery/reagentgrinder, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{ - pixel_x = -3 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{ - pixel_x = 3 - }, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered/mall) -"dRf" = ( -/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/rocks) -"dRk" = ( -/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/space/sciship) -"dRJ" = ( -/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) -"dRQ" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"dRS" = ( -/obj/structure/bed/alien, -/obj/structure/curtain/open/privacy, -/obj/item/weapon/bedsheet/medical, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"dRV" = ( -/turf/simulated/floor/outdoors/newdirt{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"dTj" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/blood, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"dTB" = ( -/obj/effect/floor_decal/spline/fancy/wood/corner{ - dir = 4 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"dTL" = ( -/obj/structure/salvageable/console, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"dTQ" = ( -/obj/effect/floor_decal/chapel{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_dirty{ - color = "grey" - }, -/area/vr/powered/cult) -"dUZ" = ( -/obj/effect/floor_decal/techfloor{ - dir = 4 - }, -/obj/machinery/light{ - dir = 8; - layer = 3 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"dVH" = ( -/obj/structure/table/fancyblack, -/obj/item/weapon/reagent_containers/food/snacks/reishicup, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"dWc" = ( -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall) -"dWG" = ( -/obj/structure/bed/double/padded, -/obj/item/weapon/bedsheet/mimedouble, -/turf/simulated/floor/carpet/blue, -/area/vr/powered/cult) -"dWI" = ( -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"dXs" = ( -/turf/simulated/floor/lava, -/area/vr/outdoors/powered/lava) -"dXG" = ( -/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) -"dXR" = ( -/obj/random/pottedplant, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"dXV" = ( -/obj/effect/simple_portal/linked{ - portal_id = 70; - name = "Fast Travel to City" - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"dXZ" = ( -/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) -"dYe" = ( -/turf/simulated/mineral/sif, -/area/vr/outdoors/powered/lava) -"dYf" = ( -/obj/structure/bed/chair/wood{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"dYF" = ( -/obj/machinery/light/poi{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"dYG" = ( -/obj/machinery/power/shield_generator/charged, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"dYY" = ( -/obj/structure/prop/rock/small/wateralt, -/turf/simulated/floor/water{ - temperature = 311; - outdoors = 0 - }, -/area/vr/outdoors/powered) -"dZm" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"dZp" = ( -/obj/structure/table/hardwoodtable, -/obj/item/weapon/reagent_containers/food/snacks/soydope{ - pixel_y = -10 - }, -/obj/item/weapon/reagent_containers/food/snacks/friedrice, -/obj/item/weapon/reagent_containers/food/snacks/friedrice{ - pixel_y = 6 - }, -/obj/item/weapon/reagent_containers/food/snacks/friedrice{ - pixel_y = 3 - }, -/obj/item/weapon/reagent_containers/food/snacks/eggroll{ - pixel_y = 7; - pixel_x = -10 - }, -/obj/item/weapon/reagent_containers/food/snacks/eggroll{ - pixel_y = 7 - }, -/obj/item/weapon/reagent_containers/food/snacks/eggroll{ - pixel_y = 7; - pixel_x = 4 - }, -/obj/item/weapon/reagent_containers/food/snacks/eggroll{ - pixel_y = 7; - pixel_x = 8 - }, -/obj/item/weapon/reagent_containers/food/snacks/eggroll{ - pixel_y = 7; - pixel_x = -5 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"dZv" = ( -/obj/structure/flora/ausbushes/brflowers, -/turf/simulated/floor/outdoors/grass{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/mall) -"ead" = ( -/obj/structure/flora/pottedplant/fern, -/turf/simulated/floor/wood, -/area/vr/powered/art) -"eas" = ( -/turf/simulated/floor/wood, -/area/vr/powered/space/whiteship) -"eaZ" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/space/whiteship) -"ebE" = ( -/turf/simulated/floor/reinforced, -/area/vr/powered/bluebase) -"ebH" = ( -/obj/structure/railing{ - dir = 8 - }, -/turf/simulated/floor/water/deep{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"ebN" = ( -/obj/effect/wingrille_spawn/reinforced, -/turf/simulated/floor/plating, -/area/vr/powered/mall) -"eck" = ( -/obj/structure/prop/machine/alien_tank, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"ecp" = ( -/obj/machinery/power/thermoregulator, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"ecq" = ( -/obj/machinery/light/small{ - dir = 4; - pixel_y = 0 - }, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"edX" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/red, -/turf/simulated/floor/carpet/blue, -/area/vr/powered/motel) -"eeo" = ( -/obj/machinery/gateway/brass{ - dir = 5 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"efe" = ( -/obj/structure/bed/psych, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"efo" = ( -/obj/structure/railing/grey, -/obj/structure/railing/grey{ - pixel_y = 0; - dir = 4 - }, -/obj/structure/prop/statue/pillar, -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/outdoors/powered) -"efp" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall) -"efS" = ( -/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/cult) -"efX" = ( -/obj/effect/floor_decal/corner/lime/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/lime/bordercorner, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"egD" = ( -/obj/structure/reagent_dispensers/fueltank/high, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"egK" = ( -/obj/effect/floor_decal/techfloor, -/turf/simulated/floor/tiled/steel_dirty{ - color = "grey" - }, -/area/vr/powered/cult) -"egZ" = ( -/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) -"ehh" = ( -/obj/structure/mirror{ - pixel_x = 28 - }, -/obj/structure/bed/chair{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"ehv" = ( -/obj/structure/table/wooden_reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/random/toy, -/obj/random/toy{ - pixel_y = -9 - }, -/obj/random/toy{ - pixel_y = -3 - }, -/obj/random/toy{ - pixel_y = -6 - }, -/obj/random/plushie{ - pixel_y = -2 - }, -/obj/machinery/light{ - dir = 4; - layer = 3 - }, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall) -"ehz" = ( -/obj/machinery/button/windowtint{ - id = "vrmalltint3"; - pixel_x = -22 - }, -/turf/simulated/floor/carpet/retro, -/area/vr/powered/mall/dorms) -"ehT" = ( -/obj/structure/table/alien/blue, -/obj/item/weapon/reagent_containers/spray/cleaner{ - desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; - name = "Surgery Cleaner"; - pixel_x = 2; - pixel_y = 2 - }, -/obj/structure/window/reinforced/survival_pod{ - opacity = 1 - }, -/obj/item/device/defib_kit/compact/combat/loaded, -/obj/item/device/defib_kit/compact/combat/loaded, -/obj/item/weapon/reagent_containers/spray/cleaner{ - desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; - name = "Surgery Cleaner"; - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/weapon/reagent_containers/spray/cleaner{ - desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; - name = "Surgery Cleaner"; - pixel_x = 2; - pixel_y = 2 - }, -/obj/effect/floor_decal/techfloor, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"eif" = ( -/obj/structure/bed/double, -/obj/item/weapon/bedsheet/hosdouble, -/turf/simulated/floor/carpet/sblucarpet, -/area/vr/powered/mall/dorms) -"ein" = ( -/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/space/mechfactory) -"eis" = ( -/obj/machinery/door/firedoor/border_only, -/obj/structure/grille, -/obj/structure/window/reinforced/polarized/full{ - id = "vrmalltint4" - }, -/obj/structure/window/reinforced/polarized{ - dir = 2; - id = "vrmalltint4" - }, -/turf/simulated/floor/plating, -/area/vr/powered/mall/dorms) -"eiL" = ( -/obj/effect/floor_decal/techfloor, -/obj/structure/cult/pylon, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"ejf" = ( -/obj/effect/step_trigger/teleporter/bridge/south_to_north, -/turf/simulated/floor/water{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"ela" = ( -/obj/machinery/light{ - layer = 3 - }, -/obj/structure/table/rack/shelf, -/obj/item/weapon/gun/projectile/serdy_pistols/glock71, -/obj/item/weapon/gun/projectile/serdy_pistols/glock71, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"elg" = ( -/turf/simulated/floor/outdoors/dirt{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"elr" = ( -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"elQ" = ( -/obj/machinery/recharger/wallcharger{ - pixel_y = 24 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"emM" = ( -/obj/machinery/light/small{ - dir = 4; - pixel_y = 0 - }, -/obj/structure/bed/chair/bay/comfy/black{ - dir = 1 - }, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/dungeon) -"enc" = ( -/obj/structure/table/glass, -/obj/item/weapon/storage/firstaid/regular, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"enf" = ( -/obj/structure/closet, -/obj/item/weapon/reagent_containers/food/snacks/carpmeat/fish, -/obj/item/weapon/reagent_containers/food/snacks/carpmeat/fish, -/obj/item/weapon/reagent_containers/food/snacks/carpmeat/fish, -/obj/item/weapon/reagent_containers/food/snacks/carpmeat/fish, -/obj/item/weapon/reagent_containers/food/snacks/carpmeat/fish, -/obj/item/weapon/reagent_containers/food/snacks/carpmeat/fish, -/obj/item/weapon/reagent_containers/food/snacks/carpmeat/fish, -/obj/item/weapon/reagent_containers/food/snacks/carpmeat/fish, -/obj/item/weapon/reagent_containers/food/snacks/carpmeat/fish, -/obj/item/weapon/reagent_containers/food/snacks/carpmeat/fish, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"eng" = ( -/obj/structure/bed/chair/office/light{ - dir = 8 - }, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"enA" = ( -/turf/simulated/floor/water/deep{ - outdoors = 0; - temperature = 311 - }, -/area/vr/powered/rocks) -"eoA" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/vending/sol, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"eoB" = ( -/obj/effect/zone_divider, -/turf/unsimulated/wall, -/area/vr/powered/cult) -"eoC" = ( -/obj/structure/bed/chair/bay/shuttle{ - dir = 8 - }, -/obj/structure/closet/walllocker/medical/east, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/sciship) -"epd" = ( -/turf/simulated/wall/wood, -/area/vr/powered/mall/dorms) -"epk" = ( -/obj/structure/table/marble{ - pixel_y = 0 - }, -/obj/machinery/microwave{ - pixel_y = 10 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"epB" = ( -/obj/structure/flora/pottedplant/minitree, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"epM" = ( -/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/space/whiteship) -"eql" = ( -/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/cult) -"eqw" = ( -/obj/structure/table/alien/blue, -/obj/item/weapon/reagent_containers/glass/beaker/bluespace, -/obj/item/weapon/reagent_containers/glass/beaker/bluespace{ - pixel_x = -7 - }, -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/dungeon) -"eqP" = ( -/obj/structure/bed/chair/office/dark, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/space/whiteship) -"erz" = ( -/obj/structure/table/bench/wooden, -/obj/item/weapon/pen/blade/blue, -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered/mall/dorms) -"erY" = ( -/obj/structure/table/hardwoodtable, -/obj/item/device/flashlight/lamp/green, -/turf/simulated/floor/carpet/retro, -/area/vr/powered/mall/dorms) -"esR" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/effect/floor_decal/corner/black/diagonal, -/obj/item/weapon/storage/fancy/egg_box, -/obj/item/weapon/storage/fancy/egg_box, -/turf/simulated/floor/tiled/red, -/area/vr/powered/mall/dorms) -"esS" = ( -/obj/structure/window/phoronreinforced, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/cult) -"etm" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"etN" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/closet/secure_closet/freezer/kitchen{ - locked = 0 - }, -/obj/structure/window/reinforced/tinted{ - dir = 4 - }, -/obj/structure/curtain, -/turf/simulated/floor/tiled/old_cargo, -/area/vr/powered/mall/dorms) -"eux" = ( -/obj/effect/floor_decal/techfloor, -/turf/simulated/floor/cult{ - icon_state = "cult-narsie" - }, -/area/vr/powered/cult) -"euU" = ( -/obj/effect/map_effect/perma_light/brighter{ - light_range = 10 - }, -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall) -"evr" = ( -/obj/structure/table/woodentable, -/obj/machinery/reagentgrinder, -/obj/item/weapon/spacecash/c1000, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"evx" = ( -/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) -"evY" = ( -/obj/structure/railing, -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/lava) -"ewx" = ( -/obj/machinery/door/firedoor/border_only, -/obj/structure/grille, -/obj/structure/window/reinforced/polarized/full{ - id = "vrmalltint2" - }, -/obj/structure/window/reinforced/polarized{ - dir = 2; - id = "vrmalltint2" - }, -/turf/simulated/floor/plating, -/area/vr/powered/mall/dorms) -"exd" = ( -/obj/structure/salvageable/slotmachine2, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"exe" = ( -/obj/machinery/light/poi, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"exN" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 1 - }, -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered) -"eyI" = ( -/obj/item/weapon/miscdisc, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"ezi" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/structure/disposaloutlet{ - dir = 1 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"ezz" = ( -/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/space/whiteship) -"eAb" = ( -/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) -"eAf" = ( -/obj/machinery/vending/wardrobe/engidrobe{ - req_access = null - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"eAn" = ( -/mob/living/simple_mob/construct/harvester{ - dir = 8; - ai_holder_type = null - }, -/turf/simulated/floor/redgrid/off, -/area/vr/powered/cult) -"eAA" = ( -/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/cult) -"eAB" = ( -/turf/simulated/floor/gorefloor2, -/area/vr/outdoors/powered/cult) -"eAM" = ( -/obj/structure/table/rack/shelf/steel, -/obj/random/maintenance/cargo, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"eBg" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 8 - }, -/obj/structure/table/wooden_reinforced, -/turf/simulated/floor/wood, -/area/vr/powered) -"eCs" = ( -/turf/simulated/floor/water/pool{ - temperature = 293.15; - outdoors = 1 - }, -/area/vr/outdoors/powered) -"eCJ" = ( -/obj/structure/ledge{ - dir = 4 - }, -/turf/simulated/floor/outdoors/dirt{ - temperature = 293.15; - outdoors = 0 - }, -/area/vr/powered/dungeon) -"eCT" = ( -/obj/effect/floor_decal/corner/paleblue/full{ - dir = 2 - }, -/obj/structure/table/standard, -/obj/item/weapon/cell/high{ - charge = 100; - maxcharge = 15000 - }, -/obj/item/weapon/melee/baton/cattleprod, -/obj/machinery/recharger, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"eCY" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/structure/table/woodentable, -/obj/item/weapon/spacecash/c1, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"eDm" = ( -/obj/effect/floor_decal/spline/fancy{ - dir = 1 - }, -/obj/effect/floor_decal/spline/fancy, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/cult) -"eDo" = ( -/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/space/sciship) -"eEd" = ( -/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/material) -"eEr" = ( -/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/cult) -"eFl" = ( -/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/rocks) -"eFB" = ( -/obj/structure/table/standard, -/obj/item/weapon/paper_bin{ - color = "#8f7338" - }, -/turf/simulated/floor/tiled/old_tile, -/area/vr/powered/mall) -"eFH" = ( -/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) -"eFU" = ( -/obj/machinery/light{ - dir = 1; - layer = 3 - }, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"eGo" = ( -/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/conspawn) -"eGt" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/powered/constore) -"eGI" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 6 - }, -/turf/unsimulated/floor/tiled/techfloor, -/area/vr/powered/mall) -"eHc" = ( -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = -4; - pixel_y = 8 - }, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = 8; - pixel_y = -4 - }, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = -4; - pixel_y = -4 - }, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = 8 - }, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = -4 - }, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = 8; - pixel_y = 12 - }, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = -4; - pixel_y = 12 - }, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"eHR" = ( -/obj/machinery/light{ - layer = 3 - }, -/turf/simulated/floor/reinforced, -/area/vr/powered/redbase) -"eHU" = ( -/obj/machinery/vending/dinnerware{ - dir = 8; - pixel_x = 4 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"eIg" = ( -/mob/living/simple_mob/humanoid/merc/ranged/sniper{ - special_attack_max_range = 15; - ai_holder_type = /datum/ai_holder/simple_mob/merc/eclipse/ranged/sniper - }, -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/dungeon) -"eIt" = ( -/obj/structure/table/rack/shelf/steel, -/obj/machinery/door/window/southright{ - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/weapon/reagent_containers/food/snacks/sliceable/bread{ - pixel_y = -10 - }, -/obj/item/weapon/reagent_containers/food/snacks/sliceable/bread{ - pixel_y = -6 - }, -/obj/item/weapon/reagent_containers/food/snacks/baguette{ - pixel_y = 2 - }, -/obj/item/weapon/reagent_containers/food/snacks/baguette{ - pixel_y = 9 - }, -/obj/item/weapon/reagent_containers/food/snacks/baguette{ - pixel_y = 5 - }, -/obj/effect/floor_decal/corner/lime/border{ - dir = 4 - }, -/obj/effect/floor_decal/corner/lime/border{ - dir = 8 - }, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"eIW" = ( -/obj/structure/easel, -/obj/item/canvas/twentyfour_twentyfour, -/turf/simulated/floor/wood, -/area/vr/powered/art) -"eJn" = ( -/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/space/whiteship) -"eJA" = ( -/obj/structure/flora/ausbushes/sunnybush, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"eJN" = ( -/obj/structure/dispenser{ - phorontanks = 0 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"eJO" = ( -/obj/structure/table/wooden_reinforced, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall) -"eKF" = ( -/obj/structure/bed/chair/sofa/brown{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"eLS" = ( -/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/space/whiteship) -"eMF" = ( -/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/space/whiteship) -"eMM" = ( -/obj/structure/table/fancyblack, -/obj/item/weapon/reagent_containers/food/snacks/scorpion_cooked, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"eMN" = ( -/obj/structure/cliff/automatic{ - dir = 8 - }, -/turf/simulated/floor/weird_things/dark, -/area/vr/powered/mall/backrooms) -"eMR" = ( -/turf/simulated/floor/wood/alt, -/area/vr/powered/mall) -"eMV" = ( -/obj/structure/simple_door/wood, -/obj/effect/floor_decal/rust, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"eNj" = ( -/obj/structure/table/woodentable, -/turf/simulated/floor/wmarble, -/area/vr/powered/motel) -"eNG" = ( -/turf/simulated/shuttle/floor/black, -/area/vr/powered/dungeon) -"eOj" = ( -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/dungeon) -"ePj" = ( -/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/armory) -"ePx" = ( -/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/conspawn) -"ePC" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall/dorms) -"eQe" = ( -/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/rocks) -"eQj" = ( -/obj/item/weapon/stool/padded{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"eRb" = ( -/obj/structure/table/standard, -/obj/fruitspawner/orange, -/obj/fruitspawner/orange, -/obj/fruitspawner/orange, -/obj/fruitspawner/orange, -/obj/fruitspawner/orange, -/obj/fruitspawner/pineapple, -/obj/fruitspawner/pineapple, -/obj/fruitspawner/pineapple, -/obj/fruitspawner/pineapple, -/obj/fruitspawner/lime, -/obj/fruitspawner/lime, -/obj/fruitspawner/lime, -/obj/fruitspawner/lime, -/obj/fruitspawner/apple, -/obj/fruitspawner/apple, -/obj/fruitspawner/apple, -/obj/fruitspawner/apple, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered/mall) -"eRl" = ( -/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/rocks) -"eRP" = ( -/obj/structure/railing/grey{ - pixel_y = 0; - dir = 4 - }, -/obj/structure/prop/statue/pillar, -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/outdoors/powered) -"eSd" = ( -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"eSS" = ( -/obj/screen/alert/highpressure, -/turf/space, -/area/vr/space) -"eTl" = ( -/obj/structure/bed/chair/sofa/right/brown{ - pixel_y = 0; - dir = 1 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/motel) -"eTA" = ( -/turf/simulated/floor/water/deep{ - outdoors = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"eTS" = ( -/obj/machinery/button/mob_spawner_button{ - pixel_x = -10; - pixel_y = 0 - }, -/turf/simulated/shuttle/wall/voidcraft/survival/hard_corner, -/area/vr/powered/building2) -"eUa" = ( -/obj/effect/floor_decal/rust, -/obj/structure/simple_door/wood, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"eUp" = ( -/obj/structure/flora/tree/jungle, -/turf/unsimulated/wall, -/area/vr/outdoors/powered) -"eUL" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/disposaloutlet, -/obj/effect/floor_decal/corner/green/border{ - dir = 9 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"eUO" = ( -/obj/structure/table/darkglass, -/obj/item/weapon/storage/firstaid/surgery, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"eVV" = ( -/obj/structure/table/marble{ - color = "grey" - }, -/obj/item/weapon/reagent_containers/food/snacks/devilledegg, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"eWz" = ( -/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/space/sciship) -"eWF" = ( -/obj/structure/table/marble, -/obj/machinery/microwave{ - pixel_y = 0; - pixel_x = 3 - }, -/obj/effect/floor_decal/corner/lime/border{ - dir = 4 - }, -/obj/effect/floor_decal/corner/lime/border{ - dir = 8 - }, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"eXx" = ( -/turf/simulated/wall/r_wall, -/area/vr/powered/bar) -"eXS" = ( -/obj/effect/floor_decal/rust, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"eYm" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/reagent_dispensers/watertank/high, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"eYN" = ( -/obj/structure/sign/science{ - pixel_y = -32 - }, -/turf/space, -/area/vr/space) -"eZe" = ( -/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/space/sciship) -"eZl" = ( -/obj/structure/table/bench/marble, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"faC" = ( -/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/cult) -"faF" = ( -/obj/structure/table/marble, -/obj/item/weapon/material/sharpeningkit, -/obj/item/weapon/reagent_containers/dropper, -/turf/simulated/floor/tiled/white, -/area/vr/powered) -"faS" = ( -/obj/structure/prop/rock/water, -/turf/simulated/floor/water{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"fbH" = ( -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/obj/machinery/door/airlock/glass_medical{ - req_one_access = null - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"fca" = ( -/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/space/whiteship) -"fcd" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"fcS" = ( -/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/armory) -"fcZ" = ( -/obj/structure/fence/corner{ - dir = 4 - }, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"fdf" = ( -/obj/structure/bed/chair/sofa/right/brown{ - dir = 8 - }, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"fdW" = ( -/obj/structure/sign/coffee_shop_library, -/turf/simulated/wall/wood, -/area/vr/powered/mall) -"fek" = ( -/obj/machinery/button/remote/airlock{ - id = "VR3"; - name = "Bolt Control"; - pixel_x = 30; - specialfunctions = 4 - }, -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered) -"fer" = ( -/obj/structure/railing{ - dir = 4 - }, -/turf/simulated/floor/water/deep{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"feM" = ( -/obj/structure/table/woodentable, -/obj/item/ammo_magazine/ammo_box/b12g/beanbag, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"feN" = ( -/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/cult) -"ffe" = ( -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/obj/structure/salvageable/console_broken_os, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/space/sciship) -"ffA" = ( -/obj/structure/bed/double/padded, -/obj/item/weapon/bedsheet/hosdouble, -/turf/simulated/floor/carpet/bcarpet, -/area/vr/powered) -"ffD" = ( -/obj/structure/bed/chair/sofa/right/brown{ - dir = 8 - }, -/turf/simulated/floor/outdoors/sidewalk/slab{ - movement_cost = 0; - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/mall) -"ffL" = ( -/obj/machinery/vending/loadout/overwear{ - prices = list(/obj/item/clothing/suit/storage/apron=0,/obj/item/clothing/suit/storage/flannel/aqua=0,/obj/item/clothing/suit/storage/toggle/bomber=0,/obj/item/clothing/suit/storage/bomber/alt=0,/obj/item/clothing/suit/storage/flannel/brown=0,/obj/item/clothing/suit/storage/toggle/cardigan=0,/obj/item/clothing/accessory/poncho/roles/cloak/custom=0,/obj/item/clothing/suit/storage/duster=0,/obj/item/clothing/suit/storage/toggle/denim_jacket=0,/obj/item/clothing/suit/storage/toggle/denim_jacket/nanotrasen=0,/obj/item/clothing/suit/storage/toggle/denim_jacket/sleeveless=0,/obj/item/clothing/suit/storage/toggle/denim_jacket/nanotrasen/sleeveless=0,/obj/item/clothing/suit/storage/fluff/gntop=0,/obj/item/clothing/suit/greatcoat=0,/obj/item/clothing/suit/storage/flannel=0,/obj/item/clothing/suit/storage/greyjacket=0,/obj/item/clothing/suit/storage/hazardvest=0,/obj/item/clothing/suit/storage/toggle/hoodie/black=0,/obj/item/clothing/suit/storage/toggle/hoodie/red=0,/obj/item/clothing/suit/storage/toggle/hoodie/blue=0,/obj/item/clothing/suit/storage/toggle/hoodie/green=0,/obj/item/clothing/suit/storage/toggle/hoodie/orange=0,/obj/item/clothing/suit/storage/toggle/hoodie/yellow=0,/obj/item/clothing/suit/storage/toggle/hoodie/cti=0,/obj/item/clothing/suit/storage/toggle/hoodie/mu=0,/obj/item/clothing/suit/storage/toggle/hoodie/nt=0,/obj/item/clothing/suit/storage/toggle/hoodie/smw=0,/obj/item/clothing/suit/storage/toggle/hoodie/nrti=0,/obj/item/clothing/suit/storage/fluff/jacket/field=0,/obj/item/clothing/suit/storage/fluff/jacket/air_cavalry=0,/obj/item/clothing/suit/storage/fluff/jacket/air_force=0,/obj/item/clothing/suit/storage/fluff/jacket/navy=0,/obj/item/clothing/suit/storage/fluff/jacket/special_forces=0,/obj/item/clothing/suit/kamishimo=0,/obj/item/clothing/suit/kimono=0,/obj/item/clothing/suit/storage/toggle/labcoat=0,/obj/item/clothing/suit/storage/toggle/labcoat/blue=0,/obj/item/clothing/suit/storage/toggle/labcoat/blue_edge=0,/obj/item/clothing/suit/storage/toggle/labcoat/green=0,/obj/item/clothing/suit/storage/toggle/labcoat/orange=0,/obj/item/clothing/suit/storage/toggle/labcoat/pink=0,/obj/item/clothing/suit/storage/toggle/labcoat/red=0,/obj/item/clothing/suit/storage/toggle/labcoat/yellow=0,/obj/item/clothing/suit/storage/toggle/labcoat/old=0,/obj/item/clothing/suit/leathercoat=0,/obj/item/clothing/suit/storage/toggle/leather_jacket=0,/obj/item/clothing/suit/storage/leather_jacket_alt=0,/obj/item/clothing/suit/storage/toggle/brown_jacket=0,/obj/item/clothing/suit/storage/toggle/leather_jacket/nanotrasen=0,/obj/item/clothing/suit/storage/toggle/brown_jacket/nanotrasen=0,/obj/item/clothing/suit/storage/toggle/leather_jacket/sleeveless=0,/obj/item/clothing/suit/storage/toggle/brown_jacket/sleeveless=0,/obj/item/clothing/suit/storage/toggle/leather_jacket/nanotrasen/sleeveless=0,/obj/item/clothing/suit/storage/toggle/brown_jacket/nanotrasen/sleeveless=0,/obj/item/clothing/suit/storage/miljacket=0,/obj/item/clothing/suit/storage/miljacket/alt=0,/obj/item/clothing/suit/storage/miljacket/green=0,/obj/item/clothing/suit/storage/apron/overalls=0,/obj/item/clothing/suit/storage/toggle/peacoat=0,/obj/item/clothing/accessory/poncho=0,/obj/item/clothing/accessory/poncho/green=0,/obj/item/clothing/accessory/poncho/red=0,/obj/item/clothing/accessory/poncho/purple=0,/obj/item/clothing/accessory/poncho/blue=0,/obj/item/clothing/suit/jacket/puffer=0,/obj/item/clothing/suit/jacket/puffer/vest=0,/obj/item/clothing/suit/storage/flannel/red=0,/obj/item/clothing/suit/unathi/robe=0,/obj/item/clothing/suit/storage/toggle/internalaffairs=0,/obj/item/clothing/suit/storage/toggle/lawyer/bluejacket=0,/obj/item/clothing/suit/storage/toggle/lawyer/purpjacket=0,/obj/item/clothing/suit/suspenders=0,/obj/item/clothing/suit/storage/toggle/track=0,/obj/item/clothing/suit/storage/toggle/track/blue=0,/obj/item/clothing/suit/storage/toggle/track/green=0,/obj/item/clothing/suit/storage/toggle/track/red=0,/obj/item/clothing/suit/storage/toggle/track/white=0,/obj/item/clothing/suit/storage/trench=0,/obj/item/clothing/suit/storage/trench/grey=0,/obj/item/clothing/suit/varsity=0,/obj/item/clothing/suit/varsity/red=0,/obj/item/clothing/suit/varsity/purple=0,/obj/item/clothing/suit/varsity/green=0,/obj/item/clothing/suit/varsity/blue=0,/obj/item/clothing/suit/varsity/brown=0,/obj/item/clothing/suit/storage/hooded/wintercoat=0,/obj/item/clothing/suit/storage/hooded/wintercoat/aformal=0,/obj/item/clothing/suit/storage/teshari/cloak/standard/white_grey=0,/obj/item/clothing/suit/storage/puffyred=0,/obj/item/clothing/suit/storage/puffypurple=0,/obj/item/clothing/suit/storage/puffyblue=0) - }, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"ffM" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/glass/beaker/measuring_cup{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/item/weapon/reagent_containers/dropper{ - pixel_x = -4; - pixel_y = 5 - }, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall/dorms) -"ffN" = ( -/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) -"ffS" = ( -/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/armory) -"fgo" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/simple_door/wood, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"fgP" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/storage/box/wormcan, -/obj/item/weapon/storage/box/wormcan{ - pixel_y = 0; - pixel_x = 5 - }, -/obj/item/weapon/storage/box/wormcan/deluxe{ - pixel_y = -1; - pixel_x = -6 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"fij" = ( -/mob/living/simple_mob/vore/aggressive/rat, -/turf/simulated/floor/water/indoors{ - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"fim" = ( -/obj/structure/bed/chair/sofa/right/beige{ - dir = 4 - }, -/obj/machinery/light/floortube{ - dir = 4 - }, -/turf/simulated/floor/carpet/blue, -/area/vr/powered/mall/dorms) -"fiJ" = ( -/turf/simulated/floor/water/beach{ - dir = 8; - temperature = 311; - outdoors = 0 - }, -/area/vr/powered/rocks) -"fiL" = ( -/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/cult) -"fjD" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/obj/item/weapon/reagent_containers/glass/bucket, -/turf/simulated/floor/beach/sand/desert, -/area/vr/outdoors/powered/mall) -"fjR" = ( -/obj/structure/prop/rock/round, -/turf/simulated/floor/outdoors/dirt{ - temperature = 311; - outdoors = 0 - }, -/area/vr/powered/rocks) -"fjW" = ( -/obj/effect/map_effect/portal/line/side_a{ - dir = 4 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/powered/rocks) -"fki" = ( -/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/space/sciship) -"fkQ" = ( -/obj/effect/floor_decal/carpet{ - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/vr/powered/art) -"fkZ" = ( -/obj/structure/frame, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"flu" = ( -/obj/structure/bed/chair/wood{ - dir = 1 - }, -/obj/machinery/button/windowtint{ - id = "h-kitchen"; - pixel_y = -29 - }, -/turf/simulated/floor/wood, -/area/vr/powered) -"flS" = ( -/turf/space, -/turf/simulated/floor/beach/sand/desert{ - can_atmos_pass = 0; - outdoors = 1; - temperature = 311 - }, -/area/vr/outdoors/powered) -"fmm" = ( -/obj/machinery/sleep_console{ - dir = 4 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/space/whiteship) -"fmo" = ( -/obj/random/cash/huge, -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/dungeon) -"fmB" = ( -/obj/machinery/door/firedoor/border_only, -/obj/structure/grille, -/obj/structure/window/reinforced/polarized/full{ - id = "vrmalltint5" - }, -/obj/structure/window/reinforced/polarized{ - dir = 2; - id = "vrmalltint5" - }, -/turf/simulated/floor/plating, -/area/vr/powered/mall/dorms) -"fnC" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/table/marble, -/obj/item/weapon/material/knife/butch, -/obj/item/weapon/material/kitchen/rollingpin, -/obj/item/weapon/reagent_containers/food/condiment/enzyme, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"fof" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/reagent_containers/food/snacks/chips{ - pixel_y = 7; - pixel_x = 9 - }, -/obj/item/weapon/reagent_containers/food/snacks/chips{ - pixel_y = 2; - pixel_x = 2 - }, -/obj/item/weapon/reagent_containers/food/snacks/chips{ - pixel_y = 2; - pixel_x = -7 - }, -/obj/item/weapon/reagent_containers/food/snacks/chips{ - pixel_y = 2; - pixel_x = 9 - }, -/obj/item/weapon/reagent_containers/food/snacks/chips{ - pixel_y = 7; - pixel_x = -7 - }, -/obj/item/weapon/reagent_containers/food/snacks/chips{ - pixel_y = 7; - pixel_x = 1 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"foh" = ( -/obj/structure/table/alien/blue, -/obj/item/weapon/surgical/hemostat/alien, -/obj/item/weapon/surgical/cautery/alien{ - pixel_y = -6 - }, -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"fow" = ( -/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, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/turf/simulated/floor/wmarble, -/area/vr/powered/motel) -"fpE" = ( -/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/space/sciship) -"fqb" = ( -/turf/simulated/floor/beach/sand/desert{ - can_atmos_pass = 0; - outdoors = 1; - temperature = 311 - }, -/area/vr/outdoors/powered) -"fqC" = ( -/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/conspawn) -"frc" = ( -/obj/structure/bed/chair/sofa/left/brown{ - dir = 4 - }, -/obj/structure/sign/poster/custom{ - pixel_y = 0; - dir = 1 - }, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"frp" = ( -/obj/effect/catwalk_plated/white, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/space, -/area/vr/space) -"frW" = ( -/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 - }, -/obj/item/device/defib_kit/loaded, -/obj/item/device/defib_kit/jumper_kit/loaded, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"fsD" = ( -/obj/structure/table/fancyblack, -/obj/item/weapon/reagent_containers/food/snacks/rofflewaffles, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"fsH" = ( -/obj/structure/closet, -/obj/item/weapon/reagent_containers/food/condiment/soysauce, -/obj/item/weapon/reagent_containers/food/condiment/soysauce, -/obj/item/weapon/reagent_containers/food/condiment/soysauce, -/obj/item/weapon/reagent_containers/food/condiment/soysauce, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"fsL" = ( -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/condiment/enzyme, -/obj/item/weapon/reagent_containers/glass/beaker, -/turf/simulated/floor/wood/alt, -/area/vr/powered/mall) -"fsZ" = ( -/obj/structure/window/phoronreinforced, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/cult) -"ftm" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"fts" = ( -/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/cult) -"ftQ" = ( -/obj/structure/railing, -/obj/effect/step_trigger/teleporter/bridge/north_to_south, -/turf/simulated/floor/water/deep{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"ftT" = ( -/obj/structure/flora/tree/bigtree, -/turf/simulated/floor/outdoors/grass{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/mall) -"ftV" = ( -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"ftX" = ( -/obj/structure/table/marble, -/obj/item/weapon/material/kitchen/utensil/fork{ - pixel_y = 0; - pixel_x = -4 - }, -/obj/item/weapon/material/kitchen/utensil/fork{ - pixel_y = 0; - pixel_x = -12 - }, -/obj/item/weapon/material/kitchen/utensil/fork{ - pixel_y = 0; - pixel_x = -10 - }, -/obj/item/weapon/material/kitchen/utensil/fork{ - pixel_y = 0; - pixel_x = -8 - }, -/obj/item/weapon/material/kitchen/utensil/fork{ - pixel_y = 0; - pixel_x = -6 - }, -/obj/item/weapon/material/knife/plastic{ - pixel_x = 6 - }, -/obj/item/weapon/material/knife/plastic{ - pixel_x = 12 - }, -/obj/item/weapon/material/knife/plastic{ - pixel_x = 10 - }, -/obj/item/weapon/material/knife/plastic{ - pixel_x = 8 - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8; - overlay_color = "#FFFEB8" - }, -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall) -"fuq" = ( -/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/space/whiteship) -"fuy" = ( -/turf/unsimulated/wall/seperator, -/area/vr/powered/mall/backrooms) -"fuI" = ( -/obj/machinery/door/airlock/maintenance/int, -/obj/structure/fans/hardlight, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"fuO" = ( -/obj/structure/toilet{ - dir = 1 - }, -/obj/machinery/light/small, -/turf/simulated/floor/wood, -/area/vr/powered) -"fvt" = ( -/obj/structure/table/standard, -/obj/item/device/flashlight/lamp, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"fvX" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/item/weapon/flame/candle/candelabra/everburn, -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered) -"fvY" = ( -/turf/simulated/shuttle/wall/voidcraft/green, -/area/vr/powered/dungeon) -"fwp" = ( -/obj/machinery/icecream_vat, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"fwD" = ( -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"fwX" = ( -/obj/effect/floor_decal/corner/lime/border{ - dir = 4 - }, -/obj/effect/floor_decal/corner/lime/border{ - dir = 8 - }, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"fwZ" = ( -/obj/structure/table/bench/wooden, -/obj/structure/flora/pottedplant/bamboo{ - pixel_y = 10 - }, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered/mall/dorms) -"fxa" = ( -/obj/structure/salvageable/machine_os, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"fyf" = ( -/obj/structure/prop/rock/small/alt, -/turf/simulated/floor/outdoors/dirt{ - temperature = 311; - outdoors = 0 - }, -/area/vr/powered/rocks) -"fyS" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"fyX" = ( -/obj/fiftyspawner/gold, -/obj/item/weapon/coin/diamond, -/obj/item/instrument/violin/golden, -/turf/simulated/floor/flock, -/area/vr/powered/rocks) -"fyY" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/random/pottedplant, -/obj/structure/sign/poster/custom{ - pixel_y = 0; - dir = 1 - }, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"fzl" = ( -/turf/simulated/floor/lava, -/area/vr/outdoors/powered/cult) -"fzn" = ( -/obj/machinery/chem_master{ - pixel_x = -7 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/space/whiteship) -"fAa" = ( -/obj/machinery/atmospherics/valve{ - dir = 8 - }, -/obj/structure/dispenser{ - phorontanks = 0 - }, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"fAo" = ( -/obj/structure/table/marble, -/obj/item/weapon/material/kitchen/rollingpin, -/obj/item/weapon/material/knife{ - pixel_y = 0; - pixel_x = 11 - }, -/obj/item/weapon/reagent_containers/food/condiment/enzyme, -/obj/item/weapon/reagent_containers/glass/beaker, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"fAY" = ( -/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/space/sciship) -"fBo" = ( -/turf/simulated/floor/flock, -/area/vr/powered/cult) -"fBA" = ( -/obj/item/weapon/reagent_containers/food/snacks/sliceable/monkfishremains, -/turf/simulated/floor/wood/alt/panel{ - temperature = 311 - }, -/area/vr/powered/rocks) -"fBE" = ( -/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/vr/space) -"fBZ" = ( -/obj/item/clothing/accessory/fluff/zeta_blackwell_1, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"fCr" = ( -/obj/structure/table/fancyblack, -/obj/item/weapon/reagent_containers/food/snacks/risotto, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"fCv" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/structure/table/woodentable, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/weapon/reagent_containers/food/snacks/old/pizza, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"fCE" = ( -/turf/simulated/wall/solidrock, -/area/vr/powered/dungeon) -"fDa" = ( -/obj/structure/bed/double/padded, -/obj/item/weapon/bedsheet/rddouble, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered) -"fDg" = ( -/obj/structure/bed/double, -/obj/item/weapon/bedsheet/hosdouble, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall/dorms) -"fDV" = ( -/obj/structure/cliff/automatic{ - dir = 8 - }, -/turf/simulated/floor/water/indoors{ - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"fEM" = ( -/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/conspawn) -"fFn" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered) -"fGt" = ( -/obj/machinery/gateway/brass{ - dir = 10 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"fGD" = ( -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/obj/structure/sign/department/drones{ - pixel_y = 32 - }, -/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/mecha_parts/mecha_equipment/weapon/energy/laser/xray, -/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/xray, -/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy, -/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser/heavy, -/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser, -/obj/item/mecha_parts/mecha_equipment/weapon/energy/laser, -/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, -/obj/item/mecha_parts/mecha_equipment/weapon/energy/ion, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/lmg, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/cannon, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/cannon, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/cannon, -/obj/item/mecha_parts/mecha_equipment/anticcw_armor_booster, -/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/space/sciship) -"fGH" = ( -/obj/item/weapon/bone/skull, -/obj/effect/decal/cleanable/blood, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/dungeon) -"fGS" = ( -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/powered/rocks) -"fHm" = ( -/obj/structure/table/standard, -/obj/item/weapon/surgical/FixOVein{ - pixel_y = 0; - pixel_x = 5 - }, -/obj/item/weapon/surgical/bonegel{ - pixel_x = -5; - pixel_y = 2 - }, -/obj/item/weapon/surgical/bonesetter{ - pixel_x = 2 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"fHz" = ( -/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/space/whiteship) -"fIM" = ( -/obj/structure/sign/painting/away_areas, -/turf/simulated/wall/r_wall, -/area/vr/powered/art) -"fIO" = ( -/obj/effect/floor_decal/corner/lightgrey/border/shifted, -/obj/structure/railing/grey{ - pixel_y = 0; - dir = 8 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"fIS" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/nuke) -"fJm" = ( -/turf/simulated/shuttle/floor/yellow, -/area/vr/powered/space/sciship) -"fLs" = ( -/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/conspawn) -"fMj" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/glass/beaker/measuring_cup{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/item/weapon/reagent_containers/dropper{ - pixel_x = -4; - pixel_y = 5 - }, -/turf/simulated/floor/tiled/old_cargo, -/area/vr/powered/mall/dorms) -"fMF" = ( -/obj/structure/table/marble, -/obj/structure/window/reinforced{ - dir = 8; - health = 1e+006 - }, -/obj/structure/window/reinforced{ - health = 1e+006; - req_access = list(5) - }, -/obj/item/weapon/reagent_containers/food/snacks/cutlet{ - pixel_y = -5; - pixel_x = -6 - }, -/obj/item/weapon/reagent_containers/food/snacks/cutlet{ - pixel_y = -5 - }, -/obj/item/weapon/reagent_containers/food/snacks/cutlet{ - pixel_y = -5; - pixel_x = 4 - }, -/obj/item/weapon/reagent_containers/food/snacks/cutlet{ - pixel_y = -5; - pixel_x = 7 - }, -/obj/item/weapon/reagent_containers/food/snacks/bacon{ - pixel_y = 6; - pixel_x = -3 - }, -/obj/item/weapon/reagent_containers/food/snacks/bacon{ - pixel_y = 6; - pixel_x = 9 - }, -/obj/item/weapon/reagent_containers/food/snacks/bacon{ - pixel_y = 6; - pixel_x = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/bacon{ - pixel_y = 6; - pixel_x = 1 - }, -/obj/item/weapon/reagent_containers/food/snacks/nugget{ - pixel_y = 8; - pixel_x = 3 - }, -/obj/item/weapon/reagent_containers/food/snacks/nugget{ - pixel_y = 8; - pixel_x = -8 - }, -/obj/item/weapon/reagent_containers/food/snacks/nugget{ - pixel_y = 8; - pixel_x = -5 - }, -/obj/item/weapon/reagent_containers/food/snacks/nugget{ - pixel_y = 8; - pixel_x = -1 - }, -/obj/effect/floor_decal/corner/lime/border{ - dir = 8 - }, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"fMQ" = ( -/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/cult) -"fNa" = ( -/obj/structure/lattice, -/turf/space, -/area/vr/space) -"fNH" = ( -/obj/effect/floor_decal/stairs{ - dir = 8 - }, -/obj/structure/railing/grey, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"fOA" = ( -/obj/structure/table/fancyblack, -/obj/item/weapon/reagent_containers/food/snacks/snackplanet/moon, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"fPm" = ( -/obj/structure/bed/chair{ - dir = 2 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"fQh" = ( -/obj/machinery/vending/loadout/costume{ - prices = list(/obj/item/clothing/suit/storage/hooded/costume/carp=0,/obj/item/clothing/suit/storage/hooded/costume/carp=0,/obj/item/clothing/suit/chickensuit=0,/obj/item/clothing/head/chicken=0,/obj/item/clothing/head/helmet/gladiator=0,/obj/item/clothing/under/gladiator=0,/obj/item/clothing/suit/storage/toggle/labcoat/mad=0,/obj/item/clothing/under/suit_jacket/green=0,/obj/item/clothing/glasses/gglasses=0,/obj/item/clothing/head/flatcap=0,/obj/item/clothing/shoes/boots/jackboots=0,/obj/item/clothing/under/schoolgirl=0,/obj/item/clothing/head/kitty=0,/obj/item/clothing/glasses/sunglasses/blindfold=0,/obj/item/clothing/head/beret=0,/obj/item/clothing/under/skirt=0,/obj/item/clothing/under/suit_jacket=0,/obj/item/clothing/head/that=0,/obj/item/clothing/accessory/wcoat=0,/obj/item/clothing/under/scratch=0,/obj/item/clothing/shoes/white=0,/obj/item/clothing/gloves/white=0,/obj/item/clothing/under/kilt=0,/obj/item/clothing/glasses/monocle=0,/obj/item/clothing/under/sl_suit=0,/obj/item/clothing/mask/fakemoustache=0,/obj/item/weapon/cane=0,/obj/item/clothing/head/bowler=0,/obj/item/clothing/head/plaguedoctorhat=0,/obj/item/clothing/suit/bio_suit/plaguedoctorsuit=0,/obj/item/clothing/mask/gas/plaguedoctor/fluff=0,/obj/item/clothing/under/owl=0,/obj/item/clothing/mask/gas/owl_mask=0,/obj/item/clothing/under/waiter=0,/obj/item/clothing/suit/storage/apron=0,/obj/item/clothing/under/pirate=0,/obj/item/clothing/head/pirate=0,/obj/item/clothing/suit/pirate=0,/obj/item/clothing/glasses/eyepatch=0,/obj/item/clothing/head/ushanka=0,/obj/item/clothing/under/soviet=0,/obj/item/clothing/suit/imperium_monk=0,/obj/item/clothing/suit/holidaypriest=0,/obj/item/clothing/head/witchwig=0,/obj/item/clothing/under/sundress=0,/obj/item/weapon/staff/broom=0,/obj/item/clothing/suit/wizrobe/fake=0,/obj/item/clothing/head/wizard/fake=0,/obj/item/weapon/staff=0,/obj/item/clothing/mask/gas/sexyclown=0,/obj/item/clothing/under/sexyclown=0,/obj/item/clothing/mask/gas/sexymime=0,/obj/item/clothing/under/sexymime=0,/obj/item/clothing/suit/storage/hooded/knight_costume=0,/obj/item/clothing/suit/storage/hooded/knight_costume/galahad=0,/obj/item/clothing/suit/storage/hooded/knight_costume/lancelot=0,/obj/item/clothing/suit/storage/hooded/knight_costume/robin=0,/obj/item/clothing/suit/armor/combat/crusader_costume=0,/obj/item/clothing/suit/armor/combat/crusader_costume/bedevere=0,/obj/item/clothing/head/helmet/combat/crusader_costume=0,/obj/item/clothing/head/helmet/combat/bedevere_costume=0,/obj/item/clothing/gloves/combat/knight_costume=0,/obj/item/clothing/gloves/combat/knight_costume/brown=0,/obj/item/clothing/shoes/knight_costume=0,/obj/item/clothing/shoes/knight_costume/black=0,/obj/item/clothing/suit/storage/hooded/foodcostume/hotdog=0,/obj/item/clothing/suit/storage/hooded/foodcostume/turnip=0) - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"fQq" = ( -/obj/machinery/vending/robotics{ - req_access = null - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"fQT" = ( -/obj/random/trash, -/turf/simulated/floor/beach/sand/desert{ - can_atmos_pass = 0; - nitrogen = 0; - outdoors = 0; - oxygen = 0; - temperature = 311 - }, -/area/vr/powered/rocks) -"fRb" = ( -/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/cult) -"fRo" = ( -/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) -"fRu" = ( -/obj/structure/railing/grey{ - pixel_y = 0; - dir = 4 - }, -/obj/structure/bed/chair/sofa/bench/marble{ - pixel_y = 0; - dir = 8 - }, -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/outdoors/powered) -"fRH" = ( -/turf/simulated/floor/water/deep{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"fRJ" = ( -/obj/machinery/exonet_node/map, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"fSg" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/old_tile, -/area/vr/powered/mall) -"fSz" = ( -/obj/structure/bed/chair/oldsofa/right{ - dir = 1 - }, -/obj/structure/window/phoronreinforced, -/turf/simulated/floor/wood, -/area/vr/powered/cult) -"fSY" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/space/whiteship) -"fTb" = ( -/obj/structure/closet/walllocker/emerglocker{ - pixel_y = 32 - }, -/turf/simulated/floor/plating, -/area/vr/powered/space/whiteship) -"fTO" = ( -/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) -"fTS" = ( -/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/space/mechfactory) -"fUl" = ( -/obj/structure/flora/pottedplant/overgrown, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"fUP" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"fVp" = ( -/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/armory) -"fVr" = ( -/obj/machinery/vending/deathmatch, -/turf/simulated/floor/reinforced, -/area/vr/powered/bluebase) -"fVG" = ( -/obj/structure/table/rack/shelf/steel, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"fVJ" = ( -/obj/structure/table/rack/shelf, -/obj/item/clothing/head/helmet/bulletproof, -/obj/item/clothing/head/helmet/bulletproof, -/obj/item/clothing/suit/armor/bulletproof, -/obj/item/clothing/suit/armor/bulletproof, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"fWH" = ( -/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/armory) -"fWI" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/gun/energy/medigun, -/obj/item/weapon/gun/energy/medigun, -/obj/item/weapon/gun/energy/medigun, -/obj/item/weapon/gun/energy/medigun, -/obj/item/weapon/cell/slime, -/obj/item/weapon/cell/slime, -/obj/item/weapon/cell/slime, -/obj/item/weapon/cell/slime, -/turf/simulated/floor/reinforced, -/area/vr/powered/bluebase) -"fWQ" = ( -/obj/machinery/vending/deluxe_dinner, -/obj/machinery/light/small, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/powered) -"fXt" = ( -/obj/effect/floor_decal/techfloor{ - dir = 9 - }, -/obj/structure/table/rack/shelf/steel, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"fXR" = ( -/obj/effect/wingrille_spawn/reinforced, -/turf/simulated/floor/tiled, -/area/vr/powered/art) -"fYk" = ( -/obj/structure/bed/chair/wood/wings, -/obj/effect/floor_decal/spline/fancy{ - dir = 1 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"fZh" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/snacks/chickenwing{ - pixel_y = 8; - pixel_x = 9 - }, -/obj/item/weapon/reagent_containers/food/snacks/chickenwing{ - pixel_y = 9; - pixel_x = -9 - }, -/obj/item/weapon/reagent_containers/food/snacks/chickenwing{ - pixel_y = 10; - pixel_x = -4 - }, -/obj/item/weapon/reagent_containers/food/snacks/chickenwing{ - pixel_y = 9 - }, -/obj/item/weapon/reagent_containers/food/snacks/chickenwing{ - pixel_y = 8; - pixel_x = 3 - }, -/obj/item/weapon/reagent_containers/food/snacks/chickenwing{ - pixel_y = 8; - pixel_x = 7 - }, -/obj/item/weapon/storage/box/wings{ - pixel_y = 1; - pixel_x = 3 - }, -/obj/item/weapon/storage/box/wings{ - pixel_y = 1; - pixel_x = -10 - }, -/obj/item/weapon/storage/box/wings{ - pixel_y = 1; - pixel_x = -3 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"fZo" = ( -/obj/machinery/floor_light{ - anchored = 1 - }, -/obj/machinery/light/small, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"fZQ" = ( -/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/cult) -"gaj" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"gam" = ( -/obj/structure/railing/grey{ - dir = 1 - }, -/turf/simulated/floor/gorefloor, -/area/vr/outdoors/powered/cult) -"gbe" = ( -/obj/structure/bed/chair/wood/wings{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered/cult) -"gbU" = ( -/obj/structure/sign/atmos_air{ - pixel_x = 32; - pixel_y = 26 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"gdp" = ( -/obj/machinery/door/airlock, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"gdT" = ( -/obj/structure/table/alien/blue, -/obj/item/clothing/head/helmet/alien/tank, -/obj/item/clothing/suit/armor/alien/tank, -/obj/item/clothing/suit/armor/alien, -/obj/item/clothing/head/helmet/alien, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"geo" = ( -/obj/structure/bed/chair/sofa/black, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"geP" = ( -/obj/structure/cliff/automatic{ - dir = 5 - }, -/turf/simulated/floor/lava, -/area/vr/outdoors/powered/lava) -"gfv" = ( -/obj/structure/closet, -/obj/item/clothing/suit/storage/apron/white, -/obj/item/clothing/suit/storage/apron/white, -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"gfB" = ( -/mob/living/simple_mob/construct/wraith{ - dir = 8; - ai_holder_type = null - }, -/turf/simulated/floor/redgrid/off, -/area/vr/powered/cult) -"ggK" = ( -/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/space/whiteship) -"ghG" = ( -/turf/simulated/shuttle/wall/flock, -/area/vr/powered/rocks) -"ghN" = ( -/obj/structure/table/standard, -/obj/random/plushie, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"ghU" = ( -/obj/structure/urinal{ - dir = 4; - pixel_y = 0; - pixel_x = -34 - }, -/turf/simulated/floor/tiled/old_tile, -/area/vr/powered/mall) -"ghV" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall/dorms) -"ghY" = ( -/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/space/whiteship) -"gif" = ( -/obj/structure/easel, -/obj/item/canvas/nineteen_nineteen{ - pixel_y = 10 - }, -/turf/simulated/floor/wood, -/area/vr/powered/art) -"giK" = ( -/mob/living/simple_mob/animal/passive/cat/bread{ - dir = 8 - }, -/obj/effect/floor_decal/corner/lime/border{ - dir = 4 - }, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"giW" = ( -/obj/structure/simple_door/wood, -/obj/structure/curtain/black{ - icon_state = "open"; - layer = 2; - name = "privacy curtain"; - opacity = 0 - }, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"gjB" = ( -/turf/simulated/wall/r_wall, -/area/vr/powered/bluebase) -"glK" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/obj/structure/table/hardwoodtable, -/obj/machinery/chemical_dispenser/bar_alc/full{ - dir = 4 - }, -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall) -"gmt" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"gmN" = ( -/obj/structure/table/marble, -/obj/structure/bedsheetbin, -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"gmP" = ( -/obj/structure/table/glass, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall/vw) -"gmR" = ( -/obj/effect/map_effect/perma_light/brighter{ - light_range = 10 - }, -/obj/effect/step_trigger/teleporter/deathfall{ - teleport_x = 65; - teleport_y = 134 - }, -/turf/simulated/floor/weird_things/dark, -/area/vr/powered/mall/backrooms) -"gmV" = ( -/mob/living/simple_mob/vore/rabbit/killer, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"gmY" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"gnm" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden, -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"gnH" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"gob" = ( -/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, -/obj/item/weapon/gun/projectile/revolver/judge, -/obj/item/weapon/gun/projectile/revolver/judge, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"gov" = ( -/obj/structure/salvageable/console_os{ - dir = 1 - }, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/space/whiteship) -"gpB" = ( -/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/space/sciship) -"gqq" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"gqE" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"gqG" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/kitsuneudon{ - pixel_y = 0 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"gqM" = ( -/obj/effect/decal/remains, -/turf/simulated/floor/outdoors/dirt{ - temperature = 293.15; - outdoors = 0 - }, -/area/vr/powered/dungeon) -"grL" = ( -/obj/effect/floor_decal/chapel{ - dir = 1 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/cult) -"grN" = ( -/obj/random/maintenance/engineering, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/space/mechfactory) -"gsE" = ( -/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) -"gsW" = ( -/obj/effect/catwalk_plated/white, -/turf/simulated/floor/wmarble, -/area/vr/powered/cult) -"gui" = ( -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/lava) -"guM" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/sink/kitchen{ - dir = 8; - pixel_y = 0; - pixel_x = -12 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"gvF" = ( -/turf/simulated/floor/tiled, -/area/vr/powered/nuke) -"gvJ" = ( -/obj/effect/floor_decal/chapel, -/turf/simulated/floor/tiled/steel_dirty{ - color = "grey" - }, -/area/vr/powered/cult) -"gvN" = ( -/obj/structure/bed/double/padded, -/obj/item/weapon/bedsheet/piratedouble, -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered) -"gwn" = ( -/obj/machinery/appliance/cooker/fryer, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"gwT" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 1 - }, -/obj/machinery/light{ - dir = 8 - }, -/obj/item/weapon/reagent_containers/food/snacks/chickenmomo, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"gxB" = ( -/obj/effect/floor_decal/techfloor{ - dir = 4 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"gyo" = ( -/obj/machinery/atmospherics/pipe/simple/visible{ - dir = 6 - }, -/turf/simulated/shuttle/wall/hard_corner, -/area/vr/powered/space/whiteship) -"gyw" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/confetti, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"gyB" = ( -/obj/structure/bed/chair/oldsofa/left{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered) -"gyW" = ( -/obj/structure/bed/chair/wood{ - dir = 4; - pixel_y = 0 - }, -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"gzd" = ( -/obj/structure/bed/chair/bay/chair/padded/blue{ - dir = 8 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/dungeon) -"gzK" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/pirate, -/turf/simulated/floor/wood, -/area/vr/powered) -"gAt" = ( -/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/space/whiteship) -"gAu" = ( -/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/cult) -"gBz" = ( -/obj/machinery/door/airlock/sandstone{ - id_tag = "VRmall5" - }, -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall/dorms) -"gBD" = ( -/obj/structure/cliff/automatic{ - dir = 4 - }, -/turf/simulated/floor/lava, -/area/vr/outdoors/powered/lava) -"gBI" = ( -/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/space/whiteship) -"gBJ" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"gBR" = ( -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/machinery/disposal/deliveryChute{ - dir = 2 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"gDe" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 1 - }, -/obj/structure/bed/chair/comfy/purp{ - dir = 4 - }, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered) -"gDx" = ( -/obj/structure/table/steel_reinforced, -/obj/random/maintenance, -/obj/random/maintenance, -/obj/random/maintenance, -/obj/random/maintenance/research, -/obj/random/maintenance/research, -/obj/random/maintenance/research, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"gDz" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"gEJ" = ( -/obj/structure/bed/chair{ - dir = 4 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"gEO" = ( -/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) -"gEW" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/vr/powered) -"gFy" = ( -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/obj/machinery/vending/medical{ - dir = 4; - emagged = 1; - pixel_x = 5; - req_access = list(777) - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/dungeon) -"gFH" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/effect/floor_decal/corner/black/diagonal, -/obj/item/weapon/storage/fancy/egg_box, -/obj/item/weapon/storage/fancy/egg_box, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/mall/dorms) -"gGj" = ( -/obj/structure/fence/door/opened{ - dir = 4 - }, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"gGD" = ( -/obj/structure/table/standard, -/obj/item/weapon/surgical/hemostat{ - pixel_y = 0; - pixel_x = -4 - }, -/obj/item/weapon/surgical/retractor, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"gHb" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 5 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"gHu" = ( -/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) -"gIm" = ( -/obj/structure/bookcase, -/obj/item/weapon/book/bundle/custom_library/fiction/coldmountain, -/obj/item/weapon/book/bundle/custom_library/fiction/manfromsnowyriver, -/obj/item/weapon/book/bundle/custom_library/fiction/metalglen, -/obj/item/weapon/book/bundle/custom_library/nonfiction/viabilityofcorporategov, -/obj/item/weapon/book/bundle/custom_library/nonfiction/riseandfallofpersianempire, -/obj/item/weapon/book/bundle/custom_library/nonfiction/skrelliancastesystem, -/turf/simulated/floor/carpet/turcarpet, -/area/vr/powered/mall/dorms) -"gIs" = ( -/obj/machinery/light/floortube/flicker{ - pixel_y = 5 - }, -/obj/structure/sink{ - dir = 1 - }, -/turf/simulated/shuttle/floor/voidcraft/dark, -/area/vr/powered/cult) -"gIG" = ( -/obj/structure/table/marble, -/obj/machinery/microwave{ - pixel_y = -3 - }, -/obj/item/weapon/reagent_containers/glass/beaker{ - pixel_x = 5 - }, -/obj/item/weapon/material/kitchen/rollingpin, -/obj/item/weapon/material/knife{ - pixel_y = 0; - pixel_x = 11 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"gJf" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/fruitspawner/lettuce, -/obj/fruitspawner/lettuce, -/obj/fruitspawner/lettuce, -/obj/structure/closet/crate/bin, -/obj/item/clothing/shoes/dress, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"gJm" = ( -/turf/simulated/floor/wood, -/area/vr/powered) -"gKc" = ( -/obj/effect/floor_decal/corner/blue/diagonal{ - dir = 4 - }, -/obj/structure/table/standard, -/turf/simulated/floor/tiled/white, -/area/vr/powered/dungeon) -"gKN" = ( -/obj/effect/wingrille_spawn/reinforced_phoron, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"gLM" = ( -/turf/simulated/wall/wood, -/area/vr/powered/mall) -"gMj" = ( -/obj/machinery/light, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"gMz" = ( -/obj/machinery/light{ - layer = 3 - }, -/obj/machinery/gear_painter, -/turf/simulated/floor/wood, -/area/vr/powered/conspawn) -"gMF" = ( -/turf/simulated/wall/wood, -/area/vr/powered) -"gNj" = ( -/obj/effect/floor_decal/spline/fancy{ - icon_state = "spline_fancy_full" - }, -/obj/structure/bed/chair/comfy/purp, -/turf/simulated/floor/bronze, -/area/vr/powered/cult) -"gNI" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/orange, -/turf/simulated/floor/carpet/blue, -/area/vr/powered/motel) -"gNU" = ( -/obj/structure/cliff/automatic/corner, -/turf/simulated/floor/lava, -/area/vr/outdoors/powered/lava) -"gOb" = ( -/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/cult) -"gOw" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 1 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"gOx" = ( -/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/space/whiteship) -"gOy" = ( -/turf/simulated/floor/tiled/steel_dirty{ - color = "grey" - }, -/area/vr/powered/cult) -"gOC" = ( -/mob/living/simple_mob/animal/giant_spider/tunneler, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"gPo" = ( -/turf/simulated/mineral/alt{ - temperature = 293.15 - }, -/area/vr/powered/cult) -"gPK" = ( -/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, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"gPX" = ( -/obj/structure/window/basic, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 4 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"gQD" = ( -/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/rocks) -"gRg" = ( -/obj/machinery/washing_machine, -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"gRT" = ( -/obj/machinery/light{ - layer = 3 - }, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building1) -"gSu" = ( -/obj/structure/table/darkglass, -/obj/item/weapon/technomancer_catalog/universal, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"gSB" = ( -/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/space/whiteship) -"gTr" = ( -/obj/effect/floor_decal/techfloor{ - dir = 5 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"gTu" = ( -/turf/simulated/wall/r_wall, -/area/vr/powered/motel) -"gUx" = ( -/obj/structure/lattice, -/obj/effect/blocker, -/turf/space, -/area/vr/space) -"gUE" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 10 - }, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"gVk" = ( -/obj/structure/table/alien/blue, -/obj/structure/window/reinforced/survival_pod{ - dir = 4 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"gVt" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"gVD" = ( -/obj/structure/salvageable/console_broken_os{ - dir = 8 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"gWl" = ( -/mob/living/simple_mob/animal/passive/lizard, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"gXu" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/powered/rocks) -"gXF" = ( -/mob/living/simple_mob/clowns/big/c_shift/chlown, -/turf/simulated/mineral/floor/ignore_mapgen/cave, -/area/vr/powered/dungeon) -"gYA" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/turf/simulated/floor/outdoors/grass{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"hcc" = ( -/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/space/sciship) -"hds" = ( -/obj/structure/window/basic{ - dir = 1 - }, -/obj/structure/table/rack/wood, -/obj/item/clothing/shoes/sandals_elegant{ - pixel_y = -9; - pixel_x = -6 - }, -/obj/item/clothing/shoes/skater{ - pixel_y = -8 - }, -/obj/item/clothing/shoes/sneakersblue{ - pixel_y = 4; - pixel_x = 4 - }, -/obj/item/clothing/shoes/sneakerspurple{ - pixel_y = 4; - pixel_x = -2 - }, -/obj/item/clothing/shoes/sneakersred{ - pixel_x = -9; - pixel_y = 4 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"hdu" = ( -/obj/structure/bed/chair, -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/mall) -"hdB" = ( -/obj/machinery/telecomms/allinone, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"hdN" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#DDFFD3" - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"hdS" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 1 - }, -/obj/structure/bed/chair/comfy/purp{ - dir = 4 - }, -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered) -"hez" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/wood, -/area/vr/powered) -"heF" = ( -/obj/structure/bed/chair/wood/wings, -/turf/simulated/floor/wood, -/area/vr/powered/cult) -"heN" = ( -/obj/effect/map_effect/portal/line/side_b{ - dir = 1 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"heX" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/gun/projectile/shotgun/doublebarrel, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"hfb" = ( -/obj/structure/flora/bboulder2, -/turf/simulated/floor/grass2{ - outdoors = 1; - temperature = 311 - }, -/area/vr/outdoors/powered) -"hfi" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/reagent_containers/glass/bottle/cinnamonpowder{ - pixel_y = 9; - pixel_x = 10 - }, -/obj/item/weapon/reagent_containers/food/condiment/sugar{ - pixel_y = 2; - pixel_x = 12 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"hfA" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"hfB" = ( -/obj/machinery/light/lamppost, -/turf/simulated/floor/outdoors/sidewalk/side{ - movement_cost = 0; - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"hfI" = ( -/obj/machinery/light/lamppost, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"hgg" = ( -/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/space/sciship) -"hgi" = ( -/turf/simulated/floor/flock, -/area/vr/powered/rocks) -"hgm" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/table/rack/shelf/steel, -/obj/item/clothing/suit/armor/vest, -/obj/item/clothing/suit/armor/vest, -/obj/item/clothing/suit/armor/bulletproof, -/obj/item/clothing/suit/armor/bulletproof, -/obj/item/clothing/suit/armor/alien/tank, -/obj/item/clothing/suit/armor/alien/tank, -/obj/item/clothing/suit/armor/alien, -/obj/item/clothing/suit/armor/alien, -/obj/item/clothing/suit/armor/combat, -/obj/item/clothing/suit/armor/combat, -/obj/item/clothing/suit/armor/heavy, -/obj/item/clothing/suit/armor/heavy, -/obj/item/clothing/suit/armor/material/makeshift/durasteel, -/obj/item/clothing/suit/armor/material/makeshift/durasteel, -/obj/item/clothing/head/helmet/combat, -/obj/item/clothing/head/helmet/combat, -/obj/item/clothing/head/helmet/bulletproof, -/obj/item/clothing/head/helmet/bulletproof, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"hgt" = ( -/obj/structure/table/darkglass, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"hgx" = ( -/obj/structure/bed/chair/sofa/bench/marble{ - pixel_y = 0; - dir = 8 - }, -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/mall) -"hhf" = ( -/turf/simulated/wall/wood, -/area/vr/powered/cafe) -"hhi" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered/art) -"hhP" = ( -/obj/machinery/light/lamppost, -/turf/simulated/floor/outdoors/sidewalk/side{ - icon_state = "sidewalk"; - movement_cost = 0; - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"him" = ( -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/cult) -"hiz" = ( -/turf/simulated/floor/plating, -/area/vr/powered/material) -"hiL" = ( -/obj/structure/table/wooden_reinforced, -/obj/item/weapon/reagent_containers/food/drinks/coffee{ - pixel_y = 6; - pixel_x = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/soydope, -/turf/simulated/floor/wood, -/area/vr/powered/dungeon) -"hji" = ( -/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/space/whiteship) -"hjH" = ( -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/obj/structure/table/steel_reinforced, -/obj/item/weapon/storage/part_replacer/adv/discount_bluespace, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/space/sciship) -"hkS" = ( -/obj/structure/table/marble, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"hkT" = ( -/obj/effect/decal/cleanable/blood/gibs/xeno/body, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"hkZ" = ( -/turf/simulated/floor/reinforced, -/area/vr/powered/redbase) -"hlj" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/glass/rag{ - pixel_x = 7; - pixel_y = 2 - }, -/obj/item/weapon/material/knife/butch, -/obj/item/weapon/material/kitchen/rollingpin{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/weapon/reagent_containers/food/condiment/enzyme, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall/dorms) -"hll" = ( -/obj/structure/window/reinforced, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 4 - }, -/turf/unsimulated/floor/tiled/techfloor, -/area/vr/powered/mall) -"hlB" = ( -/obj/machinery/power/port_gen/pacman, -/turf/simulated/floor, -/area/vr/powered) -"hmv" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"hmx" = ( -/turf/simulated/floor/carpet, -/area/vr/powered/space/whiteship) -"hmL" = ( -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"hnn" = ( -/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/space/mechfactory) -"hof" = ( -/obj/structure/table/glass, -/obj/item/weapon/storage/firstaid/adv{ - pixel_y = 5 - }, -/obj/item/weapon/storage/firstaid/regular, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"hol" = ( -/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) -"hoq" = ( -/turf/simulated/shuttle/floor/white, -/area/vr/powered/space/whiteship) -"hoO" = ( -/obj/machinery/light/poi{ - dir = 1 - }, -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"hpr" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 4 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/unsimulated/floor/tiled/techfloor, -/area/vr/powered/mall) -"hpx" = ( -/obj/structure/table/woodentable, -/obj/item/device/camera, -/turf/simulated/floor/wood, -/area/vr/powered/art) -"hpF" = ( -/obj/machinery/vending/tool{ - emagged = 1; - req_access = null; - req_log_access = null - }, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"hpQ" = ( -/obj/structure/table/hardwoodtable, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"hqT" = ( -/obj/structure/sign/warning/caution{ - name = "\improper CAUTION: 4th WALL BREAKS" - }, -/turf/unsimulated/wall, -/area/vr/outdoors/powered) -"hrv" = ( -/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/rocks) -"hrF" = ( -/turf/unsimulated/elevator_shaft, -/area/vr/outdoors/powered) -"hrL" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/sink/kitchen{ - dir = 4; - pixel_x = 13; - pixel_y = 0 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"hrM" = ( -/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/cult) -"hrZ" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/table/hardwoodtable, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"hse" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall) -"hss" = ( -/turf/unsimulated/wall/fakeglass, -/area/vr/powered/conspawn) -"hsA" = ( -/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/space/whiteship) -"hsD" = ( -/turf/simulated/floor/carpet/sblucarpet, -/area/vr/powered/mall/dorms) -"hsQ" = ( -/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/space/mechfactory) -"htn" = ( -/obj/structure/bed/chair/wood/wings{ - dir = 8 - }, -/obj/effect/floor_decal/spline/fancy{ - dir = 4 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"htD" = ( -/obj/effect/floor_decal/corner/purple/diagonal, -/obj/effect/floor_decal/industrial/hatch/blue, -/turf/simulated/floor/tiled/dark, -/area/vr/powered/mall/vw) -"htW" = ( -/mob/living/simple_mob/construct/harvester{ - dir = 1; - ai_holder_type = null - }, -/turf/simulated/floor/redgrid/animated, -/area/vr/powered/cult) -"huV" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/simulated/floor/water/pool/turfpack/station, -/area/vr/powered/mall/vw) -"hvt" = ( -/obj/effect/floor_decal/rust, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"hvI" = ( -/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) -"hvJ" = ( -/obj/structure/bed/chair/bay/comfy/captain{ - dir = 1 - }, -/turf/simulated/shuttle/floor/darkred, -/area/vr/powered/space/sciship) -"hvO" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/flora/lily3, -/turf/simulated/floor/water{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"hvQ" = ( -/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/space/whiteship) -"hwS" = ( -/obj/machinery/light/small{ - dir = 1; - nightshift_enabled = 1 - }, -/turf/simulated/floor/carpet/turcarpet, -/area/vr/powered/mall/dorms) -"hxG" = ( -/obj/machinery/vending/deluxe_boozeomat{ - req_access = null; - req_log_access = null - }, -/turf/simulated/floor/redgrid/off, -/area/vr/powered/cult) -"hxU" = ( -/obj/effect/floor_decal/chapel{ - dir = 8 - }, -/turf/simulated/floor/redgrid/off, -/area/vr/powered/cult) -"hyK" = ( -/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, -/obj/item/mecha_parts/mecha_equipment/antiproj_armor_booster, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/mechfactory) -"hyW" = ( -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/snacks/donerkebab, -/turf/simulated/floor/wood/alt, -/area/vr/powered/mall) -"hzJ" = ( -/obj/machinery/fitness/heavy/lifter, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"hAl" = ( -/obj/structure/cable/green{ - d1 = 2; - d2 = 8; - icon_state = "2-8" - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"hAt" = ( -/obj/structure/bookcase, -/obj/item/weapon/book/bundle/custom_library/fiction/coldmountain, -/obj/item/weapon/book/bundle/custom_library/fiction/manfromsnowyriver, -/obj/item/weapon/book/bundle/custom_library/fiction/metalglen, -/obj/item/weapon/book/bundle/custom_library/nonfiction/viabilityofcorporategov, -/obj/item/weapon/book/bundle/custom_library/nonfiction/riseandfallofpersianempire, -/obj/item/weapon/book/bundle/custom_library/nonfiction/skrelliancastesystem, -/turf/simulated/floor/carpet/retro, -/area/vr/powered/mall/dorms) -"hAQ" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/effect/floor_decal/corner/black/diagonal, -/obj/item/weapon/storage/fancy/egg_box, -/obj/item/weapon/storage/fancy/egg_box, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall/dorms) -"hAV" = ( -/obj/machinery/light/small{ - dir = 1; - nightshift_enabled = 1 - }, -/turf/simulated/floor/carpet/purple, -/area/vr/powered/mall/dorms) -"hBa" = ( -/obj/structure/flora/pottedplant/fern, -/obj/effect/floor_decal/carpet, -/turf/simulated/floor/carpet, -/area/vr/powered/art) -"hBg" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered) -"hBZ" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/machinery/appliance/cooker/oven, -/obj/machinery/light/small{ - brightness_color = "#DA0205"; - brightness_power = 1; - brightness_range = 5; - dir = 8; - nightshift_enabled = 1 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall/dorms) -"hCn" = ( -/obj/machinery/appliance/cooker/grill, -/turf/simulated/floor/wood/alt, -/area/vr/powered/mall) -"hCs" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/table/reinforced, -/obj/item/weapon/material/fishing_rod/modern/built, -/obj/machinery/door/window/southright{ - req_one_access = list(150) - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/gunshop) -"hDe" = ( -/obj/effect/floor_decal/techfloor{ - dir = 4 - }, -/obj/structure/closet/walllocker/emerglocker/east, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/space/sciship) -"hDp" = ( -/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/space/mechfactory) -"hDG" = ( -/obj/machinery/vending/loadout/clothing{ - prices = list(/obj/item/clothing/under/bathrobe=0,/obj/item/clothing/under/dress/black_corset=0,/obj/item/clothing/under/blazer=0,/obj/item/clothing/under/blazer/skirt=0,/obj/item/clothing/under/cheongsam=0,/obj/item/clothing/under/cheongsam/red=0,/obj/item/clothing/under/cheongsam/blue=0,/obj/item/clothing/under/cheongsam/black=0,/obj/item/clothing/under/cheongsam/darkred=0,/obj/item/clothing/under/cheongsam/green=0,/obj/item/clothing/under/cheongsam/purple=0,/obj/item/clothing/under/cheongsam/darkblue=0,/obj/item/clothing/under/croptop=0,/obj/item/clothing/under/croptop/red=0,/obj/item/clothing/under/croptop/grey=0,/obj/item/clothing/under/cuttop=0,/obj/item/clothing/under/cuttop/red=0,/obj/item/clothing/under/suit_jacket/female/skirt=0,/obj/item/clothing/under/dress/dress_fire=0,/obj/item/clothing/under/dress/flamenco=0,/obj/item/clothing/under/dress/flower_dress=0,/obj/item/clothing/under/fluff/gnshorts=0,/obj/item/clothing/under/color=0,/obj/item/clothing/under/color/aqua=0,/obj/item/clothing/under/color/black=0,/obj/item/clothing/under/color/blackf=0,/obj/item/clothing/under/color/blackjumpskirt=0,/obj/item/clothing/under/color/blue=0,/obj/item/clothing/under/color/brown=0,/obj/item/clothing/under/color/darkblue=0,/obj/item/clothing/under/color/darkred=0,/obj/item/clothing/under/color/green=0,/obj/item/clothing/under/color/grey=0,/obj/item/clothing/under/color/lightblue=0,/obj/item/clothing/under/color/lightbrown=0,/obj/item/clothing/under/color/lightgreen=0,/obj/item/clothing/under/color/lightpurple=0,/obj/item/clothing/under/color/lightred=0,/obj/item/clothing/under/color/orange=0,/obj/item/clothing/under/color/pink=0,/obj/item/clothing/under/color/prison=0,/obj/item/clothing/under/color/ranger=0,/obj/item/clothing/under/color/red=0,/obj/item/clothing/under/color/white=0,/obj/item/clothing/under/color/yellow=0,/obj/item/clothing/under/color/yellowgreen=0,/obj/item/clothing/under/corp/aether=0,/obj/item/clothing/under/corp/focal=0,/obj/item/clothing/under/corp/hephaestus=0,/obj/item/clothing/under/corp/wardt=0,/obj/item/clothing/under/kilt=0,/obj/item/clothing/under/fluff/latexmaid=0,/obj/item/clothing/under/dress/lilacdress=0,/obj/item/clothing/under/dress/white2=0,/obj/item/clothing/under/dress/white4=0,/obj/item/clothing/under/dress/maid=0,/obj/item/clothing/under/dress/maid/sexy=0,/obj/item/clothing/under/dress/maid/janitor=0,/obj/item/clothing/under/moderncoat=0,/obj/item/clothing/under/permit=0,/obj/item/clothing/under/oldwoman=0,/obj/item/clothing/under/frontier=0,/obj/item/clothing/under/mbill=0,/obj/item/clothing/under/pants/baggy=0,/obj/item/clothing/under/pants/baggy/classicjeans=0,/obj/item/clothing/under/pants/baggy/mustangjeans=0,/obj/item/clothing/under/pants/baggy/blackjeans=0,/obj/item/clothing/under/pants/baggy/greyjeans=0,/obj/item/clothing/under/pants/baggy/youngfolksjeans=0,/obj/item/clothing/under/pants/baggy/white=0,/obj/item/clothing/under/pants/baggy/red=0,/obj/item/clothing/under/pants/baggy/black=0,/obj/item/clothing/under/pants/baggy/tan=0,/obj/item/clothing/under/pants/baggy/track=0,/obj/item/clothing/under/pants/baggy/khaki=0,/obj/item/clothing/under/pants/baggy/camo=0,/obj/item/clothing/under/pants/utility=0,/obj/item/clothing/under/pants/utility/orange=0,/obj/item/clothing/under/pants/utility/blue=0,/obj/item/clothing/under/pants/utility/white=0,/obj/item/clothing/under/pants/utility/red=0,/obj/item/clothing/under/pants/chaps=0,/obj/item/clothing/under/pants/chaps/black=0,/obj/item/clothing/under/pants/track=0,/obj/item/clothing/under/pants/track/red=0,/obj/item/clothing/under/pants/track/white=0,/obj/item/clothing/under/pants/track/green=0,/obj/item/clothing/under/pants/track/blue=0,/obj/item/clothing/under/pants/yogapants=0,/obj/item/clothing/under/ascetic=0,/obj/item/clothing/under/dress/white3=0,/obj/item/clothing/under/skirt/pleated=0,/obj/item/clothing/under/dress/darkred=0,/obj/item/clothing/under/dress/redeveninggown=0,/obj/item/clothing/under/dress/red_swept_dress=0,/obj/item/clothing/under/dress/sailordress=0,/obj/item/clothing/under/dress/sari=0,/obj/item/clothing/under/dress/sari/green=0,/obj/item/clothing/under/qipao=0,/obj/item/clothing/under/qipao/red=0,/obj/item/clothing/under/qipao/white=0,/obj/item/clothing/under/shorts/red=0,/obj/item/clothing/under/shorts/green=0,/obj/item/clothing/under/shorts/blue=0,/obj/item/clothing/under/shorts/black=0,/obj/item/clothing/under/shorts/grey=0,/obj/item/clothing/under/shorts/white=0,/obj/item/clothing/under/shorts/jeans=0,/obj/item/clothing/under/shorts/jeans=0,/obj/item/clothing/under/shorts/jeans/classic=0,/obj/item/clothing/under/shorts/jeans/mustang=0,/obj/item/clothing/under/shorts/jeans/youngfolks=0,/obj/item/clothing/under/shorts/jeans/black=0,/obj/item/clothing/under/shorts/jeans/grey=0,/obj/item/clothing/under/shorts/khaki=0,/obj/item/clothing/under/skirt/loincloth=0,/obj/item/clothing/under/skirt/khaki=0,/obj/item/clothing/under/skirt/blue=0,/obj/item/clothing/under/skirt/red=0,/obj/item/clothing/under/skirt/denim=0,/obj/item/clothing/under/skirt/pleated=0,/obj/item/clothing/under/skirt/outfit/plaid_blue=0,/obj/item/clothing/under/skirt/outfit/plaid_red=0,/obj/item/clothing/under/skirt/outfit/plaid_purple=0,/obj/item/clothing/under/overalls/sleek=0,/obj/item/clothing/under/sl_suit=0,/obj/item/clothing/under/gentlesuit=0,/obj/item/clothing/under/gentlesuit/skirt=0,/obj/item/clothing/under/suit_jacket=0,/obj/item/clothing/under/suit_jacket/really_black/skirt=0,/obj/item/clothing/under/suit_jacket/really_black=0,/obj/item/clothing/under/suit_jacket/female/skirt=0,/obj/item/clothing/under/suit_jacket/female=0,/obj/item/clothing/under/suit_jacket/red=0,/obj/item/clothing/under/suit_jacket/red/skirt=0,/obj/item/clothing/under/suit_jacket/charcoal=0,/obj/item/clothing/under/suit_jacket/charcoal/skirt=0,/obj/item/clothing/under/suit_jacket/navy=0,/obj/item/clothing/under/suit_jacket/navy/skirt=0,/obj/item/clothing/under/suit_jacket/burgundy=0,/obj/item/clothing/under/suit_jacket/burgundy/skirt=0,/obj/item/clothing/under/suit_jacket/checkered=0,/obj/item/clothing/under/suit_jacket/checkered/skirt=0,/obj/item/clothing/under/suit_jacket/tan=0,/obj/item/clothing/under/suit_jacket/tan/skirt=0,/obj/item/clothing/under/scratch=0,/obj/item/clothing/under/scratch/skirt=0,/obj/item/clothing/under/sundress=0,/obj/item/clothing/under/sundress_white=0,/obj/item/clothing/under/rank/psych/turtleneck/sweater=0,/obj/item/weapon/storage/box/fluff/swimsuit=0,/obj/item/weapon/storage/box/fluff/swimsuit/blue=0,/obj/item/weapon/storage/box/fluff/swimsuit/purple=0,/obj/item/weapon/storage/box/fluff/swimsuit/green=0,/obj/item/weapon/storage/box/fluff/swimsuit/red=0,/obj/item/weapon/storage/box/fluff/swimsuit/white=0,/obj/item/weapon/storage/box/fluff/swimsuit/earth=0,/obj/item/weapon/storage/box/fluff/swimsuit/engineering=0,/obj/item/weapon/storage/box/fluff/swimsuit/science=0,/obj/item/weapon/storage/box/fluff/swimsuit/security=0,/obj/item/weapon/storage/box/fluff/swimsuit/medical=0,/obj/item/weapon/storage/box/fluff/swimsuit/cowbikini=0,/obj/item/clothing/under/utility=0,/obj/item/clothing/under/utility/grey=0,/obj/item/clothing/under/utility/blue=0,/obj/item/clothing/under/fluff/v_nanovest=0,/obj/item/clothing/under/dress/westernbustle=0,/obj/item/clothing/under/wedding/bride_white=0,/obj/item/weapon/storage/backpack=0,/obj/item/weapon/storage/backpack/messenger=0,/obj/item/weapon/storage/backpack/satchel=0,/obj/item/clothing/under/tropical=0,/obj/item/clothing/under/tropical/green=0,/obj/item/clothing/under/tropical/pink=0,/obj/item/clothing/under/tropical/blue=0) - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"hEp" = ( -/turf/simulated/wall/r_concrete, -/area/vr/powered/rocks) -"hEE" = ( -/obj/structure/prop/rock/water, -/turf/simulated/floor/water/pool/turfpack/station, -/area/vr/powered/mall/vw) -"hFb" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/item/weapon/reagent_containers/food/snacks/meat/chicken, -/obj/item/weapon/reagent_containers/food/snacks/meat/chicken, -/obj/item/weapon/reagent_containers/food/snacks/meat/chicken, -/obj/item/weapon/reagent_containers/food/snacks/meat/chicken, -/obj/item/weapon/reagent_containers/food/snacks/meat/chicken, -/obj/item/weapon/reagent_containers/food/snacks/meat/chicken, -/obj/machinery/light{ - dir = 4; - layer = 3 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"hFH" = ( -/obj/structure/bed/chair/oldsofa, -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered/cult) -"hFX" = ( -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall/dorms) -"hGg" = ( -/obj/effect/floor_decal/corner/paleblue/full{ - dir = 4 - }, -/obj/structure/bed/chair/comfy/blue{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"hGy" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall/dorms) -"hGB" = ( -/obj/effect/floor_decal/corner/blue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/dungeon) -"hHa" = ( -/turf/unsimulated/wall, -/area/vr/outdoors/powered) -"hHx" = ( -/obj/structure/cult/pylon, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"hHB" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/machinery/vending/loadout/uniform, -/turf/simulated/floor/wmarble, -/area/vr/powered/motel) -"hHE" = ( -/obj/effect/catwalk_plated/white, -/turf/space, -/area/vr/space) -"hIL" = ( -/obj/machinery/chemical_dispenser/bar_soft/full{ - pixel_y = 8; - dir = 2 - }, -/obj/structure/table/marble, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"hJh" = ( -/obj/machinery/light{ - layer = 3 - }, -/turf/simulated/floor/tiled/old_tile, -/area/vr/powered/mall) -"hKT" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall/dorms) -"hNG" = ( -/turf/simulated/floor/outdoors/dirt{ - temperature = 311; - outdoors = 0 - }, -/area/vr/powered/rocks) -"hNK" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/confetti, -/obj/effect/decal/remains/human, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"hOg" = ( -/obj/machinery/bodyscanner, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/dungeon) -"hOv" = ( -/obj/structure/table/alien/blue, -/obj/item/weapon/surgical/circular_saw/alien, -/obj/item/weapon/surgical/scalpel/alien{ - pixel_y = 8 - }, -/obj/effect/floor_decal/techfloor{ - dir = 4 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"hPd" = ( -/obj/structure/railing/grey{ - pixel_y = 0; - dir = 8 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"hPe" = ( -/turf/unsimulated/wall/seperator, -/area/vr/outdoors/powered/cult) -"hPs" = ( -/obj/effect/floor_decal/techfloor, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"hPU" = ( -/obj/random/cash/huge, -/obj/random/cash/huge, -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/dungeon) -"hQk" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/structure/cable{ - d2 = 2; - icon_state = "0-2" - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"hQt" = ( -/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) -"hQX" = ( -/obj/machinery/atmospherics/unary/cryo_cell, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"hRJ" = ( -/turf/simulated/floor/cult{ - icon_state = "cult-narsie" - }, -/area/vr/outdoors/powered/cult) -"hRX" = ( -/obj/machinery/light, -/obj/effect/floor_decal/spline/fancy/wood, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"hSa" = ( -/obj/structure/table/marble, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"hSo" = ( -/obj/effect/simple_portal/linked{ - portal_id = 669 - }, -/obj/effect/floor_decal/spline/fancy{ - icon_state = "spline_fancy_full" - }, -/turf/simulated/floor/lava/harmless, -/area/vr/powered/cult) -"hSu" = ( -/obj/structure/flora/ausbushes/fullgrass, -/turf/simulated/mineral/sif, -/area/vr/powered/rocks) -"hSS" = ( -/obj/structure/fans, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/sciship) -"hSX" = ( -/obj/effect/floor_decal/techfloor{ - dir = 4 - }, -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"hTp" = ( -/obj/structure/bookcase, -/obj/item/weapon/book/manual, -/obj/item/weapon/book/manual, -/turf/simulated/floor/carpet/green, -/area/vr/powered/mall/dorms) -"hTq" = ( -/obj/machinery/mech_recharger, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/mecha/combat/marauder/seraph, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/space/mechfactory) -"hTV" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/food/snacks/pancakes{ - pixel_y = -6; - pixel_x = 12 - }, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"hUq" = ( -/obj/structure/inflatable, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"hUV" = ( -/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/cult) -"hVb" = ( -/obj/structure/window/reinforced/survival_pod{ - dir = 4 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"hVo" = ( -/obj/machinery/door/airlock{ - id_tag = "VR3"; - name = "VR Beachhouse 3" - }, -/turf/simulated/floor/wood, -/area/vr/powered) -"hVB" = ( -/obj/structure/table/marble, -/obj/machinery/microwave{ - pixel_x = -1; - pixel_y = 17 - }, -/obj/item/weapon/reagent_containers/food/condiment/carton/flour{ - pixel_x = -5; - pixel_y = -2 - }, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"hVP" = ( -/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/space/mechfactory) -"hWB" = ( -/obj/structure/table/marble{ - pixel_y = 0 - }, -/obj/machinery/reagentgrinder, -/obj/effect/step_trigger/teleporter/poi{ - teleport_x = 250; - teleport_y = 249 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"hXb" = ( -/obj/machinery/vending/snack, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"hXy" = ( -/obj/structure/railing/grey, -/obj/structure/disposalpipe/segment{ - dir = 8; - icon_state = "pipe-c" - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"hXB" = ( -/obj/structure/bed/double/padded, -/obj/item/weapon/bedsheet/iandouble, -/turf/simulated/floor/carpet/blucarpet, -/area/vr/powered) -"hXV" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"hYK" = ( -/obj/effect/map_effect/perma_light/brighter, -/turf/simulated/floor/wood, -/area/vr/powered/conspawn) -"hZc" = ( -/obj/structure/bed/pod, -/obj/item/weapon/bedsheet/hos, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/space/sciship) -"hZi" = ( -/obj/machinery/mech_recharger, -/obj/mecha/combat/gygax/old, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/space/sciship) -"hZD" = ( -/obj/structure/table/marble, -/obj/structure/window/reinforced{ - dir = 8; - health = 1e+006 - }, -/obj/item/weapon/reagent_containers/food/snacks/cheesewedge{ - pixel_y = -5; - pixel_x = 9 - }, -/obj/item/weapon/reagent_containers/food/snacks/cheesewedge{ - pixel_y = -5; - pixel_x = -7 - }, -/obj/item/weapon/reagent_containers/food/snacks/cheesewedge{ - pixel_y = -5; - pixel_x = -3 - }, -/obj/item/weapon/reagent_containers/food/snacks/cheesewedge{ - pixel_y = -5; - pixel_x = 1 - }, -/obj/item/weapon/reagent_containers/food/snacks/cheesewedge{ - pixel_y = -5; - pixel_x = 6 - }, -/obj/fruitspawner/lettuce{ - pixel_y = 1; - pixel_x = 11 - }, -/obj/fruitspawner/lettuce{ - pixel_y = 1; - pixel_x = -7 - }, -/obj/fruitspawner/lettuce{ - pixel_y = 1; - pixel_x = -2 - }, -/obj/fruitspawner/lettuce{ - pixel_y = 1; - pixel_x = 3 - }, -/obj/fruitspawner/lettuce{ - pixel_y = 1; - pixel_x = 7 - }, -/obj/fruitspawner/tomato{ - pixel_y = 7; - pixel_x = 11 - }, -/obj/fruitspawner/tomato{ - pixel_y = 7; - pixel_x = -8 - }, -/obj/fruitspawner/tomato{ - pixel_y = 7; - pixel_x = -3 - }, -/obj/fruitspawner/tomato{ - pixel_y = 7; - pixel_x = 2 - }, -/obj/fruitspawner/tomato{ - pixel_y = 7; - pixel_x = 7 - }, -/obj/fruitspawner/onion{ - pixel_y = 12; - pixel_x = 10 - }, -/obj/fruitspawner/onion{ - pixel_y = 12; - pixel_x = -9 - }, -/obj/fruitspawner/onion{ - pixel_y = 12; - pixel_x = -4 - }, -/obj/fruitspawner/onion{ - pixel_y = 12; - pixel_x = 1 - }, -/obj/fruitspawner/onion{ - pixel_y = 12; - pixel_x = 5 - }, -/obj/effect/floor_decal/corner/lime/border{ - dir = 8 - }, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"hZF" = ( -/obj/item/robot_parts/robot_component/actuator, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"hZR" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"iac" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/table/rack/shelf/steel, -/obj/random/cigarettes, -/obj/random/cigarettes, -/obj/random/cigarettes, -/turf/simulated/floor/tiled, -/area/vr/powered/constore) -"iam" = ( -/obj/structure/table/woodentable, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"iav" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/structure/table/rack/shelf/steel, -/obj/item/clothing/suit/armor/pcarrier, -/obj/item/clothing/suit/armor/pcarrier, -/obj/item/clothing/suit/armor/pcarrier, -/obj/item/clothing/suit/armor/pcarrier, -/obj/item/clothing/suit/armor/pcarrier, -/obj/item/clothing/suit/armor/pcarrier, -/obj/item/clothing/suit/armor/pcarrier/explorer/deluxe, -/obj/item/clothing/suit/armor/pcarrier/explorer/deluxe, -/obj/item/clothing/suit/armor/pcarrier/explorer/deluxe, -/obj/item/clothing/suit/armor/pcarrier/explorer/deluxe, -/obj/item/clothing/suit/armor/pcarrier/explorer/deluxe, -/obj/item/clothing/suit/armor/pcarrier/explorer/deluxe, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"iaS" = ( -/obj/machinery/atmospherics/unary/cryo_cell, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/space/whiteship) -"ibk" = ( -/obj/structure/bed/chair/bay/comfy/black{ - dir = 1 - }, -/obj/effect/decal/remains, -/obj/effect/decal/cleanable/blood, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/dungeon) -"icz" = ( -/obj/structure/sign/warning/vacuum, -/turf/unsimulated/wall, -/area/vr/powered/cult) -"icB" = ( -/obj/structure/closet/secure_closet/freezer/kitchen{ - locked = 0 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"idM" = ( -/obj/structure/window/reinforced/survival_pod{ - dir = 8 - }, -/obj/machinery/door/blast/regular/open{ - id = "stargazer_blast"; - name = "window blast shield" - }, -/obj/item/weapon/material/shard/plastitaniumglass, -/turf/simulated/shuttle/plating, -/area/vr/powered/dungeon) -"idO" = ( -/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/cult) -"iea" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered) -"ieF" = ( -/obj/structure/cliff/automatic/corner{ - dir = 9 - }, -/turf/simulated/floor/weird_things/dark, -/area/vr/powered/mall/backrooms) -"ieM" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 6 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"ifd" = ( -/obj/structure/table/hardwoodtable, -/obj/item/device/flashlight/lamp/green, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered/mall/dorms) -"ifF" = ( -/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/space/sciship) -"ifX" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/machinery/appliance/cooker/oven, -/obj/machinery/light/small{ - brightness_color = "#DA0205"; - brightness_power = 1; - brightness_range = 5; - dir = 8; - nightshift_enabled = 1 - }, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall/dorms) -"igf" = ( -/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/space/whiteship) -"ign" = ( -/obj/machinery/oxygen_pump/anesthetic, -/turf/simulated/wall/titanium, -/area/vr/powered/dungeon) -"igE" = ( -/obj/effect/simple_portal/linked{ - name = "Fast Travel to ???"; - portal_id = 72 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/outdoors/powered) -"ihy" = ( -/obj/random/junk, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"ihz" = ( -/obj/random/trash, -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"ihA" = ( -/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/space/sciship) -"ihP" = ( -/obj/structure/fence{ - dir = 4 - }, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"ihR" = ( -/obj/structure/closet/crate/trashcart, -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"ijw" = ( -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_y = 1; - pixel_x = -4 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_x = 13; - pixel_y = 10 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_x = 5; - pixel_y = 10 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_y = 10 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_y = 6 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_y = -2; - pixel_x = 6 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_y = 5; - pixel_x = -4 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_y = 2 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_y = -3 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_y = -8 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_y = -8; - pixel_x = 13 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_y = -4; - pixel_x = 13 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_y = -2; - pixel_x = 13 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_x = 10; - pixel_y = 10 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"ijL" = ( -/obj/structure/showcase/sign{ - name = "WARNING: OSHA VIOLATIONS"; - desc = "Don't Fall." - }, -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/lava) -"ikE" = ( -/turf/unsimulated/floor/tiled/techfloor, -/area/vr/powered/mall) -"ilo" = ( -/obj/structure/table/rack/shelf/steel, -/obj/random/mech_toy, -/obj/random/mech_toy{ - pixel_y = 5 - }, -/obj/random/mech_toy{ - pixel_y = 2 - }, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall) -"ilU" = ( -/obj/effect/blocker, -/turf/simulated/floor/airless, -/area/vr/space) -"imi" = ( -/obj/structure/window/phoronreinforced{ - dir = 4 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/cult) -"imW" = ( -/obj/item/weapon/photo, -/obj/item/weapon/photo{ - pixel_x = 4 - }, -/obj/structure/table/bench/wooden, -/turf/simulated/floor/wood, -/area/vr/powered) -"inj" = ( -/obj/effect/floor_decal/techfloor, -/obj/machinery/light/poi, -/obj/machinery/button/remote/blast_door{ - id = "alienroompuzzlevr"; - name = "Alien Room Unlocker"; - dir = 4; - pixel_x = 8; - pixel_y = -24 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"ink" = ( -/obj/machinery/vending/snlvend, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"inl" = ( -/obj/machinery/atmospherics/pipe/manifold4w/visible, -/obj/machinery/meter, -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/whiteship) -"iny" = ( -/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/cult) -"inR" = ( -/obj/structure/table/marble, -/obj/structure/sink/countertop{ - dir = 1; - pixel_x = 1; - pixel_y = -1 - }, -/obj/structure/window/basic, -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"inS" = ( -/obj/machinery/light/floortube{ - dir = 1 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"ion" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/melee/energy/sword, -/obj/item/weapon/melee/energy/sword, -/obj/fiftyspawner/durasteel, -/obj/fiftyspawner/durasteel, -/turf/simulated/shuttle/floor/darkred, -/area/vr/powered/armory) -"ioo" = ( -/obj/structure/cliff/automatic{ - dir = 2 - }, -/turf/simulated/floor/water/indoors{ - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"ioC" = ( -/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) -"ipY" = ( -/turf/space, -/area/vr/space) -"iqq" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/food/snacks/pastatomato, -/turf/simulated/floor/wood, -/area/vr/powered/conspawn) -"iqt" = ( -/obj/effect/floor_decal/industrial/warning/corner, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"irA" = ( -/turf/simulated/floor/tiled/neutral, -/area/vr/powered) -"isZ" = ( -/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/space/whiteship) -"ita" = ( -/obj/structure/table/steel_reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced, -/obj/item/weapon/reagent_containers/food/snacks/poppypretzel{ - pixel_y = 2; - pixel_x = -7 - }, -/obj/item/weapon/reagent_containers/food/snacks/poppypretzel{ - pixel_y = -2; - pixel_x = -7 - }, -/obj/item/weapon/reagent_containers/food/snacks/poppypretzel{ - pixel_y = 2; - pixel_x = -7 - }, -/obj/item/weapon/reagent_containers/food/snacks/poppypretzel{ - pixel_y = -3; - pixel_x = 3 - }, -/obj/item/weapon/reagent_containers/food/snacks/poppypretzel{ - pixel_y = 6; - pixel_x = -7 - }, -/obj/item/weapon/reagent_containers/food/snacks/poppypretzel{ - pixel_y = 6; - pixel_x = 3 - }, -/obj/item/weapon/reagent_containers/food/snacks/poppypretzel{ - pixel_y = 2; - pixel_x = 3 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"itq" = ( -/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/cult) -"itz" = ( -/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, -/obj/machinery/light, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"itJ" = ( -/obj/structure/curtain/open/privacy, -/obj/effect/floor_decal/techfloor, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"itO" = ( -/obj/structure/table/rack/wood, -/obj/item/clothing/under/teshari/undercoat/standard/black{ - pixel_x = -5 - }, -/obj/item/clothing/under/teshari/undercoat/standard/black_green, -/obj/item/clothing/under/teshari/undercoat/standard/black_orange{ - pixel_x = -10 - }, -/obj/item/clothing/under/teshari/undercoat/standard/black_red{ - pixel_y = 0; - pixel_x = 7 - }, -/obj/item/clothing/under/teshari/undercoat/standard/pink_grey{ - pixel_y = 9; - pixel_x = 7 - }, -/obj/item/clothing/under/teshari/undercoat/standard/rainbow{ - pixel_y = 9 - }, -/obj/item/clothing/under/teshari/undercoat/standard/white_grey{ - pixel_y = 9; - pixel_x = -5 - }, -/obj/item/clothing/under/teshari/undercoat/standard/yellow_grey{ - pixel_y = 9; - pixel_x = -11 - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 9 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"iuB" = ( -/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) -"iuL" = ( -/obj/item/weapon/stool/baystool/padded{ - dir = 8 - }, -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall) -"ivc" = ( -/obj/structure/prop/statue/pillar, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"ivx" = ( -/obj/structure/bed/chair/sofa/bench/marble{ - pixel_y = 0; - dir = 4 - }, -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/mall) -"ivI" = ( -/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) -"ivK" = ( -/obj/machinery/vending/dinnerware{ - dir = 1 - }, -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"iwO" = ( -/obj/effect/decal/remains/xeno, -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"ixm" = ( -/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/space/mechfactory) -"ixu" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"ixA" = ( -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/obj/effect/floor_decal/techfloor{ - dir = 4 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"ixQ" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/mall/dorms) -"ixS" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"ixU" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 9 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"iyq" = ( -/obj/structure/table/steel_reinforced, -/obj/item/weapon/gun/energy/mouseray/metamorphosis/advanced, -/obj/item/weapon/gun/energy/mouseray/metamorphosis/advanced, -/obj/item/weapon/gun/energy/mouseray/medical{ - pixel_y = -7 - }, -/obj/machinery/recharger/wallcharger{ - pixel_x = -24 - }, -/obj/item/device/denecrotizer/medical, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building2) -"iyK" = ( -/obj/item/weapon/reagent_containers/food/snacks/syndicake, -/turf/simulated/floor/airless, -/area/vr/space) -"iyU" = ( -/obj/structure/cliff/automatic{ - dir = 5 - }, -/turf/simulated/floor/weird_things/dark, -/area/vr/powered/mall/backrooms) -"izi" = ( -/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/cult) -"izI" = ( -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered/motel) -"izM" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/cleanable/confetti, -/obj/item/weapon/grenade/confetti/party_ball, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"iBy" = ( -/obj/machinery/computer/operating{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"iBN" = ( -/obj/effect/floor_decal/rust, -/obj/item/weapon/bone/arm{ - pixel_x = 9 - }, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"iCS" = ( -/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/space/whiteship) -"iDh" = ( -/obj/structure/table/steel_reinforced, -/obj/item/device/perfect_tele, -/obj/item/device/perfect_tele, -/obj/item/device/perfect_tele, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building2) -"iDi" = ( -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/fullgrass, -/turf/unsimulated/wall, -/area/vr/outdoors/powered) -"iDr" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/effect/floor_decal/corner/black/diagonal, -/obj/item/weapon/storage/fancy/egg_box, -/obj/item/weapon/storage/fancy/egg_box, -/turf/simulated/floor/tiled/old_cargo/purple, -/area/vr/powered/mall/dorms) -"iDR" = ( -/obj/structure/table/rack/shelf, -/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/floor/tiled, -/area/vr/powered/gunshop) -"iEu" = ( -/obj/machinery/vending/deluxe_boozeomat{ - req_access = null; - req_log_access = null - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"iEH" = ( -/obj/item/weapon/beach_ball/holoball, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"iET" = ( -/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) -"iFg" = ( -/obj/effect/map_effect/perma_light/brighter, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"iFv" = ( -/obj/machinery/light/floortube{ - dir = 4 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"iGx" = ( -/obj/structure/table/marble, -/obj/effect/floor_decal/corner/red/diagonal, -/obj/item/weapon/storage/box/buns{ - pixel_y = -3 - }, -/obj/item/weapon/storage/box/buns{ - pixel_y = 10 - }, -/obj/item/weapon/storage/box/buns, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"iGA" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 4 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/dungeon) -"iGH" = ( -/obj/structure/table/wooden_reinforced, -/obj/machinery/cash_register, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall) -"iGJ" = ( -/obj/effect/floor_decal/corner/paleblue{ - dir = 10 - }, -/obj/machinery/light/small, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"iHV" = ( -/obj/effect/floor_decal/milspec/color/silver, -/obj/structure/toilet{ - dir = 4 - }, -/obj/machinery/light/small{ - brightness_color = "#DA0205"; - brightness_power = 1; - brightness_range = 5; - dir = 8; - nightshift_enabled = 1 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall/dorms) -"iIl" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/space/mechfactory) -"iID" = ( -/obj/machinery/optable, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"iIT" = ( -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/powered/rocks) -"iIY" = ( -/obj/item/weapon/gun/projectile/automatic/serdy/hunter, -/obj/item/ammo_magazine/m762svd, -/obj/item/ammo_magazine/m762svd, -/obj/item/ammo_magazine/m762svd, -/obj/item/ammo_magazine/m762svd, -/obj/structure/table/rack/shelf, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"iJm" = ( -/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/cult) -"iKf" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/structure/fireaxecabinet{ - pixel_x = 32 - }, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/space/whiteship) -"iLp" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 10 - }, -/obj/machinery/light{ - dir = 8; - overlay_color = "#FFFEB8" - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"iLY" = ( -/obj/effect/landmark/virtual_reality{ - name = "Abandoned Mech Factory" - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/space/mechfactory) -"iMi" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"iMu" = ( -/obj/structure/table/rack/shelf/steel, -/obj/random/maintenance/cargo, -/obj/structure/table/marble, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"iMU" = ( -/obj/machinery/door/window/survival_pod{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered/space/whiteship) -"iNt" = ( -/obj/structure/window/basic, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"iNw" = ( -/obj/machinery/vending/wardrobe/janidrobe{ - req_access = null - }, -/turf/simulated/floor/tiled{ - outdoors = 1 - }, -/area/vr/powered/vendor) -"iNx" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/carpet/retro, -/area/vr/powered/mall/dorms) -"iNM" = ( -/obj/structure/table/alien/blue, -/obj/item/weapon/surgical/bonegel, -/obj/item/weapon/surgical/bone_clamp/alien, -/obj/machinery/light/poi{ - dir = 1 - }, -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"iOk" = ( -/obj/machinery/space_heater, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/plating, -/area/vr/powered/space/sciship) -"iOD" = ( -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"iPf" = ( -/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/space/mechfactory) -"iQe" = ( -/obj/structure/flora/ausbushes/ywflowers, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"iRw" = ( -/obj/structure/bed/chair/office/dark{ - pixel_y = 0; - dir = 4 - }, -/turf/simulated/floor/wood, -/area/vr/powered/dungeon) -"iSq" = ( -/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/rocks) -"iTd" = ( -/obj/structure/table/bench/wooden, -/obj/machinery/light{ - dir = 4 - }, -/obj/item/device/flash, -/turf/simulated/floor/wood, -/area/vr/powered/space/whiteship) -"iUa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/structure/shuttle/window, -/obj/machinery/door/firedoor/glass, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/whiteship) -"iUb" = ( -/obj/machinery/door/airlock/multi_tile/metal, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"iUv" = ( -/obj/structure/flora/lily2, -/turf/simulated/floor/water/deep{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"iVL" = ( -/obj/effect/catwalk_plated/dark, -/obj/item/weapon/banner/blue, -/turf/simulated/floor/airless, -/area/vr/powered/space/sciship) -"iVO" = ( -/obj/machinery/button/windowtint{ - id = "vrmalltint5"; - pixel_x = -22 - }, -/turf/simulated/floor/carpet, -/area/vr/powered/mall/dorms) -"iVQ" = ( -/obj/machinery/light/floortube/flicker{ - pixel_y = 5 - }, -/turf/simulated/floor/wood, -/area/vr/powered/cult) -"iVU" = ( -/obj/structure/salvageable/data_os, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/vr/powered/mall/backrooms) -"iWc" = ( -/obj/item/weapon/stool/padded, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered/mall/dorms) -"iWn" = ( -/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) -"iWL" = ( -/obj/effect/decal/cleanable/blood, -/turf/simulated/floor/tiled, -/area/vr/powered/nuke) -"iXd" = ( -/turf/simulated/floor/outdoors/sidewalk/side{ - movement_cost = 0; - temperature = 293.15; - outdoors = 0 - }, -/area/vr/outdoors/powered) -"iXg" = ( -/obj/structure/table/hardwoodtable, -/obj/item/device/communicator, -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"iXv" = ( -/obj/structure/salvageable/server, -/turf/simulated/floor/airless, -/area/vr/powered/space/mechfactory) -"iXx" = ( -/obj/structure/table/rack/shelf/steel, -/obj/fiftyspawner/rods, -/obj/fiftyspawner/rods, -/obj/item/stack/material/plasteel{ - amount = 50 - }, -/obj/item/stack/material/plasteel{ - amount = 50 - }, -/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/space/whiteship) -"iXD" = ( -/obj/mecha/combat/fighter/baron{ - dir = 8 - }, -/turf/space, -/area/vr/space) -"iYh" = ( -/obj/machinery/vending/giftvendor, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"iYE" = ( -/turf/unsimulated/wall, -/area/vr/space) -"iYJ" = ( -/obj/structure/bed/chair/sofa/black, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"iYS" = ( -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/space/whiteship) -"iYT" = ( -/obj/item/trash/bowl, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"iZa" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/machinery/door/airlock/maintenance/engi{ - req_one_access = null - }, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"iZt" = ( -/obj/effect/floor_decal/corner/paleblue{ - dir = 6 - }, -/obj/machinery/light/small{ - dir = 4; - pixel_y = 0 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"iZF" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 6 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"iZH" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"iZU" = ( -/obj/structure/table/hardwoodtable, -/obj/machinery/light/floortube{ - dir = 8 - }, -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall) -"jay" = ( -/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/armory) -"jaI" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/turf/simulated/floor/wood/alt, -/area/vr/powered/mall) -"jaW" = ( -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 8 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"jbF" = ( -/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/armory) -"jbY" = ( -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"jcu" = ( -/obj/effect/step_trigger/teleporter/poi{ - teleport_x = 250; - teleport_y = 249 - }, -/obj/structure/window/reinforced/survival_pod{ - dir = 1; - density = 0; - color = "#cccccc" - }, -/turf/simulated/floor/weird_things/dark, -/area/vr/powered/mall) -"jcH" = ( -/obj/random/junk, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"jcI" = ( -/obj/structure/railing/grey, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"jcO" = ( -/obj/effect/fake_sun/always_day, -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"jcV" = ( -/obj/structure/window/reinforced/tinted{ - dir = 1 - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"jdU" = ( -/obj/structure/undies_wardrobe, -/turf/simulated/floor/carpet/blue, -/area/vr/powered/motel) -"jem" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/space/whiteship) -"jeP" = ( -/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" - }, -/turf/simulated/shuttle/plating, -/area/vr/powered/dungeon) -"jfb" = ( -/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) -"jfl" = ( -/obj/machinery/light{ - layer = 3 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/nuke) -"jft" = ( -/obj/structure/cult/tome, -/turf/simulated/floor/wood, -/area/vr/powered/cult) -"jfV" = ( -/obj/vehicle/boat{ - dir = 8 - }, -/obj/structure/lattice, -/turf/space, -/area/vr/space) -"jfY" = ( -/obj/effect/decal/cleanable/dirt, -/obj/random/junk, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"jgA" = ( -/obj/machinery/porta_turret/alien{ - faction = "neutral" - }, -/obj/machinery/light, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"jgH" = ( -/obj/structure/prop/rock/waterflat, -/turf/simulated/floor/water{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"jhb" = ( -/obj/item/trash/bowl, -/obj/item/weapon/corncob, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"jhd" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/material/fishing_net, -/obj/item/weapon/material/fishing_net, -/obj/machinery/light{ - layer = 3 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"jhj" = ( -/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) -"jhG" = ( -/turf/simulated/floor/water/beach/corner{ - dir = 4; - temperature = 311; - outdoors = 0 - }, -/area/vr/powered/rocks) -"jin" = ( -/obj/machinery/sleeper/survival_pod, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/sciship) -"jiD" = ( -/obj/structure/table/marble, -/turf/simulated/floor/redgrid/off, -/area/vr/powered/cult) -"jiV" = ( -/obj/structure/flora/pottedplant/tropical, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"jjh" = ( -/mob/living/simple_mob/construct/shade{ - ai_holder_type = null - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/cult) -"jjl" = ( -/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) -"jjo" = ( -/obj/structure/bed/chair/wood{ - dir = 1 - }, -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "h-kitchen" - }, -/turf/simulated/floor/wood, -/area/vr/powered) -"jjF" = ( -/obj/structure/cliff/automatic/corner{ - dir = 6 - }, -/turf/simulated/floor/lava, -/area/vr/outdoors/powered/lava) -"jjV" = ( -/obj/item/weapon/fossil/skull, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"jjY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 8 - }, -/obj/structure/shuttle/engine/heater{ - dir = 4 - }, -/turf/simulated/shuttle/wall, -/area/vr/powered/space/whiteship) -"jkL" = ( -/obj/structure/railing/grey{ - pixel_y = 0; - dir = 8 - }, -/obj/structure/prop/statue/pillar, -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/outdoors/powered) -"jkT" = ( -/obj/effect/floor_decal/rust, -/obj/item/weapon/bone/leg{ - pixel_y = 0; - pixel_x = -6 - }, -/obj/item/weapon/bone/leg{ - pixel_x = 4 - }, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"jle" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/storage/fancy/cigar/havana, -/obj/item/weapon/storage/fancy/cigar/havana, -/turf/simulated/floor/tiled, -/area/vr/powered/constore) -"jmG" = ( -/obj/structure/table/marble, -/obj/item/weapon/storage/box/donkpockets/teriyaki, -/obj/item/weapon/material/knife{ - pixel_y = 0; - pixel_x = 11 - }, -/obj/item/weapon/reagent_containers/glass/beaker{ - pixel_x = 5 - }, -/obj/item/weapon/material/kitchen/rollingpin, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"jmY" = ( -/obj/structure/loot_pile/surface/alien/engineering, -/obj/effect/floor_decal/techfloor{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"jng" = ( -/obj/machinery/gear_dispenser/suit/commonwealth, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"jnm" = ( -/obj/effect/map_effect/perma_light{ - light_color = "#5e4d26"; - light_range = 6 - }, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"jnx" = ( -/mob/living/simple_mob/animal/passive/raccoon_ch, -/turf/simulated/floor/tiled/white, -/area/vr/powered) -"jnE" = ( -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = -30 - }, -/turf/simulated/shuttle/floor/yellow, -/area/vr/powered/space/sciship) -"jnV" = ( -/obj/structure/barricade, -/obj/item/tape/police, -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/dungeon) -"joe" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 8 - }, -/obj/structure/cult/pylon, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"joA" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/glass/beaker/measuring_cup{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/item/weapon/reagent_containers/dropper{ - pixel_x = -4; - pixel_y = 5 - }, -/turf/simulated/floor/tiled/old_cargo/purple, -/area/vr/powered/mall/dorms) -"joP" = ( -/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) -"jpu" = ( -/obj/machinery/sleep_console{ - dir = 4 - }, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"jpL" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"jqv" = ( -/obj/machinery/vending/loadout/uniform, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"jrC" = ( -/obj/machinery/light, -/obj/effect/floor_decal/corner/lime/border, -/obj/effect/floor_decal/corner/lime/border{ - dir = 1 - }, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"jrF" = ( -/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) -"jrJ" = ( -/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/rocks) -"jrK" = ( -/obj/machinery/door/airlock/multi_tile/glass{ - dir = 2 - }, -/turf/simulated/floor/beach/sand/desert, -/area/vr/powered/mall/vw) -"jrR" = ( -/obj/machinery/vending/fishing, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/powered) -"jrV" = ( -/obj/machinery/gear_dispenser/suit/autolok, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"jrX" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"jsd" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 5 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"jsx" = ( -/obj/structure/table/marble, -/obj/structure/sink/countertop{ - pixel_y = 4; - dir = 4; - pixel_x = -4 - }, -/obj/effect/floor_decal/corner/black/diagonal, -/turf/simulated/floor/tiled/old_cargo, -/area/vr/powered/mall/dorms) -"jsF" = ( -/obj/machinery/vending/boozeomat{ - req_access = null - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"jsT" = ( -/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/space/mechfactory) -"jto" = ( -/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/space/sciship) -"jtJ" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/structure/reagent_dispensers/beerkeg/fakenuke, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"juM" = ( -/obj/structure/table/marble, -/obj/item/weapon/storage/box/glasses/meta/metapint{ - pixel_y = 0; - pixel_x = 4 - }, -/obj/item/weapon/storage/box/glasses/square{ - pixel_y = 0; - pixel_x = -7 - }, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall) -"jvh" = ( -/obj/structure/flora/smallbould, -/turf/simulated/floor/grass2{ - outdoors = 1; - temperature = 311 - }, -/area/vr/outdoors/powered) -"jvT" = ( -/obj/structure/disposalpipe/trunk{ - dir = 1 - }, -/obj/machinery/disposal/deliveryChute{ - dir = 2 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"jwx" = ( -/obj/structure/bed/chair/wood/wings{ - dir = 1 - }, -/turf/simulated/floor/carpet/sblucarpet, -/area/vr/powered) -"jwN" = ( -/obj/structure/flora/ausbushes/sunnybush, -/turf/unsimulated/wall, -/area/vr/outdoors/powered) -"jxe" = ( -/obj/structure/table/bench/wooden, -/turf/simulated/floor/carpet/blue, -/area/vr/powered/mall/dorms) -"jxv" = ( -/obj/structure/table/standard, -/obj/item/device/taperecorder, -/obj/item/weapon/pen/blue{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"jxO" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/space/whiteship) -"jzh" = ( -/obj/structure/bed/chair/wood{ - dir = 2; - pixel_y = 0 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"jzk" = ( -/obj/structure/railing{ - dir = 1 - }, -/turf/simulated/floor/tiled/asteroid_steel{ - outdoors = 1; - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"jzI" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/material/sword/katana, -/obj/item/clothing/head/fedora, -/turf/simulated/floor/wood, -/area/vr/powered/dungeon) -"jAi" = ( -/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 - }, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/turf/simulated/floor/wood{ - outdoors = 1; - temperature = 311 - }, -/area/vr/outdoors/powered) -"jAB" = ( -/obj/machinery/artifact_scanpad, -/obj/effect/simple_portal/linked{ - portal_id = 669 - }, -/obj/effect/map_effect/interval/effect_emitter/sparks, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/mechfactory) -"jBJ" = ( -/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/space/whiteship) -"jBR" = ( -/obj/machinery/door/airlock/multi_tile/glass{ - dir = 2 - }, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall) -"jCk" = ( -/obj/structure/bed/double/padded, -/obj/item/weapon/bedsheet/mimedouble, -/turf/simulated/floor/carpet/sblucarpet, -/area/vr/powered/cult) -"jDe" = ( -/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, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"jDE" = ( -/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) -"jDI" = ( -/obj/structure/table/rack/wood, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"jDN" = ( -/obj/machinery/feeder, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"jDX" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 9 - }, -/obj/item/weapon/reagent_containers/food/snacks/ricecake, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"jDY" = ( -/obj/effect/floor_decal/corner/blue/diagonal{ - dir = 4 - }, -/obj/structure/table/standard, -/obj/item/clothing/accessory/stethoscope, -/obj/item/weapon/folder/white, -/turf/simulated/floor/tiled/white, -/area/vr/powered/dungeon) -"jEr" = ( -/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/space/sciship) -"jEw" = ( -/obj/structure/table/steel, -/obj/item/device/tvcamera, -/obj/item/device/tvcamera, -/obj/item/device/tvcamera, -/obj/item/device/tvcamera, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/turf/simulated/floor/wood{ - outdoors = 1; - temperature = 311 - }, -/area/vr/outdoors/powered) -"jED" = ( -/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/space/sciship) -"jEX" = ( -/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/armory) -"jEZ" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/carpet, -/area/vr/powered/art) -"jFf" = ( -/turf/simulated/floor/carpet/tealcarpet, -/area/vr/powered/mall/dorms) -"jFD" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"jFH" = ( -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"jGt" = ( -/obj/item/weapon/flamethrower/full, -/turf/simulated/floor/tiled, -/area/vr/powered/nuke) -"jGB" = ( -/mob/living/simple_mob/animal/passive/fish/measelshark, -/turf/simulated/floor/water/deep{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"jGS" = ( -/obj/structure/bookcase, -/obj/item/weapon/book/bundle/custom_library/fiction/coldmountain, -/obj/item/weapon/book/bundle/custom_library/fiction/manfromsnowyriver, -/obj/item/weapon/book/bundle/custom_library/fiction/metalglen, -/obj/item/weapon/book/bundle/custom_library/nonfiction/viabilityofcorporategov, -/obj/item/weapon/book/bundle/custom_library/nonfiction/riseandfallofpersianempire, -/obj/item/weapon/book/bundle/custom_library/nonfiction/skrelliancastesystem, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall/dorms) -"jGX" = ( -/obj/structure/bed/chair/wood/wings{ - dir = 1 - }, -/obj/effect/floor_decal/spline/fancy, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"jHb" = ( -/obj/structure/table/rack/shelf/steel, -/obj/effect/floor_decal/industrial/warning, -/obj/item/ammo_magazine/m9mmAdvanced, -/obj/item/ammo_magazine/m9mmAdvanced, -/obj/item/ammo_magazine/m9mmAdvanced, -/obj/item/ammo_magazine/m9mmAdvanced, -/obj/item/ammo_magazine/m9mmAdvanced, -/obj/item/ammo_magazine/m9mmAdvanced, -/obj/item/ammo_magazine/m9mmAdvanced, -/obj/item/ammo_magazine/m9mmAdvanced, -/obj/item/ammo_magazine/m9mmAdvanced, -/obj/item/ammo_magazine/m9mmAdvanced, -/obj/item/ammo_magazine/m9mmAdvanced, -/obj/item/ammo_magazine/m9mmAdvanced, -/obj/item/ammo_magazine/m9mmAdvanced, -/obj/item/ammo_magazine/m9mmAdvanced, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"jHf" = ( -/obj/effect/floor_decal/spline/fancy/wood, -/obj/machinery/light, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"jHo" = ( -/obj/machinery/door/window/survival_pod{ - dir = 2 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"jIm" = ( -/obj/structure/railing, -/turf/simulated/floor/outdoors/sidewalk/side{ - movement_cost = 0; - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"jIp" = ( -/obj/structure/table/bench/wooden, -/obj/item/weapon/pen/blade/blue, -/turf/simulated/floor/carpet/tealcarpet, -/area/vr/powered/mall/dorms) -"jIV" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/machinery/light{ - dir = 8; - layer = 3 - }, -/turf/simulated/floor/wood/alt, -/area/vr/powered/mall) -"jIZ" = ( -/obj/machinery/light/lamppost, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"jJx" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/table/marble, -/obj/fruitspawner/potato, -/obj/fruitspawner/potato, -/obj/fruitspawner/potato, -/obj/fruitspawner/potato, -/obj/fruitspawner/potato, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"jJF" = ( -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/powered/dungeon) -"jJV" = ( -/obj/structure/table/marble, -/obj/structure/sink/countertop{ - dir = 8; - pixel_y = 0 - }, -/obj/item/weapon/reagent_containers/glass/beaker{ - pixel_x = 5 - }, -/obj/machinery/light{ - dir = 4; - layer = 3 - }, -/obj/item/weapon/paper{ - info = "Fresh bread... Fresh bread... Every Day, it's fresh bread..."; - name = "Stained sheet of paper"; - pixel_y = 0; - pixel_x = -9 - }, -/obj/effect/floor_decal/corner/lime/border{ - dir = 4 - }, -/obj/effect/floor_decal/corner/lime/border{ - dir = 8 - }, -/obj/item/weapon/material/kitchen/rollingpin, -/obj/item/weapon/material/knife{ - pixel_y = 0; - pixel_x = 11 - }, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"jKl" = ( -/obj/effect/landmark/button_mob_spawner_landmark/second, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building2) -"jKA" = ( -/obj/machinery/door/airlock{ - id_tag = "VR1"; - name = "VR Beachhouse 1" - }, -/turf/simulated/floor/wood, -/area/vr/powered) -"jKT" = ( -/obj/effect/floor_decal/corner/blue/diagonal{ - dir = 4 - }, -/obj/structure/undies_wardrobe, -/turf/simulated/floor/tiled/white, -/area/vr/powered/dungeon) -"jLk" = ( -/obj/machinery/light/lamppost, -/turf/simulated/floor/outdoors/sidewalk/slab{ - temperature = 293.15; - movement_cost = 0 - }, -/area/vr/outdoors/powered) -"jLr" = ( -/obj/structure/flora/ausbushes/brflowers, -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"jMc" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ - dir = 8 - }, -/obj/machinery/space_heater, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/space/whiteship) -"jMn" = ( -/obj/structure/salvageable/slotmachine1, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"jMy" = ( -/obj/effect/floor_decal/techfloor/corner, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"jMH" = ( -/obj/effect/decal/cleanable/dirt, -/obj/random/trash, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"jNk" = ( -/obj/machinery/light/bigfloorlamp{ - light_range = 10 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"jNo" = ( -/turf/simulated/floor/outdoors/grass{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/mall) -"jNH" = ( -/obj/structure/salvageable/machine_os, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/vr/powered/mall/backrooms) -"jNJ" = ( -/obj/structure/bed/chair/wood{ - dir = 1; - pixel_y = 0 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"jNK" = ( -/obj/structure/sign/warning/lava, -/turf/simulated/wall/r_wall, -/area/vr/powered/redbase) -"jNO" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"jOx" = ( -/obj/machinery/door/airlock/glass_centcom{ - id_tag = "kalipsobolt"; - name = "Bridge" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/space/sciship) -"jOB" = ( -/obj/machinery/shuttle_sensor, -/turf/simulated/shuttle/wall/hard_corner, -/area/vr/powered/space/whiteship) -"jOP" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 10 - }, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/sciship) -"jPg" = ( -/obj/effect/floor_decal/corner/blue/diagonal{ - dir = 4 - }, -/obj/effect/decal/remains, -/turf/simulated/floor/tiled/white, -/area/vr/powered/dungeon) -"jPy" = ( -/obj/structure/table/standard, -/obj/machinery/reagentgrinder, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered/mall) -"jPG" = ( -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"jPP" = ( -/obj/effect/floor_decal/spline/fancy{ - icon_state = "spline_fancy_full" - }, -/turf/simulated/floor/lava/harmless, -/area/vr/powered/cult) -"jPQ" = ( -/obj/structure/table/wooden_reinforced, -/obj/structure/flora/pottedplant/smallcactus{ - pixel_y = 13 - }, -/turf/simulated/floor/wood, -/area/vr/powered/space/whiteship) -"jQx" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/table/marble, -/obj/machinery/microwave{ - pixel_y = 5; - pixel_x = -4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall/dorms) -"jQC" = ( -/obj/structure/table/hardwoodtable, -/obj/item/weapon/storage/box/glasses/square{ - pixel_x = 9; - pixel_y = 1 - }, -/obj/item/weapon/storage/box/glasses/rocks{ - pixel_y = 1; - pixel_x = -6 - }, -/obj/item/weapon/storage/box/glasses/pint{ - pixel_y = 11; - pixel_x = -6 - }, -/obj/item/weapon/storage/box/glasses/meta/metapint{ - pixel_y = 11; - pixel_x = 9 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"jQG" = ( -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/obj/machinery/light/poi{ - dir = 4 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/dungeon) -"jQI" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/purple, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered/motel) -"jQN" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/simple_door/wood, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"jQQ" = ( -/turf/simulated/floor/wood, -/area/vr/powered/art) -"jQY" = ( -/obj/structure/table/standard, -/obj/item/device/healthanalyzer/phasic, -/obj/item/device/healthanalyzer/phasic, -/obj/item/device/healthanalyzer/phasic, -/obj/item/device/healthanalyzer/phasic, -/obj/item/device/robotanalyzer, -/obj/item/device/robotanalyzer, -/obj/item/device/robotanalyzer, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"jRl" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 1 - }, -/obj/machinery/body_scanconsole, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"jRv" = ( -/obj/structure/bed/chair/sofa/right/brown{ - dir = 4 - }, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"jSK" = ( -/obj/structure/table/marble, -/obj/structure/sink/countertop{ - pixel_y = 4; - dir = 4; - pixel_x = -4 - }, -/obj/effect/floor_decal/corner/black/diagonal, -/turf/simulated/floor/tiled/old_cargo/purple, -/area/vr/powered/mall/dorms) -"jST" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"jTd" = ( -/obj/structure/salvageable/implant_container_os, -/obj/item/weapon/spacecash/c1, -/turf/simulated/floor/wood, -/area/vr/powered/dungeon) -"jTS" = ( -/obj/machinery/vending/tool{ - emagged = 1; - req_access = null; - req_log_access = null - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"jUt" = ( -/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) -"jVS" = ( -/obj/effect/floor_decal/milspec/color/silver, -/obj/structure/simple_door/wood, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall/dorms) -"jWs" = ( -/obj/effect/floor_decal/techfloor{ - dir = 6 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"jWv" = ( -/obj/structure/table/hardwoodtable, -/obj/item/device/ticket_printer/train, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"jXf" = ( -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/obj/structure/sign/department/drones{ - pixel_y = 32 - }, -/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/mecha_parts/mecha_equipment/tool/hydraulic_clamp, -/obj/item/mecha_parts/mecha_equipment/tool/hydraulic_clamp, -/obj/item/mecha_parts/mecha_equipment/tool/drill/diamonddrill, -/obj/item/mecha_parts/mecha_equipment/tool/drill/diamonddrill, -/obj/item/mecha_parts/mecha_equipment/tool/cable_layer, -/obj/item/mecha_parts/mecha_equipment/tool/cable_layer, -/obj/item/mecha_parts/mecha_equipment/speedboost, -/obj/item/mecha_parts/mecha_equipment/speedboost, -/obj/item/mecha_parts/component/hull/lightweight, -/obj/item/mecha_parts/component/hull/lightweight, -/obj/item/mecha_parts/component/hull/durable, -/obj/item/mecha_parts/component/hull/durable, -/obj/item/mecha_parts/component/armor/alien, -/obj/item/mecha_parts/component/armor/lightweight, -/obj/item/mecha_parts/component/armor/marshal/reinforced, -/obj/item/mecha_parts/component/armor/marshal, -/obj/item/mecha_parts/component/armor/military, -/obj/item/mecha_parts/component/armor/military/marauder, -/obj/item/mecha_parts/mecha_equipment/runningboard, -/obj/item/mecha_parts/mecha_equipment/repair_droid, -/obj/item/mecha_parts/mecha_equipment/omni_shield, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/grenade/frag, -/obj/item/mecha_parts/mecha_equipment/weapon/ballistic/missile_rack/grenade, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/space/sciship) -"jXX" = ( -/obj/item/weapon/storage/part_replacer/adv/discount_bluespace, -/turf/simulated/floor/outdoors/sidewalk/slab{ - temperature = 293.15; - movement_cost = 0 - }, -/area/vr/outdoors/powered) -"jYM" = ( -/turf/simulated/floor/wood/broken, -/area/vr/powered/space/whiteship) -"jZl" = ( -/obj/structure/flora/tree/jungle_small, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"jZo" = ( -/obj/structure/table/hardwoodtable, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"jZq" = ( -/obj/structure/cult/talisman, -/obj/effect/floor_decal/spline/fancy{ - dir = 8 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"jZZ" = ( -/turf/simulated/floor/outdoors/sidewalk/slab{ - movement_cost = 0; - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/mall) -"kao" = ( -/obj/structure/bookcase, -/obj/item/weapon/book/manual, -/obj/item/weapon/book/manual, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered/mall/dorms) -"kaK" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"kbv" = ( -/obj/structure/holohoop{ - dir = 1 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"kby" = ( -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"kbZ" = ( -/obj/machinery/appliance/cooker/fryer, -/turf/simulated/floor/wood/alt, -/area/vr/powered/mall) -"kch" = ( -/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) -"kck" = ( -/obj/structure/window/phoronbasic, -/obj/item/device/camerabug, -/obj/machinery/flasher{ - pixel_y = -7 - }, -/obj/machinery/door/window/westleft{ - dir = 1 - }, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"kcu" = ( -/obj/machinery/light/floortube{ - dir = 1 - }, -/turf/simulated/floor/outdoors/sidewalk/slab{ - movement_cost = 0; - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/mall) -"kcS" = ( -/obj/structure/table/rack/shelf/steel, -/obj/random/maintenance/cargo, -/obj/random/maintenance/cargo, -/obj/random/maintenance/morestuff, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"kcZ" = ( -/turf/simulated/wall/solidrock, -/area/vr/powered/rocks) -"kdJ" = ( -/mob/living/simple_mob/animal/passive/pillbug, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"kej" = ( -/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) -"keX" = ( -/obj/structure/prop/rock/sharp, -/turf/simulated/floor/outdoors/dirt{ - temperature = 311; - outdoors = 0 - }, -/area/vr/powered/rocks) -"kfo" = ( -/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) -"kfJ" = ( -/obj/structure/table/fancyblack, -/obj/item/weapon/reagent_containers/food/snacks/roastbeef, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"kfL" = ( -/obj/structure/window/reinforced/survival_pod{ - dir = 8 - }, -/obj/structure/cryofeed, -/turf/simulated/floor/greengrid/nitrogen, -/area/vr/powered/space/sciship) -"kfS" = ( -/obj/structure/table/steel_reinforced, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered/mall) -"kgu" = ( -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/snacks/kitsuneudon{ - pixel_y = 4 - }, -/obj/item/weapon/reagent_containers/food/snacks/kitsuneudon{ - pixel_y = -6 - }, -/obj/item/weapon/reagent_containers/food/snacks/kitsuneudon{ - pixel_y = -6 - }, -/obj/item/weapon/reagent_containers/food/snacks/kitsuneudon{ - pixel_y = 0 - }, -/obj/item/weapon/reagent_containers/food/snacks/omurice{ - pixel_y = 16; - pixel_x = 2 - }, -/obj/item/weapon/reagent_containers/food/snacks/omurice{ - pixel_y = 16; - pixel_x = -7 - }, -/obj/item/weapon/reagent_containers/food/snacks/omurice{ - pixel_y = 16; - pixel_x = -3 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"khm" = ( -/obj/effect/floor_decal/industrial/warning, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5 - }, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/space/whiteship) -"khz" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/machinery/door/firedoor/glass, -/turf/simulated/floor/tiled/steel_grid, -/area/vr/powered/space/whiteship) -"khC" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 6 - }, -/turf/simulated/floor/beach/sand/desert, -/area/vr/outdoors/powered/mall) -"khJ" = ( -/obj/structure/bookcase, -/obj/item/weapon/book/bundle/custom_library/fiction/coldmountain, -/obj/item/weapon/book/bundle/custom_library/fiction/manfromsnowyriver, -/obj/item/weapon/book/bundle/custom_library/fiction/metalglen, -/obj/item/weapon/book/bundle/custom_library/nonfiction/viabilityofcorporategov, -/obj/item/weapon/book/bundle/custom_library/nonfiction/riseandfallofpersianempire, -/obj/item/weapon/book/bundle/custom_library/nonfiction/skrelliancastesystem, -/turf/simulated/floor/carpet, -/area/vr/powered/mall/dorms) -"khN" = ( -/obj/structure/cult/pylon, -/obj/effect/floor_decal/spline/fancy{ - dir = 6 - }, -/turf/simulated/floor/cult{ - icon_state = "cult-narsie" - }, -/area/vr/powered/cult) -"khR" = ( -/obj/machinery/door/airlock/alien{ - req_one_access = null - }, -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/obj/effect/floor_decal/techfloor, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"khU" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/obj/effect/floor_decal/corner/beige/border/shifted, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"kiv" = ( -/obj/machinery/fusion_fuel_compressor, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"kiI" = ( -/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/rocks) -"kiU" = ( -/obj/structure/table/glass, -/obj/item/weapon/storage/rollingpapers, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall/vw) -"kja" = ( -/obj/machinery/light{ - dir = 4; - layer = 3 - }, -/turf/simulated/floor/wood/alt, -/area/vr/powered/mall) -"kjg" = ( -/obj/structure/table/marble, -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/microwave, -/turf/simulated/floor/tiled/white, -/area/vr/powered) -"kji" = ( -/obj/structure/table/marble, -/obj/machinery/cash_register{ - dir = 4 - }, -/obj/effect/floor_decal/corner/lime/border{ - dir = 8 - }, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"kjk" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/structure/bed/padded, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"kkJ" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/railing{ - dir = 4 - }, -/turf/simulated/floor/outdoors/sidewalk/side{ - movement_cost = 0; - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"kkK" = ( -/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/space/whiteship) -"kkM" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"kkO" = ( -/obj/machinery/mech_recharger, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/mecha/combat/gygax/old, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/space/mechfactory) -"kls" = ( -/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) -"klI" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 5 - }, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"klO" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/structure/table/bench/steel, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"klX" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/table/woodentable, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"kmp" = ( -/obj/effect/decal/cleanable/dirt, -/obj/random/trash, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"kmu" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/item/weapon/stool/padded, -/turf/simulated/shuttle/floor/yellow, -/area/vr/powered/space/sciship) -"kmG" = ( -/turf/simulated/floor/water/beach/corner{ - dir = 1; - temperature = 311; - outdoors = 0 - }, -/area/vr/outdoors/powered) -"knh" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered/motel) -"kni" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/item/weapon/reagent_containers/food/snacks/spreads/butter, -/obj/item/weapon/reagent_containers/food/snacks/spreads/butter, -/obj/item/weapon/reagent_containers/food/snacks/spreads/butter, -/obj/item/weapon/reagent_containers/food/snacks/spreads/butter, -/obj/item/weapon/reagent_containers/food/snacks/spreads/butter, -/obj/item/weapon/reagent_containers/food/snacks/spreads/butter, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"knv" = ( -/obj/machinery/light/small, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"koH" = ( -/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/cult) -"kpq" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"kpw" = ( -/turf/simulated/wall/titanium, -/area/vr/powered/vet) -"kpF" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/unsimulated/floor/tiled/techfloor, -/area/vr/powered/mall) -"kqN" = ( -/obj/structure/table/rack/shelf/steel, -/obj/random/maintenance/research, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"krk" = ( -/obj/structure/table/steel_reinforced, -/obj/item/weapon/storage/box/handcuffs, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building2) -"ksd" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ - dir = 1 - }, -/obj/structure/reagent_dispensers/fueltank/high, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/space/whiteship) -"ksj" = ( -/obj/structure/flora/ausbushes/fullgrass, -/turf/simulated/floor/grass2{ - outdoors = 1; - temperature = 311 - }, -/area/vr/outdoors/powered) -"ksP" = ( -/obj/machinery/light/floortube/flicker{ - pixel_y = 5 - }, -/obj/structure/table/darkglass, -/obj/item/clothing/head/wizard/fake/realistic, -/obj/item/weapon/technomancer_core/universal, -/turf/simulated/shuttle/floor/voidcraft/dark, -/area/vr/powered/cult) -"kto" = ( -/obj/structure/salvageable/console_os, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"kuc" = ( -/mob/living/simple_mob/construct/artificer{ - dir = 8; - ai_holder_type = null - }, -/turf/simulated/floor/redgrid/off, -/area/vr/powered/cult) -"kuk" = ( -/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/space/whiteship) -"kum" = ( -/obj/machinery/portable_atmospherics/canister/phoron, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"kuq" = ( -/mob/living/simple_mob/animal/giant_spider/lurker, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"kur" = ( -/obj/effect/floor_decal/techfloor{ - dir = 4 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/dungeon) -"kuB" = ( -/obj/structure/bed/chair/wood{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/vr/powered/conspawn) -"kvd" = ( -/obj/structure/closet/secure_closet/freezer/kitchen{ - locked = 0 - }, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"kvh" = ( -/obj/structure/medical_stand/anesthetic, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"kvp" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/tiled/steel_dirty{ - color = "grey" - }, -/area/vr/powered/cult) -"kvT" = ( -/obj/structure/salvageable/data_os, -/turf/simulated/floor/wood, -/area/vr/powered/dungeon) -"kvX" = ( -/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/conspawn) -"kwH" = ( -/obj/structure/closet, -/obj/item/clothing/suit/storage/apron/white, -/obj/item/clothing/suit/storage/apron/white, -/turf/simulated/floor/plating, -/area/vr/powered/cafe) -"kxk" = ( -/turf/simulated/floor/carpet/sblucarpet, -/area/vr/powered) -"kxL" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered) -"kyA" = ( -/obj/random/soap, -/obj/random/soap, -/obj/random/soap, -/obj/structure/table/marble, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/cult) -"kyY" = ( -/obj/random/trash, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"kze" = ( -/obj/effect/floor_decal/techfloor, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"kzD" = ( -/obj/machinery/transhuman/autoresleever{ - respawn = 0; - vore_respawn = 0; - equip_body = 1; - name = "VR Ghost Cafe Spawn"; - desc = "Clicking on this as a ghost will spawn you in as a NPC exclusive to the VR world loaded into the station."; - ghost_spawns = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered/conspawn) -"kzS" = ( -/obj/random/trash, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/outdoors/dirt{ - temperature = 293.15; - outdoors = 0 - }, -/area/vr/powered/dungeon) -"kAh" = ( -/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) -"kAV" = ( -/obj/machinery/power/terminal, -/obj/structure/cable{ - d2 = 4; - icon_state = "0-4" - }, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"kBH" = ( -/obj/structure/table/marble, -/obj/structure/sink/countertop{ - dir = 2; - pixel_y = 7 - }, -/obj/item/trash/plate{ - pixel_y = -2 - }, -/obj/item/trash/plate, -/obj/item/trash/plate{ - pixel_y = 2 - }, -/obj/item/trash/plate{ - pixel_y = 4 - }, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"kBI" = ( -/obj/machinery/door/airlock/multi_tile/glass{ - dir = 2 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"kCO" = ( -/mob/living/simple_mob/animal/giant_spider/hunter, -/turf/simulated/floor/outdoors/mud{ - outdoors = -1; - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"kDr" = ( -/obj/machinery/vending/loadout/uniform, -/turf/simulated/floor/wood, -/area/vr/powered) -"kEv" = ( -/obj/item/weapon/storage/box/ambrosiadeus, -/obj/fruitspawner/ambrosia, -/obj/fruitspawner/ambrosia, -/obj/fruitspawner/ambrosia, -/turf/simulated/floor/beach/sand/desert, -/area/vr/powered/mall/vw) -"kFt" = ( -/obj/structure/flora/ausbushes/ppflowers, -/turf/simulated/floor/outdoors/grass{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/mall) -"kGx" = ( -/obj/effect/catwalk_plated/dark, -/turf/simulated/floor/airless, -/area/vr/space) -"kGF" = ( -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/cult) -"kGV" = ( -/obj/structure/bed/chair/sofa/left/beige{ - dir = 4 - }, -/turf/simulated/floor/carpet/blue, -/area/vr/powered/mall/dorms) -"kHl" = ( -/obj/structure/filingcabinet/chestdrawer, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"kHq" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 31 - }, -/turf/simulated/floor/carpet/blue, -/area/vr/powered/mall/dorms) -"kHA" = ( -/obj/effect/floor_decal/corner/paleblue{ - dir = 6 - }, -/obj/structure/bed/chair/comfy/blue{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"kHI" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"kIl" = ( -/turf/simulated/floor/outdoors/grass{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"kIo" = ( -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/outdoors/powered) -"kIz" = ( -/obj/random/trash, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"kIF" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/machinery/appliance/cooker/grill, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"kIK" = ( -/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/space/whiteship) -"kIU" = ( -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/cult) -"kIY" = ( -/obj/machinery/gateway/brass{ - dir = 1 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"kJd" = ( -/obj/machinery/light{ - dir = 1; - layer = 3 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/cult) -"kJp" = ( -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "h-kitchen" - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered) -"kJH" = ( -/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/space/mechfactory) -"kJN" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/closet/secure_closet/freezer/meat, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"kJT" = ( -/obj/random/maintenance/engineering, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"kKa" = ( -/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) -"kKd" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/simple_door/wood, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered/mall) -"kKz" = ( -/obj/machinery/door/airlock/sandstone{ - id_tag = "VRmall4" - }, -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall/dorms) -"kKK" = ( -/obj/effect/landmark/button_mob_spawner_landmark, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building2) -"kLz" = ( -/obj/machinery/power/emitter/antique, -/obj/structure/cable/green, -/obj/effect/decal/warning_stripes, -/obj/effect/floor_decal/techfloor, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"kMG" = ( -/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/space/mechfactory) -"kMK" = ( -/obj/structure/window/phoronreinforced, -/obj/structure/window/phoronreinforced{ - dir = 8 - }, -/turf/simulated/floor/redgrid/animated, -/area/vr/powered/cult) -"kMP" = ( -/obj/structure/bed/double/padded, -/obj/item/weapon/bedsheet/mimedouble, -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered/cult) -"kMX" = ( -/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/armory) -"kNe" = ( -/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/space/whiteship) -"kNp" = ( -/obj/random/junk, -/obj/random/maintenance, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"kNr" = ( -/obj/item/weapon/storage/box/pocky, -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/mall) -"kNv" = ( -/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) -"kNU" = ( -/obj/machinery/recharge_station, -/obj/machinery/light/small, -/turf/simulated/floor/wood, -/area/vr/powered) -"kOp" = ( -/obj/structure/table/reinforced, -/obj/fiftyspawner/steel, -/obj/fiftyspawner/glass, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/space/whiteship) -"kOr" = ( -/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/armory) -"kOw" = ( -/obj/item/weapon/stool/padded, -/turf/simulated/floor/carpet/tealcarpet, -/area/vr/powered/mall/dorms) -"kOx" = ( -/obj/structure/table/standard, -/obj/item/weapon/surgical/scalpel{ - pixel_y = 11 - }, -/obj/item/weapon/surgical/circular_saw, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"kPd" = ( -/obj/structure/table/fancyblack, -/obj/item/weapon/reagent_containers/food/snacks/roburgerbig, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"kPj" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 8 - }, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/space/whiteship) -"kPA" = ( -/turf/simulated/wall/r_wall, -/area/vr/powered/dungeon) -"kPH" = ( -/mob/living/simple_mob/construct/harvester{ - dir = 1; - ai_holder_type = null - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"kPW" = ( -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/space/sciship) -"kQv" = ( -/mob/living/simple_mob/construct/harvester{ - ai_holder_type = null - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"kQC" = ( -/obj/structure/table/rack/shelf/steel, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"kQF" = ( -/obj/structure/table/marble, -/obj/item/weapon/material/knife/hook, -/turf/simulated/floor, -/area/vr/powered) -"kQJ" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/obj/structure/table/marble, -/obj/item/weapon/paper_bin, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"kRc" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"kRk" = ( -/obj/structure/table/marble, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4; - health = 1e+006 - }, -/obj/item/weapon/reagent_containers/food/snacks/chickenkatsu{ - pixel_y = 2 - }, -/obj/item/weapon/reagent_containers/food/snacks/chickenkatsu{ - pixel_y = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/hotandsoursoup, -/obj/item/weapon/reagent_containers/food/snacks/hotandsoursoup{ - pixel_y = -4 - }, -/obj/item/weapon/reagent_containers/food/snacks/chickenmomo, -/obj/item/weapon/reagent_containers/food/snacks/chickenmomo, -/obj/item/weapon/reagent_containers/food/snacks/chickenmomo, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"kRm" = ( -/obj/item/weapon/coin/gold, -/obj/item/toy/plushie/carp/gold, -/turf/simulated/floor/flock, -/area/vr/powered/rocks) -"kRD" = ( -/obj/structure/table/survival_pod, -/obj/machinery/microwave{ - pixel_y = 6 - }, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/sciship) -"kRF" = ( -/obj/structure/flora/ausbushes/fullgrass, -/obj/structure/flora/ausbushes/sunnybush, -/turf/unsimulated/wall, -/area/vr/outdoors/powered) -"kSG" = ( -/obj/item/device/radio/intercom{ - dir = 4; - name = "Station Intercom (General)"; - pixel_x = 21 - }, -/obj/structure/table/reinforced, -/obj/item/weapon/storage/part_replacer/adv/discount_bluespace, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/space/whiteship) -"kSY" = ( -/obj/structure/closet/crate, -/obj/item/weapon/spacecash/c1000, -/obj/item/weapon/spacecash/c100, -/obj/item/weapon/spacecash/c100, -/obj/item/stack/material/diamond, -/obj/item/clothing/ears/earring/dangle/diamond, -/obj/item/clothing/ears/earring/stud/diamond, -/obj/item/clothing/gloves/ring/material/diamond, -/obj/item/weapon/soap/diamond_soap, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"kTw" = ( -/obj/structure/table/rack/shelf/steel, -/obj/random/mech_toy, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall) -"kTy" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"kTA" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/obj/random/maintenance, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"kTE" = ( -/obj/item/weapon/stool{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"kUt" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"kVX" = ( -/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/space/whiteship) -"kWb" = ( -/obj/effect/zone_divider, -/turf/simulated/floor/tiled/asteroid_steel{ - outdoors = 1; - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"kWn" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/table/marble, -/obj/machinery/microwave{ - pixel_y = 5; - pixel_x = -4 - }, -/turf/simulated/floor/tiled/red, -/area/vr/powered/mall/dorms) -"kWY" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/closet/secure_closet/freezer/kitchen{ - locked = 0 - }, -/obj/structure/window/reinforced/tinted{ - dir = 4 - }, -/obj/structure/curtain, -/turf/simulated/floor/tiled/red, -/area/vr/powered/mall/dorms) -"kXB" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/structure/disposaloutlet, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"kXJ" = ( -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"kYh" = ( -/mob/living/simple_mob/animal/giant_spider/tunneler, -/turf/simulated/floor/outdoors/mud{ - outdoors = -1; - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"kYi" = ( -/obj/effect/floor_decal/rust, -/obj/random/trash, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"kYK" = ( -/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/space/whiteship) -"kYQ" = ( -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered) -"kYR" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/outdoors/dirt{ - temperature = 293.15; - outdoors = 0 - }, -/area/vr/powered/dungeon) -"kZv" = ( -/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/space/whiteship) -"kZH" = ( -/obj/structure/table, -/obj/machinery/light{ - layer = 3 - }, -/turf/simulated/floor/wood, -/area/vr/powered/space/whiteship) -"lai" = ( -/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) -"laj" = ( -/mob/living/simple_mob/vore/aggressive/rat/phoron, -/turf/simulated/floor/water/indoors{ - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"laz" = ( -/obj/structure/loot_pile/surface/alien/engineering, -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"laH" = ( -/turf/simulated/floor/tiled/freezer, -/area/vr/powered) -"lbd" = ( -/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/space/whiteship) -"lbg" = ( -/obj/structure/toilet{ - dir = 8 - }, -/obj/machinery/light/small{ - dir = 4; - pixel_y = 0 - }, -/turf/simulated/floor/tiled/old_tile, -/area/vr/powered/mall) -"lbK" = ( -/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) -"lca" = ( -/obj/effect/decal/cleanable/dirt, -/obj/machinery/light/small{ - dir = 4; - pixel_y = 0 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"lcc" = ( -/obj/structure/salvageable/console_broken_os{ - dir = 4 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"lcF" = ( -/turf/simulated/wall/skipjack, -/area/vr/powered/space/sciship) -"ldo" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/fruitspawner/rice, -/obj/fruitspawner/rice, -/obj/fruitspawner/rice, -/obj/fruitspawner/rice, -/obj/fruitspawner/rice, -/obj/fruitspawner/rice, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"ldv" = ( -/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/cult) -"ldC" = ( -/obj/structure/sign/department/conference_room, -/turf/simulated/wall/r_concrete, -/area/vr/powered/dungeon) -"lem" = ( -/obj/structure/window/reinforced/survival_pod, -/turf/simulated/shuttle/floor/darkred, -/area/vr/powered/space/sciship) -"les" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ - dir = 8 - }, -/obj/structure/reagent_dispensers/watertank/high, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/space/whiteship) -"leB" = ( -/obj/machinery/light{ - layer = 3 - }, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"leD" = ( -/obj/effect/floor_decal/corner/blue/diagonal{ - dir = 4 - }, -/obj/structure/closet/wardrobe/medic_white, -/turf/simulated/floor/tiled/white, -/area/vr/powered/dungeon) -"lfc" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"lfr" = ( -/obj/fruitspawner/orange, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#6b5c4c"; - movement_cost = 12 - }, -/area/vr/powered/mall/backrooms) -"lfC" = ( -/obj/structure/table/alien/blue, -/obj/item/weapon/autopsy_scanner, -/obj/item/weapon/surgical/FixOVein/alien{ - pixel_y = -2 - }, -/obj/item/weapon/surgical/surgicaldrill/alien{ - pixel_x = 3; - pixel_y = 7 - }, -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"lfT" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 4 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"lgc" = ( -/obj/structure/railing{ - dir = 1 - }, -/turf/simulated/floor/water/beach{ - temperature = 293.15; - outdoors = -1; - dir = 10 - }, -/area/vr/powered/mall/vw) -"lhj" = ( -/obj/effect/floor_decal/techfloor, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"lhp" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/obj/structure/sign/poster/custom{ - pixel_y = 0; - dir = 8 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"liP" = ( -/obj/structure/window/phoronreinforced{ - dir = 4 - }, -/turf/simulated/shuttle/floor/voidcraft/dark, -/area/vr/powered/cult) -"ljn" = ( -/obj/fiftyspawner/titanium, -/obj/item/stack/cable_coil/silver, -/turf/simulated/floor/plating, -/area/vr/powered/vet) -"ljx" = ( -/obj/machinery/vending/wallmed1/public{ - pixel_y = 32 - }, -/obj/machinery/chem_master, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"ljN" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/weapon/gun/launcher/confetti_cannon/overdrive, -/obj/item/weapon/grenade/confetti/party_ball, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"lkk" = ( -/obj/effect/map_effect/perma_light/brighter{ - light_color = "#d817ff" - }, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall/vw) -"lkr" = ( -/obj/structure/table/reinforced, -/obj/effect/floor_decal/corner/paleblue{ - dir = 9 - }, -/obj/item/device/flashlight/lamp, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"lkR" = ( -/turf/simulated/floor/wood/broken, -/area/vr/powered) -"lli" = ( -/obj/effect/floor_decal/industrial/arrows/red{ - dir = 4 - }, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building2) -"llk" = ( -/obj/effect/floor_decal/chapel{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/cult) -"llJ" = ( -/obj/fiftyspawner/rods, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"llT" = ( -/obj/structure/bed/chair/bay/shuttle{ - dir = 4 - }, -/obj/structure/closet/walllocker/medical/west, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/sciship) -"lmg" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/turf/simulated/floor/plating, -/area/vr/powered/space/sciship) -"lmj" = ( -/obj/machinery/computer/arcade, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/sign/poster/custom{ - icon_state = "susposter"; - pixel_y = 32 - }, -/turf/simulated/floor/carpet/retro, -/area/vr/powered/mall) -"lml" = ( -/obj/structure/table/fancyblack, -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "h-kitchen" - }, -/obj/random/cigarettes, -/turf/simulated/floor/wood, -/area/vr/powered) -"lnf" = ( -/obj/structure/window/reinforced/survival_pod, -/obj/machinery/field_generator{ - anchored = 1; - state = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/mechfactory) -"lnS" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 31 - }, -/turf/simulated/floor/carpet/tealcarpet, -/area/vr/powered/mall/dorms) -"log" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"lot" = ( -/obj/structure/table/hardwoodtable, -/obj/structure/sign/poster/custom{ - pixel_y = 0; - dir = 1 - }, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"lpe" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered/dungeon) -"lpj" = ( -/turf/unsimulated/wall, -/area/vr/powered/conspawn) -"lpk" = ( -/obj/machinery/door/airlock/glass_centcom{ - name = "RnD and Fabrication" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/space/sciship) -"lpA" = ( -/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/space/mechfactory) -"lpQ" = ( -/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) -"lqd" = ( -/turf/simulated/wall/phoron, -/area/vr/outdoors/powered/cult) -"lqq" = ( -/turf/simulated/floor/carpet/blucarpet, -/area/vr/powered) -"lqA" = ( -/obj/machinery/appliance/cooker/oven, -/turf/simulated/floor/wood/alt, -/area/vr/powered/mall) -"lqP" = ( -/obj/structure/sink/kitchen{ - pixel_y = 17 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"lra" = ( -/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/space/sciship) -"lrm" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"lru" = ( -/obj/structure/prop/statue/pillar, -/obj/machinery/light/floortube{ - dir = 8 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"lrB" = ( -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"lrL" = ( -/obj/item/weapon/reagent_containers/food/snacks/old/burger, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"lrR" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/weapon/grenade/confetti/party_ball, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"lrX" = ( -/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/space/whiteship) -"lsr" = ( -/obj/effect/wingrille_spawn/reinforced, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/armory) -"lst" = ( -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/condiment/ketchup{ - pixel_y = 2; - pixel_x = -10 - }, -/obj/item/weapon/reagent_containers/food/condiment/ketchup{ - pixel_y = -3; - pixel_x = -10 - }, -/obj/item/weapon/reagent_containers/food/condiment/mustard{ - pixel_y = 12; - pixel_x = -10 - }, -/obj/item/weapon/reagent_containers/food/condiment/mustard{ - pixel_y = 6; - pixel_x = -10 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/packet/mayo{ - pixel_y = 0; - pixel_x = -3 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/packet/mayo{ - pixel_y = -8; - pixel_x = -3 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/packet/mayo{ - pixel_y = -4; - pixel_x = -3 - }, -/obj/effect/floor_decal/corner/red/diagonal, -/obj/fruitspawner/potato, -/obj/fruitspawner/potato, -/obj/fruitspawner/potato, -/obj/fruitspawner/potato, -/obj/fruitspawner/potato, -/obj/fruitspawner/potato, -/obj/fruitspawner/potato, -/obj/fruitspawner/potato, -/obj/fruitspawner/potato, -/obj/fruitspawner/potato, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"lsF" = ( -/obj/random/maintenance, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/space/mechfactory) -"ltb" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/glasses/regular, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"ltI" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/water/indoors{ - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"ltK" = ( -/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"; - density = 0; - opacity = 0 - }, -/turf/simulated/floor/plating, -/area/vr/powered/space/sciship) -"ltM" = ( -/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/space/whiteship) -"lub" = ( -/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/cult) -"luh" = ( -/obj/structure/closet, -/obj/item/weapon/gun/launcher/syringe, -/obj/item/weapon/storage/box/syringegun, -/obj/random/cigarettes, -/obj/item/weapon/storage/box/syringes, -/obj/item/weapon/storage/box/matches, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/vr/powered/vet) -"lvj" = ( -/obj/structure/table/rack/wood, -/obj/item/clothing/under/color/grey{ - pixel_y = 7; - pixel_x = -7 - }, -/obj/item/clothing/under/color/lightblue{ - pixel_y = 7 - }, -/obj/item/clothing/under/color/lightbrown{ - pixel_x = 6; - pixel_y = 7 - }, -/obj/item/clothing/under/color/lightpurple{ - pixel_y = -1; - pixel_x = -7 - }, -/obj/item/clothing/under/color/red{ - pixel_y = -1 - }, -/obj/item/clothing/under/color/fjumpsuit/yellowgreenf{ - pixel_y = -1; - pixel_x = 7 - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 5 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"lvo" = ( -/obj/machinery/replicator/clothing, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building2) -"lvy" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered/mall) -"lvK" = ( -/obj/structure/table/marble{ - color = "grey" - }, -/obj/item/weapon/reagent_containers/glass/bottle/adminordrazine, -/turf/simulated/shuttle/floor/voidcraft/dark, -/area/vr/powered/cult) -"lvR" = ( -/obj/machinery/light, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"lvU" = ( -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"lwd" = ( -/obj/structure/table/rack/shelf, -/obj/item/weapon/reagent_containers/food/condiment/carton/flour, -/obj/item/weapon/reagent_containers/food/condiment/small/packet/coffee{ - pixel_x = 9; - pixel_y = 6 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/packet/coffee{ - pixel_x = 9; - pixel_y = -9 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/packet/coffee{ - pixel_x = 9; - pixel_y = -1 - }, -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"lwt" = ( -/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/space/mechfactory) -"lwv" = ( -/obj/structure/table/marble, -/obj/effect/floor_decal/corner/lime/border{ - dir = 9 - }, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"lww" = ( -/obj/structure/railing/grey, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"lwx" = ( -/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/cult) -"lwS" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5 - }, -/obj/random/maintenance/engineering, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"lxb" = ( -/obj/structure/table/glass, -/obj/item/weapon/storage/firstaid/toxin, -/obj/item/device/laser_pointer, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"lxr" = ( -/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/conspawn) -"lyi" = ( -/obj/effect/floor_decal/corner/paleblue/full{ - dir = 4 - }, -/obj/structure/closet, -/obj/item/weapon/storage/belt/medical, -/obj/item/weapon/storage/belt/medical, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/obj/item/clothing/glasses/hud/health, -/obj/item/device/defib_kit/loaded, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"lyw" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/motel) -"lyS" = ( -/obj/structure/table/reinforced, -/obj/item/device/retail_scanner, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"lyW" = ( -/obj/structure/prop/rock/flat, -/turf/simulated/floor/outdoors/dirt{ - temperature = 311; - outdoors = 0 - }, -/area/vr/powered/rocks) -"lze" = ( -/turf/simulated/shuttle/wall, -/area/vr/powered/space/whiteship) -"lzk" = ( -/obj/structure/window/reinforced/tinted{ - dir = 1 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"lzM" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/turf/simulated/floor/beach/sand/desert, -/area/vr/outdoors/powered/mall) -"lzY" = ( -/obj/effect/map_effect/portal/master/side_b{ - dir = 1; - portal_id = "vrdungeonBR" - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"lAy" = ( -/obj/structure/table/reinforced, -/obj/machinery/cell_charger, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/space/mechfactory) -"lBi" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/wmarble, -/area/vr/powered/motel) -"lBq" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"lBs" = ( -/obj/machinery/vending/cigarette, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"lBL" = ( -/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/cult) -"lBW" = ( -/obj/machinery/light{ - dir = 1; - layer = 3 - }, -/turf/simulated/floor/water/indoors{ - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"lCl" = ( -/obj/machinery/vending/dinnerware{ - dir = 8; - pixel_x = 4 - }, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"lCn" = ( -/obj/effect/floor_decal/chapel{ - dir = 1 - }, -/turf/simulated/floor/tiled/steel_dirty{ - color = "grey" - }, -/area/vr/powered/cult) -"lCT" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/plating, -/area/vr/powered/cafe) -"lDo" = ( -/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) -"lDw" = ( -/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/vendor) -"lDF" = ( -/obj/effect/overlay/coconut, -/turf/simulated/floor/beach/sand/desert{ - can_atmos_pass = 0; - outdoors = 1; - temperature = 311 - }, -/area/vr/outdoors/powered) -"lDZ" = ( -/turf/unsimulated/floor{ - icon_state = "plating"; - name = "plating" - }, -/area/vr/powered/mall/backrooms) -"lEA" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/storage/fancy/cigar/cohiba, -/obj/item/weapon/storage/fancy/cigar/cohiba, -/turf/simulated/floor/tiled, -/area/vr/powered/constore) -"lFo" = ( -/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/cult) -"lFq" = ( -/turf/simulated/shuttle/floor/black, -/area/vr/powered/cult) -"lFE" = ( -/turf/simulated/floor/water/beach/corner{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"lFI" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/space/whiteship) -"lFU" = ( -/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/space/sciship) -"lHa" = ( -/obj/machinery/vending/engineering{ - req_access = null - }, -/turf/simulated/floor/tiled{ - outdoors = 1 - }, -/area/vr/powered/vendor) -"lHc" = ( -/turf/simulated/floor/holofloor/carpet, -/area/vr/powered/cult) -"lHF" = ( -/obj/structure/bed/chair/sofa/right/beige{ - dir = 4 - }, -/obj/machinery/light/floortube{ - dir = 4 - }, -/turf/simulated/floor/carpet/tealcarpet, -/area/vr/powered/mall/dorms) -"lIn" = ( -/turf/simulated/mineral/ignore_oregen, -/area/vr/powered/rocks) -"lIt" = ( -/obj/structure/table/hardwoodtable, -/obj/item/modular_computer/laptop/preset/custom_loadout/cheap, -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"lIY" = ( -/obj/machinery/body_scanconsole, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"lJK" = ( -/obj/effect/step_trigger/teleporter/bridge/south_to_north, -/turf/simulated/floor/water/beach{ - dir = 4; - temperature = 311 - }, -/area/vr/outdoors/powered) -"lKJ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5 - }, -/obj/structure/table/bench/standard, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/space/whiteship) -"lKP" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/machinery/smartfridge/survival_pod{ - icon = 'icons/obj/vending.dmi'; - icon_base = "fridge_sci"; - icon_contents = "chem"; - icon_state = "fridge_sci"; - name = "Armors R Us"; - pixel_y = 0 - }, -/obj/item/clothing/accessory/armor/armorplate/medium, -/obj/item/clothing/accessory/armor/armorplate/medium, -/obj/item/clothing/accessory/armor/armorplate/merc, -/obj/item/clothing/accessory/armor/armorplate/merc, -/obj/item/clothing/accessory/armor/armorplate/riot, -/obj/item/clothing/accessory/armor/armorplate/riot, -/obj/item/clothing/accessory/armor/armorplate/stab, -/obj/item/clothing/accessory/armor/armorplate/stab, -/obj/item/clothing/accessory/armor/armorplate/tactical, -/obj/item/clothing/accessory/armor/armorplate/tactical, -/obj/item/clothing/accessory/armor/armorplate/laserproof, -/obj/item/clothing/accessory/armor/armorplate/laserproof, -/obj/item/clothing/accessory/armor/armorplate/bulletproof, -/obj/item/clothing/accessory/armor/armorplate/bulletproof, -/obj/item/clothing/accessory/armor/armorplate/blast, -/obj/item/clothing/accessory/armor/armorplate/blast, -/obj/item/clothing/accessory/armor/armorplate/ablative, -/obj/item/clothing/accessory/armor/armorplate/ablative, -/obj/item/stack/material/leather{ - amount = 50 - }, -/obj/item/weapon/tool/wirecutters, -/obj/item/weapon/tool/wirecutters, -/obj/item/weapon/weldingtool/hugetank, -/obj/item/weapon/weldingtool/hugetank, -/obj/item/clothing/head/welding, -/obj/item/clothing/head/welding, -/obj/item/weapon/reagent_containers/glass/bucket, -/obj/item/weapon/reagent_containers/glass/bucket, -/obj/item/weapon/reagent_containers/glass/bucket, -/obj/item/weapon/reagent_containers/glass/bucket, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"lKQ" = ( -/turf/simulated/wall/concrete, -/area/vr/powered/mall/dorms) -"lKU" = ( -/obj/machinery/door/airlock/glass_medical{ - req_one_access = null - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"lLT" = ( -/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/space/sciship) -"lLZ" = ( -/obj/machinery/optable{ - name = "Robotics Operating Table" - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/space/sciship) -"lMZ" = ( -/obj/structure/table/bench/wooden, -/obj/item/weapon/pen/blade/blue, -/turf/simulated/floor/carpet/green, -/area/vr/powered/mall/dorms) -"lNm" = ( -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/drinks/shaker{ - pixel_x = 4; - pixel_y = 8 - }, -/obj/structure/window/basic, -/obj/item/weapon/reagent_containers/glass/rag, -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"lNo" = ( -/obj/machinery/door/airlock/glass_centcom{ - name = "Port Wing Engine" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/space/sciship) -"lNG" = ( -/obj/structure/table/hardwoodtable, -/obj/item/device/retail_scanner, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"lNJ" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/weapon/stool{ - color = "grey"; - dir = 8 - }, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"lOr" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/food/snacks/chipplate{ - pixel_y = -11 - }, -/obj/item/weapon/reagent_containers/food/snacks/dip/salsa, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"lOy" = ( -/obj/structure/ship_munition/disperser_charge/explosive, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/space/sciship) -"lOC" = ( -/obj/structure/bed/chair/wood/wings{ - dir = 4 - }, -/obj/effect/floor_decal/spline/fancy{ - dir = 9 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"lON" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/mob/living/simple_mob/vore/aggressive/rat, -/turf/simulated/floor/water/indoors{ - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"lPg" = ( -/mob/living/simple_mob/animal/giant_spider/hunter, -/turf/simulated/floor/water/indoors{ - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"lPp" = ( -/obj/structure/barricade, -/turf/simulated/mineral/floor/ignore_mapgen/cave, -/area/vr/powered/dungeon) -"lPC" = ( -/obj/item/seeds/random, -/obj/item/seeds/random, -/obj/machinery/space_heater, -/turf/simulated/floor/wood, -/area/vr/powered) -"lQK" = ( -/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/cult) -"lQL" = ( -/obj/structure/reagent_dispensers/beerkeg, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"lRo" = ( -/obj/structure/table/marble, -/obj/structure/window/reinforced{ - dir = 8; - health = 1e+006 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{ - pixel_y = -8; - pixel_x = -8 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/peppergrinder{ - pixel_y = -1; - pixel_x = -8 - }, -/obj/item/weapon/reagent_containers/food/condiment/cookingoil{ - pixel_y = 8; - pixel_x = -8 - }, -/obj/item/weapon/reagent_containers/food/condiment/mustard{ - pixel_y = -4; - pixel_x = -2 - }, -/obj/item/weapon/reagent_containers/food/condiment/ketchup{ - pixel_y = 0; - pixel_x = -2 - }, -/obj/item/weapon/reagent_containers/food/condiment/hotsauce{ - pixel_y = 3; - pixel_x = -2 - }, -/obj/item/weapon/reagent_containers/food/condiment/vinegar{ - pixel_y = 7; - pixel_x = -2 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/packet/mayo{ - pixel_y = 2; - pixel_x = 4 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/packet/mayo{ - pixel_y = -11; - pixel_x = 4 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/packet/mayo{ - pixel_y = -8; - pixel_x = 4 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/packet/mayo{ - pixel_y = -5; - pixel_x = 4 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/packet/mayo{ - pixel_y = -2; - pixel_x = 4 - }, -/obj/effect/floor_decal/corner/lime/border{ - dir = 8 - }, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"lRA" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/glass/beaker/measuring_cup{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/item/weapon/reagent_containers/dropper{ - pixel_x = -4; - pixel_y = 5 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall/dorms) -"lSc" = ( -/obj/machinery/portable_atmospherics/hydroponics/soil, -/turf/simulated/floor/beach/sand/desert, -/area/vr/powered/mall/vw) -"lSn" = ( -/obj/effect/floor_decal/techfloor{ - dir = 4 - }, -/turf/simulated/floor/cult{ - icon_state = "cult-narsie" - }, -/area/vr/powered/cult) -"lSo" = ( -/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/space/sciship) -"lSq" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/weapon/reagent_containers/food/snacks/chickenmomo, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"lSV" = ( -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/turf/simulated/shuttle/floor/voidcraft/dark, -/area/vr/powered/cult) -"lTi" = ( -/obj/structure/window/reinforced/survival_pod, -/obj/structure/window/reinforced/survival_pod{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/mechfactory) -"lTR" = ( -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"lUa" = ( -/obj/machinery/door/blast/multi_tile/four_tile_ver_sec{ - density = 00; - opacity = 0; - autoclose = 0; - icon_state = "open" - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"lUd" = ( -/obj/structure/flora/pottedplant/unusual, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"lUk" = ( -/obj/structure/bed/chair/wood, -/turf/simulated/floor/wood, -/area/vr/powered/space/whiteship) -"lUy" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/floor_decal/stairs{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"lVg" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 6 - }, -/obj/effect/floor_decal/techfloor/corner{ - dir = 5 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"lWr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/obj/random/maintenance, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"lWZ" = ( -/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) -"lXA" = ( -/obj/structure/bed/alien, -/obj/structure/curtain/open/privacy, -/obj/item/weapon/bedsheet/medical, -/obj/structure/window/reinforced/survival_pod{ - dir = 4 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"lYd" = ( -/turf/simulated/mineral/sif, -/area/vr/outdoors/powered) -"lYv" = ( -/obj/effect/catwalk_plated/dark, -/obj/machinery/shipsensors, -/turf/simulated/floor/airless, -/area/vr/powered/space/sciship) -"lYP" = ( -/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) -"lZt" = ( -/obj/random/maintenance, -/obj/random/maintenance/engineering, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/space/mechfactory) -"lZv" = ( -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"lZM" = ( -/turf/simulated/floor/redgrid/off, -/area/vr/powered/cult) -"maC" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"maF" = ( -/obj/structure/table/marble, -/obj/item/weapon/material/knife/plastic, -/turf/simulated/floor, -/area/vr/powered) -"mbz" = ( -/obj/structure/table/fancyblack, -/obj/item/weapon/flame/candle/candelabra/everburn{ - pixel_y = 13 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"mbF" = ( -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/mall) -"mbM" = ( -/obj/structure/flora/ausbushes/fernybush, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"mca" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/structure/table/wooden_reinforced, -/obj/item/device/tvcamera, -/obj/item/device/tvcamera, -/obj/item/device/tvcamera, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"mcq" = ( -/obj/machinery/vending/dinnerware{ - dir = 1 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"mcs" = ( -/obj/machinery/meter, -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/vr/powered/space/sciship) -"mcH" = ( -/obj/machinery/appliance/cooker/oven, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"mcM" = ( -/obj/structure/table/glass, -/obj/item/weapon/soap/deluxe, -/obj/item/weapon/towel/random, -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered) -"mdb" = ( -/obj/machinery/chemical_dispenser/bar_alc/full, -/obj/structure/table/marble, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"mdo" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/storage/box/bodybags, -/obj/item/weapon/storage/box/freezer, -/obj/item/weapon/storage/box/freezer, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"mdv" = ( -/obj/structure/window/reinforced/tinted, -/obj/structure/table/rack/wood, -/obj/item/clothing/suit/storage/teshari/beltcloak/standard/black_green{ - pixel_y = 13 - }, -/obj/item/clothing/suit/storage/teshari/beltcloak/standard/black_pink{ - pixel_y = 8 - }, -/obj/item/clothing/suit/storage/teshari/beltcloak/standard/black_purple{ - pixel_y = 2 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"mdF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"mec" = ( -/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/cult) -"men" = ( -/obj/structure/table/marble, -/obj/item/weapon/material/knife{ - pixel_y = 0; - pixel_x = 11 - }, -/obj/item/weapon/reagent_containers/glass/beaker{ - pixel_x = 5 - }, -/obj/item/weapon/storage/box/donkpockets/teriyaki, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"meP" = ( -/turf/simulated/floor/tiled{ - outdoors = 1 - }, -/area/vr/powered/vendor) -"mfv" = ( -/obj/structure/table/hardwoodtable, -/turf/simulated/floor/outdoors/sidewalk/slab{ - movement_cost = 0; - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/mall) -"mfw" = ( -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"mfD" = ( -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"mfF" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/obj/machinery/light/poi{ - dir = 1 - }, -/obj/mecha/combat/durand/old, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/space/sciship) -"mgc" = ( -/obj/structure/table/hardwoodtable, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"mgq" = ( -/obj/structure/cliff/automatic/corner, -/turf/simulated/floor/weird_things/dark, -/area/vr/powered/mall/backrooms) -"mha" = ( -/obj/structure/table/marble, -/obj/structure/window/reinforced, -/obj/item/weapon/reagent_containers/food/snacks/monkeykabob, -/obj/item/weapon/reagent_containers/food/snacks/monkeykabob{ - pixel_y = 14 - }, -/obj/item/weapon/reagent_containers/food/snacks/monkeykabob{ - pixel_y = 3 - }, -/obj/item/weapon/reagent_containers/food/snacks/monkeykabob{ - pixel_y = 7 - }, -/obj/item/weapon/reagent_containers/food/snacks/monkeykabob{ - pixel_y = 11 - }, -/turf/simulated/floor/wood/alt, -/area/vr/powered/mall) -"mhh" = ( -/obj/structure/table/rack/shelf, -/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, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"mhy" = ( -/obj/structure/table/marble, -/obj/structure/sink/countertop{ - pixel_y = 4; - dir = 4; - pixel_x = -4 - }, -/obj/effect/floor_decal/corner/black/diagonal, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall/dorms) -"mhK" = ( -/obj/machinery/holoplant, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"mhM" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"mib" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/glass/beaker, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"mif" = ( -/turf/simulated/floor/water/beach{ - dir = 4; - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"mit" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 1 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/dungeon) -"miC" = ( -/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/armory) -"miK" = ( -/mob/living/simple_mob/vore/aggressive/rat, -/obj/item/weapon/bone/arm, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/dungeon) -"mjs" = ( -/obj/machinery/light{ - layer = 3 - }, -/obj/effect/floor_decal/rust, -/obj/random/junk, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"mjv" = ( -/obj/structure/closet/secure_closet/bar, -/obj/item/ammo_magazine/ammo_box/b12g/pellet, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"mjH" = ( -/obj/structure/bed/chair/sofa/brown{ - dir = 8 - }, -/obj/structure/window/basic{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"mjO" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/item/weapon/flame/candle/candelabra/everburn, -/turf/simulated/floor/carpet/blucarpet, -/area/vr/powered) -"mkG" = ( -/obj/machinery/vending/fishing, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"mkU" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/closet/secure_closet/freezer/kitchen{ - locked = 0 - }, -/obj/structure/window/reinforced/tinted{ - dir = 4 - }, -/obj/structure/curtain, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall/dorms) -"mkV" = ( -/obj/machinery/door/airlock/alien{ - req_one_access = null - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"mkY" = ( -/obj/structure/flora/ausbushes/brflowers, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"mln" = ( -/obj/structure/bed/chair/wood, -/obj/structure/window/reinforced/polarized{ - dir = 4; - id = "h-kitchen" - }, -/turf/simulated/floor/wood, -/area/vr/powered) -"mlo" = ( -/obj/effect/floor_decal/spline/fancy, -/obj/machinery/light/floortube/flicker{ - dir = 8; - pixel_x = 5 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"mlK" = ( -/obj/effect/floor_decal/techfloor{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_dirty{ - color = "grey" - }, -/area/vr/powered/cult) -"mmV" = ( -/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/space/sciship) -"mnD" = ( -/obj/structure/flora/bush, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"mnF" = ( -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = 26 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"mnM" = ( -/obj/effect/floor_decal/techfloor{ - dir = 6 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/cult) -"moh" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/glass/rag{ - pixel_x = 7; - pixel_y = 2 - }, -/obj/item/weapon/material/knife/butch, -/obj/item/weapon/material/kitchen/rollingpin{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/weapon/reagent_containers/food/condiment/enzyme, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall/dorms) -"mon" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/machinery/vending/loadout/overwear{ - prices = list(/obj/item/clothing/suit/storage/apron=0,/obj/item/clothing/suit/storage/flannel/aqua=0,/obj/item/clothing/suit/storage/toggle/bomber=0,/obj/item/clothing/suit/storage/bomber/alt=0,/obj/item/clothing/suit/storage/flannel/brown=0,/obj/item/clothing/suit/storage/toggle/cardigan=0,/obj/item/clothing/accessory/poncho/roles/cloak/custom=0,/obj/item/clothing/suit/storage/duster=0,/obj/item/clothing/suit/storage/toggle/denim_jacket=0,/obj/item/clothing/suit/storage/toggle/denim_jacket/nanotrasen=0,/obj/item/clothing/suit/storage/toggle/denim_jacket/sleeveless=0,/obj/item/clothing/suit/storage/toggle/denim_jacket/nanotrasen/sleeveless=0,/obj/item/clothing/suit/storage/fluff/gntop=0,/obj/item/clothing/suit/greatcoat=0,/obj/item/clothing/suit/storage/flannel=0,/obj/item/clothing/suit/storage/greyjacket=0,/obj/item/clothing/suit/storage/hazardvest=0,/obj/item/clothing/suit/storage/toggle/hoodie/black=0,/obj/item/clothing/suit/storage/toggle/hoodie/red=0,/obj/item/clothing/suit/storage/toggle/hoodie/blue=0,/obj/item/clothing/suit/storage/toggle/hoodie/green=0,/obj/item/clothing/suit/storage/toggle/hoodie/orange=0,/obj/item/clothing/suit/storage/toggle/hoodie/yellow=0,/obj/item/clothing/suit/storage/toggle/hoodie/cti=0,/obj/item/clothing/suit/storage/toggle/hoodie/mu=0,/obj/item/clothing/suit/storage/toggle/hoodie/nt=0,/obj/item/clothing/suit/storage/toggle/hoodie/smw=0,/obj/item/clothing/suit/storage/toggle/hoodie/nrti=0,/obj/item/clothing/suit/storage/fluff/jacket/field=0,/obj/item/clothing/suit/storage/fluff/jacket/air_cavalry=0,/obj/item/clothing/suit/storage/fluff/jacket/air_force=0,/obj/item/clothing/suit/storage/fluff/jacket/navy=0,/obj/item/clothing/suit/storage/fluff/jacket/special_forces=0,/obj/item/clothing/suit/kamishimo=0,/obj/item/clothing/suit/kimono=0,/obj/item/clothing/suit/storage/toggle/labcoat=0,/obj/item/clothing/suit/storage/toggle/labcoat/blue=0,/obj/item/clothing/suit/storage/toggle/labcoat/blue_edge=0,/obj/item/clothing/suit/storage/toggle/labcoat/green=0,/obj/item/clothing/suit/storage/toggle/labcoat/orange=0,/obj/item/clothing/suit/storage/toggle/labcoat/pink=0,/obj/item/clothing/suit/storage/toggle/labcoat/red=0,/obj/item/clothing/suit/storage/toggle/labcoat/yellow=0,/obj/item/clothing/suit/storage/toggle/labcoat/old=0,/obj/item/clothing/suit/leathercoat=0,/obj/item/clothing/suit/storage/toggle/leather_jacket=0,/obj/item/clothing/suit/storage/leather_jacket_alt=0,/obj/item/clothing/suit/storage/toggle/brown_jacket=0,/obj/item/clothing/suit/storage/toggle/leather_jacket/nanotrasen=0,/obj/item/clothing/suit/storage/toggle/brown_jacket/nanotrasen=0,/obj/item/clothing/suit/storage/toggle/leather_jacket/sleeveless=0,/obj/item/clothing/suit/storage/toggle/brown_jacket/sleeveless=0,/obj/item/clothing/suit/storage/toggle/leather_jacket/nanotrasen/sleeveless=0,/obj/item/clothing/suit/storage/toggle/brown_jacket/nanotrasen/sleeveless=0,/obj/item/clothing/suit/storage/miljacket=0,/obj/item/clothing/suit/storage/miljacket/alt=0,/obj/item/clothing/suit/storage/miljacket/green=0,/obj/item/clothing/suit/storage/apron/overalls=0,/obj/item/clothing/suit/storage/toggle/peacoat=0,/obj/item/clothing/accessory/poncho=0,/obj/item/clothing/accessory/poncho/green=0,/obj/item/clothing/accessory/poncho/red=0,/obj/item/clothing/accessory/poncho/purple=0,/obj/item/clothing/accessory/poncho/blue=0,/obj/item/clothing/suit/jacket/puffer=0,/obj/item/clothing/suit/jacket/puffer/vest=0,/obj/item/clothing/suit/storage/flannel/red=0,/obj/item/clothing/suit/unathi/robe=0,/obj/item/clothing/suit/storage/toggle/internalaffairs=0,/obj/item/clothing/suit/storage/toggle/lawyer/bluejacket=0,/obj/item/clothing/suit/storage/toggle/lawyer/purpjacket=0,/obj/item/clothing/suit/suspenders=0,/obj/item/clothing/suit/storage/toggle/track=0,/obj/item/clothing/suit/storage/toggle/track/blue=0,/obj/item/clothing/suit/storage/toggle/track/green=0,/obj/item/clothing/suit/storage/toggle/track/red=0,/obj/item/clothing/suit/storage/toggle/track/white=0,/obj/item/clothing/suit/storage/trench=0,/obj/item/clothing/suit/storage/trench/grey=0,/obj/item/clothing/suit/varsity=0,/obj/item/clothing/suit/varsity/red=0,/obj/item/clothing/suit/varsity/purple=0,/obj/item/clothing/suit/varsity/green=0,/obj/item/clothing/suit/varsity/blue=0,/obj/item/clothing/suit/varsity/brown=0,/obj/item/clothing/suit/storage/hooded/wintercoat=0,/obj/item/clothing/suit/storage/hooded/wintercoat/aformal=0,/obj/item/clothing/suit/storage/teshari/cloak/standard/white_grey=0,/obj/item/clothing/suit/storage/puffyred=0,/obj/item/clothing/suit/storage/puffypurple=0,/obj/item/clothing/suit/storage/puffyblue=0) - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"mos" = ( -/obj/effect/floor_decal/chapel{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_dirty{ - color = "grey" - }, -/area/vr/powered/cult) -"moA" = ( -/turf/simulated/floor/wood/alt/panel{ - temperature = 311 - }, -/area/vr/powered/rocks) -"moC" = ( -/obj/effect/floor_decal/techfloor, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/space/sciship) -"moE" = ( -/obj/structure/bed/double/padded, -/obj/item/weapon/bedsheet/mimedouble, -/turf/simulated/floor/carpet/bcarpet, -/area/vr/powered/cult) -"moF" = ( -/obj/machinery/appliance/cooker/oven, -/obj/effect/floor_decal/corner/lime/border{ - dir = 4 - }, -/obj/effect/floor_decal/corner/lime/border{ - dir = 8 - }, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"mpe" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered) -"mpw" = ( -/turf/simulated/floor/outdoors/grass{ - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/mall) -"msk" = ( -/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/space/whiteship) -"msn" = ( -/obj/machinery/door/window/survival_pod{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/mechfactory) -"mso" = ( -/turf/simulated/floor/beach/sand/desert, -/area/vr/powered/mall/vw) -"mss" = ( -/obj/structure/railing, -/obj/effect/step_trigger/teleporter/bridge/north_to_south, -/turf/simulated/floor/water{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"msC" = ( -/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/wood, -/area/vr/powered/conspawn) -"msF" = ( -/obj/structure/cliff/automatic{ - dir = 4 - }, -/turf/simulated/floor/weird_things/dark, -/area/vr/powered/mall/backrooms) -"mtx" = ( -/obj/effect/decal/remains/human, -/turf/simulated/floor/tiled, -/area/vr/powered/nuke) -"mtS" = ( -/turf/simulated/floor/water/deep{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"mtZ" = ( -/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/cult) -"mud" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = 5 - }, -/obj/random/cigarettes, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"muN" = ( -/obj/structure/salvageable/implant_container_os, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/vr/powered/mall/backrooms) -"muT" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/flora/smallbould, -/turf/simulated/floor/outdoors/grass/heavy{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"mvg" = ( -/obj/structure/window/reinforced/survival_pod{ - dir = 1 - }, -/obj/structure/window/reinforced/survival_pod{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/mechfactory) -"mwf" = ( -/obj/structure/fans/tiny, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"mwy" = ( -/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) -"mwO" = ( -/turf/simulated/floor/plating, -/area/vr/powered/cafe) -"mxh" = ( -/obj/effect/decal/remains, -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/lava) -"mxG" = ( -/obj/structure/table/alien/blue, -/obj/item/weapon/surgical/circular_saw/alien, -/obj/item/weapon/surgical/scalpel/alien{ - pixel_y = 8 - }, -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"myb" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/structure/table/woodentable, -/obj/item/weapon/spacecash/c100, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"mym" = ( -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/dungeon) -"myA" = ( -/obj/item/clothing/shoes/bhop, -/obj/structure/table/rack, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"mzg" = ( -/obj/machinery/autolathe{ - hacked = 1; - name = "hacked autolathe" - }, -/turf/simulated/floor/reinforced, -/area/vr/powered/bluebase) -"mzl" = ( -/obj/structure/window/reinforced, -/turf/simulated/floor/wood, -/area/vr/powered) -"mAd" = ( -/obj/structure/prop/alien/computer, -/obj/structure/prop/alien/computer, -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"mAG" = ( -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/obj/effect/floor_decal/corner/green/border{ - dir = 10 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"mBa" = ( -/obj/fiftyspawner/glass, -/obj/fiftyspawner/glass, -/obj/structure/table/darkglass, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"mBf" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 1 - }, -/turf/simulated/floor/carpet/bcarpet, -/area/vr/powered) -"mBD" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/railing, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"mBK" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/item/weapon/stool{ - color = "grey"; - dir = 2 - }, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"mBL" = ( -/obj/machinery/light/small{ - dir = 4; - pixel_y = 0 - }, -/turf/simulated/floor/wood, -/area/vr/powered/art) -"mBM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"mBY" = ( -/obj/structure/bed/chair/oldsofa{ - dir = 4 - }, -/obj/structure/window/reinforced/polarized{ - dir = 8; - id = "h-living" - }, -/turf/simulated/floor/wood, -/area/vr/powered) -"mCf" = ( -/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/cult) -"mES" = ( -/obj/effect/decal/remains/xeno, -/obj/effect/floor_decal/techfloor/corner{ - dir = 9 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"mFw" = ( -/obj/structure/closet/secure_closet/freezer/kitchen{ - locked = 0 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"mFJ" = ( -/obj/machinery/light/small{ - dir = 4; - pixel_y = 0 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/motel) -"mGB" = ( -/obj/structure/sign/ironhammer, -/turf/simulated/wall/skipjack, -/area/vr/powered/space/sciship) -"mGD" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/effect/floor_decal/corner/lime/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/lime/border, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"mGJ" = ( -/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) -"mGW" = ( -/turf/unsimulated/wall/seperator, -/area/vr/outdoors/powered) -"mGX" = ( -/turf/simulated/floor/outdoors/sidewalk/side{ - movement_cost = 0; - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"mHw" = ( -/obj/structure/bed/double/padded, -/obj/item/weapon/bedsheet/mimedouble, -/turf/simulated/floor/carpet, -/area/vr/powered/cult) -"mHQ" = ( -/obj/machinery/light/small{ - dir = 4; - pixel_y = 0 - }, -/obj/effect/decal/cleanable/blood, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/dungeon) -"mIe" = ( -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/cult) -"mIq" = ( -/obj/effect/floor_decal/techfloor{ - dir = 4 - }, -/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/disk/limb/bishop, -/obj/item/weapon/disk/limb/cenilimicybernetics, -/obj/item/weapon/disk/limb/cyber_beast, -/obj/item/weapon/disk/limb/cybersolutions, -/obj/item/weapon/disk/limb/dsi_akula, -/obj/item/weapon/disk/limb/dsi_fennec, -/obj/item/weapon/disk/limb/dsi_lizard, -/obj/item/weapon/disk/limb/dsi_nevrean, -/obj/item/weapon/disk/limb/dsi_sergal, -/obj/item/weapon/disk/limb/dsi_spider, -/obj/item/weapon/disk/limb/dsi_tajaran, -/obj/item/weapon/disk/limb/dsi_teshari, -/obj/item/weapon/disk/limb/dsi_vulpkanin, -/obj/item/weapon/disk/limb/dsi_zorren, -/obj/item/weapon/disk/limb/eggnerdltd, -/obj/item/weapon/disk/limb/eggnerdltdred, -/obj/item/weapon/disk/limb/grayson, -/obj/item/weapon/disk/limb/hephaestus, -/obj/item/weapon/disk/limb/kitsuhana, -/obj/item/weapon/disk/limb/morpheus, -/obj/item/weapon/disk/limb/nanotrasen, -/obj/item/weapon/disk/limb/talon, -/obj/item/weapon/disk/limb/veymed, -/obj/item/weapon/disk/limb/veymed/diona, -/obj/item/weapon/disk/limb/wardtakahashi, -/obj/item/weapon/disk/limb/white_kryten, -/obj/item/weapon/disk/limb/xion, -/obj/item/weapon/disk/limb/zenghu, -/obj/item/weapon/disk/limb/zenghu_frost, -/obj/item/organ/internal/augment/armmounted, -/obj/item/organ/internal/augment/armmounted, -/obj/item/organ/internal/augment/armmounted/dartbow, -/obj/item/organ/internal/augment/armmounted/dartbow, -/obj/item/organ/internal/augment/armmounted/hand, -/obj/item/organ/internal/augment/armmounted/hand, -/obj/item/organ/internal/augment/armmounted/hand/blade, -/obj/item/organ/internal/augment/armmounted/hand/blade, -/obj/item/organ/internal/augment/armmounted/hand/sword, -/obj/item/organ/internal/augment/armmounted/hand/sword, -/obj/item/organ/internal/augment/armmounted/shoulder/multiple, -/obj/item/organ/internal/augment/armmounted/shoulder/multiple, -/obj/item/organ/internal/augment/armmounted/shoulder/blade, -/obj/item/organ/internal/augment/armmounted/shoulder/blade, -/obj/item/organ/internal/augment/armmounted/shoulder/multiple/medical, -/obj/item/organ/internal/augment/armmounted/shoulder/multiple/medical, -/obj/item/organ/internal/augment/armmounted/shoulder/surge, -/obj/item/organ/internal/augment/armmounted/shoulder/surge, -/obj/item/organ/internal/augment/armmounted/taser, -/obj/item/organ/internal/augment/armmounted/taser, -/obj/item/organ/internal/augment/bioaugment/sprint_enhance, -/obj/item/organ/internal/augment/bioaugment/sprint_enhance, -/obj/item/organ/internal/augment/bioaugment/thermalshades, -/obj/item/organ/internal/augment/bioaugment/thermalshades, -/turf/simulated/shuttle/floor/yellow, -/area/vr/powered/space/sciship) -"mIu" = ( -/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/space) -"mIK" = ( -/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/vendor) -"mIL" = ( -/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) -"mIS" = ( -/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) -"mJE" = ( -/obj/structure/table/gamblingtable, -/obj/item/weapon/deck/cards, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"mKx" = ( -/obj/structure/reagent_dispensers/acid{ - density = 0; - pixel_x = -30 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/space/whiteship) -"mKD" = ( -/obj/machinery/vending/weeb, -/turf/simulated/floor/tiled{ - outdoors = 1 - }, -/area/vr/powered/vendor) -"mKY" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/mall) -"mLa" = ( -/obj/effect/floor_decal/corner/lightgrey/border, -/obj/structure/railing/grey, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"mLi" = ( -/mob/living/simple_mob/construct/wraith{ - ai_holder_type = null - }, -/turf/simulated/floor/redgrid/animated, -/area/vr/powered/cult) -"mLB" = ( -/obj/structure/bed/chair/sofa/right/brown{ - dir = 8 - }, -/obj/structure/window/basic{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"mMf" = ( -/obj/machinery/door/airlock/glass_medical{ - req_one_access = null - }, -/turf/simulated/floor/plating, -/area/vr/powered/vet) -"mMm" = ( -/obj/structure/closet/secure_closet/engineering_welding{ - req_access = null - }, -/obj/random/maintenance, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/space/mechfactory) -"mMB" = ( -/obj/structure/flora/ausbushes/leafybush, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"mNd" = ( -/obj/effect/floor_decal/spline/fancy/wood, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"mNo" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor, -/area/vr/powered) -"mNt" = ( -/turf/simulated/wall/thull, -/area/vr/powered/dungeon) -"mOj" = ( -/obj/random/junk, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"mOo" = ( -/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/material) -"mOR" = ( -/obj/structure/curtain/open/shower, -/obj/machinery/shower{ - dir = 8; - pixel_x = -5 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall/dorms) -"mOS" = ( -/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) -"mOV" = ( -/obj/machinery/power/port_gen/pacman, -/obj/structure/cable, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"mPb" = ( -/obj/structure/bed/chair/sofa/right/brown{ - dir = 4 - }, -/obj/structure/window/basic{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"mQL" = ( -/obj/effect/floor_decal/rust, -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/dungeon) -"mQQ" = ( -/obj/structure/table/steel, -/obj/effect/spawner/parts/t5, -/obj/effect/spawner/parts/t5, -/obj/effect/spawner/parts/t5, -/obj/effect/spawner/parts/t5, -/obj/effect/spawner/parts/t5, -/turf/simulated/floor/outdoors/sidewalk/slab{ - temperature = 293.15; - movement_cost = 0 - }, -/area/vr/outdoors/powered) -"mRo" = ( -/obj/structure/closet/crate/bin, -/turf/simulated/floor/tiled/old_tile, -/area/vr/powered/mall) -"mRy" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"mRO" = ( -/obj/machinery/sleep_console{ - dir = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/dungeon) -"mRY" = ( -/obj/item/clothing/accessory/collar/spike, -/obj/structure/table/steel_reinforced, -/obj/item/weapon/handcuffs/legcuffs/fuzzy, -/obj/item/weapon/handcuffs/legcuffs/fuzzy, -/obj/item/weapon/handcuffs/fuzzy, -/obj/item/weapon/handcuffs/fuzzy, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building2) -"mSa" = ( -/turf/simulated/wall/wood, -/area/vr/outdoors/powered) -"mSx" = ( -/obj/structure/flora/tree/bigtree, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"mSU" = ( -/obj/machinery/light{ - layer = 3 - }, -/turf/simulated/floor/reinforced, -/area/vr/powered/bluebase) -"mUd" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 9 - }, -/obj/machinery/bodyscanner, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"mUk" = ( -/obj/effect/floor_decal/milspec/color/silver, -/obj/structure/sink{ - dir = 1 - }, -/obj/structure/mirror{ - dir = 1; - pixel_y = -28 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall/dorms) -"mUR" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"mVy" = ( -/obj/structure/table/rack/shelf/steel, -/obj/random/action_figure{ - pixel_y = -3 - }, -/obj/item/glass_jar, -/turf/simulated/floor/wood, -/area/vr/powered/dungeon) -"mVA" = ( -/obj/effect/step_trigger/teleporter/deathfall{ - teleport_x = 65; - teleport_y = 134 - }, -/turf/simulated/floor/weird_things/dark, -/area/vr/powered/mall/backrooms) -"mVR" = ( -/obj/structure/bookcase, -/obj/item/weapon/book/manual, -/obj/item/weapon/book/manual, -/turf/simulated/floor/carpet/blue, -/area/vr/powered/mall/dorms) -"mWb" = ( -/obj/effect/floor_decal/corner/purple/diagonal, -/obj/effect/floor_decal/industrial/hatch/blue, -/obj/effect/map_effect/perma_light/brighter{ - light_color = "#d817ff" - }, -/turf/simulated/floor/tiled/dark, -/area/vr/powered/mall/vw) -"mWj" = ( -/obj/structure/closet/secure_closet/engineering_electrical{ - req_access = null - }, -/obj/random/maintenance, -/obj/random/maintenance, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"mWI" = ( -/obj/machinery/power/port_gen/pacman/super, -/obj/item/stack/material/uranium{ - amount = 20 - }, -/obj/structure/cable/green{ - d2 = 2; - icon_state = "0-2" - }, -/obj/effect/floor_decal/techfloor{ - dir = 9 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"mXf" = ( -/obj/structure/table/wooden_reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/random/plushie{ - pixel_y = 4 - }, -/obj/random/plushie{ - pixel_y = 9 - }, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall) -"mXq" = ( -/turf/unsimulated/wall, -/area/vr/powered/cult) -"mXQ" = ( -/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) -"mYs" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/carpet, -/area/vr/powered/mall/dorms) -"mZw" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/storage/fancy/cigar/choiba, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"mZK" = ( -/obj/structure/bed/chair/comfy/black, -/obj/structure/railing/overhang/waterless/under, -/obj/effect/map_effect/perma_light{ - light_color = "#5e4d26"; - light_range = 6 - }, -/turf/simulated/floor/carpet, -/area/vr/powered/mall) -"nai" = ( -/mob/living/simple_mob/vore/alienanimals/teppi, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"nas" = ( -/obj/structure/table/hardwoodtable, -/obj/item/device/camera, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"naF" = ( -/obj/machinery/smartfridge/survival_pod{ - desc = "A mysterious machine which can fabricate many tools for acquiring test subjects."; - icon = 'icons/obj/abductor.dmi'; - icon_state = "dispenser"; - name = "Drug-Dispenser"; - req_access = list(777); - pixel_y = -4 - }, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/soporific, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/soporific, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/soporific, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/cyanide, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/cyanide, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/cyanide, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/healing_nanites, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/healing_nanites, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/healing_nanites, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/pain, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/pain, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/pain, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/stimm, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/stimm, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/stimm, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/glucose, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/glucose, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/glucose, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/glucose, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/glucose, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/glucose, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/mindbreaker, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/mindbreaker, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/mindbreaker, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/psilocybin, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/psilocybin, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/psilocybin, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/serotrotium, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/serotrotium, -/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/serotrotium, -/obj/item/device/reagent_scanner/adv, -/obj/item/device/reagent_scanner/adv, -/obj/item/device/healthanalyzer/phasic, -/obj/item/device/healthanalyzer/phasic, -/obj/structure/table/alien/blue, -/obj/effect/floor_decal/techfloor{ - dir = 4 - }, -/obj/machinery/light/poi{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"naL" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 4 - }, -/obj/structure/plasticflaps, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"naM" = ( -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/structure/window/reinforced, -/turf/unsimulated/floor/tiled/techfloor, -/area/vr/powered/mall) -"nba" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 4 - }, -/obj/structure/table/hardwoodtable, -/obj/item/weapon/spacecash/c200{ - pixel_y = -7 - }, -/obj/item/weapon/spacecash/c200{ - pixel_y = 11 - }, -/obj/item/weapon/spacecash/c200{ - pixel_y = 6 - }, -/obj/item/weapon/spacecash/c200{ - pixel_y = 0 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"nbj" = ( -/obj/effect/floor_decal/chapel{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/cult) -"nbP" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/storage/box/characters, -/obj/structure/curtain/open/bed, -/turf/simulated/floor/wood, -/area/vr/powered) -"nbT" = ( -/obj/effect/floor_decal/corner/paleblue{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"nci" = ( -/obj/structure/table/glass, -/obj/item/weapon/reagent_containers/dropper, -/obj/item/weapon/storage/box/beakers, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"ndT" = ( -/obj/item/clothing/gloves/yellow, -/turf/simulated/floor, -/area/vr/powered) -"nee" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 1 - }, -/obj/structure/bed/chair/comfy/purp{ - dir = 4 - }, -/turf/simulated/floor/carpet/bcarpet, -/area/vr/powered) -"nex" = ( -/obj/structure/table/woodentable, -/turf/simulated/floor/wood/alt/panel{ - temperature = 311 - }, -/area/vr/powered/rocks) -"neC" = ( -/obj/structure/table/hardwoodtable, -/obj/item/device/flashlight/lamp/green, -/turf/simulated/floor/carpet/turcarpet, -/area/vr/powered/mall/dorms) -"neM" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/outdoors/sidewalk/side{ - movement_cost = 0; - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"nfv" = ( -/obj/structure/window/reinforced{ - dir = 4; - health = 1e+006 - }, -/turf/simulated/floor/outdoors/dirt{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"nfy" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building1) -"nfD" = ( -/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" - }, -/turf/simulated/shuttle/plating, -/area/vr/powered/dungeon) -"nhm" = ( -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"nhu" = ( -/obj/structure/railing{ - dir = 8 - }, -/turf/simulated/floor/outdoors/sidewalk/side{ - movement_cost = 0; - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"nhF" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/food/snacks/sliceable/pizza/pineapple, -/turf/simulated/floor/wood, -/area/vr/powered/conspawn) -"nie" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/food/snacks/dip/salsa, -/obj/item/weapon/reagent_containers/food/snacks/chipplate{ - pixel_y = -11 - }, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"nik" = ( -/obj/structure/table/reinforced, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"niA" = ( -/obj/structure/prop/machine/alien_tank/starts_broken, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"niN" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 4 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"njG" = ( -/obj/structure/bed/chair/sofa/brown{ - pixel_y = 0; - dir = 1 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/motel) -"njN" = ( -/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/space/mechfactory) -"njX" = ( -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = -34 - }, -/obj/machinery/vending/deathmatch, -/turf/simulated/floor/reinforced, -/area/vr/powered/bluebase) -"nkj" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 1 - }, -/obj/structure/cult/pylon, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"nkC" = ( -/obj/structure/undies_wardrobe, -/turf/simulated/floor/wood, -/area/vr/powered) -"nls" = ( -/obj/structure/curtain/black{ - icon_state = "open"; - layer = 2; - name = "privacy curtain"; - opacity = 0 - }, -/turf/simulated/floor/wood/sif, -/area/vr/powered/space/mechfactory) -"nlM" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/item/weapon/flame/candle/candelabra/everburn, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered) -"nmd" = ( -/obj/machinery/atmospherics/binary/passive_gate{ - dir = 8; - regulate_mode = 0; - unlocked = 1 - }, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"nmj" = ( -/obj/random/trash, -/turf/simulated/floor/outdoors/dirt{ - temperature = 293.15; - outdoors = 0 - }, -/area/vr/powered/dungeon) -"nml" = ( -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"nmu" = ( -/obj/structure/cliff/automatic{ - dir = 8 - }, -/turf/simulated/floor/lava, -/area/vr/outdoors/powered/lava) -"nmx" = ( -/obj/machinery/computer/operating{ - dir = 4 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"nmD" = ( -/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/space/sciship) -"nmF" = ( -/obj/structure/fence/corner{ - dir = 8 - }, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"nmL" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered/space/whiteship) -"nmO" = ( -/obj/structure/table/marble, -/obj/fruitspawner/rice, -/obj/fruitspawner/rice, -/obj/fruitspawner/rice, -/obj/fruitspawner/rice, -/obj/fruitspawner/rice, -/obj/fruitspawner/rice, -/obj/fruitspawner/rice, -/obj/fruitspawner/rice, -/obj/fruitspawner/rice, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"nng" = ( -/obj/effect/floor_decal/chapel{ - dir = 1 - }, -/turf/simulated/floor/redgrid/off, -/area/vr/powered/cult) -"nnp" = ( -/obj/machinery/vending/coffee, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"nnx" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 10 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"nnT" = ( -/obj/structure/table/marble, -/obj/machinery/microwave{ - pixel_y = 10 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"noa" = ( -/obj/structure/bed/chair/wood{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"noe" = ( -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/dungeon) -"noI" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 9 - }, -/turf/simulated/floor/beach/sand/desert, -/area/vr/outdoors/powered/mall) -"noZ" = ( -/turf/simulated/floor/outdoors/mud{ - outdoors = -1; - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"npj" = ( -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"npD" = ( -/obj/structure/railing, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"nqH" = ( -/obj/machinery/smartfridge/drying_rack{ - dir = 4; - pixel_y = 0; - pixel_x = -7 - }, -/turf/simulated/floor/beach/sand/desert, -/area/vr/powered/mall/vw) -"nrk" = ( -/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/space/whiteship) -"nrm" = ( -/obj/machinery/light, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"nrp" = ( -/obj/structure/bed/chair/sofa/bench/marble{ - dir = 1 - }, -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/mall) -"nrK" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 1 - }, -/obj/structure/bed/chair/comfy/purp{ - dir = 8 - }, -/turf/simulated/floor/carpet/blucarpet, -/area/vr/powered) -"nrY" = ( -/obj/structure/table/hardwoodtable, -/obj/item/device/flashlight/lamp/clown, -/turf/simulated/floor/carpet/tealcarpet, -/area/vr/powered/mall/dorms) -"nsO" = ( -/obj/structure/table/reinforced, -/obj/machinery/chemical_dispenser/bar_coffee/full{ - dir = 4 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"nty" = ( -/obj/machinery/button/remote/airlock{ - id = "VR1"; - name = "Bolt Control"; - pixel_x = 30; - specialfunctions = 4 - }, -/turf/simulated/floor/carpet/bcarpet, -/area/vr/powered) -"ntz" = ( -/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) -"ntG" = ( -/mob/living/simple_mob/construct/wraith{ - dir = 1; - ai_holder_type = null - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"ntH" = ( -/obj/effect/floor_decal/corner/paleblue/full{ - dir = 1 - }, -/obj/structure/closet/crate/medical/blood, -/obj/item/weapon/reagent_containers/blood/prelabeled/BPlus, -/obj/item/weapon/reagent_containers/blood/prelabeled/AMinus, -/obj/item/weapon/reagent_containers/blood/prelabeled/BMinus, -/obj/item/weapon/reagent_containers/blood/prelabeled/APlus, -/obj/item/weapon/reagent_containers/blood/prelabeled/OPlus, -/obj/item/weapon/reagent_containers/blood/prelabeled/OMinus, -/obj/structure/medical_stand, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"ntW" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/food/snacks/old/pizza, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"nug" = ( -/obj/effect/floor_decal/rust, -/obj/random/obstruction, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"nuY" = ( -/obj/item/weapon/weldingtool/largetank, -/turf/simulated/floor/tiled, -/area/vr/powered/nuke) -"nwE" = ( -/obj/structure/table/rack/shelf/steel, -/obj/random/contraband/nofail, -/obj/random/contraband/nofail, -/obj/random/maintenance/morestuff, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"nwT" = ( -/mob/living/simple_mob/animal/passive/fish/trout, -/turf/simulated/floor/water/deep{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"nxD" = ( -/obj/effect/map_effect/portal/master/side_b{ - dir = 8; - portal_id = "vrmall" - }, -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/outdoors/powered) -"nxF" = ( -/obj/structure/railing, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/railing{ - dir = 4 - }, -/turf/simulated/floor/water/pool/turfpack/station, -/area/vr/powered/mall/vw) -"nxY" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/closet/secure_closet/freezer/kitchen{ - locked = 0 - }, -/obj/structure/window/reinforced/tinted{ - dir = 4 - }, -/obj/structure/curtain, -/turf/simulated/floor/tiled/old_cargo/purple, -/area/vr/powered/mall/dorms) -"nyq" = ( -/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) -"nyN" = ( -/obj/structure/bed/chair/wood{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4; - pixel_y = 0 - }, -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"nzH" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/space/whiteship) -"nzI" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/glasses/sunglasses{ - pixel_y = -9 - }, -/obj/item/clothing/glasses/sunglasses/big{ - pixel_y = -5 - }, -/obj/item/clothing/glasses/sunglasses/bigshot{ - pixel_y = -3 - }, -/obj/item/clothing/glasses/gglasses, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"nzL" = ( -/obj/effect/map_effect/perma_light/gateway, -/turf/unsimulated/fake_space, -/area/vr/powered/mall/backrooms) -"nAa" = ( -/obj/structure/table/standard, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered/motel) -"nAc" = ( -/obj/effect/floor_decal/chapel, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/cult) -"nAj" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/table/marble, -/obj/machinery/cash_register{ - req_access = null; - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"nAx" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/floor_decal/rust, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"nAD" = ( -/obj/machinery/vending/deluxe_dinner{ - req_access = null; - req_log_access = null - }, -/turf/simulated/floor/redgrid/off, -/area/vr/powered/cult) -"nBf" = ( -/turf/simulated/wall/sandstone, -/area/vr/powered) -"nBr" = ( -/obj/item/weapon/material/twohanded/sledgehammer/mjollnir, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"nBA" = ( -/obj/structure/cult/pylon, -/obj/effect/floor_decal/spline/fancy{ - dir = 10 - }, -/turf/simulated/floor/cult{ - icon_state = "cult-narsie" - }, -/area/vr/powered/cult) -"nCF" = ( -/turf/simulated/wall/r_wall, -/area/vr/powered/gunshop) -"nCX" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/reagent_containers/food/drinks/bottle/space_up{ - pixel_y = 0; - pixel_x = -9 - }, -/obj/item/weapon/reagent_containers/food/drinks/bottle/space_mountain_wind{ - pixel_x = -2 - }, -/obj/item/weapon/reagent_containers/food/drinks/bottle/dr_gibb{ - pixel_y = 0; - pixel_x = 5 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/constore) -"nDj" = ( -/obj/machinery/light{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"nDZ" = ( -/obj/structure/table/hardwoodtable, -/obj/machinery/chemical_dispenser/bar_soft/full{ - dir = 4 - }, -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall) -"nGe" = ( -/obj/machinery/light/floortube{ - dir = 8 - }, -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"nGq" = ( -/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/space/whiteship) -"nGI" = ( -/obj/structure/table/marble, -/obj/effect/floor_decal/corner/red/diagonal, -/obj/item/weapon/reagent_containers/food/condiment/enzyme, -/obj/item/weapon/reagent_containers/glass/beaker{ - pixel_x = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/sliceable/cheesewheel, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"nGZ" = ( -/obj/machinery/smartfridge/survival_pod{ - icon = 'icons/obj/vending.dmi'; - icon_base = "fridge_sci"; - icon_contents = "chem"; - icon_state = "fridge_sci"; - pixel_y = 0 - }, -/obj/item/stack/material/durasteel{ - material = 50; - amount = 50 - }, -/obj/item/stack/material/phoron{ - amount = 50 - }, -/obj/item/stack/material/phoron{ - amount = 50 - }, -/obj/item/stack/material/diamond{ - amount = 15 - }, -/obj/item/stack/material/gold, -/obj/item/stack/material/lead{ - amount = 25 - }, -/obj/item/stack/material/plastic{ - amount = 50 - }, -/obj/item/stack/material/plastic{ - material = 50 - }, -/obj/item/stack/material/platinum{ - matter = 25; - amount = 50 - }, -/obj/item/stack/material/silver{ - amount = 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; - amount = 50 - }, -/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 - }, -/obj/item/stack/material/plasteel{ - amount = 50 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/space/sciship) -"nHj" = ( -/turf/simulated/wall/titanium, -/area/vr/powered/mall) -"nHn" = ( -/obj/item/weapon/storage/backpack/dufflebag/emt, -/turf/space, -/area/vr/space) -"nHr" = ( -/obj/effect/map_effect/portal/master/side_a{ - dir = 2; - portal_id = "vrdungeonBR" - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"nHC" = ( -/turf/simulated/wall/r_concrete, -/area/vr/powered/dungeon) -"nHK" = ( -/obj/structure/bed/chair/sofa/right/brown{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"nIh" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/glass/rag, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"nIW" = ( -/turf/simulated/floor/wood, -/area/vr/powered/conspawn) -"nJg" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/effect/floor_decal/rust, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"nJk" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/vr/powered/space/whiteship) -"nJs" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 10 - }, -/turf/simulated/floor/bluegrid{ - name = "Server Base"; - nitrogen = 500; - oxygen = 0; - temperature = 80 - }, -/area/vr/powered/space/whiteship) -"nJC" = ( -/obj/structure/table/hardwoodtable, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"nJI" = ( -/obj/random/trash, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"nJZ" = ( -/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/rocks) -"nKv" = ( -/obj/structure/prop/rock/small, -/turf/simulated/floor/outdoors/dirt{ - temperature = 311; - outdoors = 0 - }, -/area/vr/powered/rocks) -"nKw" = ( -/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/space/whiteship) -"nKG" = ( -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered/mall/dorms) -"nKH" = ( -/turf/simulated/floor/beach/sand/desert{ - can_atmos_pass = 0; - nitrogen = 0; - outdoors = 0; - oxygen = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"nKR" = ( -/obj/structure/bed/chair/bay/comfy/black{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/dungeon) -"nLi" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 10 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"nLk" = ( -/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) -"nLo" = ( -/obj/effect/decal/remains/xeno, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"nLI" = ( -/obj/structure/flora/pottedplant, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"nLS" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/powered/rocks) -"nMh" = ( -/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/cult) -"nMn" = ( -/obj/machinery/door/blast/gate/bars{ - id = "cringeeasteregg" - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"nMI" = ( -/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/space/whiteship) -"nMM" = ( -/obj/structure/table/marble, -/obj/item/clothing/suit/storage/apron/white, -/turf/simulated/floor/tiled/white, -/area/vr/powered) -"nMO" = ( -/obj/machinery/porta_turret/alien{ - faction = "neutral" - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"nNV" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/chemical_dispenser/bar_soft/full{ - dir = 1 - }, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered/mall) -"nOq" = ( -/turf/simulated/floor/airless, -/area/vr/space) -"nOW" = ( -/obj/structure/salvageable/server_os, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"nPi" = ( -/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/armory) -"nPI" = ( -/obj/effect/simple_portal/linked{ - portal_id = 71; - name = "Fast Travel to VR Armory" - }, -/turf/simulated/shuttle/floor/black, -/area/vr/outdoors/powered) -"nPZ" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 8 - }, -/turf/simulated/floor/outdoors/sidewalk/slab{ - movement_cost = 0; - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/mall) -"nRf" = ( -/obj/machinery/door/airlock{ - id_tag = "VR4"; - name = "VR Beachhouse 4" - }, -/turf/simulated/floor/wood, -/area/vr/powered) -"nRB" = ( -/obj/machinery/firealarm{ - dir = 4; - pixel_x = 24 - }, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/space/whiteship) -"nRH" = ( -/obj/structure/bed/chair/wood{ - dir = 8; - pixel_y = 0 - }, -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"nRO" = ( -/obj/structure/bed/chair/office/dark{ - dir = 8 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/space/whiteship) -"nSg" = ( -/obj/structure/fence/door/opened, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"nSr" = ( -/obj/machinery/sleep_console{ - dir = 4 - }, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"nSM" = ( -/obj/structure/barricade, -/obj/item/tape/police, -/turf/simulated/floor/outdoors/dirt{ - temperature = 293.15; - outdoors = 0 - }, -/area/vr/powered/dungeon) -"nSN" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/vr/powered/art) -"nTo" = ( -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = -4; - pixel_y = 8 - }, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = 8; - pixel_y = -4 - }, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = -4; - pixel_y = -4 - }, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = 8 - }, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = -4 - }, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = 8; - pixel_y = 12 - }, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = -4; - pixel_y = 12 - }, -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"nTY" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/space/whiteship) -"nUl" = ( -/obj/effect/floor_decal/techfloor{ - dir = 9 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"nUF" = ( -/obj/structure/sign/poster/custom{ - pixel_y = 0; - dir = 8 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"nVl" = ( -/obj/effect/floor_decal/corner/paleblue{ - dir = 2 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"nVx" = ( -/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/space/whiteship) -"nWc" = ( -/obj/structure/flora/log2, -/turf/simulated/floor/water/deep{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"nWl" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/item/weapon/reagent_containers/food/drinks/bottle/orangejuice{ - pixel_y = 0; - pixel_x = -9 - }, -/obj/item/weapon/reagent_containers/food/drinks/bottle/tomatojuice{ - pixel_y = 0; - pixel_x = -4 - }, -/obj/item/weapon/reagent_containers/food/drinks/bottle/applejuice{ - pixel_y = 2; - pixel_x = 4 - }, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered/mall) -"nWu" = ( -/obj/effect/floor_decal/carpet{ - dir = 1 - }, -/turf/simulated/floor/carpet, -/area/vr/powered/dungeon) -"nWE" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/reagent_containers/food/drinks/bottle/cream{ - pixel_y = -2; - pixel_x = -8 - }, -/obj/item/weapon/reagent_containers/glass/beaker/measuring_cup, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"nWN" = ( -/obj/effect/landmark/virtual_reality{ - name = "White Ship" - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"nWP" = ( -/turf/simulated/floor/outdoors/grass/heavy{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"nXP" = ( -/obj/structure/table/glass, -/obj/machinery/chemical_dispenser/bar_soft/full, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall/vw) -"nXR" = ( -/obj/machinery/light/small, -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered) -"nXW" = ( -/obj/machinery/appliance/cooker/fryer, -/obj/effect/floor_decal/corner/red/diagonal, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"nYd" = ( -/obj/structure/table/bench/wooden, -/obj/structure/flora/pottedplant/minitree{ - pixel_y = 10 - }, -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered/mall/dorms) -"nYH" = ( -/obj/structure/salvageable/console_os, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/space/whiteship) -"nZn" = ( -/obj/machinery/atmospherics/unary/freezer{ - icon_state = "freezer" - }, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"nZy" = ( -/obj/structure/table/marble, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/weapon/reagent_containers/food/snacks/chawanmushi{ - pixel_y = 6; - pixel_x = 1 - }, -/obj/item/weapon/reagent_containers/food/snacks/chawanmushi{ - pixel_y = 6; - pixel_x = 6 - }, -/obj/item/weapon/reagent_containers/food/snacks/chawanmushi{ - pixel_y = 1; - pixel_x = 6 - }, -/obj/item/weapon/reagent_containers/food/snacks/chawanmushi{ - pixel_y = -3; - pixel_x = 6 - }, -/obj/item/weapon/reagent_containers/food/snacks/chawanmushi{ - pixel_y = -3; - pixel_x = 1 - }, -/obj/item/weapon/reagent_containers/food/snacks/chawanmushi{ - pixel_y = 2; - pixel_x = 1 - }, -/obj/item/weapon/reagent_containers/food/snacks/sashimi{ - pixel_y = 7; - pixel_x = -6 - }, -/obj/item/weapon/reagent_containers/food/snacks/sashimi{ - pixel_y = -3; - pixel_x = -6 - }, -/obj/item/weapon/reagent_containers/food/snacks/sashimi{ - pixel_y = 2; - pixel_x = -6 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"oaU" = ( -/obj/structure/flora/ausbushes/ywflowers, -/obj/effect/simple_portal/linked{ - portal_id = 69; - name = "Fast Travel to Construct" - }, -/turf/simulated/floor/outdoors/sidewalk/slab{ - temperature = 293.15; - movement_cost = 0 - }, -/area/vr/outdoors/powered) -"oaZ" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/reagent_containers/food/snacks/popcorn{ - pixel_y = 0; - pixel_x = -4 - }, -/obj/item/weapon/reagent_containers/food/snacks/popcorn{ - pixel_y = 0; - pixel_x = 5 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/constore) -"ocj" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/closet/secure_closet/freezer/kitchen{ - locked = 0 - }, -/obj/structure/window/reinforced/tinted{ - dir = 4 - }, -/obj/structure/curtain, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall/dorms) -"ocy" = ( -/obj/machinery/light/bigfloorlamp{ - light_range = 10 - }, -/obj/structure/flora/ausbushes/brflowers, -/turf/simulated/floor/outdoors/grass{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/mall) -"ocA" = ( -/obj/machinery/light{ - dir = 4; - icon_state = "tube1" - }, -/obj/random/trash, -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"ocD" = ( -/obj/machinery/vending/dinnerware{ - dir = 2; - pixel_y = 4 - }, -/obj/effect/floor_decal/corner/lime/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/lime/border, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"oda" = ( -/turf/simulated/floor/carpet/blue, -/area/vr/powered/cult) -"odZ" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - dir = 4; - health = 1e+006 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/weapon/material/knife/machete/deluxe, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"oeP" = ( -/obj/structure/prop/statue, -/turf/simulated/floor/water/pool{ - temperature = 293.15; - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"ofy" = ( -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_dirty{ - color = "grey" - }, -/area/vr/powered/cult) -"ofM" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/obj/machinery/gear_dispenser/suit/autolok, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"ofO" = ( -/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/cult) -"ogY" = ( -/obj/structure/disposaloutlet{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"ohm" = ( -/obj/structure/prop/statue/pillar, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"ohq" = ( -/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" - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered) -"ohw" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 4 - }, -/obj/structure/cult/pylon, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"ohG" = ( -/mob/living/simple_mob/vore/aggressive/lizardman, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"ohK" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"ohN" = ( -/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/cult) -"ohP" = ( -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/dungeon) -"oia" = ( -/obj/structure/table/woodentable, -/obj/machinery/cash_register, -/obj/machinery/light/floortube{ - dir = 1 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"oiq" = ( -/obj/structure/table/marble, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"oiM" = ( -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/snacks/packaged/mochicake{ - pixel_y = 8; - pixel_x = 6 - }, -/obj/item/weapon/reagent_containers/food/snacks/packaged/mochicake{ - pixel_y = 8; - pixel_x = -7 - }, -/obj/item/weapon/reagent_containers/food/snacks/packaged/mochicake{ - pixel_y = 8; - pixel_x = -3 - }, -/obj/item/weapon/reagent_containers/food/snacks/packaged/mochicake{ - pixel_y = 8; - pixel_x = 2 - }, -/obj/item/weapon/storage/box/pocky{ - pixel_y = -4; - pixel_x = 3 - }, -/obj/item/weapon/storage/box/pocky{ - pixel_y = -4; - pixel_x = -9 - }, -/obj/item/weapon/storage/box/pocky{ - pixel_y = -4; - pixel_x = -5 - }, -/obj/item/weapon/storage/box/pocky{ - pixel_y = -4; - pixel_x = -1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"ojf" = ( -/obj/structure/sign/signnew/danger, -/turf/simulated/wall/r_concrete, -/area/vr/powered/dungeon) -"ojl" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/storage/fancy/crayons{ - pixel_x = 11; - pixel_y = -3 - }, -/obj/item/weapon/storage/fancy/markers{ - pixel_x = 11; - pixel_y = 6 - }, -/obj/item/weapon/storage/fancy/crayons{ - pixel_x = 11; - pixel_y = -3 - }, -/obj/item/weapon/storage/fancy/markers{ - pixel_x = 11; - pixel_y = 6 - }, -/obj/item/weapon/pen/multi{ - pixel_x = -6; - pixel_y = -5 - }, -/obj/item/weapon/pen/multi{ - pixel_x = -6; - pixel_y = 7 - }, -/obj/item/weapon/pen/multi{ - pixel_x = -6; - pixel_y = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered/art) -"ojv" = ( -/obj/structure/closet/crate/laundry, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"ojU" = ( -/obj/effect/floor_decal/techfloor/corner, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/dungeon) -"okl" = ( -/obj/structure/bed/chair/wood/wings{ - dir = 4 - }, -/obj/effect/floor_decal/spline/fancy{ - dir = 8 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"okZ" = ( -/obj/item/device/tape, -/obj/structure/table/wooden_reinforced, -/turf/simulated/floor/wood, -/area/vr/powered) -"oli" = ( -/obj/effect/floor_decal/spline/fancy/wood/corner, -/turf/unsimulated/floor/tiled/techfloor, -/area/vr/powered/mall) -"olz" = ( -/obj/machinery/vending/deathmatch/red, -/turf/simulated/floor/reinforced, -/area/vr/powered/redbase) -"olK" = ( -/obj/structure/table/marble, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/weapon/reagent_containers/food/snacks/aesirsalad, -/obj/item/weapon/reagent_containers/food/snacks/flowerchildsalad{ - pixel_y = 6 - }, -/obj/item/weapon/reagent_containers/food/snacks/rosesalad{ - pixel_y = 12 - }, -/obj/item/weapon/reagent_containers/food/snacks/tossedsalad{ - pixel_y = -4 - }, -/turf/simulated/floor/wood/alt, -/area/vr/powered/mall) -"olY" = ( -/obj/structure/bed/chair/bay/comfy/black{ - dir = 1 - }, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/dungeon) -"omd" = ( -/obj/structure/table/woodentable, -/obj/item/modular_computer/laptop/preset/custom_loadout/cheap, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"omz" = ( -/obj/structure/cliff/automatic{ - dir = 9 - }, -/turf/simulated/floor/lava, -/area/vr/outdoors/powered/lava) -"ono" = ( -/obj/effect/map_effect/portal/line/side_a{ - dir = 2 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"ony" = ( -/obj/machinery/firealarm{ - dir = 1; - pixel_y = -24 - }, -/obj/structure/bed/chair/wood{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered/space/whiteship) -"onJ" = ( -/obj/effect/zone_divider, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"onX" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/carpet/sblucarpet, -/area/vr/powered/mall/dorms) -"ooe" = ( -/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/space/whiteship) -"ooi" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/structure/salvageable/bliss, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"oop" = ( -/obj/effect/landmark/virtual_reality{ - name = "Construction Site" - }, -/turf/simulated/floor/tiled, -/area/vr/powered/conspawn) -"ooT" = ( -/obj/random/mob/fish, -/turf/simulated/floor/water/deep{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"oph" = ( -/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/conspawn) -"opq" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 6 - }, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"opG" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"oqf" = ( -/obj/machinery/light, -/turf/simulated/floor/water/indoors{ - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"oqk" = ( -/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/space/whiteship) -"oqu" = ( -/obj/structure/table/marble, -/obj/machinery/reagentgrinder, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered/mall) -"oqz" = ( -/obj/effect/decal/remains/unathi, -/turf/simulated/floor/lava, -/area/vr/outdoors/powered/lava) -"oqE" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/machinery/appliance/cooker/oven, -/obj/machinery/light/small{ - brightness_color = "#DA0205"; - brightness_power = 1; - brightness_range = 5; - dir = 8; - nightshift_enabled = 1 - }, -/turf/simulated/floor/tiled/old_cargo, -/area/vr/powered/mall/dorms) -"oqY" = ( -/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, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/turf/simulated/floor/tiled, -/area/vr/powered/conspawn) -"orE" = ( -/obj/effect/catwalk_plated/white, -/turf/simulated/floor/tiled/steel_dirty{ - color = "grey" - }, -/area/vr/powered/cult) -"orW" = ( -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall) -"oss" = ( -/obj/machinery/door/airlock/maintenance/engi{ - req_one_access = null - }, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"osG" = ( -/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/cult) -"osJ" = ( -/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/space/sciship) -"otu" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/fruitspawner/lettuce, -/obj/fruitspawner/lettuce, -/obj/fruitspawner/lettuce, -/obj/fruitspawner/lettuce, -/obj/fruitspawner/lettuce, -/obj/fruitspawner/lettuce, -/obj/fruitspawner/tomato, -/obj/fruitspawner/tomato, -/obj/fruitspawner/tomato, -/obj/fruitspawner/tomato, -/obj/fruitspawner/tomato, -/obj/effect/floor_decal/corner/red/diagonal, -/obj/item/weapon/reagent_containers/food/snacks/meat, -/obj/item/weapon/reagent_containers/food/snacks/meat, -/obj/item/weapon/reagent_containers/food/snacks/meat, -/obj/item/weapon/reagent_containers/food/snacks/meat, -/obj/item/weapon/reagent_containers/food/snacks/meat, -/obj/item/weapon/reagent_containers/food/snacks/meat, -/obj/item/weapon/reagent_containers/food/snacks/meat, -/obj/item/weapon/reagent_containers/food/snacks/meat, -/obj/item/weapon/reagent_containers/food/snacks/meat, -/obj/item/weapon/reagent_containers/food/snacks/meat, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"otR" = ( -/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/cult) -"ouD" = ( -/obj/effect/decal/cleanable/blood, -/turf/simulated/floor/outdoors/mud{ - outdoors = -1; - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"ouN" = ( -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"ovr" = ( -/obj/effect/simple_portal/linked{ - portal_id = 75; - name = "Fast Travel to Mall" - }, -/obj/effect/floor_decal/corner/purple/diagonal, -/turf/simulated/floor/tiled/dark, -/area/vr/outdoors/powered) -"ovM" = ( -/obj/effect/floor_decal/corner/white/border{ - dir = 1 - }, -/obj/effect/decal/remains, -/obj/item/clothing/head/fishing, -/obj/effect/decal/cleanable/blood, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/powered/dungeon) -"ovP" = ( -/obj/structure/bed/chair/sofa/right/brown{ - dir = 8 - }, -/obj/structure/sign/poster/custom{ - pixel_y = 0; - dir = 1 - }, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"owa" = ( -/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/space/whiteship) -"oxR" = ( -/mob/living/simple_mob/construct/shade{ - ai_holder_type = null - }, -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"oxT" = ( -/obj/structure/table/rack/shelf/wood, -/obj/random/plushie, -/turf/simulated/floor/carpet/sblucarpet, -/area/vr/powered/mall/dorms) -"oyk" = ( -/obj/structure/table/steel, -/obj/item/device/tvcamera, -/obj/item/device/tvcamera, -/obj/item/device/tvcamera, -/obj/item/device/tvcamera, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/turf/simulated/floor/outdoors/sidewalk/side{ - movement_cost = 0; - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"oym" = ( -/obj/item/weapon/reagent_containers/glass/bucket, -/turf/simulated/floor/water/beach{ - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/mall/vw) -"oyJ" = ( -/obj/structure/table/steel, -/obj/item/device/tvcamera, -/obj/item/device/tvcamera, -/obj/item/device/tvcamera, -/obj/item/device/tvcamera, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/turf/simulated/floor/tiled/asteroid_steel{ - outdoors = 1; - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"oyM" = ( -/obj/structure/bed/chair/sofa/right/brown{ - dir = 4 - }, -/turf/simulated/floor/outdoors/sidewalk/slab{ - movement_cost = 0; - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/mall) -"oyN" = ( -/obj/structure/table/marble, -/obj/machinery/chemical_dispenser/bar_coffee/full{ - dir = 1 - }, -/obj/structure/window/basic, -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"ozq" = ( -/obj/structure/bed/chair/wood, -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"ozv" = ( -/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/space/mechfactory) -"ozI" = ( -/obj/machinery/light{ - layer = 3 - }, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/conspawn) -"ozP" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/machinery/recharger/wallcharger{ - pixel_x = -24 - }, -/obj/machinery/autolathe{ - hacked = 1; - name = "hacked autolathe" - }, -/obj/fiftyspawner/glass, -/obj/fiftyspawner/steel, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"oAC" = ( -/obj/machinery/door/airlock/sandstone{ - id_tag = "VRmall1" - }, -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall/dorms) -"oBi" = ( -/obj/structure/table/darkglass, -/obj/item/device/flashlight/lamp, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"oBA" = ( -/obj/random/maintenance, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/space/mechfactory) -"oBR" = ( -/obj/structure/table/steel_reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8; - health = null - }, -/obj/machinery/door/window/westleft{ - dir = 2 - }, -/obj/item/weapon/reagent_containers/food/snacks/cinnamonbun{ - pixel_y = 10; - pixel_x = -4 - }, -/obj/item/weapon/reagent_containers/food/snacks/cinnamonbun{ - pixel_y = -1; - pixel_x = -2 - }, -/obj/item/weapon/reagent_containers/food/snacks/cinnamonbun{ - pixel_y = 2; - pixel_x = 8 - }, -/obj/item/weapon/reagent_containers/food/snacks/cinnamonbun{ - pixel_y = 6; - pixel_x = -4 - }, -/obj/item/weapon/reagent_containers/food/snacks/cinnamonbun{ - pixel_y = -1; - pixel_x = 8 - }, -/obj/item/weapon/reagent_containers/food/snacks/cinnamonbun{ - pixel_y = 6; - pixel_x = 8 - }, -/obj/item/weapon/reagent_containers/food/snacks/cinnamonbun{ - pixel_y = 10; - pixel_x = 8 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"oBV" = ( -/turf/simulated/floor/tiled/white, -/area/vr/powered) -"oCa" = ( -/obj/structure/sign/chemistry, -/turf/unsimulated/wall/concrete/turfpack/station{ - color = "#ebcd7c"; - icon = 'icons/turf/wall_masks.dmi' - }, -/area/vr/powered/mall/backrooms) -"oCQ" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"oDd" = ( -/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/armory) -"oDi" = ( -/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) -"oDn" = ( -/obj/structure/table/marble, -/obj/item/weapon/material/kitchen/rollingpin, -/obj/item/weapon/material/knife/butch, -/turf/simulated/floor/wood/alt, -/area/vr/powered/mall) -"oDB" = ( -/obj/screen/alert/highpressure, -/turf/simulated/shuttle/wall, -/area/vr/powered/space/whiteship) -"oDG" = ( -/obj/random/maintenance/engineering, -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"oDJ" = ( -/obj/structure/table/fancyblack, -/obj/item/weapon/reagent_containers/food/snacks/spellburger, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"oEZ" = ( -/turf/simulated/mineral/sif, -/area/vr/powered/rocks) -"oFn" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/tiled/old_cargo, -/area/vr/powered/mall/dorms) -"oFV" = ( -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/table/bench/steel, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"oFZ" = ( -/obj/structure/prop/fake_ai{ - name = "k@1iPs0" - }, -/obj/structure/sign/department/commander{ - pixel_y = -32 - }, -/turf/simulated/floor/greengrid/nitrogen, -/area/vr/powered/space/sciship) -"oGn" = ( -/obj/machinery/door/airlock{ - name = "Gun Store" - }, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"oGt" = ( -/obj/structure/prop/machine/alien_tank/starts_broken, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"oGD" = ( -/obj/machinery/gibber/autogibber{ - emagged = 1 - }, -/turf/simulated/floor, -/area/vr/powered) -"oHb" = ( -/obj/structure/bed/chair/sofa/right/beige{ - dir = 4 - }, -/obj/machinery/light/floortube{ - dir = 4 - }, -/turf/simulated/floor/carpet/green, -/area/vr/powered/mall/dorms) -"oHz" = ( -/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/space/whiteship) -"oHJ" = ( -/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, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/turf/simulated/floor/tiled, -/area/vr/powered/conspawn) -"oHN" = ( -/obj/structure/table/woodentable, -/obj/item/clothing/head/cakehat, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"oIb" = ( -/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/armory) -"oJb" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"oJI" = ( -/obj/structure/table/reinforced, -/obj/machinery/microwave{ - pixel_y = 2; - pixel_x = -5 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"oJN" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/orange, -/turf/simulated/floor/wood, -/area/vr/powered/dungeon) -"oJO" = ( -/obj/machinery/washing_machine, -/obj/item/weapon/coin/silver, -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"oJT" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/cash_register{ - dir = 1 - }, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered/mall) -"oKw" = ( -/obj/machinery/vending/radren, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall) -"oKz" = ( -/obj/machinery/vending/dinnerware{ - dir = 8; - pixel_x = 4 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"oLe" = ( -/obj/structure/window/basic, -/obj/structure/table/rack/wood, -/obj/item/clothing/suit/storage/teshari/cloak/standard/rainbow, -/obj/item/clothing/suit/storage/teshari/cloak/standard/black_grey{ - pixel_y = 6 - }, -/obj/item/clothing/suit/storage/teshari/cloak/standard/black_yellow{ - pixel_y = 10 - }, -/obj/item/clothing/suit/storage/teshari/cloak/standard/blue_grey, -/obj/machinery/light/floortube, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"oLn" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/machinery/light{ - dir = 4; - layer = 3 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"oLx" = ( -/mob/living/simple_mob/animal/giant_spider/lurker, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"oLI" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 10 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"oLP" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/machinery/appliance/cooker/grill, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"oMb" = ( -/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/space/whiteship) -"oMQ" = ( -/obj/structure/table/steel_reinforced, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/item/toy/plushie/coffee_fox{ - pixel_y = 11 - }, -/obj/fruitspawner/watermelon, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered/mall) -"oNI" = ( -/obj/structure/sign/science{ - pixel_x = 32 - }, -/turf/space, -/area/vr/space) -"oOr" = ( -/obj/machinery/light/small, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"oOv" = ( -/obj/effect/simple_portal/linked{ - portal_id = 6690; - icon = 'icons/turf/flooring/weird_vr.dmi'; - icon_state = "dark"; - light_on = 0 - }, -/turf/simulated/floor/weird_things/dark, -/area/vr/powered/mall/backrooms) -"oOF" = ( -/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/rocks) -"oPe" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"oPY" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/head/fishing, -/obj/structure/window/reinforced{ - health = 1e+006; - req_access = list(5) - }, -/obj/structure/window/reinforced{ - dir = 4; - health = 1e+006 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/gunshop) -"oQm" = ( -/obj/random/trash, -/turf/simulated/wall/concrete, -/area/vr/powered/mall) -"oQJ" = ( -/obj/machinery/door/airlock/glass_centcom{ - name = "Starboard Wing Atmos" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/space/sciship) -"oQZ" = ( -/obj/structure/bed/chair/wood{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered/conspawn) -"oRd" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/structure/cable/green{ - d1 = 1; - d2 = 4; - icon_state = "1-4" - }, -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"oRY" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/structure/mirror{ - pixel_x = 28 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/cult) -"oSw" = ( -/obj/structure/bed/chair{ - dir = 8 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"oSx" = ( -/obj/structure/reagent_dispensers/beerkeg, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"oTd" = ( -/obj/structure/flora/tree/jungle_small, -/turf/unsimulated/wall, -/area/vr/outdoors/powered) -"oUq" = ( -/obj/structure/table/glass, -/obj/item/weapon/soap/deluxe, -/obj/item/weapon/towel/random, -/turf/simulated/floor/carpet/bcarpet, -/area/vr/powered) -"oVV" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/obj/structure/table/hardwoodtable, -/obj/item/weapon/reagent_containers/food/drinks/shaker, -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall) -"oVX" = ( -/obj/machinery/light/small{ - dir = 1; - nightshift_enabled = 1 - }, -/turf/simulated/floor/carpet/retro, -/area/vr/powered/mall/dorms) -"oWi" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 10 - }, -/turf/simulated/floor/beach/sand/desert, -/area/vr/outdoors/powered/mall) -"oWr" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/unsimulated/floor/tiled/techfloor, -/area/vr/powered/mall) -"oWZ" = ( -/obj/machinery/light/floortube{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"oYU" = ( -/obj/structure/table/rack/shelf/wood, -/obj/random/plushie, -/turf/simulated/floor/carpet/retro, -/area/vr/powered/mall/dorms) -"oZk" = ( -/obj/machinery/light/small, -/turf/simulated/floor/carpet/blue, -/area/vr/powered/motel) -"paD" = ( -/obj/structure/table/marble, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"paH" = ( -/obj/machinery/syndicate_beacon/virgo, -/turf/simulated/floor/snow, -/area/vr/outdoors/powered) -"paO" = ( -/obj/random/trash, -/obj/structure/closet/crate/trashcart, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"paR" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 9 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"pbd" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/machinery/appliance/cooker/fryer, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"pbe" = ( -/obj/structure/railing{ - dir = 4 - }, -/turf/simulated/floor/outdoors/sidewalk/side{ - movement_cost = 0; - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"pbm" = ( -/obj/effect/map_effect/portal/line/side_a{ - dir = 8 - }, -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/powered/rocks) -"pbq" = ( -/obj/structure/reagent_dispensers/fueltank, -/obj/item/device/flashlight/glowstick/blue, -/obj/item/device/flashlight/glowstick/blue, -/obj/item/device/flashlight/glowstick/blue, -/obj/item/device/flashlight, -/turf/simulated/floor/plating, -/area/vr/powered/vet) -"pbr" = ( -/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"; - density = 0; - opacity = 0 - }, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/sciship) -"pbs" = ( -/obj/structure/table/darkglass, -/obj/item/device/defib_kit/loaded, -/turf/simulated/shuttle/floor/voidcraft/dark, -/area/vr/powered/cult) -"pbB" = ( -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 1 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"pbL" = ( -/obj/machinery/light/small, -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/powered/dungeon) -"pbM" = ( -/obj/structure/noticeboard{ - dir = 1; - pixel_y = -27 - }, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"pcd" = ( -/obj/machinery/vending/deluxe_dinner{ - req_access = null; - req_log_access = null - }, -/turf/simulated/floor/tiled{ - outdoors = 1 - }, -/area/vr/powered/vendor) -"pcp" = ( -/obj/structure/cult/pylon, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/cult) -"pcA" = ( -/obj/item/weapon/stool/padded{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"pcE" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 4 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"pdu" = ( -/obj/effect/floor_decal/corner/paleblue/border, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"pdB" = ( -/obj/structure/prop/statue/pillar, -/turf/simulated/floor/outdoors/sidewalk/slab{ - movement_cost = 0; - temperature = 293.15 - }, -/area/vr/outdoors/powered/mall) -"pdP" = ( -/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/rocks) -"pen" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 8 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"pfa" = ( -/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/space/whiteship) -"pfm" = ( -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"pfv" = ( -/obj/effect/floor_decal/techfloor{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"pfw" = ( -/obj/machinery/light{ - layer = 3 - }, -/turf/simulated/floor/plating, -/area/vr/powered/material) -"pfP" = ( -/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/cult) -"pfW" = ( -/obj/structure/table/marble, -/obj/machinery/chemical_dispenser/bar_soft/full{ - dir = 1 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"pgm" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/gun/energy/medigun, -/obj/item/weapon/gun/energy/medigun, -/obj/item/weapon/gun/energy/medigun, -/obj/item/weapon/gun/energy/medigun, -/obj/item/weapon/cell/slime, -/obj/item/weapon/cell/slime, -/obj/item/weapon/cell/slime, -/obj/item/weapon/cell/slime, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"pgH" = ( -/obj/structure/bed/chair/comfy/black, -/turf/simulated/floor/carpet, -/area/vr/powered/mall) -"pgX" = ( -/obj/effect/decal/cleanable/blood, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/dungeon) -"pha" = ( -/obj/structure/flora/ausbushes/sunnybush, -/turf/simulated/floor/outdoors/sidewalk/slab{ - temperature = 293.15; - movement_cost = 0 - }, -/area/vr/outdoors/powered) -"phr" = ( -/obj/machinery/light/floortube{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"phT" = ( -/mob/living/simple_mob/animal/passive/fish/koi, -/turf/simulated/floor/water/deep{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"pit" = ( -/obj/machinery/atmospherics/unary/freezer{ - icon_state = "freezer" - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/space/whiteship) -"piv" = ( -/obj/structure/table/glass, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/powered) -"pjc" = ( -/obj/structure/flora/tree/bigtree, -/turf/simulated/floor/outdoors/grass/heavy{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"pjA" = ( -/obj/structure/table/steel, -/obj/item/device/tvcamera, -/obj/item/device/tvcamera, -/obj/item/device/tvcamera, -/obj/item/device/tvcamera, -/turf/simulated/floor/outdoors/sidewalk/slab{ - temperature = 293.15; - movement_cost = 0 - }, -/area/vr/outdoors/powered) -"pkd" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 2 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/weapon/reagent_containers/food/snacks/boiledrice, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"pki" = ( -/obj/structure/table/alien/blue, -/obj/item/weapon/bluespace_harpoon, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"ple" = ( -/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/space/whiteship) -"plm" = ( -/obj/machinery/atmospherics/binary/pump, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"pls" = ( -/obj/effect/decal/remains/xeno, -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/obj/effect/decal/cleanable/blood/gibs/xeno, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"plO" = ( -/obj/structure/table/alien/blue, -/obj/item/weapon/surgical/scalpel/ripper, -/obj/item/weapon/surgical/scalpel/manager, -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"plX" = ( -/obj/structure/table/darkglass, -/obj/item/weapon/scepter, -/turf/simulated/shuttle/floor/voidcraft/dark, -/area/vr/powered/cult) -"pma" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/table/marble, -/obj/machinery/microwave{ - pixel_y = 10 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"pmE" = ( -/obj/structure/grille/rustic{ - health = 25; - name = "reinforced grille" - }, -/obj/structure/window/reinforced/survival_pod{ - dir = 8 - }, -/obj/structure/window/reinforced/survival_pod{ - dir = 4 - }, -/obj/structure/window/reinforced/survival_pod, -/obj/structure/window/reinforced/survival_pod{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"pmF" = ( -/obj/structure/bed/chair/sofa/left/beige{ - dir = 4 - }, -/turf/simulated/floor/carpet/green, -/area/vr/powered/mall/dorms) -"pmG" = ( -/turf/simulated/floor/carpet, -/area/vr/powered/mall) -"pnq" = ( -/obj/machinery/sleeper{ - dir = 4 - }, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"pnV" = ( -/obj/effect/floor_decal/spline/fancy{ - dir = 6 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"pol" = ( -/obj/machinery/light/floortube{ - dir = 1 - }, -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"poq" = ( -/obj/machinery/vending/loadout/accessory{ - prices = list(/obj/item/clothing/accessory=0,/obj/item/clothing/accessory/armband/med/color=0,/obj/item/clothing/accessory/asymmetric=0,/obj/item/clothing/accessory/asymmetric/purple=0,/obj/item/clothing/accessory/asymmetric/green=0,/obj/item/clothing/accessory/bracelet=0,/obj/item/clothing/accessory/bracelet/material=0,/obj/item/clothing/accessory/bracelet/friendship=0,/obj/item/clothing/accessory/chaps=0,/obj/item/clothing/accessory/chaps/black=0,/obj/item/weapon/storage/briefcase/clutch=0,/obj/item/clothing/accessory/collar=0,/obj/item/clothing/accessory/collar/bell=0,/obj/item/clothing/accessory/collar/spike=0,/obj/item/clothing/accessory/collar/pink=0,/obj/item/clothing/accessory/collar/holo=0,/obj/item/clothing/accessory/collar/shock=0,/obj/item/weapon/storage/belt/fannypack=0,/obj/item/weapon/storage/belt/fannypack/white=0,/obj/item/clothing/accessory/fullcape=0,/obj/item/clothing/accessory/halfcape=0,/obj/item/clothing/accessory/hawaiian=0,/obj/item/clothing/accessory/hawaiian/blue=0,/obj/item/clothing/accessory/hawaiian/pink=0,/obj/item/clothing/accessory/hawaiian/red=0,/obj/item/clothing/accessory/hawaiian/yellow=0,/obj/item/clothing/accessory/tropical=0,/obj/item/clothing/accessory/tropical/green=0,/obj/item/clothing/accessory/tropical/pink=0,/obj/item/clothing/accessory/tropical/blue=0,/obj/item/clothing/accessory/locket=0,/obj/item/weapon/storage/backpack/purse=0,/obj/item/clothing/accessory/sash=0,/obj/item/clothing/accessory/scarf=5,/obj/item/clothing/accessory/scarf/red=0,/obj/item/clothing/accessory/scarf/darkblue=0,/obj/item/clothing/accessory/scarf/purple=0,/obj/item/clothing/accessory/scarf/yellow=100,/obj/item/clothing/accessory/scarf/orange=0,/obj/item/clothing/accessory/scarf/lightblue=0,/obj/item/clothing/accessory/scarf/white=0,/obj/item/clothing/accessory/scarf/black=0,/obj/item/clothing/accessory/scarf/zebra=0,/obj/item/clothing/accessory/scarf/christmas=0,/obj/item/clothing/accessory/scarf/stripedred=0,/obj/item/clothing/accessory/scarf/stripedgreen=0,/obj/item/clothing/accessory/scarf/stripedblue=0,/obj/item/clothing/accessory/jacket=0,/obj/item/clothing/accessory/jacket/checkered=0,/obj/item/clothing/accessory/jacket/burgundy=0,/obj/item/clothing/accessory/jacket/navy=0,/obj/item/clothing/accessory/jacket/charcoal=0,/obj/item/clothing/accessory/vest=0,/obj/item/clothing/accessory/sweater=0,/obj/item/clothing/accessory/sweater/pink=0,/obj/item/clothing/accessory/sweater/mint=0,/obj/item/clothing/accessory/sweater/blue=0,/obj/item/clothing/accessory/sweater/heart=0,/obj/item/clothing/accessory/sweater/nt=5,/obj/item/clothing/accessory/sweater/keyhole=0,/obj/item/clothing/accessory/sweater/winterneck=0,/obj/item/clothing/accessory/sweater/uglyxmas=5,/obj/item/clothing/accessory/sweater/flowersweater=0,/obj/item/clothing/accessory/sweater/redneck=0,/obj/item/clothing/accessory/tie=0,/obj/item/clothing/accessory/tie/horrible=0,/obj/item/clothing/accessory/tie/white=0,/obj/item/clothing/accessory/tie/navy=0,/obj/item/clothing/accessory/tie/yellow=0,/obj/item/clothing/accessory/tie/darkgreen=0,/obj/item/clothing/accessory/tie/black=0,/obj/item/clothing/accessory/tie/red_long=0,/obj/item/clothing/accessory/tie/red_clip=0,/obj/item/clothing/accessory/tie/blue_long=0,/obj/item/clothing/accessory/tie/blue_clip=0,/obj/item/clothing/accessory/tie/red=0,/obj/item/clothing/accessory/wcoat=0,/obj/item/clothing/accessory/wcoat/red=0,/obj/item/clothing/accessory/wcoat/grey=0,/obj/item/clothing/accessory/wcoat/brown=0,/obj/item/clothing/accessory/wcoat/gentleman=0,/obj/item/clothing/accessory/wcoat/swvest=0,/obj/item/clothing/accessory/wcoat/swvest/blue=0,/obj/item/clothing/accessory/wcoat/swvest/red=0,/obj/item/weapon/storage/wallet=0,/obj/item/weapon/storage/wallet/poly=0,/obj/item/weapon/storage/wallet/womens=0,/obj/item/weapon/lipstick=0,/obj/item/weapon/lipstick/purple=0,/obj/item/weapon/lipstick/jade=0,/obj/item/weapon/lipstick/black=0,/obj/item/clothing/ears/earmuffs=0,/obj/item/clothing/ears/earmuffs/headphones=0,/obj/item/clothing/ears/earring/stud=0,/obj/item/clothing/ears/earring/dangle=0,/obj/item/clothing/gloves/ring/mariner=0,/obj/item/clothing/gloves/ring/engagement=0,/obj/item/clothing/gloves/ring/seal/signet=0,/obj/item/clothing/gloves/ring/seal/mason=0,/obj/item/clothing/gloves/ring/material/plastic=0,/obj/item/clothing/gloves/ring/material/steel=0,/obj/item/clothing/gloves/ring/material/gold=100,/obj/item/clothing/glasses/eyepatch=0,/obj/item/clothing/glasses/gglasses=0,/obj/item/clothing/glasses/regular/hipster=0,/obj/item/clothing/glasses/rimless=0,/obj/item/clothing/glasses/thin=0,/obj/item/clothing/glasses/monocle=0,/obj/item/clothing/glasses/goggles=0,/obj/item/clothing/glasses/fluff/spiffygogs=0,/obj/item/clothing/glasses/fakesunglasses=0,/obj/item/clothing/glasses/fakesunglasses/aviator=0,/obj/item/clothing/mask/bandana/blue=0,/obj/item/clothing/mask/bandana/gold=0,/obj/item/clothing/mask/bandana/green=0,/obj/item/clothing/mask/bandana/red=0,/obj/item/clothing/mask/surgical=0,/obj/item/clothing/accessory/pride/bi=0,/obj/item/clothing/accessory/pride/trans=0,/obj/item/clothing/accessory/pride/ace=0,/obj/item/clothing/accessory/pride/enby=0,/obj/item/clothing/accessory/pride/pan=0,/obj/item/clothing/accessory/pride/lesbian=0,/obj/item/clothing/accessory/pride/intersex=0,/obj/item/clothing/accessory/pride/vore=0) - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"poy" = ( -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/cult) -"poL" = ( -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"poZ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/space/whiteship) -"ppb" = ( -/obj/structure/table/hardwoodtable, -/obj/random/contraband/nofail, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"ppq" = ( -/obj/structure/window/basic{ - dir = 1 - }, -/obj/structure/table/rack/wood, -/obj/item/clothing/suit/storage/toggle/lawyer/bluejacket{ - pixel_y = 2; - pixel_x = -7 - }, -/obj/item/clothing/suit/storage/toggle/lawyer/purpjacket{ - pixel_y = 2 - }, -/obj/item/clothing/suit/storage/toggle/leather_jacket{ - pixel_y = 1; - pixel_x = 8 - }, -/obj/item/clothing/under/suit_jacket/burgundy{ - pixel_y = -3; - pixel_x = -6 - }, -/obj/item/clothing/under/suit_jacket/charcoal{ - pixel_y = -3 - }, -/obj/item/clothing/under/suit_jacket/checkered{ - pixel_y = -2; - pixel_x = 8 - }, -/obj/item/clothing/shoes/dress{ - pixel_y = -10 - }, -/obj/item/clothing/shoes/dress{ - pixel_y = -10 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"ppH" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/machinery/portable_atmospherics/powered/pump/huge, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"pqD" = ( -/turf/simulated/wall/r_wall, -/area/vr/powered/art) -"pqH" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/structure/closet/secure_closet/freezer/kitchen{ - locked = 0 - }, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"pqU" = ( -/obj/machinery/light/bigfloorlamp{ - light_range = 10 - }, -/obj/structure/flora/ausbushes/ywflowers, -/turf/simulated/floor/outdoors/grass{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/mall) -"prl" = ( -/obj/structure/table/rack/shelf, -/obj/item/weapon/reagent_containers/chem_disp_cartridge/coffee, -/obj/item/weapon/reagent_containers/chem_disp_cartridge/coffee, -/turf/simulated/floor/plating, -/area/vr/powered/cafe) -"psz" = ( -/obj/structure/bed/chair/bay/comfy/black{ - dir = 1 - }, -/mob/living/simple_mob/vore/aggressive/rat, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/dungeon) -"psN" = ( -/obj/effect/floor_decal/stairs{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"ptH" = ( -/obj/structure/cliff/automatic{ - dir = 5 - }, -/turf/simulated/floor/water/indoors{ - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"ptY" = ( -/obj/machinery/door/blast/puzzle{ - id = "alienroompuzzlevr" - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"puf" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 1 - }, -/obj/structure/bed/chair/comfy/purp{ - dir = 8 - }, -/turf/simulated/floor/carpet/bcarpet, -/area/vr/powered) -"pvd" = ( -/obj/structure/table/fancyblack, -/obj/effect/floor_decal/spline/fancy{ - dir = 1 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"pvE" = ( -/obj/structure/curtain/open, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/powered) -"pvS" = ( -/mob/living/simple_mob/construct/juggernaut/behemoth{ - ai_holder_type = null - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/cult) -"pwc" = ( -/turf/unsimulated/wall, -/area/vr/powered/rocks) -"pwd" = ( -/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/cult) -"pwo" = ( -/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) -"pxw" = ( -/obj/structure/table/hardwoodtable, -/obj/random/maintenance/morestuff, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"pxI" = ( -/obj/structure/bookcase, -/obj/item/weapon/book/bundle/custom_library/fiction/coldmountain, -/obj/item/weapon/book/bundle/custom_library/fiction/manfromsnowyriver, -/obj/item/weapon/book/bundle/custom_library/fiction/metalglen, -/obj/item/weapon/book/bundle/custom_library/nonfiction/viabilityofcorporategov, -/obj/item/weapon/book/bundle/custom_library/nonfiction/riseandfallofpersianempire, -/obj/item/weapon/book/bundle/custom_library/nonfiction/skrelliancastesystem, -/turf/simulated/floor/carpet/sblucarpet, -/area/vr/powered/mall/dorms) -"pyc" = ( -/turf/simulated/floor/water/beach{ - dir = 10; - temperature = 311; - outdoors = 0 - }, -/area/vr/outdoors/powered) -"pyt" = ( -/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/space/whiteship) -"pzr" = ( -/obj/structure/railing{ - dir = 4 - }, -/obj/effect/floor_decal/rust, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"pzs" = ( -/obj/machinery/light/small{ - brightness_color = "#DA0205"; - brightness_power = 1; - brightness_range = 5; - dir = 8; - nightshift_enabled = 1 - }, -/obj/structure/toilet{ - dir = 4 - }, -/turf/simulated/floor/tiled/old_tile, -/area/vr/powered/mall) -"pzJ" = ( -/obj/structure/table/marble, -/obj/structure/sink/countertop{ - dir = 2; - pixel_y = 7 - }, -/obj/item/trash/plate{ - pixel_y = -2 - }, -/obj/item/trash/plate, -/obj/item/trash/plate{ - pixel_y = 2 - }, -/obj/item/trash/plate{ - pixel_y = 4 - }, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"pzO" = ( -/obj/structure/railing, -/turf/simulated/floor/wood{ - outdoors = 1; - temperature = 311 - }, -/area/vr/outdoors/powered) -"pzR" = ( -/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/cult) -"pAN" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/clothing/shoes/boots/marine, -/obj/item/clothing/shoes/boots/marine, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"pBf" = ( -/obj/structure/closet/crate/trashcart, -/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"pBo" = ( -/obj/structure/table/bench/wooden, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered/mall/dorms) -"pBr" = ( -/obj/structure/table/marble, -/obj/item/weapon/material/knife/butch, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{ - pixel_x = -3 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{ - pixel_x = 3 - }, -/obj/item/weapon/material/kitchen/rollingpin, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"pBV" = ( -/obj/structure/table/woodentable, -/obj/random/cigarettes{ - pixel_y = 0; - pixel_x = 5 - }, -/obj/item/weapon/flame/lighter{ - pixel_x = -6 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"pCd" = ( -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/obj/structure/cult/pylon, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"pCe" = ( -/obj/mecha/combat/fighter/allure{ - dir = 8 - }, -/turf/space, -/area/vr/space) -"pCA" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered) -"pDb" = ( -/obj/structure/table/rack/shelf, -/obj/item/clothing/suit/armor/bulletproof, -/obj/item/clothing/suit/armor/bulletproof, -/obj/item/clothing/head/helmet/bulletproof, -/obj/item/clothing/head/helmet/bulletproof, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"pDH" = ( -/obj/structure/table/hardwoodtable, -/turf/simulated/floor/carpet/blue, -/area/vr/powered/mall/dorms) -"pDL" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 8 - }, -/obj/structure/window/reinforced, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"pEd" = ( -/obj/structure/closet/secure_closet/freezer/kitchen{ - locked = 0 - }, -/obj/structure/closet/secure_closet/freezer/kitchen{ - locked = 0 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"pEg" = ( -/obj/structure/shuttle/engine/router, -/turf/simulated/floor/airless, -/area/vr/powered/space/sciship) -"pEl" = ( -/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) -"pEo" = ( -/obj/machinery/portable_atmospherics/canister/air, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"pEv" = ( -/obj/machinery/vending/loadout/costume{ - prices = list(/obj/item/clothing/suit/storage/hooded/costume/carp=0,/obj/item/clothing/suit/storage/hooded/costume/carp=0,/obj/item/clothing/suit/chickensuit=0,/obj/item/clothing/head/chicken=0,/obj/item/clothing/head/helmet/gladiator=0,/obj/item/clothing/under/gladiator=0,/obj/item/clothing/suit/storage/toggle/labcoat/mad=0,/obj/item/clothing/under/suit_jacket/green=0,/obj/item/clothing/glasses/gglasses=0,/obj/item/clothing/head/flatcap=0,/obj/item/clothing/shoes/boots/jackboots=0,/obj/item/clothing/under/schoolgirl=0,/obj/item/clothing/head/kitty=0,/obj/item/clothing/glasses/sunglasses/blindfold=0,/obj/item/clothing/head/beret=0,/obj/item/clothing/under/skirt=0,/obj/item/clothing/under/suit_jacket=0,/obj/item/clothing/head/that=0,/obj/item/clothing/accessory/wcoat=0,/obj/item/clothing/under/scratch=0,/obj/item/clothing/shoes/white=0,/obj/item/clothing/gloves/white=0,/obj/item/clothing/under/kilt=0,/obj/item/clothing/glasses/monocle=0,/obj/item/clothing/under/sl_suit=0,/obj/item/clothing/mask/fakemoustache=0,/obj/item/weapon/cane=0,/obj/item/clothing/head/bowler=0,/obj/item/clothing/head/plaguedoctorhat=0,/obj/item/clothing/suit/bio_suit/plaguedoctorsuit=0,/obj/item/clothing/mask/gas/plaguedoctor/fluff=0,/obj/item/clothing/under/owl=0,/obj/item/clothing/mask/gas/owl_mask=0,/obj/item/clothing/under/waiter=0,/obj/item/clothing/suit/storage/apron=0,/obj/item/clothing/under/pirate=0,/obj/item/clothing/head/pirate=0,/obj/item/clothing/suit/pirate=0,/obj/item/clothing/glasses/eyepatch=0,/obj/item/clothing/head/ushanka=0,/obj/item/clothing/under/soviet=0,/obj/item/clothing/suit/imperium_monk=0,/obj/item/clothing/suit/holidaypriest=0,/obj/item/clothing/head/witchwig=0,/obj/item/clothing/under/sundress=0,/obj/item/weapon/staff/broom=0,/obj/item/clothing/suit/wizrobe/fake=0,/obj/item/clothing/head/wizard/fake=0,/obj/item/weapon/staff=0,/obj/item/clothing/mask/gas/sexyclown=0,/obj/item/clothing/under/sexyclown=0,/obj/item/clothing/mask/gas/sexymime=0,/obj/item/clothing/under/sexymime=0,/obj/item/clothing/suit/storage/hooded/knight_costume=0,/obj/item/clothing/suit/storage/hooded/knight_costume/galahad=0,/obj/item/clothing/suit/storage/hooded/knight_costume/lancelot=0,/obj/item/clothing/suit/storage/hooded/knight_costume/robin=0,/obj/item/clothing/suit/armor/combat/crusader_costume=0,/obj/item/clothing/suit/armor/combat/crusader_costume/bedevere=0,/obj/item/clothing/head/helmet/combat/crusader_costume=0,/obj/item/clothing/head/helmet/combat/bedevere_costume=0,/obj/item/clothing/gloves/combat/knight_costume=0,/obj/item/clothing/gloves/combat/knight_costume/brown=0,/obj/item/clothing/shoes/knight_costume=0,/obj/item/clothing/shoes/knight_costume/black=0,/obj/item/clothing/suit/storage/hooded/foodcostume/hotdog=0,/obj/item/clothing/suit/storage/hooded/foodcostume/turnip=0) - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"pEC" = ( -/obj/structure/closet/secure_closet/medical1{ - req_access = null - }, -/obj/item/weapon/storage/quickdraw/syringe_case, -/obj/item/weapon/storage/quickdraw/syringe_case, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"pFd" = ( -/turf/simulated/floor/carpet/purcarpet, -/area/vr/powered/cult) -"pFD" = ( -/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/space/mechfactory) -"pFI" = ( -/obj/effect/floor_decal/industrial/warning/corner{ - dir = 8 - }, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"pGp" = ( -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"pGz" = ( -/turf/simulated/floor/water{ - temperature = 311; - outdoors = 0 - }, -/area/vr/powered/rocks) -"pGO" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/closet/secure_closet/freezer/kitchen{ - locked = 0 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"pHN" = ( -/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/cult) -"pIo" = ( -/obj/structure/bed/chair/comfy/brown, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"pIq" = ( -/obj/machinery/light/small, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/powered) -"pIA" = ( -/obj/random/mob/fish, -/turf/simulated/floor/water/deep{ - outdoors = 0; - temperature = 311 - }, -/area/vr/powered/rocks) -"pJm" = ( -/obj/machinery/autolathe{ - hacked = 1 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/space/whiteship) -"pJn" = ( -/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/cult) -"pJU" = ( -/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/space/mechfactory) -"pKp" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/reagent_containers/food/drinks/bottle/cola{ - pixel_y = 0; - pixel_x = 5 - }, -/obj/item/weapon/reagent_containers/food/drinks/bottle/cola{ - pixel_y = 0; - pixel_x = -9 - }, -/obj/item/weapon/reagent_containers/food/drinks/bottle/cola{ - pixel_y = 0; - pixel_x = -2 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/constore) -"pKq" = ( -/obj/structure/table/marble, -/obj/item/weapon/hand_labeler{ - pixel_x = -7; - pixel_y = 8 - }, -/obj/item/weapon/reagent_containers/food/condiment/sugar{ - pixel_x = 6; - pixel_y = 2 - }, -/obj/item/weapon/reagent_containers/food/condiment/sugar{ - pixel_x = 10; - pixel_y = 2 - }, -/obj/item/weapon/reagent_containers/food/condiment/carton/flour{ - pixel_x = -5; - pixel_y = -2 - }, -/obj/machinery/light{ - dir = 1; - layer = 3 - }, -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"pKC" = ( -/obj/machinery/door/blast/multi_tile/four_tile_ver_sec, -/turf/simulated/floor/tiled/steel_dirty{ - color = "grey" - }, -/area/vr/powered/cult) -"pKU" = ( -/obj/structure/table/wooden_reinforced, -/obj/item/toy/figure/assistant, -/obj/item/glass_jar{ - pixel_y = 4 - }, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall) -"pKV" = ( -/obj/machinery/mech_recharger, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/mecha/combat/durand/old, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/space/mechfactory) -"pKX" = ( -/obj/structure/table/marble, -/obj/machinery/chemical_dispenser/bar_alc/full, -/turf/simulated/floor/tiled/white, -/area/vr/powered) -"pLr" = ( -/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/space/sciship) -"pLs" = ( -/obj/structure/table/marble, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/machinery/microwave, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"pLO" = ( -/obj/structure/cult/talisman, -/obj/effect/floor_decal/spline/fancy{ - dir = 4 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"pLY" = ( -/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/space/whiteship) -"pMW" = ( -/obj/structure/table/woodentable, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"pNf" = ( -/obj/effect/zone_divider, -/turf/unsimulated/wall/seperator, -/area/vr/space) -"pNg" = ( -/turf/simulated/shuttle/wall/no_join{ - base_state = "orange"; - icon = 'icons/turf/shuttle_orange.dmi'; - icon_state = "orange" - }, -/area/vr/powered/space/whiteship) -"pNl" = ( -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/shuttle/floor/voidcraft/dark, -/area/vr/powered/cult) -"pNF" = ( -/obj/item/weapon/cell/device/weapon/recharge/alien/hybrid{ - pixel_y = -7 - }, -/obj/item/weapon/cell/device/weapon/recharge/alien/hybrid{ - pixel_y = 7 - }, -/obj/item/weapon/cell/device/weapon/recharge/alien/hybrid, -/obj/structure/table/alien/blue, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"pNU" = ( -/obj/machinery/atmospherics/pipe/manifold/visible{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/warning{ - dir = 4 - }, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/whiteship) -"pNW" = ( -/obj/structure/bed/chair/sofa/right/beige{ - dir = 4 - }, -/obj/machinery/light/floortube{ - dir = 4 - }, -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered/mall/dorms) -"pOg" = ( -/obj/structure/flora/rocks1, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"pOw" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 10 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"pOG" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/structure/table/wooden_reinforced, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"pPo" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/wood/alt, -/area/vr/powered/mall) -"pPu" = ( -/obj/structure/reagent_dispensers/watertank/high, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"pPC" = ( -/obj/structure/prop/dominator/blue, -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/vr/powered/mall/backrooms) -"pQe" = ( -/obj/item/clothing/ears/earring/stud/gold, -/obj/item/clothing/accessory/bracelet/material/gold, -/turf/simulated/floor/flock, -/area/vr/powered/rocks) -"pRx" = ( -/obj/structure/toilet{ - dir = 8; - pixel_x = 9 - }, -/obj/machinery/door/window/survival_pod{ - dir = 1 - }, -/turf/simulated/floor/tiled/freezer, -/area/vr/powered/space/whiteship) -"pRJ" = ( -/obj/effect/floor_decal/milspec/color/silver, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall/dorms) -"pRN" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/space/mechfactory) -"pRZ" = ( -/obj/structure/flora/ausbushes/ywflowers, -/turf/simulated/floor/outdoors/grass{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"pSh" = ( -/obj/effect/wingrille_spawn/reinforced, -/turf/simulated/floor/plating, -/area/vr/powered/armory) -"pSH" = ( -/obj/machinery/light, -/obj/structure/cliff/automatic{ - dir = 8 - }, -/turf/simulated/floor/water/indoors{ - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"pTA" = ( -/obj/effect/floor_decal/carpet, -/turf/simulated/floor/carpet, -/area/vr/powered/art) -"pTH" = ( -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"pTY" = ( -/obj/structure/table/gamblingtable, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"pUl" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 1 - }, -/obj/structure/bed/chair/comfy/purp{ - dir = 8 - }, -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered) -"pUr" = ( -/obj/structure/table/wooden_reinforced, -/obj/item/weapon/coin/diamond, -/obj/machinery/light{ - layer = 3 - }, -/turf/simulated/floor/wood, -/area/vr/powered/space/whiteship) -"pUY" = ( -/obj/structure/flora/ausbushes/fullgrass, -/turf/simulated/mineral/sif, -/area/vr/outdoors/powered) -"pVg" = ( -/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/space/whiteship) -"pVA" = ( -/obj/structure/table/steel_reinforced, -/obj/item/device/bodysnatcher, -/obj/item/device/bodysnatcher, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building2) -"pVR" = ( -/obj/structure/table/alien/blue, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"pWD" = ( -/obj/structure/table/glass, -/obj/item/clothing/suit/storage/toggle/labcoat, -/obj/item/clothing/suit/storage/toggle/labcoat, -/obj/item/clothing/suit/storage/toggle/labcoat, -/obj/item/device/flashlight/pen, -/obj/item/device/flashlight/pen, -/obj/item/clothing/accessory/stethoscope, -/obj/item/clothing/accessory/stethoscope, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"pXD" = ( -/obj/machinery/vending/wardrobe/virodrobe{ - req_access = null - }, -/turf/simulated/floor/tiled{ - outdoors = 1 - }, -/area/vr/powered/vendor) -"pXR" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"pYq" = ( -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/obj/machinery/light/poi{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"pYB" = ( -/obj/structure/table/marble, -/obj/structure/sink/countertop{ - pixel_y = 4; - dir = 4; - pixel_x = -4 - }, -/obj/effect/floor_decal/corner/black/diagonal, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/mall/dorms) -"pYG" = ( -/obj/effect/floor_decal/industrial/arrows{ - dir = 1 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"pZp" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/closet/secure_closet/freezer/fridge, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"pZs" = ( -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/obj/structure/closet/walllocker/emerglocker/west, -/turf/simulated/shuttle/floor/yellow, -/area/vr/powered/space/sciship) -"qaa" = ( -/obj/structure/cliff/automatic/corner{ - dir = 10 - }, -/turf/simulated/floor/lava, -/area/vr/outdoors/powered/lava) -"qab" = ( -/obj/effect/zone_divider, -/obj/structure/fans/tiny, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"qan" = ( -/obj/structure/bed/chair/sofa/left/beige{ - dir = 4 - }, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered/mall/dorms) -"qaJ" = ( -/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/armory) -"qaS" = ( -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/snacks/fish_taco{ - pixel_y = 4; - pixel_x = 7 - }, -/obj/item/weapon/reagent_containers/food/snacks/fish_taco{ - pixel_y = -8; - pixel_x = 7 - }, -/obj/item/weapon/reagent_containers/food/snacks/fish_taco{ - pixel_y = -4; - pixel_x = 7 - }, -/obj/item/weapon/reagent_containers/food/snacks/fish_taco{ - pixel_y = 0; - pixel_x = 7 - }, -/obj/item/weapon/reagent_containers/food/snacks/taco{ - pixel_y = 6 - }, -/obj/item/weapon/reagent_containers/food/snacks/taco{ - pixel_y = -8 - }, -/obj/item/weapon/reagent_containers/food/snacks/taco{ - pixel_y = -3 - }, -/obj/item/weapon/reagent_containers/food/snacks/taco{ - pixel_y = 2 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"qbf" = ( -/obj/structure/cult/pylon, -/turf/simulated/floor/cult{ - icon_state = "cult-narsie" - }, -/area/vr/powered/cult) -"qbM" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden, -/obj/random/junk, -/turf/simulated/floor/airless, -/area/vr/powered/space/mechfactory) -"qck" = ( -/obj/structure/window/basic, -/obj/structure/table/rack/wood, -/obj/item/clothing/suit/storage/toggle/bomber{ - pixel_y = -3; - pixel_x = 7 - }, -/obj/item/clothing/suit/storage/bomber/alt{ - pixel_y = -2 - }, -/obj/item/clothing/suit/storage/toggle/bomber/pilot{ - pixel_y = -2; - pixel_x = -7 - }, -/obj/item/clothing/suit/storage/puffyblue{ - pixel_y = 8; - pixel_x = -7 - }, -/obj/item/clothing/shoes/slippers{ - pixel_y = 6; - pixel_x = 5 - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"qcw" = ( -/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/rocks) -"qcE" = ( -/obj/structure/bed/chair/sofa/corner/black, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"qcK" = ( -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"qcO" = ( -/obj/effect/floor_decal/spline/fancy{ - dir = 5 - }, -/turf/simulated/floor/cult{ - icon_state = "cult-narsie" - }, -/area/vr/powered/cult) -"qcZ" = ( -/mob/living/simple_mob/animal/passive/fish/rockfish, -/turf/simulated/floor/water/deep{ - outdoors = 0; - temperature = 311 - }, -/area/vr/powered/rocks) -"qdl" = ( -/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/space/sciship) -"qdR" = ( -/obj/structure/flora/pottedplant/overgrown, -/turf/simulated/floor/wood, -/area/vr/powered/conspawn) -"qdU" = ( -/obj/structure/sink/kitchen{ - pixel_y = 17 - }, -/turf/simulated/floor/wood/alt, -/area/vr/powered/mall) -"qdV" = ( -/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) -"qev" = ( -/obj/structure/bed/double/padded, -/obj/item/weapon/bedsheet/mimedouble, -/turf/simulated/floor/holofloor/carpet, -/area/vr/powered/cult) -"qeC" = ( -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/obj/machinery/light/floortube/flicker{ - pixel_y = -2 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"qeW" = ( -/obj/structure/shuttle/window, -/obj/machinery/door/firedoor/glass, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/whiteship) -"qft" = ( -/obj/item/tape/police, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"qfD" = ( -/obj/effect/floor_decal/spline/fancy/wood, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"qfX" = ( -/obj/structure/table/marble, -/obj/structure/sink/countertop{ - pixel_y = 4; - dir = 4; - pixel_x = -4 - }, -/obj/effect/floor_decal/corner/black/diagonal, -/turf/simulated/floor/tiled/red, -/area/vr/powered/mall/dorms) -"qgk" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/obj/structure/table/marble, -/obj/machinery/cash_register, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"qgv" = ( -/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/space/sciship) -"qgF" = ( -/obj/structure/bed/chair/sofa/bench/marble, -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/mall) -"qgI" = ( -/obj/machinery/gateway/brass{ - dir = 4 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"qgU" = ( -/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"; - density = 0; - opacity = 0 - }, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/sciship) -"qgW" = ( -/obj/structure/grille/cult, -/turf/simulated/floor/tiled/steel_dirty{ - color = "grey" - }, -/area/vr/powered/cult) -"qhd" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/table/marble, -/obj/machinery/reagentgrinder, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"qhP" = ( -/obj/structure/closet, -/obj/fruitspawner/cabbage, -/obj/fruitspawner/cabbage, -/obj/fruitspawner/cabbage, -/obj/fruitspawner/cabbage, -/obj/fruitspawner/cabbage, -/obj/fruitspawner/cabbage, -/obj/fruitspawner/cabbage, -/obj/fruitspawner/cabbage, -/obj/fruitspawner/cabbage, -/obj/fruitspawner/cabbage, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"qic" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 9 - }, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"qih" = ( -/obj/effect/floor_decal/techfloor{ - dir = 4 - }, -/obj/structure/table/steel_reinforced, -/obj/effect/spawner/parts/t5, -/obj/effect/spawner/parts/t5, -/obj/effect/spawner/parts/t5, -/obj/effect/spawner/parts/t5, -/obj/effect/spawner/parts/t5, -/turf/simulated/shuttle/floor/yellow, -/area/vr/powered/space/sciship) -"qiH" = ( -/obj/structure/table/hardwoodtable, -/obj/machinery/light/small{ - dir = 4; - nightshift_enabled = 1; - pixel_y = 0 - }, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered/mall/dorms) -"qiO" = ( -/obj/structure/cliff/automatic, -/turf/simulated/floor/lava, -/area/vr/outdoors/powered/lava) -"qiV" = ( -/obj/structure/bed/chair/bay/comfy/black{ - dir = 1 - }, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/space/sciship) -"qjp" = ( -/obj/structure/table/marble, -/obj/structure/sink/countertop{ - pixel_y = 4; - dir = 4; - pixel_x = -4 - }, -/obj/effect/floor_decal/corner/black/diagonal, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall/dorms) -"qkg" = ( -/mob/living/simple_mob/vore/alienanimals/catslug/custom/spaceslug/syndislug, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"qkt" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"qkv" = ( -/obj/effect/floor_decal/rust, -/obj/item/weapon/bone/ribs{ - pixel_y = -8; - pixel_x = -5 - }, -/obj/item/weapon/bone{ - pixel_y = 7 - }, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"qkz" = ( -/obj/structure/closet, -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered) -"qkI" = ( -/obj/structure/reagent_dispensers/fueltank/barrel/two, -/turf/simulated/floor/tiled, -/area/vr/powered/nuke) -"qkT" = ( -/obj/machinery/power/emitter/antique, -/obj/structure/cable/green, -/obj/effect/decal/warning_stripes, -/obj/effect/floor_decal/techfloor{ - dir = 10 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"qkV" = ( -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/lava) -"qle" = ( -/obj/structure/table/standard, -/turf/simulated/floor/beach/sand/desert{ - can_atmos_pass = 0; - outdoors = 1; - temperature = 311 - }, -/area/vr/outdoors/powered) -"qlh" = ( -/obj/structure/salvageable/console_os{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/space/mechfactory) -"qlo" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/obj/machinery/light/poi{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"qlF" = ( -/obj/machinery/gateway/brass{ - dir = 8 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"qmx" = ( -/obj/machinery/vending/wardrobe/secdrobe{ - req_access = null - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"qmC" = ( -/obj/structure/cult/talisman, -/turf/simulated/floor/wood, -/area/vr/powered/cult) -"qmJ" = ( -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"qmL" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"qnD" = ( -/turf/unsimulated/fake_space, -/area/vr/powered/mall/backrooms) -"qnG" = ( -/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/space/sciship) -"qnX" = ( -/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/cult) -"qou" = ( -/obj/structure/bed/chair/sofa/right/black, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"qoW" = ( -/obj/structure/table/reinforced, -/obj/item/device/radio/phone, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"qpQ" = ( -/obj/structure/window/reinforced/survival_pod{ - dir = 1 - }, -/obj/machinery/field_generator{ - anchored = 1; - state = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/mechfactory) -"qqe" = ( -/obj/structure/table/rack/shelf, -/obj/item/canvas/twentyfour_twentyfour, -/obj/item/canvas/twentyfour_twentyfour, -/turf/simulated/floor/wood, -/area/vr/powered/art) -"qqm" = ( -/obj/structure/window/phoronreinforced{ - dir = 1 - }, -/obj/structure/window/phoronreinforced{ - dir = 4 - }, -/turf/simulated/floor/redgrid/animated, -/area/vr/powered/cult) -"qqP" = ( -/obj/structure/table/marble, -/turf/simulated/floor/wood/alt, -/area/vr/powered/mall) -"qrl" = ( -/obj/effect/floor_decal/rust, -/obj/random/trash, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"qrA" = ( -/obj/item/weapon/storage/toolbox/mechanical, -/obj/machinery/light/small{ - dir = 4; - pixel_y = 0 - }, -/turf/simulated/floor/plating, -/area/vr/powered/vet) -"qrQ" = ( -/obj/structure/disposalpipe/segment, -/obj/effect/floor_decal/corner/green/bordercorner, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"qsk" = ( -/obj/item/weapon/flame/candle/everburn, -/obj/structure/table/bench/wooden, -/turf/simulated/floor/plating, -/area/vr/powered/material) -"qsp" = ( -/obj/effect/floor_decal/rust, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"qts" = ( -/obj/structure/sign/clock{ - pixel_y = 28 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"qty" = ( -/turf/simulated/floor/gorefloor, -/area/vr/outdoors/powered/cult) -"qtU" = ( -/obj/effect/floor_decal/corner/paleblue{ - dir = 9 - }, -/obj/machinery/space_heater, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"quY" = ( -/obj/structure/prop/statue/pillar, -/obj/machinery/light/floortube{ - dir = 4 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"qve" = ( -/obj/structure/table/hardwoodtable, -/obj/item/weapon/reagent_containers/food/snacks/lomein{ - pixel_y = 3 - }, -/obj/item/weapon/reagent_containers/food/snacks/lomein{ - pixel_y = -3 - }, -/obj/item/weapon/reagent_containers/food/snacks/lomein{ - pixel_y = 0 - }, -/obj/item/weapon/reagent_containers/food/snacks/fortunecookie{ - pixel_y = 7; - pixel_x = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/fortunecookie{ - pixel_y = 7; - pixel_x = -8 - }, -/obj/item/weapon/reagent_containers/food/snacks/fortunecookie{ - pixel_y = 7; - pixel_x = -8 - }, -/obj/item/weapon/reagent_containers/food/snacks/fortunecookie{ - pixel_y = 7 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"qvE" = ( -/obj/vehicle/boat/dragon/sifwood{ - dir = 8 - }, -/obj/structure/lattice, -/turf/space, -/area/vr/space) -"qvP" = ( -/obj/structure/barricade, -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/dungeon) -"qvQ" = ( -/obj/structure/railing/grey{ - dir = 1 - }, -/obj/structure/railing/grey{ - dir = 4 - }, -/turf/simulated/floor/lava, -/area/vr/outdoors/powered/cult) -"qvV" = ( -/obj/effect/floor_decal/corner/lightgrey/border, -/obj/structure/railing/grey{ - pixel_y = 0; - dir = 8 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"qwr" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/obj/machinery/door/airlock/maintenance/common, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"qwX" = ( -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/obj/structure/cult/pylon, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"qxr" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/obj/machinery/recharger/wallcharger{ - pixel_x = -24 - }, -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/gun/energy/ionrifle, -/obj/item/weapon/gun/energy/ionrifle, -/obj/item/weapon/gun/energy/ionrifle, -/obj/item/weapon/gun/energy/ionrifle, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"qxv" = ( -/obj/structure/table/rack/shelf/wood, -/obj/random/plushie, -/turf/simulated/floor/carpet, -/area/vr/powered/mall/dorms) -"qxC" = ( -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/space/mechfactory) -"qxF" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"qxS" = ( -/turf/simulated/floor/carpet, -/area/vr/powered/cult) -"qyd" = ( -/obj/structure/table/fancyblack, -/obj/item/weapon/reagent_containers/food/snacks/sharkmeatcooked, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"qyu" = ( -/obj/structure/simple_door/wood, -/obj/item/tape/police, -/obj/structure/barricade, -/turf/simulated/floor/tiled, -/area/vr/powered/nuke) -"qyz" = ( -/obj/effect/decal/cleanable/dirt, -/obj/item/weapon/beartrap/hunting{ - anchored = 1; - deployed = 1; - icon_state = "beartrap1" - }, -/turf/simulated/floor/outdoors/dirt{ - temperature = 293.15; - outdoors = 0 - }, -/area/vr/powered/dungeon) -"qyR" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building2) -"qyT" = ( -/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/conspawn) -"qzn" = ( -/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/space/whiteship) -"qzo" = ( -/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/space/whiteship) -"qzw" = ( -/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/cult) -"qzx" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/gorefloor, -/area/vr/outdoors/powered/cult) -"qzC" = ( -/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) -"qzR" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 1 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"qzY" = ( -/obj/machinery/vending/wardrobe/lawdrobe{ - req_access = null - }, -/turf/simulated/floor/tiled{ - outdoors = 1 - }, -/area/vr/powered/vendor) -"qAa" = ( -/obj/machinery/door/airlock/maintenance/common, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"qAc" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"qAq" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/powered/dungeon) -"qAv" = ( -/obj/structure/closet/secure_closet/freezer/kitchen{ - locked = 0 - }, -/obj/effect/floor_decal/corner/lime/border{ - dir = 6 - }, -/obj/effect/floor_decal/corner/lime/bordercorner{ - dir = 1 - }, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"qAG" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/closet/secure_closet/freezer/kitchen{ - locked = 0 - }, -/obj/structure/window/reinforced/tinted{ - dir = 4 - }, -/obj/structure/curtain, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/mall/dorms) -"qBd" = ( -/obj/machinery/light/small, -/turf/simulated/floor/outdoors/mud{ - outdoors = -1; - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"qBq" = ( -/obj/structure/sign/poster/nanotrasen{ - dir = 2 - }, -/obj/machinery/light{ - dir = 2; - nightshift_enabled = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"qBz" = ( -/obj/machinery/door/airlock/multi_tile/glass{ - name = "Animal Hospital" - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"qBH" = ( -/obj/machinery/vending/wardrobe/robodrobe{ - req_access = null - }, -/turf/simulated/floor/tiled{ - outdoors = 1 - }, -/area/vr/powered/vendor) -"qBV" = ( -/obj/structure/railing, -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/lava) -"qBX" = ( -/obj/structure/cable/green{ - d1 = 1; - d2 = 2; - icon_state = "1-2" - }, -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"qCa" = ( -/obj/structure/railing{ - dir = 1 - }, -/obj/effect/decal/remains, -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/lava) -"qCn" = ( -/obj/screen/alert/highpressure, -/turf/simulated/shuttle/wall/hard_corner, -/area/vr/powered/space/whiteship) -"qCt" = ( -/turf/simulated/floor/cult{ - icon_state = "cult-narsie" - }, -/area/vr/powered/cult) -"qCN" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"qCT" = ( -/obj/structure/railing/grey{ - dir = 1 - }, -/turf/simulated/floor/lava, -/area/vr/outdoors/powered/cult) -"qDe" = ( -/obj/effect/catwalk_plated/dark, -/obj/machinery/shipsensors{ - dir = 8 - }, -/obj/structure/sign/science{ - pixel_x = 32 - }, -/turf/space, -/area/vr/powered/space/whiteship) -"qDg" = ( -/obj/structure/bed/chair/wood{ - dir = 1 - }, -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"qEy" = ( -/obj/structure/table/bench/wooden, -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered/mall/dorms) -"qFa" = ( -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/obj/machinery/light/poi{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"qFb" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/food/snacks/pancakes{ - pixel_y = -2; - pixel_x = 3 - }, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"qFd" = ( -/obj/structure/sign/warning/fire, -/turf/simulated/wall/cult, -/area/vr/powered/cult) -"qFQ" = ( -/obj/structure/salvageable/server_os, -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/space/sciship) -"qGD" = ( -/obj/structure/flora/bboulder1, -/obj/structure/flora/bboulder1, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"qGM" = ( -/obj/machinery/light/small, -/turf/simulated/floor/bluegrid{ - name = "Server Base"; - nitrogen = 500; - oxygen = 0; - temperature = 80 - }, -/area/vr/powered/space/whiteship) -"qGW" = ( -/obj/machinery/light{ - layer = 3 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"qHN" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/reinforced, -/area/vr/powered/bluebase) -"qHR" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/random/maintenance, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/space/mechfactory) -"qHS" = ( -/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/vr/space) -"qIn" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/machinery/button/remote/airlock{ - id = "VRmall1"; - name = "Bolt Control"; - pixel_x = 6; - specialfunctions = 4; - dir = 4; - pixel_y = 30 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall/dorms) -"qIM" = ( -/obj/machinery/optable, -/turf/simulated/shuttle/floor/voidcraft/dark, -/area/vr/powered/cult) -"qJv" = ( -/obj/effect/catwalk_plated/dark, -/obj/structure/sign/department/cargo_dock{ - pixel_x = 32 - }, -/turf/simulated/floor/airless, -/area/vr/space) -"qKo" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/yellow{ - dir = 8 - }, -/obj/machinery/suspension_gen, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/space/whiteship) -"qKH" = ( -/turf/simulated/wall/r_wall, -/area/vr/powered/shop) -"qLa" = ( -/obj/machinery/light/poi, -/obj/effect/floor_decal/techfloor{ - dir = 10 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"qLt" = ( -/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"; - density = 0; - opacity = 0 - }, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/sciship) -"qLF" = ( -/obj/structure/table/bench/wooden, -/obj/item/weapon/pen/blade/blue, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered/mall/dorms) -"qMa" = ( -/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/space/mechfactory) -"qMD" = ( -/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/space/sciship) -"qMX" = ( -/obj/machinery/sleeper{ - dir = 4; - emagged = 1; - initial_bin_rating = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/dungeon) -"qNS" = ( -/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/space/whiteship) -"qNV" = ( -/obj/machinery/gateway/brass{ - density = 0 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"qOa" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/door/blast/shutters{ - id = "vrgunshop"; - dir = 2 - }, -/obj/machinery/door/window/northright, -/obj/machinery/door/window/southleft, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"qOb" = ( -/obj/machinery/light/small, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered) -"qOf" = ( -/turf/simulated/floor/redgrid/animated, -/area/vr/powered/cult) -"qOu" = ( -/obj/structure/flora/tree/jungle, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"qOZ" = ( -/obj/vehicle/train/engine/quadbike/random, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"qPR" = ( -/obj/structure/table/wooden_reinforced, -/obj/item/weapon/material/kitchen/utensil/fork, -/obj/item/weapon/reagent_containers/pill/happy{ - pixel_y = 6; - pixel_x = 7 - }, -/obj/item/weapon/reagent_containers/pill/diet{ - pixel_y = 2; - pixel_x = 4 - }, -/obj/item/weapon/reagent_containers/food/condiment/soysauce, -/turf/simulated/floor/wood, -/area/vr/powered/dungeon) -"qQi" = ( -/obj/effect/floor_decal/techfloor, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/cult) -"qQl" = ( -/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/space/sciship) -"qQH" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/table/marble, -/obj/machinery/microwave{ - pixel_y = 5; - pixel_x = -4 - }, -/turf/simulated/floor/tiled/old_cargo, -/area/vr/powered/mall/dorms) -"qRp" = ( -/obj/structure/table/hardwoodtable, -/obj/machinery/chemical_dispenser/bar_coffee/full, -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall) -"qRP" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/machinery/appliance/cooker/oven, -/obj/machinery/light/small{ - brightness_color = "#DA0205"; - brightness_power = 1; - brightness_range = 5; - dir = 8; - nightshift_enabled = 1 - }, -/turf/simulated/floor/tiled/old_cargo/purple, -/area/vr/powered/mall/dorms) -"qSK" = ( -/turf/simulated/floor/outdoors/dirt{ - temperature = 311 - }, -/area/vr/powered) -"qTf" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/outdoors/powered) -"qTp" = ( -/obj/structure/table/marble, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/powered) -"qTw" = ( -/obj/effect/catwalk_plated/white, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/space, -/area/vr/space) -"qTB" = ( -/obj/machinery/light/small, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"qUP" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 6 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"qUT" = ( -/obj/effect/floor_decal/spline/fancy{ - dir = 9 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"qVX" = ( -/obj/machinery/light/floortube{ - dir = 2 - }, -/turf/simulated/floor/outdoors/sidewalk/slab{ - movement_cost = 0; - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/mall) -"qWq" = ( -/obj/machinery/button/remote/airlock{ - id = "VR4"; - name = "Bolt Control"; - pixel_x = 30; - specialfunctions = 4 - }, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered) -"qWF" = ( -/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/space/mechfactory) -"qXd" = ( -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/space/mechfactory) -"qYw" = ( -/obj/structure/sign/poster/nanotrasen{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"qYQ" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/machinery/floor_light{ - anchored = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"qZc" = ( -/turf/simulated/floor/water/beach{ - dir = 9; - temperature = 311; - outdoors = 0 - }, -/area/vr/powered/rocks) -"qZB" = ( -/obj/structure/table/gamblingtable, -/obj/item/weapon/deck/cards, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"qZC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 10 - }, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"qZD" = ( -/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/rocks) -"qZO" = ( -/obj/structure/closet/alien{ - color = "grey"; - desc = "Eldritch carved locker."; - name = "rockformed locker" - }, -/turf/simulated/floor/wood, -/area/vr/powered/cult) -"qZX" = ( -/turf/simulated/floor/carpet/blue, -/area/vr/powered/motel) -"raK" = ( -/obj/item/weapon/pack/cardemon, -/turf/simulated/floor/wood, -/area/vr/powered) -"raW" = ( -/obj/effect/landmark/virtual_reality{ - name = "Sci Ship" - }, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/space/sciship) -"rbq" = ( -/obj/machinery/disperser/front{ - dir = 1 - }, -/turf/simulated/floor/airless, -/area/vr/powered/space/sciship) -"rbF" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/table/marble, -/obj/machinery/microwave{ - pixel_y = 5; - pixel_x = -4 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/mall/dorms) -"rbH" = ( -/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) -"rbI" = ( -/turf/simulated/wall/concrete, -/area/vr/powered/dungeon) -"rbJ" = ( -/obj/structure/table/fancyblack, -/obj/item/weapon/reagent_containers/food/snacks/pandenata, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"rcD" = ( -/obj/machinery/smartfridge/secure/medbay{ - req_one_access = null - }, -/turf/simulated/wall/titanium, -/area/vr/powered/vet) -"rcK" = ( -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building2) -"rcW" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/carpet/purple, -/area/vr/powered/mall/dorms) -"rdo" = ( -/obj/effect/floor_decal/corner/paleblue{ - dir = 6 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"rdx" = ( -/obj/structure/flora/pottedplant/largebush, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"rdR" = ( -/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, -/turf/simulated/floor/wmarble, -/area/vr/powered/motel) -"reW" = ( -/obj/structure/flora/rocks2, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"rfu" = ( -/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/cult) -"rfZ" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"rgY" = ( -/obj/structure/flora/ausbushes/genericbush, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"rhm" = ( -/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/cult) -"rhy" = ( -/obj/structure/curtain, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"rhJ" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"rhO" = ( -/obj/structure/window/reinforced/survival_pod{ - opacity = 1 - }, -/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/effect/floor_decal/techfloor{ - dir = 6 - }, -/obj/item/weapon/implanter, -/obj/item/weapon/implanter, -/obj/item/weapon/implanter, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/tracking, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/implantcase/chem, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"rig" = ( -/obj/structure/table/glass, -/obj/item/weapon/storage/firstaid/fire, -/obj/item/device/denecrotizer/medical, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"rii" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/item/weapon/reagent_containers/food/snacks/meat/chicken, -/obj/item/weapon/reagent_containers/food/snacks/meat/chicken, -/obj/item/weapon/reagent_containers/food/snacks/meat/chicken, -/obj/item/weapon/reagent_containers/food/snacks/meat/chicken, -/obj/item/weapon/reagent_containers/food/snacks/meat/chicken, -/obj/item/weapon/reagent_containers/food/snacks/meat/chicken, -/obj/item/weapon/reagent_containers/food/snacks/meat/chicken, -/obj/item/weapon/reagent_containers/food/snacks/meat/chicken, -/obj/machinery/light{ - dir = 4; - layer = 3 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"riH" = ( -/obj/machinery/floor_light{ - anchored = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"rjZ" = ( -/obj/structure/table/standard, -/obj/item/weapon/storage/firstaid/adv, -/obj/item/weapon/storage/firstaid/adv, -/turf/simulated/shuttle/floor/darkred, -/area/vr/powered/armory) -"rkQ" = ( -/obj/structure/bed/chair/wood{ - dir = 8; - pixel_y = 0 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"rle" = ( -/obj/structure/table/bench/glass, -/turf/simulated/floor/carpet/sblucarpet, -/area/vr/powered) -"rlS" = ( -/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/space/whiteship) -"rlY" = ( -/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/space/sciship) -"rmi" = ( -/obj/structure/closet/secure_closet/freezer/kitchen{ - locked = 0 - }, -/turf/simulated/floor/wood/alt, -/area/vr/powered/mall) -"rmr" = ( -/obj/structure/table/steel_reinforced, -/turf/simulated/floor/gorefloor, -/area/vr/outdoors/powered/cult) -"rmz" = ( -/turf/simulated/floor/tiled, -/area/vr/powered/constore) -"rnn" = ( -/obj/structure/salvageable/autolathe{ - name = "icecream machine" - }, -/obj/effect/floor_decal/corner/red/diagonal, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"rnt" = ( -/obj/structure/table/gamblingtable, -/obj/item/clothing/mask/smokable/cigarette/cigar, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"rnv" = ( -/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/cult) -"rnC" = ( -/obj/structure/prop/machine/alien_tank, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"rnI" = ( -/obj/structure/bed/chair/oldsofa/left, -/turf/simulated/floor/wood, -/area/vr/powered) -"rnS" = ( -/turf/simulated/floor/water/beach{ - dir = 6; - temperature = 311 - }, -/area/vr/outdoors/powered) -"rom" = ( -/obj/machinery/door/airlock/sandstone{ - id_tag = "VRmall6" - }, -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall/dorms) -"roq" = ( -/obj/item/weapon/material/minihoe, -/obj/item/weapon/tool/wirecutters/clippers/trimmers, -/turf/simulated/floor/beach/sand/desert, -/area/vr/powered/mall/vw) -"rpg" = ( -/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/space/mechfactory) -"rpl" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/dungeon) -"rqF" = ( -/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/space/whiteship) -"rrD" = ( -/obj/effect/step_trigger/teleporter/poi{ - teleport_x = 185; - teleport_y = 157 - }, -/obj/effect/simple_portal/coords{ - icon = 'icons/obj/machines/gateway_vr.dmi'; - icon_state = "offcenter"; - density = 0 - }, -/obj/effect/map_effect/perma_light/gateway, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"rrF" = ( -/obj/machinery/recharge_station, -/turf/simulated/shuttle/floor/voidcraft/dark, -/area/vr/powered/cult) -"rrG" = ( -/obj/structure/bed/chair/backed_red{ - dir = 1 - }, -/obj/effect/floor_decal/carpet, -/turf/simulated/floor/carpet, -/area/vr/powered/art) -"rrK" = ( -/mob/living/simple_mob/animal/giant_spider/electric, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"rrZ" = ( -/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/material) -"rsa" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/motel) -"rsE" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/food/drinks/shaker, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"rtd" = ( -/obj/effect/floor_decal/corner/paleblue/full{ - dir = 2 - }, -/obj/machinery/space_heater, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"ruJ" = ( -/obj/machinery/door/airlock/alien{ - req_one_access = null - }, -/obj/structure/fans/tiny, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/dungeon) -"rvW" = ( -/obj/machinery/telecomms/relay/preset{ - name = "VR Telelink" - }, -/turf/unsimulated/elevator_shaft, -/area/vr/outdoors/powered) -"rwn" = ( -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"rxv" = ( -/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, -/turf/simulated/floor/wood, -/area/vr/powered/conspawn) -"rxC" = ( -/obj/structure/table/fancyblack, -/turf/simulated/floor/wood, -/area/vr/powered) -"ryj" = ( -/obj/machinery/light, -/obj/machinery/vending/loadout/costume{ - prices = list(/obj/item/clothing/suit/storage/hooded/costume/carp=0,/obj/item/clothing/suit/storage/hooded/costume/carp=0,/obj/item/clothing/suit/chickensuit=0,/obj/item/clothing/head/chicken=0,/obj/item/clothing/head/helmet/gladiator=0,/obj/item/clothing/under/gladiator=0,/obj/item/clothing/suit/storage/toggle/labcoat/mad=0,/obj/item/clothing/under/suit_jacket/green=0,/obj/item/clothing/glasses/gglasses=0,/obj/item/clothing/head/flatcap=0,/obj/item/clothing/shoes/boots/jackboots=0,/obj/item/clothing/under/schoolgirl=0,/obj/item/clothing/head/kitty=0,/obj/item/clothing/glasses/sunglasses/blindfold=0,/obj/item/clothing/head/beret=0,/obj/item/clothing/under/skirt=0,/obj/item/clothing/under/suit_jacket=0,/obj/item/clothing/head/that=0,/obj/item/clothing/accessory/wcoat=0,/obj/item/clothing/under/scratch=0,/obj/item/clothing/shoes/white=0,/obj/item/clothing/gloves/white=0,/obj/item/clothing/under/kilt=0,/obj/item/clothing/glasses/monocle=0,/obj/item/clothing/under/sl_suit=0,/obj/item/clothing/mask/fakemoustache=0,/obj/item/weapon/cane=0,/obj/item/clothing/head/bowler=0,/obj/item/clothing/head/plaguedoctorhat=0,/obj/item/clothing/suit/bio_suit/plaguedoctorsuit=0,/obj/item/clothing/mask/gas/plaguedoctor/fluff=0,/obj/item/clothing/under/owl=0,/obj/item/clothing/mask/gas/owl_mask=0,/obj/item/clothing/under/waiter=0,/obj/item/clothing/suit/storage/apron=0,/obj/item/clothing/under/pirate=0,/obj/item/clothing/head/pirate=0,/obj/item/clothing/suit/pirate=0,/obj/item/clothing/glasses/eyepatch=0,/obj/item/clothing/head/ushanka=0,/obj/item/clothing/under/soviet=0,/obj/item/clothing/suit/imperium_monk=0,/obj/item/clothing/suit/holidaypriest=0,/obj/item/clothing/head/witchwig=0,/obj/item/clothing/under/sundress=0,/obj/item/weapon/staff/broom=0,/obj/item/clothing/suit/wizrobe/fake=0,/obj/item/clothing/head/wizard/fake=0,/obj/item/weapon/staff=0,/obj/item/clothing/mask/gas/sexyclown=0,/obj/item/clothing/under/sexyclown=0,/obj/item/clothing/mask/gas/sexymime=0,/obj/item/clothing/under/sexymime=0,/obj/item/clothing/suit/storage/hooded/knight_costume=0,/obj/item/clothing/suit/storage/hooded/knight_costume/galahad=0,/obj/item/clothing/suit/storage/hooded/knight_costume/lancelot=0,/obj/item/clothing/suit/storage/hooded/knight_costume/robin=0,/obj/item/clothing/suit/armor/combat/crusader_costume=0,/obj/item/clothing/suit/armor/combat/crusader_costume/bedevere=0,/obj/item/clothing/head/helmet/combat/crusader_costume=0,/obj/item/clothing/head/helmet/combat/bedevere_costume=0,/obj/item/clothing/gloves/combat/knight_costume=0,/obj/item/clothing/gloves/combat/knight_costume/brown=0,/obj/item/clothing/shoes/knight_costume=0,/obj/item/clothing/shoes/knight_costume/black=0,/obj/item/clothing/suit/storage/hooded/foodcostume/hotdog=0,/obj/item/clothing/suit/storage/hooded/foodcostume/turnip=0) - }, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"ryu" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 9 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"ryG" = ( -/obj/machinery/atmospherics/pipe/tank/air, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"ryS" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 1 - }, -/obj/structure/table/glass, -/obj/item/weapon/flame/candle/candelabra/everburn, -/turf/simulated/floor/carpet/bcarpet, -/area/vr/powered) -"rzn" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor/bluegrid{ - name = "Server Base"; - nitrogen = 500; - oxygen = 0; - temperature = 80 - }, -/area/vr/powered/space/whiteship) -"rzM" = ( -/obj/effect/floor_decal/corner/blue/diagonal{ - dir = 4 - }, -/obj/structure/filingcabinet/chestdrawer, -/turf/simulated/floor/tiled/white, -/area/vr/powered/dungeon) -"rzY" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"rAd" = ( -/obj/structure/bed/chair/sofa/left/brown{ - dir = 4 - }, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"rAh" = ( -/obj/effect/zone_divider, -/obj/structure/fans/tiny, -/turf/simulated/floor/tiled/asteroid_steel{ - outdoors = 1; - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"rAG" = ( -/obj/structure/bed/chair/comfy/black, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"rAJ" = ( -/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/space/whiteship) -"rBs" = ( -/turf/simulated/wall/phoron, -/area/vr/powered) -"rBu" = ( -/obj/structure/fans, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"rCh" = ( -/turf/simulated/floor/gorefloor, -/area/vr/powered/cult) -"rCk" = ( -/obj/structure/flora/pottedplant/subterranean, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"rCq" = ( -/obj/structure/bed/chair/office/dark{ - dir = 2 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"rCt" = ( -/obj/structure/bed/double/padded, -/obj/item/weapon/bedsheet/mimedouble, -/obj/item/weapon/reagent_containers/food/snacks/sliceable/sharkchunk, -/turf/simulated/floor/wood/alt/panel{ - temperature = 311 - }, -/area/vr/powered/rocks) -"rCu" = ( -/obj/structure/table/woodentable, -/obj/random/cigarettes, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"rCB" = ( -/obj/structure/table/hardwoodtable, -/obj/machinery/light/small{ - dir = 4; - nightshift_enabled = 1; - pixel_y = 0 - }, -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered/mall/dorms) -"rCZ" = ( -/obj/machinery/light/small, -/obj/structure/table/woodentable, -/turf/simulated/floor/wmarble, -/area/vr/powered/motel) -"rDc" = ( -/obj/structure/closet/secure_closet/freezer/meat, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"rDu" = ( -/turf/simulated/floor/tiled, -/area/vr/powered/conspawn) -"rDL" = ( -/obj/structure/bookcase, -/obj/item/weapon/book/manual, -/obj/item/weapon/book/manual, -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered/mall/dorms) -"rEt" = ( -/obj/item/weapon/storage/belt/soulstone/full, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"rEv" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/powered/dungeon) -"rEG" = ( -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 1 - }, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"rFf" = ( -/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/space/whiteship) -"rFW" = ( -/obj/structure/window/reinforced/survival_pod{ - dir = 1 - }, -/turf/unsimulated/wall/seperator, -/area/vr/powered/mall) -"rGJ" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/machinery/appliance/cooker/oven, -/obj/machinery/light/small{ - brightness_color = "#DA0205"; - brightness_power = 1; - brightness_range = 5; - dir = 8; - nightshift_enabled = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/mall/dorms) -"rHq" = ( -/obj/machinery/vending/wardrobe/chefdrobe{ - req_access = null - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"rHO" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/space/whiteship) -"rIp" = ( -/mob/living/simple_mob/animal/passive/dog/corgi/narsian{ - dir = 4 - }, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"rIU" = ( -/obj/machinery/atmospherics/valve, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"rJj" = ( -/obj/machinery/light/bigfloorlamp{ - light_range = 10 - }, -/turf/simulated/floor/outdoors/sidewalk/side{ - movement_cost = 0; - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"rJM" = ( -/obj/structure/disposalpipe/segment{ - dir = 4 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"rKk" = ( -/obj/structure/table/rack/shelf, -/obj/item/ammo_magazine/m45, -/obj/item/ammo_magazine/m45, -/obj/item/ammo_magazine/m45, -/obj/item/ammo_magazine/m45, -/obj/item/ammo_magazine/m45, -/obj/item/ammo_magazine/m45, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"rKu" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 6 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"rKI" = ( -/obj/machinery/light/floortube/flicker{ - pixel_y = 13 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"rLs" = ( -/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/space/whiteship) -"rLu" = ( -/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/armory) -"rLw" = ( -/obj/structure/table/fancyblack, -/obj/item/weapon/reagent_containers/food/snacks/bigbiteburger, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"rLE" = ( -/turf/simulated/wall/r_wall, -/area/vr/powered/material) -"rMm" = ( -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"rMo" = ( -/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/space/sciship) -"rMx" = ( -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/obj/structure/salvageable/computer_os, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/space/sciship) -"rMK" = ( -/obj/effect/zone_divider, -/obj/effect/zone_divider, -/turf/unsimulated/wall, -/area/vr/powered/cult) -"rOk" = ( -/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"; - density = 0; - opacity = 0 - }, -/obj/machinery/computer/rdconsole/core{ - dir = 4; - req_access = null - }, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/sciship) -"rOu" = ( -/obj/effect/decal/cleanable/dirt, -/obj/effect/decal/remains, -/turf/simulated/floor/outdoors/dirt{ - temperature = 293.15; - outdoors = 0 - }, -/area/vr/powered/dungeon) -"rOL" = ( -/obj/machinery/porta_turret/alien{ - faction = "neutral" - }, -/obj/machinery/light{ - dir = 8; - layer = 3 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"rPK" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/outdoors/grass/heavy{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"rQq" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/simple_door/wood, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"rQv" = ( -/obj/structure/table/bench/wooden, -/obj/structure/flora/pottedplant/mysterious{ - pixel_y = 10 - }, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered/mall/dorms) -"rQD" = ( -/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/vr/space) -"rRh" = ( -/turf/simulated/floor/water/beach{ - dir = 5; - temperature = 311 - }, -/area/vr/outdoors/powered) -"rRR" = ( -/obj/structure/cliff/automatic/corner{ - dir = 9 - }, -/turf/simulated/floor/lava, -/area/vr/outdoors/powered/lava) -"rSb" = ( -/obj/structure/bed/chair/office/dark{ - dir = 4 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/space/whiteship) -"rSc" = ( -/obj/structure/bed/chair/sofa/left/brown{ - dir = 8 - }, -/turf/simulated/floor/outdoors/sidewalk/slab{ - movement_cost = 0; - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/mall) -"rSf" = ( -/obj/machinery/vending/deluxe_boozeomat, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/powered) -"rSg" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/reinforced, -/area/vr/powered/redbase) -"rTm" = ( -/obj/structure/table/hardwoodtable, -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"rTr" = ( -/obj/effect/floor_decal/corner/lime/border{ - dir = 4 - }, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"rTK" = ( -/obj/structure/table/marble, -/obj/machinery/microwave{ - pixel_x = 2; - pixel_y = 9 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"rTS" = ( -/obj/effect/decal/cleanable/dirt, -/obj/structure/railing{ - dir = 8 - }, -/obj/structure/table/bench/steel, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"rUj" = ( -/obj/structure/sign/poster/nanotrasen{ - dir = 8 - }, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall) -"rUr" = ( -/obj/structure/prop/rock/watersharp, -/turf/simulated/floor/water/pool/turfpack/station, -/area/vr/powered/mall/vw) -"rUO" = ( -/obj/machinery/light, -/obj/random/pottedplant, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"rUY" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/item/weapon/reagent_containers/glass/beaker, -/obj/item/weapon/storage/box/monkeycubes/farwacubes, -/obj/item/weapon/storage/box/monkeycubes/sobakacubes, -/obj/item/weapon/storage/box/monkeycubes/wolpincubes, -/obj/item/weapon/storage/box/monkeycubes/neaeracubes, -/obj/item/weapon/storage/box/monkeycubes/sarucubes, -/obj/item/weapon/storage/box/monkeycubes, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"rVi" = ( -/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) -"rWI" = ( -/turf/simulated/shuttle/floor/purple, -/area/vr/outdoors/powered) -"rWO" = ( -/turf/simulated/floor/carpet/green, -/area/vr/powered/mall/dorms) -"rXb" = ( -/turf/simulated/floor/water/pool/turfpack/station, -/area/vr/powered/mall/vw) -"rXw" = ( -/obj/structure/table/standard, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/item/weapon/reagent_containers/food/drinks/bottle/space_mountain_wind{ - pixel_y = 0; - pixel_x = -9 - }, -/obj/item/weapon/reagent_containers/food/drinks/bottle/space_up{ - pixel_x = -4 - }, -/obj/item/weapon/reagent_containers/food/drinks/bottle/cola, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered/mall) -"rXH" = ( -/obj/machinery/light/floortube{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"rXL" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 8 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/dungeon) -"rXW" = ( -/obj/effect/floor_decal/corner/lightgrey/border/shifted, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"rYi" = ( -/obj/machinery/light/bigfloorlamp{ - light_range = 10 - }, -/turf/simulated/floor/outdoors/sidewalk/slab{ - movement_cost = 0; - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"rYl" = ( -/obj/effect/floor_decal/techfloor, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/sciship) -"rYr" = ( -/obj/machinery/atmospherics/unary/engine/bigger{ - dir = 4; - pixel_x = -3 - }, -/turf/space, -/area/vr/space) -"rYV" = ( -/obj/structure/flora/ausbushes/grassybush, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"rZj" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/reagent_containers/food/snacks/popcorn{ - pixel_y = 0; - pixel_x = -6 - }, -/obj/item/weapon/reagent_containers/food/snacks/popcorn{ - pixel_y = 9; - pixel_x = 8 - }, -/obj/item/weapon/reagent_containers/food/snacks/popcorn{ - pixel_y = 9; - pixel_x = -6 - }, -/obj/item/weapon/reagent_containers/food/snacks/popcorn{ - pixel_y = 4; - pixel_x = -6 - }, -/obj/item/weapon/reagent_containers/food/snacks/popcorn{ - pixel_y = -4; - pixel_x = -6 - }, -/obj/item/weapon/reagent_containers/food/snacks/popcorn{ - pixel_y = -4; - pixel_x = 8 - }, -/obj/item/weapon/reagent_containers/food/snacks/popcorn{ - pixel_y = 4; - pixel_x = 8 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"rZx" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 8 - }, -/turf/simulated/floor/bluegrid{ - name = "Server Base"; - nitrogen = 500; - oxygen = 0; - temperature = 80 - }, -/area/vr/powered/space/whiteship) -"rZJ" = ( -/obj/structure/bed/chair/wood{ - dir = 4; - pixel_y = 0 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"sae" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 2 - }, -/obj/item/weapon/reagent_containers/food/snacks/ricecake, -/obj/structure/window/reinforced{ - dir = 8 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"saD" = ( -/obj/structure/table/bench/wooden, -/obj/structure/flora/pottedplant/minitree{ - pixel_y = 10 - }, -/turf/simulated/floor/carpet/tealcarpet, -/area/vr/powered/mall/dorms) -"saH" = ( -/obj/structure/showcase/sign, -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/dungeon) -"sbp" = ( -/obj/structure/flora/ausbushes/genericbush, -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"sbA" = ( -/obj/machinery/recharger/wallcharger{ - pixel_y = 24 - }, -/obj/machinery/vending/deathmatch/red, -/turf/simulated/floor/reinforced, -/area/vr/powered/redbase) -"sbG" = ( -/obj/effect/floor_decal/spline/fancy{ - dir = 1 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"sco" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/deck/cah{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/weapon/deck/cah/black{ - pixel_x = -2; - pixel_y = -2 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"sdc" = ( -/obj/structure/salvageable/console_os, -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/space/sciship) -"sdi" = ( -/obj/machinery/vending/nifsoft_shop, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"sdm" = ( -/turf/simulated/floor/beach/sand/desert{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"sdZ" = ( -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/unsimulated/floor/tiled/techfloor, -/area/vr/powered/mall) -"seo" = ( -/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/cult) -"sew" = ( -/obj/item/weapon/storage/pouch/holding, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"seJ" = ( -/obj/structure/railing/grey{ - pixel_y = 0; - dir = 8 - }, -/obj/structure/bed/chair/sofa/bench/marble{ - pixel_y = 0; - dir = 4 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"sff" = ( -/obj/structure/table/standard, -/obj/machinery/chemical_dispenser/full, -/obj/item/weapon/reagent_containers/glass/beaker/large, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"sfs" = ( -/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/rocks) -"sfL" = ( -/obj/machinery/vending/security{ - req_access = null - }, -/turf/simulated/floor/tiled{ - outdoors = 1 - }, -/area/vr/powered/vendor) -"sfP" = ( -/obj/structure/bed/chair/wood, -/turf/simulated/floor/wood, -/area/vr/powered) -"sfW" = ( -/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/cult) -"sgx" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 5 - }, -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"sgD" = ( -/obj/machinery/power/port_gen/pacman{ - anchored = 1 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/plating, -/area/vr/powered/space/sciship) -"sgU" = ( -/obj/effect/map_effect/portal/line/side_b{ - dir = 4 - }, -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/powered/dungeon) -"shu" = ( -/obj/machinery/door/window/brigdoor/eastright{ - req_access = null; - dir = 2 - }, -/obj/machinery/door/window/brigdoor/eastleft{ - req_access = null; - dir = 1 - }, -/obj/machinery/door/window/brigdoor/eastright{ - req_access = null; - dir = 2 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"six" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/structure/salvageable/server, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"siU" = ( -/turf/simulated/shuttle/plating, -/area/vr/powered/space/sciship) -"sjQ" = ( -/obj/machinery/vending/wardrobe/detdrobe{ - req_access = null - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"skq" = ( -/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/space/whiteship) -"slC" = ( -/obj/machinery/robotic_fabricator, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"slK" = ( -/obj/machinery/holosign/bar{ - id = "baropenrp" - }, -/turf/simulated/wall/r_wall, -/area/vr/powered/bar) -"smj" = ( -/obj/structure/salvageable/console_os{ - dir = 4 - }, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"smk" = ( -/obj/machinery/vending/boozeomat{ - req_access = null - }, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall/vw) -"snq" = ( -/obj/machinery/light{ - layer = 3 - }, -/obj/structure/table/marble, -/obj/item/weapon/storage/box/glasses/coffeecup{ - pixel_x = -6; - pixel_y = 1 - }, -/obj/item/weapon/storage/box/glasses/square{ - pixel_x = 9; - pixel_y = 1 - }, -/obj/item/weapon/storage/box/glasses/coffeemug{ - pixel_x = -6; - pixel_y = 12 - }, -/obj/item/weapon/storage/box/buns{ - pixel_x = 9; - pixel_y = 12 - }, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"sns" = ( -/turf/simulated/floor/tiled/asteroid_steel{ - outdoors = 1; - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"soj" = ( -/obj/effect/floor_decal/techfloor, -/obj/effect/floor_decal/techfloor/corner{ - dir = 5 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"soq" = ( -/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/cult) -"soW" = ( -/obj/structure/sign/warning/vacuum, -/turf/simulated/wall/skipjack, -/area/vr/powered/space/sciship) -"spC" = ( -/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/rocks) -"squ" = ( -/turf/simulated/floor/wood/alt/panel/broken{ - temperature = 311 - }, -/area/vr/powered/rocks) -"sqR" = ( -/turf/simulated/wall/r_wall, -/area/vr/powered/constore) -"sqU" = ( -/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) -"srg" = ( -/obj/machinery/vending/wardrobe/chapdrobe{ - req_access = null - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"sse" = ( -/turf/simulated/mineral/sif, -/area/vr/powered/dungeon) -"ssC" = ( -/obj/structure/prop/statue/pillar{ - color = "#ebcd7c" - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"ssN" = ( -/obj/effect/decal/remains/mummy1, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"ste" = ( -/obj/effect/floor_decal/chapel{ - dir = 4 - }, -/turf/simulated/floor/redgrid/off, -/area/vr/powered/cult) -"stn" = ( -/obj/structure/table/bench/wooden, -/obj/structure/flora/pottedplant/mysterious{ - pixel_y = 10 - }, -/turf/simulated/floor/carpet/green, -/area/vr/powered/mall/dorms) -"stq" = ( -/obj/machinery/button/windowtint{ - id = "vrmalltint2"; - pixel_x = -22 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall/dorms) -"stB" = ( -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/snacks/chickenkatsu{ - pixel_y = -3; - pixel_x = -7 - }, -/obj/item/weapon/reagent_containers/food/snacks/chickenkatsu{ - pixel_y = -9; - pixel_x = -7 - }, -/obj/item/weapon/reagent_containers/food/snacks/chickenkatsu{ - pixel_y = -6; - pixel_x = -7 - }, -/obj/item/weapon/reagent_containers/food/condiment/soysauce{ - pixel_y = 7; - pixel_x = 8 - }, -/obj/item/weapon/reagent_containers/food/condiment/soysauce{ - pixel_y = -1; - pixel_x = 8 - }, -/obj/item/weapon/reagent_containers/food/condiment/soysauce{ - pixel_y = 3; - pixel_x = 8 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"stV" = ( -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/snacks/meatburrito{ - pixel_y = -4; - pixel_x = -12 - }, -/obj/item/weapon/reagent_containers/food/snacks/meatburrito{ - pixel_y = -4; - pixel_x = -7 - }, -/obj/item/weapon/reagent_containers/food/snacks/cheeseburrito{ - pixel_y = -4 - }, -/obj/item/weapon/reagent_containers/food/snacks/burrito_vegan{ - pixel_x = 5; - pixel_y = -4 - }, -/obj/item/weapon/reagent_containers/food/snacks/burrito_mystery{ - pixel_x = 11; - pixel_y = -4 - }, -/obj/item/weapon/reagent_containers/food/snacks/burrito_hell{ - pixel_x = -12; - pixel_y = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/burrito_cheese_spicy{ - pixel_x = -3; - pixel_y = 4 - }, -/obj/item/weapon/reagent_containers/food/snacks/burrito_cheese{ - pixel_x = 5; - pixel_y = 5 - }, -/obj/item/weapon/reagent_containers/food/snacks/burrito{ - pixel_x = 13; - pixel_y = 6 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"sue" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/obj/structure/table/hardwoodtable, -/obj/item/weapon/reagent_containers/glass/rag, -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall) -"sut" = ( -/obj/random/trash, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/powered/rocks) -"suw" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 8 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/space/mechfactory) -"sva" = ( -/obj/structure/disposalpipe/trunk{ - dir = 4 - }, -/obj/machinery/disposal/deliveryChute{ - dir = 1 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"svz" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_y = 32 - }, -/obj/structure/bed/chair/sofa/right/black, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"svI" = ( -/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/armory) -"swh" = ( -/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/space/sciship) -"swk" = ( -/obj/machinery/door/firedoor/border_only, -/obj/structure/grille, -/obj/structure/window/reinforced/polarized/full{ - id = "vrmalltint6" - }, -/obj/structure/window/reinforced/polarized{ - dir = 2; - id = "vrmalltint6" - }, -/turf/simulated/floor/plating, -/area/vr/powered/mall/dorms) -"sww" = ( -/obj/effect/wingrille_spawn/reinforced, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building2) -"swz" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 4 - }, -/turf/simulated/floor/outdoors/sidewalk/slab{ - movement_cost = 0; - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/mall) -"sxm" = ( -/obj/structure/table/reinforced, -/obj/structure/window/reinforced{ - health = 1e+006; - req_access = list(5) - }, -/obj/structure/window/reinforced{ - dir = 8 - }, -/obj/item/weapon/material/fishing_rod/modern/strong, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/gunshop) -"sxo" = ( -/obj/effect/floor_decal/corner/blue/diagonal{ - dir = 4 - }, -/obj/structure/bed/chair/office/light{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/dungeon) -"sxA" = ( -/obj/machinery/vending/wardrobe/bardrobe{ - req_access = null - }, -/turf/simulated/floor/tiled{ - outdoors = 1 - }, -/area/vr/powered/vendor) -"sxD" = ( -/obj/structure/table/gamblingtable, -/obj/item/weapon/material/ashtray/glass, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"syk" = ( -/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) -"syC" = ( -/obj/machinery/bodyscanner, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"syF" = ( -/obj/structure/table/hardwoodtable, -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall) -"syQ" = ( -/obj/machinery/vending/loadout/clothing{ - prices = list(/obj/item/clothing/under/bathrobe=0,/obj/item/clothing/under/dress/black_corset=0,/obj/item/clothing/under/blazer=0,/obj/item/clothing/under/blazer/skirt=0,/obj/item/clothing/under/cheongsam=0,/obj/item/clothing/under/cheongsam/red=0,/obj/item/clothing/under/cheongsam/blue=0,/obj/item/clothing/under/cheongsam/black=0,/obj/item/clothing/under/cheongsam/darkred=0,/obj/item/clothing/under/cheongsam/green=0,/obj/item/clothing/under/cheongsam/purple=0,/obj/item/clothing/under/cheongsam/darkblue=0,/obj/item/clothing/under/croptop=0,/obj/item/clothing/under/croptop/red=0,/obj/item/clothing/under/croptop/grey=0,/obj/item/clothing/under/cuttop=0,/obj/item/clothing/under/cuttop/red=0,/obj/item/clothing/under/suit_jacket/female/skirt=0,/obj/item/clothing/under/dress/dress_fire=0,/obj/item/clothing/under/dress/flamenco=0,/obj/item/clothing/under/dress/flower_dress=0,/obj/item/clothing/under/fluff/gnshorts=0,/obj/item/clothing/under/color=0,/obj/item/clothing/under/color/aqua=0,/obj/item/clothing/under/color/black=0,/obj/item/clothing/under/color/blackf=0,/obj/item/clothing/under/color/blackjumpskirt=0,/obj/item/clothing/under/color/blue=0,/obj/item/clothing/under/color/brown=0,/obj/item/clothing/under/color/darkblue=0,/obj/item/clothing/under/color/darkred=0,/obj/item/clothing/under/color/green=0,/obj/item/clothing/under/color/grey=0,/obj/item/clothing/under/color/lightblue=0,/obj/item/clothing/under/color/lightbrown=0,/obj/item/clothing/under/color/lightgreen=0,/obj/item/clothing/under/color/lightpurple=0,/obj/item/clothing/under/color/lightred=0,/obj/item/clothing/under/color/orange=0,/obj/item/clothing/under/color/pink=0,/obj/item/clothing/under/color/prison=0,/obj/item/clothing/under/color/ranger=0,/obj/item/clothing/under/color/red=0,/obj/item/clothing/under/color/white=0,/obj/item/clothing/under/color/yellow=0,/obj/item/clothing/under/color/yellowgreen=0,/obj/item/clothing/under/corp/aether=0,/obj/item/clothing/under/corp/focal=0,/obj/item/clothing/under/corp/hephaestus=0,/obj/item/clothing/under/corp/wardt=0,/obj/item/clothing/under/kilt=0,/obj/item/clothing/under/fluff/latexmaid=0,/obj/item/clothing/under/dress/lilacdress=0,/obj/item/clothing/under/dress/white2=0,/obj/item/clothing/under/dress/white4=0,/obj/item/clothing/under/dress/maid=0,/obj/item/clothing/under/dress/maid/sexy=0,/obj/item/clothing/under/dress/maid/janitor=0,/obj/item/clothing/under/moderncoat=0,/obj/item/clothing/under/permit=0,/obj/item/clothing/under/oldwoman=0,/obj/item/clothing/under/frontier=0,/obj/item/clothing/under/mbill=0,/obj/item/clothing/under/pants/baggy=0,/obj/item/clothing/under/pants/baggy/classicjeans=0,/obj/item/clothing/under/pants/baggy/mustangjeans=0,/obj/item/clothing/under/pants/baggy/blackjeans=0,/obj/item/clothing/under/pants/baggy/greyjeans=0,/obj/item/clothing/under/pants/baggy/youngfolksjeans=0,/obj/item/clothing/under/pants/baggy/white=0,/obj/item/clothing/under/pants/baggy/red=0,/obj/item/clothing/under/pants/baggy/black=0,/obj/item/clothing/under/pants/baggy/tan=0,/obj/item/clothing/under/pants/baggy/track=0,/obj/item/clothing/under/pants/baggy/khaki=0,/obj/item/clothing/under/pants/baggy/camo=0,/obj/item/clothing/under/pants/utility=0,/obj/item/clothing/under/pants/utility/orange=0,/obj/item/clothing/under/pants/utility/blue=0,/obj/item/clothing/under/pants/utility/white=0,/obj/item/clothing/under/pants/utility/red=0,/obj/item/clothing/under/pants/chaps=0,/obj/item/clothing/under/pants/chaps/black=0,/obj/item/clothing/under/pants/track=0,/obj/item/clothing/under/pants/track/red=0,/obj/item/clothing/under/pants/track/white=0,/obj/item/clothing/under/pants/track/green=0,/obj/item/clothing/under/pants/track/blue=0,/obj/item/clothing/under/pants/yogapants=0,/obj/item/clothing/under/ascetic=0,/obj/item/clothing/under/dress/white3=0,/obj/item/clothing/under/skirt/pleated=0,/obj/item/clothing/under/dress/darkred=0,/obj/item/clothing/under/dress/redeveninggown=0,/obj/item/clothing/under/dress/red_swept_dress=0,/obj/item/clothing/under/dress/sailordress=0,/obj/item/clothing/under/dress/sari=0,/obj/item/clothing/under/dress/sari/green=0,/obj/item/clothing/under/qipao=0,/obj/item/clothing/under/qipao/red=0,/obj/item/clothing/under/qipao/white=0,/obj/item/clothing/under/shorts/red=0,/obj/item/clothing/under/shorts/green=0,/obj/item/clothing/under/shorts/blue=0,/obj/item/clothing/under/shorts/black=0,/obj/item/clothing/under/shorts/grey=0,/obj/item/clothing/under/shorts/white=0,/obj/item/clothing/under/shorts/jeans=0,/obj/item/clothing/under/shorts/jeans=0,/obj/item/clothing/under/shorts/jeans/classic=0,/obj/item/clothing/under/shorts/jeans/mustang=0,/obj/item/clothing/under/shorts/jeans/youngfolks=0,/obj/item/clothing/under/shorts/jeans/black=0,/obj/item/clothing/under/shorts/jeans/grey=0,/obj/item/clothing/under/shorts/khaki=0,/obj/item/clothing/under/skirt/loincloth=0,/obj/item/clothing/under/skirt/khaki=0,/obj/item/clothing/under/skirt/blue=0,/obj/item/clothing/under/skirt/red=0,/obj/item/clothing/under/skirt/denim=0,/obj/item/clothing/under/skirt/pleated=0,/obj/item/clothing/under/skirt/outfit/plaid_blue=0,/obj/item/clothing/under/skirt/outfit/plaid_red=0,/obj/item/clothing/under/skirt/outfit/plaid_purple=0,/obj/item/clothing/under/overalls/sleek=0,/obj/item/clothing/under/sl_suit=0,/obj/item/clothing/under/gentlesuit=0,/obj/item/clothing/under/gentlesuit/skirt=0,/obj/item/clothing/under/suit_jacket=0,/obj/item/clothing/under/suit_jacket/really_black/skirt=0,/obj/item/clothing/under/suit_jacket/really_black=0,/obj/item/clothing/under/suit_jacket/female/skirt=0,/obj/item/clothing/under/suit_jacket/female=0,/obj/item/clothing/under/suit_jacket/red=0,/obj/item/clothing/under/suit_jacket/red/skirt=0,/obj/item/clothing/under/suit_jacket/charcoal=0,/obj/item/clothing/under/suit_jacket/charcoal/skirt=0,/obj/item/clothing/under/suit_jacket/navy=0,/obj/item/clothing/under/suit_jacket/navy/skirt=0,/obj/item/clothing/under/suit_jacket/burgundy=0,/obj/item/clothing/under/suit_jacket/burgundy/skirt=0,/obj/item/clothing/under/suit_jacket/checkered=0,/obj/item/clothing/under/suit_jacket/checkered/skirt=0,/obj/item/clothing/under/suit_jacket/tan=0,/obj/item/clothing/under/suit_jacket/tan/skirt=0,/obj/item/clothing/under/scratch=0,/obj/item/clothing/under/scratch/skirt=0,/obj/item/clothing/under/sundress=0,/obj/item/clothing/under/sundress_white=0,/obj/item/clothing/under/rank/psych/turtleneck/sweater=0,/obj/item/weapon/storage/box/fluff/swimsuit=0,/obj/item/weapon/storage/box/fluff/swimsuit/blue=0,/obj/item/weapon/storage/box/fluff/swimsuit/purple=0,/obj/item/weapon/storage/box/fluff/swimsuit/green=0,/obj/item/weapon/storage/box/fluff/swimsuit/red=0,/obj/item/weapon/storage/box/fluff/swimsuit/white=0,/obj/item/weapon/storage/box/fluff/swimsuit/earth=0,/obj/item/weapon/storage/box/fluff/swimsuit/engineering=0,/obj/item/weapon/storage/box/fluff/swimsuit/science=0,/obj/item/weapon/storage/box/fluff/swimsuit/security=0,/obj/item/weapon/storage/box/fluff/swimsuit/medical=0,/obj/item/weapon/storage/box/fluff/swimsuit/cowbikini=0,/obj/item/clothing/under/utility=0,/obj/item/clothing/under/utility/grey=0,/obj/item/clothing/under/utility/blue=0,/obj/item/clothing/under/fluff/v_nanovest=0,/obj/item/clothing/under/dress/westernbustle=0,/obj/item/clothing/under/wedding/bride_white=0,/obj/item/weapon/storage/backpack=0,/obj/item/weapon/storage/backpack/messenger=0,/obj/item/weapon/storage/backpack/satchel=0,/obj/item/clothing/under/tropical=0,/obj/item/clothing/under/tropical/green=0,/obj/item/clothing/under/tropical/pink=0,/obj/item/clothing/under/tropical/blue=0) - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 1 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"szy" = ( -/obj/effect/blocker, -/turf/space, -/area/vr/space) -"szE" = ( -/obj/machinery/sleeper{ - dir = 4; - emagged = 1; - initial_bin_rating = 4 - }, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"sAQ" = ( -/obj/structure/window/basic, -/obj/structure/table/rack/wood, -/obj/item/clothing/head/sombrero{ - pixel_y = 8 - }, -/obj/item/clothing/accessory/poncho, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 4 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"sAW" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/structure/curtain/black, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered) -"sBh" = ( -/obj/machinery/vending/engivend{ - emagged = 1; - req_access = null; - req_log_access = null - }, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"sBj" = ( -/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/space/sciship) -"sBl" = ( -/turf/simulated/floor/outdoors/dirt{ - temperature = 311 - }, -/area/vr/powered/rocks) -"sBU" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/machinery/button/remote/airlock{ - id = "VRmall3"; - name = "Bolt Control"; - pixel_x = 6; - specialfunctions = 4; - dir = 4; - pixel_y = 30 - }, -/turf/simulated/floor/tiled/red, -/area/vr/powered/mall/dorms) -"sCe" = ( -/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/space/whiteship) -"sCn" = ( -/mob/living/simple_mob/animal/giant_spider/electric, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"sCN" = ( -/obj/structure/table/wooden_reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/random/toy, -/obj/random/toy{ - pixel_y = -9 - }, -/obj/random/toy{ - pixel_y = -3 - }, -/obj/random/toy{ - pixel_y = -6 - }, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall) -"sDt" = ( -/obj/structure/table/glass, -/obj/item/weapon/storage/box/gloves{ - pixel_x = 4; - pixel_y = 4 - }, -/obj/item/weapon/storage/box/masks, -/obj/item/weapon/reagent_containers/spray/cleaner, -/obj/item/weapon/reagent_containers/glass/rag, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"sDZ" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/structure/table/woodentable, -/obj/item/pizzabox/old, -/obj/item/weapon/reagent_containers/food/snacks/old/pizza, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"sEh" = ( -/obj/effect/simple_portal/linked{ - portal_id = 71; - name = "Fast Travel to City" - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"sEl" = ( -/obj/machinery/computer/operating{ - dir = 8 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"sEw" = ( -/obj/machinery/door/airlock/maintenance/int, -/obj/structure/fans/hardlight, -/turf/simulated/floor/airless, -/area/vr/powered/space/mechfactory) -"sFk" = ( -/obj/effect/simple_portal/linked{ - portal_id = 70; - name = "Fast Travel to Construct" - }, -/turf/simulated/floor/outdoors/sidewalk/slab{ - temperature = 293.15; - movement_cost = 0 - }, -/area/vr/outdoors/powered) -"sFH" = ( -/obj/structure/table/reinforced, -/obj/item/weapon/paper_bin, -/obj/item/weapon/pen, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"sGC" = ( -/obj/machinery/vending/wallmed1/public{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"sGH" = ( -/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) -"sHc" = ( -/obj/structure/window/reinforced/survival_pod{ - opacity = 1 - }, -/obj/structure/table/alien/blue, -/obj/item/device/healthanalyzer/phasic, -/obj/effect/floor_decal/techfloor, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"sHe" = ( -/obj/structure/flora/ausbushes/lavendergrass, -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/mall) -"sHi" = ( -/obj/structure/table/marble, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"sHp" = ( -/obj/structure/sign/redcross{ - icon_state = "bluecross2"; - pixel_y = -31 - }, -/obj/effect/floor_decal/corner/paleblue{ - dir = 10 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"sHT" = ( -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"sIg" = ( -/obj/effect/floor_decal/corner/purple/diagonal, -/obj/item/weapon/stool/baystool/padded{ - dir = 1 - }, -/turf/simulated/floor/tiled/dark, -/area/vr/powered/mall/vw) -"sIj" = ( -/obj/effect/floor_decal/spline/fancy/wood, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"sIA" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"sJh" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/carpet/turcarpet, -/area/vr/powered/mall/dorms) -"sJk" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/fruitspawner/icechili, -/obj/fruitspawner/icechili, -/obj/fruitspawner/icechili, -/obj/machinery/light{ - dir = 8; - layer = 3 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"sJu" = ( -/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/rocks) -"sJy" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/food/snacks/dip/guac, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"sJB" = ( -/obj/machinery/vending/medical{ - req_access = null; - req_log_access = null - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"sJY" = ( -/obj/machinery/portable_atmospherics/canister/air, -/obj/machinery/atmospherics/portables_connector, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"sKU" = ( -/obj/machinery/door/airlock/glass_medical{ - req_one_access = null - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"sKZ" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/vending/loadout/uniform, -/turf/simulated/floor/tiled, -/area/vr/powered/conspawn) -"sLj" = ( -/obj/machinery/chem_master, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/dungeon) -"sLT" = ( -/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/cult) -"sMU" = ( -/obj/effect/floor_decal/techfloor{ - dir = 5 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"sNE" = ( -/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, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/space/whiteship) -"sNQ" = ( -/obj/structure/bed/double, -/obj/item/weapon/bedsheet/hosdouble, -/turf/simulated/floor/carpet/turcarpet, -/area/vr/powered/mall/dorms) -"sPT" = ( -/obj/machinery/vending/food, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"sPZ" = ( -/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/conspawn) -"sQb" = ( -/obj/structure/window/phoronreinforced{ - dir = 8 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/cult) -"sQf" = ( -/obj/item/weapon/material/shard/plastitaniumglass, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"sQz" = ( -/obj/machinery/light{ - layer = 3 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"sQG" = ( -/obj/structure/window/reinforced/tinted, -/obj/structure/table/rack/wood, -/obj/item/clothing/suit/storage/hooded/teshari/standard{ - pixel_y = 0; - pixel_x = -8 - }, -/obj/item/clothing/suit/storage/hooded/teshari/standard/black_blue, -/obj/item/clothing/suit/storage/hooded/teshari/standard/black_brown{ - pixel_y = 0; - pixel_x = 6 - }, -/obj/item/toy/plushie/teshari/y_yw{ - pixel_y = 4 - }, -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"sQL" = ( -/obj/item/weapon/weldingtool, -/turf/simulated/floor/tiled, -/area/vr/powered/nuke) -"sRQ" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/table/marble, -/obj/machinery/microwave{ - pixel_y = 5; - pixel_x = -4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"sSp" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"sSL" = ( -/obj/effect/map_effect/perma_light, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"sSM" = ( -/obj/machinery/appliance/cooker/grill, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"sTD" = ( -/obj/structure/table/marble, -/obj/machinery/microwave{ - pixel_x = 2; - pixel_y = 9 - }, -/turf/simulated/floor/wood/alt, -/area/vr/powered/mall) -"sUw" = ( -/obj/structure/flora/ausbushes/ppflowers, -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"sUK" = ( -/obj/structure/flora/ausbushes/ywflowers, -/turf/simulated/floor/outdoors/sidewalk/slab{ - temperature = 293.15; - movement_cost = 0 - }, -/area/vr/outdoors/powered) -"sVe" = ( -/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/cult) -"sVk" = ( -/obj/structure/table/marble, -/obj/machinery/cash_register{ - dir = 1 - }, -/turf/simulated/floor/wood/alt, -/area/vr/powered/mall) -"sVl" = ( -/obj/structure/cliff/automatic/corner{ - dir = 9 - }, -/turf/simulated/floor/water/indoors{ - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"sVq" = ( -/obj/structure/flora/lily2, -/turf/simulated/floor/water{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"sVX" = ( -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"sWf" = ( -/obj/structure/flora/ausbushes/pointybush, -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"sWx" = ( -/turf/simulated/shuttle/floor/darkred, -/area/vr/powered/space/sciship) -"sYd" = ( -/turf/simulated/floor/tiled/old_tile, -/area/vr/powered/mall) -"sZe" = ( -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/space/sciship) -"sZm" = ( -/obj/structure/table/marble, -/obj/machinery/atmospherics/unary/vent_pump/on{ - dir = 4 - }, -/obj/item/weapon/storage/box/donkpockets{ - pixel_x = 7; - pixel_y = -3 - }, -/obj/item/weapon/storage/box/donkpockets{ - pixel_x = -7; - pixel_y = -3 - }, -/obj/item/weapon/storage/box/donut{ - pixel_x = 3; - pixel_y = 11 - }, -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"sZP" = ( -/obj/structure/table/reinforced, -/turf/simulated/floor/tiled, -/area/vr/powered/constore) -"tag" = ( -/obj/item/trash/bowl, -/obj/item/weapon/reagent_containers/food/snacks/meat, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"tax" = ( -/obj/structure/closet/secure_closet/engineering_welding{ - req_access = null - }, -/obj/item/weapon/storage/belt/utility, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"tbj" = ( -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/floor/cult{ - icon_state = "cult-narsie" - }, -/area/vr/powered/cult) -"tcB" = ( -/obj/structure/table/woodentable, -/obj/item/stack/cable_coil{ - pixel_y = -1 - }, -/obj/item/stack/cable_coil{ - pixel_y = 2 - }, -/obj/item/stack/cable_coil{ - pixel_y = 5 - }, -/turf/simulated/floor/wood, -/area/vr/powered/art) -"tcP" = ( -/obj/structure/table/marble, -/obj/item/weapon/material/knife/butch, -/obj/item/weapon/material/kitchen/rollingpin, -/turf/simulated/floor/tiled/white, -/area/vr/powered) -"tep" = ( -/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"; - density = 0; - opacity = 0 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/space/sciship) -"teA" = ( -/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/space/whiteship) -"teH" = ( -/obj/structure/railing/grey{ - pixel_y = 0; - dir = 8 - }, -/obj/machinery/light/lamppost, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"tfh" = ( -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle{ - pixel_y = -1; - pixel_x = 9 - }, -/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle{ - pixel_y = -1; - pixel_x = -6 - }, -/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle{ - pixel_y = -1; - pixel_x = -1 - }, -/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle{ - pixel_y = -1; - pixel_x = 4 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/constore) -"tgj" = ( -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"tgD" = ( -/turf/simulated/wall/r_wall, -/area/vr/powered/building2) -"tgJ" = ( -/obj/machinery/gear_dispenser/suit/autolok, -/turf/simulated/shuttle/floor/voidcraft/dark, -/area/vr/powered/cult) -"thl" = ( -/mob/living/simple_mob/animal/passive/lizard, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"thp" = ( -/obj/structure/table/marble, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/item/weapon/reagent_containers/food/condiment/enzyme, -/obj/item/weapon/reagent_containers/glass/beaker{ - pixel_x = 5 - }, -/obj/item/weapon/material/kitchen/rollingpin, -/obj/item/weapon/material/knife{ - pixel_y = 0; - pixel_x = 11 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"thY" = ( -/obj/machinery/vending/dinnerware{ - dir = 4; - pixel_x = -4 - }, -/turf/simulated/floor/wood/alt, -/area/vr/powered/mall) -"tim" = ( -/obj/machinery/button/mob_spawner_button/second{ - pixel_x = -10 - }, -/turf/simulated/shuttle/wall/voidcraft/survival/hard_corner, -/area/vr/powered/building2) -"tiz" = ( -/obj/structure/table/woodentable, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"tjn" = ( -/obj/effect/floor_decal/corner/green/border{ - dir = 6 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"tjv" = ( -/obj/structure/bed/chair/sofa/left/brown{ - dir = 4 - }, -/obj/structure/window/basic{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"tjx" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/structure/table/woodentable, -/obj/item/weapon/spacecash/c10, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"tjX" = ( -/obj/structure/table/glass, -/obj/machinery/chemical_dispenser/bar_alc/full, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall/vw) -"tkb" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/conspawn) -"tko" = ( -/obj/effect/decal/cleanable/fruit_smudge, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"tkD" = ( -/obj/structure/window/phoronreinforced{ - dir = 8 - }, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/cult) -"tkF" = ( -/obj/item/clothing/head/cone, -/turf/simulated/floor/outdoors/grass{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"tlY" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 5 - }, -/obj/item/weapon/shovel/spade, -/turf/simulated/floor/beach/sand/desert, -/area/vr/outdoors/powered/mall) -"tmd" = ( -/obj/machinery/vending/magivend, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"tmj" = ( -/obj/effect/floor_decal/industrial/loading, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/space/sciship) -"tmJ" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/obj/machinery/light{ - dir = 8; - overlay_color = "#FFFEB8" - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"tmX" = ( -/obj/structure/bed/double/padded, -/obj/machinery/light/small{ - dir = 4 - }, -/obj/item/weapon/bedsheet/rddouble, -/turf/simulated/floor/wood, -/area/vr/powered) -"tnb" = ( -/obj/structure/table/woodentable, -/obj/item/device/flashlight/lamp, -/turf/simulated/floor/wmarble, -/area/vr/powered/motel) -"tnm" = ( -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"tnB" = ( -/obj/effect/floor_decal/corner/paleblue{ - dir = 4 - }, -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"tol" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"toz" = ( -/obj/machinery/button/holosign{ - id = "baropenrp"; - name = "Open Sign"; - pixel_x = 25; - pixel_y = 6 - }, -/obj/machinery/light_switch{ - name = "light switch "; - pixel_x = 32; - pixel_y = 6 - }, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"toC" = ( -/obj/structure/cliff/automatic{ - dir = 10 - }, -/turf/simulated/floor/lava, -/area/vr/outdoors/powered/lava) -"tph" = ( -/obj/structure/bed/chair/oldsofa/left{ - dir = 1 - }, -/obj/structure/window/phoronreinforced, -/turf/simulated/floor/wood, -/area/vr/powered/cult) -"tpp" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/carpet, -/area/vr/powered/art) -"tqg" = ( -/obj/machinery/vending/boozeomat{ - req_access = null - }, -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall) -"tqo" = ( -/obj/machinery/vending/cola, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"tqD" = ( -/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/cult) -"tqL" = ( -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/obj/machinery/button/ignition{ - id = "cutiemulcher"; - pixel_x = -22; - pixel_y = -5 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"tqM" = ( -/obj/structure/coatrack, -/obj/machinery/button/windowtint{ - id = "h-living"; - pixel_x = -27 - }, -/turf/simulated/floor/wood, -/area/vr/powered) -"ttc" = ( -/obj/structure/prop/rock/small/wateralt, -/turf/simulated/floor/water{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"ttd" = ( -/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/space/whiteship) -"ttg" = ( -/turf/simulated/floor/water/beach{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"tto" = ( -/obj/structure/shuttle/engine/router, -/turf/simulated/shuttle/wall, -/area/vr/powered/space/whiteship) -"ttW" = ( -/obj/structure/disposalpipe/segment{ - dir = 4; - icon_state = "pipe-c" - }, -/obj/effect/floor_decal/corner/green/border{ - dir = 1 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"tui" = ( -/obj/structure/salvageable/console_broken_os, -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/space/sciship) -"tul" = ( -/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/space/whiteship) -"tvk" = ( -/obj/effect/floor_decal/corner/lightgrey/border, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"tvB" = ( -/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) -"tvH" = ( -/obj/machinery/recharge_station, -/obj/effect/floor_decal/techfloor/corner{ - dir = 9 - }, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/space/sciship) -"tvI" = ( -/obj/structure/table/steel_reinforced, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/disk/nifsoft/compliance, -/obj/item/weapon/card/emag, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building2) -"tvX" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 5 - }, -/turf/simulated/floor/plating, -/area/vr/powered/space/sciship) -"twq" = ( -/obj/machinery/vending/sovietsoda, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"twQ" = ( -/obj/machinery/computer/arcade/clawmachine, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall) -"tyb" = ( -/obj/machinery/door/airlock/glass_centcom{ - name = "Starboard Cannon" - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/space/sciship) -"tyJ" = ( -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"tyN" = ( -/turf/simulated/wall, -/area/vr/powered/material) -"tzq" = ( -/mob/living/simple_mob/animal/giant_spider, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"tzs" = ( -/obj/effect/floor_decal/techfloor{ - dir = 4 - }, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/cult) -"tzw" = ( -/obj/machinery/door/airlock/multi_tile/glass{ - dir = 2 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"tzK" = ( -/obj/item/weapon/reagent_containers/food/drinks/soymilk, -/obj/item/weapon/reagent_containers/food/drinks/soymilk, -/obj/item/weapon/reagent_containers/food/drinks/bottle/milk, -/obj/item/weapon/reagent_containers/food/drinks/bottle/milk, -/obj/item/weapon/reagent_containers/food/drinks/smallchocmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallchocmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallchocmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallchocmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallmilk, -/obj/structure/closet/secure_closet/freezer/fridge{ - pixel_x = 6; - pixel_y = 0 - }, -/obj/machinery/light{ - dir = 4; - icon_state = "tube1" - }, -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"tzL" = ( -/mob/living/simple_mob/construct/juggernaut/behemoth{ - dir = 8; - ai_holder_type = null - }, -/turf/simulated/floor/redgrid/off, -/area/vr/powered/cult) -"tAc" = ( -/obj/structure/loot_pile/surface/alien/engineering, -/obj/effect/floor_decal/techfloor{ - dir = 5 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"tAi" = ( -/turf/simulated/floor/gorefloor, -/area/vr/powered/rocks) -"tAI" = ( -/obj/structure/flora/tree/pine, -/turf/simulated/floor/snow, -/area/vr/outdoors/powered) -"tBo" = ( -/obj/effect/floor_decal/industrial/loading{ - dir = 1 - }, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/space/sciship) -"tCx" = ( -/obj/structure/sign/poster/nanotrasen{ - dir = 8 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"tCJ" = ( -/obj/structure/table/glass, -/obj/machinery/light/small, -/obj/item/weapon/storage/box/lights/mixed, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"tCV" = ( -/obj/structure/closet, -/obj/fruitspawner/rice, -/obj/fruitspawner/rice, -/obj/fruitspawner/rice, -/obj/fruitspawner/rice, -/obj/fruitspawner/rice, -/obj/fruitspawner/rice, -/obj/fruitspawner/rice, -/obj/fruitspawner/rice, -/obj/fruitspawner/rice, -/obj/fruitspawner/rice, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/obj/fruitspawner/soybean, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"tDD" = ( -/obj/structure/table/marble, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"tDT" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 9 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"tEr" = ( -/obj/structure/bookcase, -/obj/item/weapon/book/manual, -/obj/item/weapon/book/manual, -/turf/simulated/floor/carpet/tealcarpet, -/area/vr/powered/mall/dorms) -"tEI" = ( -/obj/structure/toilet, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"tEP" = ( -/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"; - density = 0; - opacity = 0 - }, -/turf/simulated/floor/airless, -/area/vr/powered/space/sciship) -"tEZ" = ( -/obj/structure/table/standard, -/turf/simulated/floor/carpet/blue, -/area/vr/powered/motel) -"tFb" = ( -/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/space/whiteship) -"tFx" = ( -/obj/structure/sign/poster/custom{ - icon_state = "sbsposter16"; - pixel_y = -32 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"tFD" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/glass/rag{ - pixel_x = 7; - pixel_y = 2 - }, -/obj/item/weapon/material/knife/butch, -/obj/item/weapon/material/kitchen/rollingpin{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/weapon/reagent_containers/food/condiment/enzyme, -/turf/simulated/floor/tiled/red, -/area/vr/powered/mall/dorms) -"tFV" = ( -/obj/machinery/power/smes/buildable/hybrid, -/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/space/sciship) -"tGi" = ( -/obj/machinery/light{ - layer = 3 - }, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building2) -"tGm" = ( -/obj/random/maintenance/engineering, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"tGL" = ( -/obj/effect/floor_decal/corner/paleblue{ - dir = 8 - }, -/obj/structure/closet/crate/bin{ - anchored = 1 - }, -/obj/item/weapon/lipstick/random, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"tHD" = ( -/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/space/sciship) -"tHK" = ( -/turf/simulated/floor/outdoors/dirt{ - temperature = 293.15; - outdoors = 0 - }, -/area/vr/powered/dungeon) -"tHR" = ( -/turf/simulated/floor/water{ - temperature = 311; - outdoors = 0 - }, -/area/vr/outdoors/powered) -"tIS" = ( -/obj/structure/table/marble, -/obj/structure/window/reinforced{ - dir = 8; - health = 1e+006 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/weapon/reagent_containers/food/snacks/cookie{ - pixel_y = 4 - }, -/obj/item/weapon/reagent_containers/food/snacks/cookie{ - pixel_y = 10 - }, -/obj/item/weapon/reagent_containers/food/snacks/cookie{ - pixel_y = 8 - }, -/obj/item/weapon/reagent_containers/food/snacks/cookie{ - pixel_y = 6 - }, -/obj/item/weapon/reagent_containers/food/snacks/sugarcookie{ - pixel_y = -4; - pixel_x = -8 - }, -/obj/item/weapon/reagent_containers/food/snacks/sugarcookie{ - pixel_y = -1; - pixel_x = -8 - }, -/obj/effect/floor_decal/corner/lime/border{ - dir = 8 - }, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"tJU" = ( -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/snacks/enchiladas{ - pixel_y = -4 - }, -/obj/item/weapon/reagent_containers/food/snacks/tamales{ - pixel_x = 1; - pixel_y = 11 - }, -/obj/item/weapon/reagent_containers/food/snacks/tamales{ - pixel_x = 1; - pixel_y = 18 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"tKh" = ( -/mob/living/simple_mob/animal/giant_spider/tunneler, -/turf/simulated/floor/water/indoors{ - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"tKx" = ( -/obj/item/weapon/fossil/skull/horned, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"tLr" = ( -/obj/effect/landmark/virtual_reality{ - name = "City" - }, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"tLA" = ( -/obj/structure/bed/chair/office/dark{ - dir = 1 - }, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"tLM" = ( -/obj/machinery/light/floortube/flicker{ - pixel_y = -2 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"tMc" = ( -/obj/structure/table/hardwoodtable, -/obj/machinery/light{ - dir = 1 - }, -/obj/structure/sign/poster/custom{ - pixel_y = 0; - dir = 1 - }, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"tMA" = ( -/obj/structure/window/phoronreinforced{ - dir = 4 - }, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"tMG" = ( -/obj/effect/floor_decal/spline/fancy{ - dir = 4 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"tMN" = ( -/obj/machinery/light{ - dir = 4; - layer = 3 - }, -/obj/machinery/vending/nukie, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall) -"tNx" = ( -/turf/simulated/mineral/floor/ignore_mapgen/cave, -/area/vr/powered/dungeon) -"tOc" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/powered) -"tOD" = ( -/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) -"tOX" = ( -/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) -"tPm" = ( -/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) -"tPo" = ( -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/snacks/sliceable/supremoburrito{ - pixel_x = 12 - }, -/obj/item/weapon/reagent_containers/food/snacks/fuegoburrito, -/obj/item/weapon/reagent_containers/food/snacks/pandenata{ - pixel_y = 4; - pixel_x = -6 - }, -/obj/item/weapon/reagent_containers/food/snacks/pandenata{ - pixel_y = -4; - pixel_x = -6 - }, -/obj/item/weapon/reagent_containers/food/snacks/pandenata{ - pixel_y = 0; - pixel_x = -6 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/bigbeanburrito/filled, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"tPv" = ( -/turf/simulated/floor/outdoors/sidewalk/side{ - icon_state = "sidewalk"; - movement_cost = 0; - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"tPw" = ( -/obj/structure/prop/rock/waterflat, -/turf/simulated/floor/water/pool/turfpack/station, -/area/vr/powered/mall/vw) -"tPE" = ( -/obj/structure/salvageable/data_os{ - name = "broken money printer" - }, -/obj/random/cash/huge, -/obj/random/cash/huge, -/obj/random/cash/huge, -/obj/item/weapon/storage/bag/cash, -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/dungeon) -"tQd" = ( -/obj/machinery/door/airlock/multi_tile/glass{ - dir = 2 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"tQm" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/machinery/light/floortube{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"tQq" = ( -/obj/structure/grille, -/obj/structure/window/reinforced/full, -/turf/simulated/floor/plating, -/area/vr/powered/vet) -"tQw" = ( -/obj/structure/disposalpipe/segment{ - dir = 2; - icon_state = "pipe-c" - }, -/obj/effect/floor_decal/corner/green/border{ - dir = 1 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"tQJ" = ( -/obj/structure/table/wooden_reinforced, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8; - health = 1e+006 - }, -/obj/random/plushie{ - pixel_y = 4 - }, -/obj/random/plushie{ - pixel_y = 14 - }, -/obj/random/plushie{ - pixel_y = 10 - }, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall) -"tRk" = ( -/obj/structure/toilet{ - dir = 1 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"tRW" = ( -/obj/structure/table/woodentable, -/obj/machinery/light{ - dir = 2; - nightshift_enabled = 1 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"tSw" = ( -/obj/structure/table/hardwoodtable, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered/mall/dorms) -"tSO" = ( -/obj/structure/window/phoronreinforced{ - dir = 8 - }, -/turf/simulated/shuttle/floor/voidcraft/dark, -/area/vr/powered/cult) -"tTy" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{ - pixel_y = -6; - pixel_x = -13 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{ - pixel_y = -7; - pixel_x = -8 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/peppergrinder{ - pixel_y = 7; - pixel_x = -9 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/peppergrinder{ - pixel_y = 4; - pixel_x = -12 - }, -/mob/living/simple_mob/animal/passive/mouse/white, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"tTC" = ( -/obj/structure/table/rack/shelf/steel, -/obj/random/maintenance/engineering, -/obj/random/maintenance/morestuff, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"tTT" = ( -/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/space/sciship) -"tUm" = ( -/obj/machinery/optable, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"tUn" = ( -/turf/simulated/floor/grass2{ - outdoors = 1; - temperature = 311 - }, -/area/vr/outdoors/powered) -"tUD" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 1 - }, -/obj/structure/bed/chair/comfy/purp{ - dir = 4 - }, -/turf/simulated/floor/carpet/blucarpet, -/area/vr/powered) -"tVO" = ( -/obj/structure/window/reinforced{ - dir = 8; - health = 1e+006 - }, -/obj/structure/table/bench/marble, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/powered) -"tVU" = ( -/obj/machinery/door/airlock/medical{ - req_one_access = null - }, -/turf/simulated/floor/plating, -/area/vr/powered/vet) -"tWD" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/structure/sink{ - dir = 8; - pixel_x = -12; - pixel_y = 2 - }, -/obj/structure/mirror{ - pixel_x = -28 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"tWK" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 8 - }, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/space/sciship) -"tWV" = ( -/obj/structure/flora/bboulder2, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"tXa" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/obj/structure/bed/chair/bay/comfy/black{ - dir = 1 - }, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/dungeon) -"tXl" = ( -/obj/structure/prop/statue, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/beach/sand/desert, -/area/vr/powered/mall/vw) -"tXo" = ( -/obj/structure/table/alien/blue, -/obj/item/weapon/storage/quickdraw/syringe_case, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"tXt" = ( -/obj/machinery/light/floortube/flicker{ - pixel_y = 5 - }, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/cult) -"tXJ" = ( -/obj/structure/fence/end{ - dir = 8 - }, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"tYS" = ( -/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/cult) -"tYZ" = ( -/obj/structure/closet/crate/large, -/obj/fiftyspawner/steel, -/obj/item/stack/material/plasteel{ - amount = 50 - }, -/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/space/mechfactory) -"tZj" = ( -/obj/effect/decal/cleanable/dirt, -/obj/random/trash, -/turf/simulated/wall/r_concrete, -/area/vr/powered/dungeon) -"tZR" = ( -/obj/effect/floor_decal/corner/purple/diagonal, -/turf/simulated/floor/tiled/dark, -/area/vr/powered/mall/vw) -"uaq" = ( -/obj/machinery/chem_master, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"uat" = ( -/obj/structure/bed/double/padded, -/turf/simulated/floor/wood/sif/broken, -/area/vr/powered/space/mechfactory) -"uav" = ( -/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/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/space/sciship) -"ubf" = ( -/obj/item/clothing/under/color/prison, -/obj/item/clothing/under/color/prison, -/obj/item/clothing/under/color/prison, -/obj/item/clothing/under/color/prison, -/obj/item/clothing/under/color/prison, -/obj/item/clothing/under/color/prison, -/obj/item/clothing/under/color/prison, -/obj/item/clothing/under/color/prison, -/obj/item/clothing/under/color/prison, -/obj/item/clothing/under/color/prison, -/obj/item/clothing/shoes/orange, -/obj/item/clothing/shoes/orange, -/obj/item/clothing/shoes/orange, -/obj/item/clothing/shoes/orange, -/obj/item/clothing/shoes/orange, -/obj/item/clothing/shoes/orange, -/obj/item/clothing/shoes/orange, -/obj/item/clothing/shoes/orange, -/obj/item/clothing/shoes/orange, -/obj/item/clothing/shoes/orange, -/obj/item/clothing/under/fluff/latexmaid, -/obj/item/clothing/under/fluff/latexmaid, -/obj/item/clothing/under/fluff/latexmaid, -/obj/item/clothing/under/fluff/latexmaid, -/obj/item/clothing/under/fluff/latexmaid, -/obj/item/clothing/under/fluff/latexmaid, -/obj/item/clothing/under/fluff/latexmaid, -/obj/item/clothing/under/fluff/latexmaid, -/obj/item/clothing/under/fluff/latexmaid, -/obj/item/clothing/under/fluff/latexmaid, -/obj/item/clothing/shoes/dress, -/obj/item/clothing/shoes/dress, -/obj/item/clothing/shoes/dress, -/obj/item/clothing/shoes/dress, -/obj/item/clothing/shoes/dress, -/obj/item/clothing/shoes/dress, -/obj/item/clothing/shoes/dress, -/obj/item/clothing/shoes/dress, -/obj/item/clothing/shoes/dress, -/obj/item/clothing/shoes/dress, -/obj/item/clothing/shoes/dress, -/obj/machinery/smartfridge/survival_pod{ - desc = "A mysterious machine which can fabricate many tools for acquiring test subjects."; - icon = 'icons/obj/abductor.dmi'; - icon_state = "dispenser"; - name = "Garmentier"; - req_access = list(777); - pixel_y = 0 - }, -/obj/item/clothing/head/headband/maid, -/obj/item/clothing/head/headband/maid, -/obj/item/clothing/head/headband/maid, -/obj/item/clothing/head/headband/maid, -/obj/item/clothing/head/headband/maid, -/obj/effect/floor_decal/techfloor{ - dir = 10 - }, -/obj/machinery/light/poi, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"ucl" = ( -/turf/simulated/wall/diamond, -/area/vr/powered/mall/vw) -"ucy" = ( -/obj/machinery/vending/coffee, -/obj/effect/floor_decal/corner/paleblue/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"ucD" = ( -/obj/item/weapon/coin/gold, -/obj/item/weapon/ore/diamond, -/obj/item/stack/material/diamond, -/turf/simulated/floor/flock, -/area/vr/powered/rocks) -"ucL" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"udv" = ( -/obj/effect/floor_decal/techfloor{ - dir = 4 - }, -/turf/simulated/shuttle/floor/voidcraft/dark, -/area/vr/powered/cult) -"udD" = ( -/obj/structure/toilet{ - pixel_y = 12 - }, -/turf/simulated/floor/tiled/freezer, -/area/vr/powered/space/sciship) -"udG" = ( -/obj/structure/table/steel_reinforced, -/obj/item/weapon/gun/energy/sizegun, -/obj/item/weapon/gun/energy/sizegun, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building2) -"udN" = ( -/obj/structure/flora/ausbushes/ppflowers, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"udR" = ( -/turf/simulated/floor/carpet/bcarpet, -/area/vr/powered/cult) -"ufp" = ( -/obj/structure/table/wooden_reinforced, -/obj/item/weapon/paper/crumpled{ - pixel_y = -3; - pixel_x = -4 - }, -/obj/item/weapon/reagent_containers/food/condiment/cornoil{ - pixel_y = 0; - pixel_x = 5 - }, -/turf/simulated/floor/wood, -/area/vr/powered/dungeon) -"ufu" = ( -/turf/simulated/floor/water/beach{ - temperature = 311; - outdoors = 0 - }, -/area/vr/outdoors/powered) -"ufK" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 1 - }, -/obj/item/weapon/reagent_containers/food/snacks/omurice, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"uga" = ( -/obj/structure/flora/log1, -/turf/simulated/floor/water/deep{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"ugj" = ( -/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/space/mechfactory) -"ugs" = ( -/obj/structure/table/rack/shelf/steel, -/obj/random/cigarettes, -/obj/random/cigarettes, -/obj/random/cigarettes, -/turf/simulated/floor/tiled, -/area/vr/powered/constore) -"ugC" = ( -/obj/machinery/atmospherics/unary/engine/biggest{ - dir = 1 - }, -/turf/space, -/area/vr/space) -"uhu" = ( -/obj/structure/table/hardwoodtable, -/obj/item/device/flashlight/lamp/clown, -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered/mall/dorms) -"uhw" = ( -/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/rocks) -"uhW" = ( -/obj/effect/floor_decal/stairs{ - dir = 4 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"uij" = ( -/obj/structure/table/reinforced, -/obj/machinery/cash_register{ - dir = 4 - }, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"uiA" = ( -/turf/simulated/floor/outdoors/sidewalk/slab{ - movement_cost = 0; - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"uiI" = ( -/obj/effect/decal/cleanable/dirt, -/obj/random/trash, -/obj/structure/simple_door/wood, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"ujg" = ( -/obj/structure/table/alien/blue, -/obj/machinery/chemical_dispenser/ert/specialops{ - pixel_y = 7 - }, -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/dungeon) -"ujT" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/structure/reagent_dispensers/acid{ - pixel_y = 30 - }, -/obj/structure/table/steel_reinforced, -/obj/item/weapon/disk/species/zaddat, -/obj/item/weapon/disk/species/unathi, -/obj/item/weapon/disk/species/teshari, -/obj/item/weapon/disk/species/tajaran, -/obj/item/weapon/disk/species/skrell, -/obj/item/weapon/disk/species/diona, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/space/sciship) -"ujY" = ( -/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/wood, -/area/vr/powered/cafe) -"ukX" = ( -/obj/structure/table/fancyblack, -/obj/item/weapon/reagent_containers/food/snacks/sliceable/excitingsuppermatter, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"ulb" = ( -/obj/effect/landmark/virtual_reality{ - name = "Mall" - }, -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"ulc" = ( -/obj/item/weapon/stool/padded, -/turf/simulated/floor/carpet/blue, -/area/vr/powered/mall/dorms) -"uli" = ( -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"ulq" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 6 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"umx" = ( -/obj/structure/table/steel_reinforced, -/obj/machinery/microwave, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered/mall) -"umH" = ( -/obj/effect/floor_decal/corner/paleblue{ - dir = 5 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"unb" = ( -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"unf" = ( -/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/rocks) -"uno" = ( -/obj/machinery/light/small, -/turf/simulated/floor/carpet/blucarpet, -/area/vr/powered) -"unq" = ( -/obj/structure/table/alien/blue, -/obj/item/stack/medical/advanced/bruise_pack, -/obj/item/weapon/surgical/retractor/alien, -/obj/effect/floor_decal/techfloor{ - dir = 5 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"unH" = ( -/obj/structure/table/rack/shelf/steel, -/obj/random/maintenance/cargo, -/obj/random/maintenance/clean, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"unL" = ( -/obj/machinery/atmospherics/pipe/tank/air{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline/blue, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/whiteship) -"uox" = ( -/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/cult) -"upg" = ( -/obj/effect/floor_decal/techfloor, -/obj/effect/decal/cleanable/blood/gibs/xeno, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"uqb" = ( -/obj/structure/cliff/automatic{ - dir = 9 - }, -/turf/simulated/floor/weird_things/dark, -/area/vr/powered/mall/backrooms) -"uqd" = ( -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/powered) -"uqk" = ( -/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/rocks) -"uqx" = ( -/obj/structure/table/hardwoodtable, -/obj/item/device/flashlight/lamp/green, -/turf/simulated/floor/carpet/blue, -/area/vr/powered/mall/dorms) -"uqB" = ( -/obj/effect/floor_decal/corner/lightgrey/border, -/obj/structure/railing/grey{ - pixel_y = 0; - dir = 8 - }, -/obj/structure/railing/grey, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"uqE" = ( -/obj/structure/table/hardwoodtable, -/obj/item/device/flashlight/lamp/green, -/turf/simulated/floor/carpet, -/area/vr/powered/mall/dorms) -"urQ" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/carpet/blue, -/area/vr/powered/motel) -"usz" = ( -/turf/simulated/floor/beach/sand/desert{ - can_atmos_pass = 0; - nitrogen = 0; - outdoors = 0; - oxygen = 0; - temperature = 311 - }, -/area/vr/powered/rocks) -"usM" = ( -/obj/structure/simple_door/flock, -/turf/simulated/floor/flock, -/area/vr/powered/rocks) -"utu" = ( -/obj/effect/simple_portal/linked{ - portal_id = 6690 - }, -/turf/unsimulated/fake_space, -/area/vr/powered/mall/backrooms) -"utA" = ( -/mob/living/simple_mob/construct/wraith{ - ai_holder_type = null - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"utF" = ( -/obj/item/weapon/storage/bag/trash, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"utS" = ( -/obj/structure/table/hardwoodtable, -/obj/item/device/flashlight/lamp/green, -/turf/simulated/floor/carpet/purple, -/area/vr/powered/mall/dorms) -"uuc" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 8 - }, -/obj/structure/window/phoronreinforced{ - dir = 4 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"uuz" = ( -/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/cult) -"uuU" = ( -/obj/machinery/door/airlock{ - id_tag = "VR2"; - name = "VR Beachhouse 2" - }, -/turf/simulated/floor/wood, -/area/vr/powered) -"uww" = ( -/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/cult) -"uxt" = ( -/obj/structure/table/reinforced, -/obj/item/device/flashlight/lamp/green{ - pixel_y = 2 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"uxV" = ( -/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/cult) -"uyc" = ( -/obj/item/weapon/stool/padded, -/turf/simulated/floor/carpet/gaycarpet, -/area/vr/powered/mall/dorms) -"uyo" = ( -/obj/effect/map_effect/portal/master/side_b{ - dir = 4; - portal_id = "vrdungeon" - }, -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/powered/dungeon) -"uyr" = ( -/obj/structure/table/hardwoodtable, -/obj/machinery/microwave{ - pixel_y = 6 - }, -/obj/item/weapon/reagent_containers/food/condiment/soysauce, -/obj/item/weapon/reagent_containers/food/condiment/soysauce{ - pixel_y = 0; - pixel_x = 5 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"uyL" = ( -/obj/structure/fence, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"uzr" = ( -/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/space/whiteship) -"uzB" = ( -/obj/effect/wingrille_spawn/reinforced, -/turf/simulated/floor/wmarble, -/area/vr/powered/cafe) -"uzE" = ( -/obj/machinery/light{ - dir = 1 - }, -/obj/machinery/chemical_dispenser/bar_soft/full, -/obj/structure/table/marble, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"uzU" = ( -/obj/effect/wingrille_spawn/reinforced, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"uAm" = ( -/obj/random/junk, -/turf/simulated/floor/outdoors/mud{ - outdoors = -1; - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"uAs" = ( -/obj/effect/floor_decal/corner/paleblue{ - dir = 9 - }, -/obj/structure/stasis_cage, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"uAt" = ( -/obj/machinery/light/poi{ - dir = 8 - }, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/dungeon) -"uAz" = ( -/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/space) -"uAS" = ( -/obj/structure/disposalpipe/segment, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"uBn" = ( -/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/space/whiteship) -"uBA" = ( -/obj/structure/extinguisher_cabinet{ - pixel_x = -28 - }, -/turf/simulated/floor/wood, -/area/vr/powered) -"uCc" = ( -/obj/structure/window/reinforced/survival_pod{ - dir = 4 - }, -/obj/structure/cryofeed{ - dir = 4 - }, -/turf/simulated/floor/greengrid/nitrogen, -/area/vr/powered/space/sciship) -"uCF" = ( -/obj/machinery/autolathe{ - hacked = 1; - name = "hacked autolathe" - }, -/turf/simulated/floor/reinforced, -/area/vr/powered/redbase) -"uCI" = ( -/obj/machinery/vending/tool{ - emagged = 1 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/space/mechfactory) -"uCK" = ( -/obj/machinery/door/firedoor/border_only, -/obj/structure/grille, -/obj/structure/window/reinforced/polarized/full{ - id = "vrmalltint3" - }, -/obj/structure/window/reinforced/polarized{ - dir = 2; - id = "vrmalltint3" - }, -/turf/simulated/floor/plating, -/area/vr/powered/mall/dorms) -"uDd" = ( -/obj/effect/floor_decal/corner/blue/diagonal{ - dir = 4 - }, -/obj/item/weapon/bedsheet, -/obj/structure/bed/padded, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/dungeon) -"uDo" = ( -/obj/structure/closet/crate/laundry, -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"uEa" = ( -/turf/simulated/wall/r_wall, -/area/vr/powered/armory) -"uEQ" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/machinery/button/remote/airlock{ - id = "VRmall4"; - name = "Bolt Control"; - pixel_x = 6; - specialfunctions = 4; - dir = 4; - pixel_y = 30 - }, -/turf/simulated/floor/tiled/old_cargo, -/area/vr/powered/mall/dorms) -"uFe" = ( -/obj/machinery/light{ - layer = 3 - }, -/obj/structure/table/steel_reinforced, -/obj/random/soap, -/obj/random/soap, -/obj/random/soap, -/obj/random/soap, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building2) -"uFw" = ( -/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/space/sciship) -"uFH" = ( -/obj/structure/table/hardwoodtable, -/turf/simulated/floor/carpet/tealcarpet, -/area/vr/powered/mall/dorms) -"uFT" = ( -/turf/simulated/floor/carpet/purple, -/area/vr/powered/mall/dorms) -"uGs" = ( -/obj/machinery/sleeper{ - dir = 4; - emagged = 1; - initial_bin_rating = 4 - }, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"uGw" = ( -/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) -"uGW" = ( -/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) -"uHr" = ( -/turf/unsimulated/wall/seperator, -/area/vr/powered/mall) -"uHS" = ( -/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/space/whiteship) -"uHU" = ( -/obj/structure/table/fancyblack, -/obj/item/weapon/material/kitchen/utensil/fork/plastic{ - pixel_y = 0; - pixel_x = -7 - }, -/obj/item/weapon/material/kitchen/utensil/fork/plastic{ - pixel_y = 0; - pixel_x = -11 - }, -/obj/item/weapon/material/kitchen/utensil/fork/plastic{ - pixel_y = 0; - pixel_x = -10 - }, -/obj/item/weapon/material/kitchen/utensil/fork/plastic{ - pixel_y = 0; - pixel_x = -9 - }, -/obj/item/weapon/material/kitchen/utensil/fork/plastic{ - pixel_y = 0; - pixel_x = -8 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{ - pixel_y = 11; - pixel_x = -2 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{ - pixel_y = 11; - pixel_x = 3 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{ - pixel_y = 2; - pixel_x = 3 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{ - pixel_y = 2; - pixel_x = -2 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/packet/ketchup{ - pixel_y = 6; - pixel_x = 8 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/packet/ketchup{ - pixel_y = 0; - pixel_x = 8 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/packet/ketchup{ - pixel_y = -2; - pixel_x = 8 - }, -/obj/item/weapon/reagent_containers/food/condiment/small/packet/ketchup{ - pixel_y = 2; - pixel_x = 8 - }, -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"uHZ" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/structure/simple_door/wood, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"uIp" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/structure/table/woodentable, -/obj/item/pizzabox/old, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"uIK" = ( -/obj/effect/decal/remains/ribcage, -/turf/simulated/floor/lava, -/area/vr/outdoors/powered/lava) -"uIR" = ( -/obj/machinery/light{ - dir = 4; - icon_state = "tube1" - }, -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"uJt" = ( -/obj/structure/salvageable/bliss, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"uJK" = ( -/obj/machinery/light/small{ - dir = 1; - nightshift_enabled = 1 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall/dorms) -"uJR" = ( -/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/cult) -"uKg" = ( -/turf/simulated/shuttle/wall/hard_corner, -/area/vr/powered/space/whiteship) -"uKu" = ( -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/powered/mall) -"uKG" = ( -/obj/machinery/body_scanconsole, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/dungeon) -"uKL" = ( -/obj/structure/table/marble, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/structure/window/reinforced{ - dir = 8; - health = null - }, -/obj/item/weapon/reagent_containers/food/snacks/kitsuneudon{ - pixel_y = 4 - }, -/obj/item/weapon/reagent_containers/food/snacks/kitsuneudon{ - pixel_y = -4 - }, -/obj/item/weapon/reagent_containers/food/snacks/kitsuneudon{ - pixel_y = 0 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"uLw" = ( -/obj/structure/bed/chair{ - dir = 1 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"uLN" = ( -/obj/structure/closet, -/turf/simulated/floor/carpet/blucarpet, -/area/vr/powered) -"uLU" = ( -/obj/effect/zone_divider, -/obj/effect/zone_divider, -/turf/unsimulated/wall/seperator, -/area/vr/powered/rocks) -"uMe" = ( -/obj/machinery/light/small{ - dir = 1; - nightshift_enabled = 1 - }, -/turf/simulated/floor/carpet/sblucarpet, -/area/vr/powered/mall/dorms) -"uMu" = ( -/obj/structure/sign/scenery/map/left{ - dir = 2; - pixel_y = 30 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"uMz" = ( -/turf/simulated/wall/concrete, -/area/vr/outdoors/powered) -"uMG" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered) -"uNc" = ( -/obj/machinery/door/blast/regular{ - dir = 4; - id = "kalipsoshutters"; - name = "Kalipso Blast Shielding"; - density = 0; - opacity = 0 - }, -/obj/structure/fans/tiny, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/space/sciship) -"uNE" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/tiled/freezer, -/area/vr/powered) -"uNG" = ( -/obj/item/tape/police, -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/powered/rocks) -"uOu" = ( -/obj/structure/salvageable/implant_container_os, -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/space/sciship) -"uOG" = ( -/obj/structure/table/alien/blue, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"uOW" = ( -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/space) -"uPj" = ( -/obj/machinery/button/windowtint{ - id = "vrmalltint4"; - pixel_x = -22 - }, -/turf/simulated/floor/carpet/purple, -/area/vr/powered/mall/dorms) -"uPJ" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/snacks/chickenfillet{ - pixel_y = 3; - pixel_x = -6 - }, -/obj/item/weapon/reagent_containers/food/snacks/chickenfillet{ - pixel_y = -5; - pixel_x = -7 - }, -/obj/item/weapon/reagent_containers/food/snacks/chickenfillet{ - pixel_y = -4; - pixel_x = -3 - }, -/obj/item/weapon/reagent_containers/food/snacks/chickenfillet{ - pixel_y = 0; - pixel_x = -3 - }, -/obj/item/weapon/reagent_containers/food/snacks/plumphelmetbiscuit{ - pixel_y = 3; - pixel_x = 9 - }, -/obj/item/weapon/reagent_containers/food/snacks/plumphelmetbiscuit{ - pixel_y = 7; - pixel_x = 9 - }, -/obj/item/weapon/reagent_containers/food/snacks/plumphelmetbiscuit{ - pixel_y = 10; - pixel_x = 9 - }, -/obj/item/weapon/reagent_containers/food/snacks/nugget{ - pixel_y = -12; - pixel_x = 8 - }, -/obj/item/weapon/reagent_containers/food/snacks/nugget{ - pixel_y = -3; - pixel_x = 8 - }, -/obj/item/weapon/reagent_containers/food/snacks/nugget{ - pixel_y = -6; - pixel_x = 8 - }, -/obj/item/weapon/reagent_containers/food/snacks/nugget{ - pixel_y = -9; - pixel_x = 8 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"uPT" = ( -/turf/simulated/floor/wood, -/area/vr/powered/dungeon) -"uPV" = ( -/obj/structure/table/marble, -/obj/effect/floor_decal/corner/lime/border{ - dir = 10 - }, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"uQl" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"uQq" = ( -/obj/structure/flora/bboulder1, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"uQL" = ( -/obj/machinery/power/smes/buildable/hybrid, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"uRx" = ( -/obj/structure/table/hardwoodtable, -/obj/machinery/light/small{ - dir = 4; - nightshift_enabled = 1; - pixel_y = 0 - }, -/turf/simulated/floor/carpet/tealcarpet, -/area/vr/powered/mall/dorms) -"uRC" = ( -/obj/structure/sign/deck1, -/turf/simulated/wall/skipjack, -/area/vr/powered/space/sciship) -"uSd" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/effect/floor_decal/corner/black/diagonal, -/obj/item/weapon/storage/fancy/egg_box, -/obj/item/weapon/storage/fancy/egg_box, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall/dorms) -"uSU" = ( -/obj/machinery/light/floortube{ - dir = 8 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"uSY" = ( -/obj/machinery/atmospherics/binary/circulator{ - anchored = 1; - dir = 1 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/sciship) -"uTb" = ( -/obj/structure/inflatable, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#6b5c4c"; - movement_cost = 12 - }, -/area/vr/powered/mall/backrooms) -"uUX" = ( -/turf/simulated/floor/outdoors/sidewalk/slab{ - movement_cost = 0; - temperature = 293.15 - }, -/area/vr/outdoors/powered/mall) -"uVh" = ( -/obj/structure/cliff/automatic, -/turf/simulated/floor/weird_things/dark, -/area/vr/powered/mall/backrooms) -"uVi" = ( -/obj/structure/bed/chair/sofa/left/black{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4; - icon_state = "tube1" - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"uWc" = ( -/obj/effect/catwalk_plated/dark, -/obj/structure/sign/department/cargo_dock{ - pixel_x = -32 - }, -/turf/simulated/floor/airless, -/area/vr/space) -"uWK" = ( -/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/rocks) -"uXy" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall/dorms) -"uXF" = ( -/obj/structure/prop/rock/watersharp, -/turf/simulated/floor/water{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"uXX" = ( -/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/cult) -"uYl" = ( -/obj/machinery/appliance/cooker/grill, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"uYn" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 31 - }, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered/mall/dorms) -"uYA" = ( -/obj/effect/floor_decal/corner/paleblue{ - dir = 5 - }, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"uZT" = ( -/obj/machinery/button/windowtint{ - id = "vrmalltint1"; - pixel_x = -22 - }, -/turf/simulated/floor/carpet/turcarpet, -/area/vr/powered/mall/dorms) -"vaJ" = ( -/obj/item/weapon/stool/padded{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"vaN" = ( -/obj/structure/salvageable/data_os{ - name = "broken money printer" - }, -/obj/item/weapon/spacecash/ewallet{ - worth = 69000 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"vba" = ( -/obj/structure/bed/double/padded, -/obj/item/weapon/bedsheet/rainbowdouble, -/obj/machinery/partyalarm{ - pixel_y = -18 - }, -/turf/simulated/floor/wood/sif, -/area/vr/powered/space/mechfactory) -"vbt" = ( -/obj/structure/reagent_dispensers/fueltank, -/turf/simulated/floor/tiled, -/area/vr/powered/nuke) -"vcM" = ( -/turf/simulated/floor/plating, -/area/vr/outdoors/powered) -"vdd" = ( -/obj/structure/flora/ausbushes/sparsegrass, -/turf/simulated/floor/outdoors/grass{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"vdj" = ( -/obj/structure/bed/chair/sofa/left/brown{ - dir = 8 - }, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"vdG" = ( -/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/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"vdK" = ( -/obj/item/weapon/pack/cardemon, -/turf/simulated/floor/carpet/bcarpet, -/area/vr/powered) -"veE" = ( -/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/space/sciship) -"vfd" = ( -/obj/structure/bed/chair/office/dark{ - dir = 1 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"vfz" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/structure/sink/kitchen{ - dir = 8; - pixel_y = 0; - pixel_x = -12 - }, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"vfR" = ( -/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"; - density = 0; - opacity = 0 - }, -/obj/structure/window/reinforced/survival_pod{ - dir = 1 - }, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/sciship) -"vgg" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 8 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"vgr" = ( -/obj/structure/bed/chair/office/dark{ - dir = 1 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/space/whiteship) -"vgC" = ( -/obj/machinery/power/terminal{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/warning, -/turf/simulated/floor/plating, -/area/vr/powered/space/sciship) -"vgG" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/space/mechfactory) -"vgN" = ( -/obj/structure/bed/chair/wood{ - dir = 4 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"vhw" = ( -/obj/structure/prop/rock/small/water, -/turf/simulated/floor/water{ - temperature = 311; - outdoors = 0 - }, -/area/vr/powered/rocks) -"vil" = ( -/obj/machinery/atmospherics/portables_connector, -/obj/machinery/portable_atmospherics/canister/oxygen, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/space/whiteship) -"vip" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"viH" = ( -/obj/effect/simple_portal/linked{ - portal_id = 69; - name = "Fast Travel to Beachhouses" - }, -/turf/simulated/floor/beach/sand/desert{ - can_atmos_pass = 0; - outdoors = 1; - temperature = 311 - }, -/area/vr/outdoors/powered) -"vjp" = ( -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"vjB" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/food/snacks/pancakes{ - pixel_y = -6; - pixel_x = 12 - }, -/obj/item/weapon/reagent_containers/food/snacks/pancakes{ - pixel_y = -6; - pixel_x = 12 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"vjE" = ( -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"vjI" = ( -/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/space/whiteship) -"vjW" = ( -/obj/structure/table/woodentable, -/obj/machinery/light/floortube{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"vkX" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"vlH" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 4 - }, -/turf/simulated/floor/cult{ - icon_state = "cult-narsie" - }, -/area/vr/powered/cult) -"vlK" = ( -/obj/effect/map_effect/portal/master/side_a{ - dir = 8; - portal_id = "vrdungeon" - }, -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/powered/rocks) -"vlV" = ( -/obj/structure/bed/double/padded, -/obj/item/weapon/bedsheet/mimedouble, -/turf/simulated/floor/carpet/purcarpet, -/area/vr/powered/cult) -"vlW" = ( -/obj/structure/table/alien/blue, -/obj/item/weapon/surgical/scalpel/ripper, -/obj/item/weapon/surgical/scalpel/manager, -/obj/effect/floor_decal/techfloor{ - dir = 4 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"vmn" = ( -/obj/structure/disposalpipe/junction{ - dir = 4 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"vmH" = ( -/obj/structure/curtain/black{ - icon_state = "open"; - layer = 2; - name = "privacy curtain"; - opacity = 0 - }, -/turf/simulated/floor/wood/sif/broken, -/area/vr/powered/space/mechfactory) -"vmJ" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 4 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"vmY" = ( -/obj/machinery/light/poi, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"vmZ" = ( -/turf/simulated/shuttle/floor/voidcraft/dark, -/area/vr/powered/cult) -"vnk" = ( -/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/cult) -"vny" = ( -/obj/structure/table/reinforced, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"vnz" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 5 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"vnR" = ( -/obj/structure/bed/chair/wood{ - dir = 2; - pixel_y = 0 - }, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"vok" = ( -/obj/machinery/vending/phoronresearch, -/turf/simulated/floor/tiled{ - outdoors = 1 - }, -/area/vr/powered/vendor) -"voo" = ( -/obj/machinery/light/small{ - dir = 4; - pixel_y = 0 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"vop" = ( -/obj/structure/table/marble, -/obj/effect/floor_decal/corner/red/diagonal, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"vor" = ( -/obj/machinery/appliance/cooker/oven, -/turf/simulated/floor/tiled/white, -/area/vr/powered) -"voB" = ( -/obj/effect/floor_decal/corner/white/border{ - dir = 9 - }, -/obj/item/weapon/material/fishing_rod/built, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/powered/dungeon) -"voY" = ( -/obj/machinery/light/small{ - dir = 4 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"vpr" = ( -/obj/effect/floor_decal/corner/paleblue/full{ - dir = 1 - }, -/obj/structure/bed/chair/comfy/blue{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"vpH" = ( -/obj/mecha/working/hoverpod/combatpod{ - dir = 8 - }, -/turf/space, -/area/vr/space) -"vpQ" = ( -/obj/structure/table/woodentable, -/obj/machinery/light/floortube{ - dir = 2 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"vqv" = ( -/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/rocks) -"vqw" = ( -/obj/structure/cliff/automatic, -/turf/simulated/floor/water/indoors{ - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"vrb" = ( -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/cult) -"vrG" = ( -/turf/unsimulated/wall/concrete/turfpack/station{ - color = "#ebcd7c"; - icon = 'icons/turf/wall_masks.dmi' - }, -/area/vr/powered/mall/backrooms) -"vrM" = ( -/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/vr/space) -"vrX" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/table/marble, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"vsb" = ( -/obj/structure/bed/chair/sofa/black{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"vsl" = ( -/obj/structure/sign/department/rnd{ - pixel_y = 32 - }, -/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/space/sciship) -"vtf" = ( -/obj/item/weapon/material/twohanded/baseballbat/gold, -/obj/item/clothing/gloves/ring/material/gold, -/obj/fiftyspawner/gold, -/turf/simulated/floor/flock, -/area/vr/powered/rocks) -"vtC" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 9 - }, -/obj/effect/floor_decal/techfloor/corner{ - dir = 10 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"vtI" = ( -/obj/structure/bed/chair/sofa/left/brown{ - pixel_y = 0; - dir = 1 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/motel) -"vuj" = ( -/obj/machinery/light, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"vuC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden/yellow{ - dir = 8 - }, -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"vvh" = ( -/obj/machinery/computer/security/telescreen/entertainment{ - pixel_x = 31 - }, -/turf/simulated/floor/plating, -/area/vr/powered/material) -"vvo" = ( -/obj/effect/floor_decal/corner/paleblue{ - dir = 9 - }, -/obj/structure/table/standard, -/obj/item/weapon/tank/oxygen, -/obj/item/clothing/mask/breath, -/obj/item/weapon/gun/energy/netgun, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"vvE" = ( -/obj/effect/map_effect/perma_light/brighter{ - light_range = 10 - }, -/turf/unsimulated/floor{ - dir = 1; - icon_state = "vault" - }, -/area/vr/powered/mall/backrooms) -"vvG" = ( -/obj/effect/floor_decal/stairs{ - dir = 4 - }, -/obj/structure/railing/grey, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"vvL" = ( -/obj/structure/closet/athletic_mixed, -/obj/item/clothing/shoes/sandal, -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/powered) -"vvR" = ( -/obj/structure/window/reinforced{ - dir = 8; - health = 1e+006 - }, -/turf/simulated/floor/outdoors/dirt{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"vwl" = ( -/obj/structure/bed/chair/sofa/right/beige{ - dir = 4 - }, -/obj/machinery/light/floortube{ - dir = 4 - }, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered/mall/dorms) -"vwT" = ( -/obj/structure/bed/chair/sofa/left/black, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"vxB" = ( -/obj/machinery/door/window/eastright{ - dir = 4 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/constore) -"vyO" = ( -/obj/structure/table/marble{ - pixel_y = 0 - }, -/obj/item/weapon/material/kitchen/rollingpin, -/obj/item/weapon/reagent_containers/glass/rag, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"vzc" = ( -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = 26 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"vzj" = ( -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"vAi" = ( -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/dungeon) -"vBj" = ( -/obj/screen/alert/highpressure, -/obj/structure/bed/chair/comfy/black{ - dir = 8 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/space/whiteship) -"vBB" = ( -/mob/living/simple_mob/vore/aggressive/rat, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/dungeon) -"vCg" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/structure/sign/poster/nanotrasen{ - dir = 8 - }, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"vCh" = ( -/obj/item/modular_computer/console/preset/civilian{ - pixel_y = 0; - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered/dungeon) -"vCj" = ( -/obj/machinery/autolathe, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"vDz" = ( -/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/armory) -"vDE" = ( -/obj/structure/closet/secure_closet/bar{ - locked = 0 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"vEb" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 5 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"vEi" = ( -/obj/machinery/door/blast/shutters{ - dir = 2; - id = "vrsewers1" - }, -/obj/effect/floor_decal/rust, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"vEB" = ( -/obj/structure/table/woodentable, -/obj/item/paint_palette{ - pixel_x = 6; - pixel_y = -6 - }, -/obj/item/paint_palette{ - pixel_x = 6; - pixel_y = 0 - }, -/obj/item/paint_palette{ - pixel_x = 6; - pixel_y = 6 - }, -/obj/item/paint_brush{ - pixel_x = -4; - pixel_y = -5 - }, -/obj/item/paint_brush{ - pixel_x = -6; - pixel_y = -1 - }, -/obj/item/paint_brush{ - pixel_x = -8; - pixel_y = 4 - }, -/turf/simulated/floor/wood, -/area/vr/powered/art) -"vES" = ( -/obj/structure/table/alien/blue, -/obj/item/weapon/storage/belt/medical/alien, -/obj/item/weapon/storage/belt/medical/alien{ - pixel_y = 6 - }, -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/dungeon) -"vFt" = ( -/obj/structure/salvageable/server, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"vGh" = ( -/obj/machinery/vending/wardrobe/hydrobe{ - req_access = null - }, -/turf/simulated/floor/tiled{ - outdoors = 1 - }, -/area/vr/powered/vendor) -"vGB" = ( -/turf/simulated/wall/r_wall, -/area/vr/outdoors/powered) -"vHn" = ( -/obj/item/weapon/material/twohanded/sledgehammer, -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/dungeon) -"vHs" = ( -/obj/machinery/vending/snack, -/obj/structure/window/reinforced{ - dir = 1 - }, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"vHT" = ( -/obj/effect/floor_decal/techfloor, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/dungeon) -"vHY" = ( -/obj/effect/floor_decal/techfloor{ - dir = 5 - }, -/turf/simulated/floor/tiled/steel_dirty{ - color = "grey" - }, -/area/vr/powered/cult) -"vIy" = ( -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/turf/simulated/floor/cult{ - icon_state = "cult-narsie" - }, -/area/vr/powered/cult) -"vID" = ( -/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/space/mechfactory) -"vIF" = ( -/obj/structure/flora/pottedplant/overgrown, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"vIP" = ( -/obj/structure/inflatable, -/obj/effect/map_effect/perma_light/brighter{ - light_range = 10 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#6b5c4c"; - movement_cost = 12 - }, -/area/vr/powered/mall/backrooms) -"vIR" = ( -/obj/structure/bed/chair/wood{ - dir = 1; - pixel_y = 0 - }, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"vIX" = ( -/obj/structure/salvageable/data_os{ - name = "broken money printer" - }, -/obj/random/cash/huge, -/obj/random/cash/huge, -/obj/random/cash/huge, -/obj/random/cash/huge, -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/dungeon) -"vJB" = ( -/obj/effect/floor_decal/industrial/outline/yellow, -/obj/machinery/light/poi, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/space/sciship) -"vJF" = ( -/obj/structure/table/rack/shelf/steel, -/obj/random/action_figure{ - pixel_x = 4; - pixel_y = -5 - }, -/obj/random/action_figure{ - pixel_y = 5; - pixel_x = -5 - }, -/obj/random/action_figure{ - pixel_y = -5; - pixel_x = -5 - }, -/turf/simulated/floor/wood, -/area/vr/powered/dungeon) -"vJH" = ( -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/obj/structure/window/phoronreinforced{ - dir = 4 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"vJT" = ( -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall/vw) -"vKi" = ( -/obj/item/weapon/material/fishing_net, -/turf/simulated/floor/wood/alt/panel{ - temperature = 311 - }, -/area/vr/powered/rocks) -"vKm" = ( -/obj/structure/morgue, -/turf/simulated/floor/plating, -/area/vr/powered/vet) -"vKn" = ( -/turf/simulated/floor/water/beach/corner{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"vKp" = ( -/obj/structure/railing{ - dir = 1 - }, -/turf/simulated/floor/outdoors/sidewalk/side{ - movement_cost = 0; - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"vKr" = ( -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"vKu" = ( -/obj/effect/decal/remains, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/dungeon) -"vLG" = ( -/obj/machinery/button/remote/blast_door{ - id = "vrgunshop"; - name = "Shutters Button"; - pixel_x = -26 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"vLT" = ( -/obj/effect/floor_decal/techfloor{ - dir = 4 - }, -/turf/simulated/shuttle/floor/yellow, -/area/vr/powered/space/sciship) -"vNg" = ( -/obj/effect/floor_decal/corner/blue/diagonal{ - dir = 4 - }, -/obj/item/pizzabox/old, -/obj/item/clothing/head/soft/red, -/turf/simulated/floor/tiled/white, -/area/vr/powered/dungeon) -"vNz" = ( -/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) -"vOm" = ( -/obj/machinery/sleeper{ - dir = 4 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/space/whiteship) -"vOE" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"vPw" = ( -/turf/unsimulated/wall, -/area/vr/powered/dungeon) -"vPB" = ( -/obj/structure/fence/corner{ - dir = 2 - }, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"vQg" = ( -/obj/structure/bed/chair/comfy/brown{ - dir = 1; - pixel_y = 0 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"vQJ" = ( -/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/cult) -"vQS" = ( -/obj/structure/sign/securearea{ - icon_state = "restroom"; - pixel_y = -32 - }, -/turf/simulated/floor/bmarble, -/area/vr/powered/mall) -"vRo" = ( -/turf/simulated/floor/snow, -/area/vr/outdoors/powered) -"vRq" = ( -/obj/machinery/atmospherics/pipe/tank/phoron{ - dir = 4 - }, -/obj/effect/floor_decal/industrial/outline/red, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/whiteship) -"vRw" = ( -/obj/machinery/space_heater, -/turf/simulated/floor/wood, -/area/vr/powered) -"vRU" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/glass/beaker/measuring_cup{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/item/weapon/reagent_containers/dropper{ - pixel_x = -4; - pixel_y = 5 - }, -/turf/simulated/floor/tiled/red, -/area/vr/powered/mall/dorms) -"vSD" = ( -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/obj/effect/floor_decal/techfloor/corner{ - dir = 10 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"vSJ" = ( -/obj/structure/table/marble, -/obj/machinery/microwave{ - pixel_x = -1; - pixel_y = 17 - }, -/obj/item/weapon/storage/box/donut{ - pixel_x = 3; - pixel_y = -4 - }, -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"vTg" = ( -/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"; - density = 0; - opacity = 0 - }, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/sciship) -"vTq" = ( -/turf/simulated/floor/wood, -/area/vr/powered/cult) -"vTr" = ( -/obj/machinery/power/generator{ - anchored = 1; - dir = 8 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/sciship) -"vTF" = ( -/turf/simulated/floor/lava, -/area/vr/powered/cult) -"vTN" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"vTT" = ( -/obj/structure/table/glass, -/obj/machinery/chemical_dispenser/bar_coffee/full, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall/vw) -"vUl" = ( -/obj/machinery/shower, -/obj/structure/curtain/open/shower, -/obj/structure/window/basic{ - dir = 4 - }, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered) -"vUv" = ( -/obj/structure/table/marble, -/obj/machinery/chemical_dispenser/deluxe/full, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/powered) -"vUF" = ( -/obj/structure/table/fancyblack, -/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker, -/turf/simulated/floor/wood, -/area/vr/powered) -"vVx" = ( -/obj/structure/table/rack/shelf/steel, -/obj/random/maintenance/clean, -/obj/random/maintenance/morestuff, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"vWm" = ( -/obj/effect/floor_decal/spline/fancy{ - dir = 5 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"vWC" = ( -/mob/living/simple_mob/animal/passive/fish/salmon, -/turf/simulated/floor/water/deep{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"vWQ" = ( -/obj/structure/table/reinforced, -/obj/item/clothing/suit/surgicalapron, -/obj/item/clothing/gloves/sterile, -/obj/item/clothing/mask/surgical, -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"vWS" = ( -/turf/simulated/floor/water/beach{ - dir = 4; - temperature = 311 - }, -/area/vr/outdoors/powered) -"vXA" = ( -/obj/structure/table/rack/shelf/steel, -/obj/random/grenade/box, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"vXR" = ( -/obj/structure/table/marble, -/obj/item/weapon/storage/laundry_basket, -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"vXV" = ( -/obj/item/weapon/storage/backpack/holding, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"vXW" = ( -/obj/machinery/door/window/brigdoor/eastright{ - req_access = null; - dir = 4 - }, -/obj/machinery/door/window/brigdoor/eastright{ - req_access = null; - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"vXY" = ( -/obj/structure/flora/lily3, -/turf/simulated/floor/water{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"vYq" = ( -/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/cult) -"vYv" = ( -/obj/effect/floor_decal/industrial/warning{ - dir = 8 - }, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"vYB" = ( -/obj/effect/floor_decal/rust, -/obj/machinery/light/small{ - dir = 4; - pixel_y = 0 - }, -/obj/machinery/button/remote/blast_door{ - id = "vrsewers1"; - pixel_x = 23; - pixel_y = -6 - }, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"vZl" = ( -/obj/structure/table/glass, -/obj/item/weapon/storage/fancy/candle_box, -/obj/random/cigarettes, -/turf/simulated/floor/carpet/bcarpet, -/area/vr/powered) -"vZp" = ( -/obj/effect/floor_decal/techfloor{ - dir = 4 - }, -/obj/structure/cult/pylon, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"vZD" = ( -/obj/effect/floor_decal/rust, -/obj/effect/decal/cleanable/dirt, -/obj/random/junk, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"vZH" = ( -/obj/structure/table/bench/wooden, -/obj/item/weapon/gun/energy/pulse_rifle, -/turf/simulated/floor/plating, -/area/vr/powered/material) -"vZQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"wat" = ( -/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) -"waF" = ( -/obj/structure/closet/athletic_mixed, -/obj/item/clothing/shoes/sandal, -/obj/machinery/light/small, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/powered) -"waX" = ( -/obj/item/device/flashlight{ - pixel_x = 2; - pixel_y = 2 - }, -/turf/simulated/floor, -/area/vr/powered) -"wbb" = ( -/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/space/whiteship) -"wbm" = ( -/obj/structure/table/marble{ - color = "grey" - }, -/obj/item/weapon/reagent_containers/food/snacks/sliceable/chocolatecake, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"wbv" = ( -/obj/structure/salvageable/console_broken_os{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"wbD" = ( -/obj/machinery/light/poi{ - dir = 1 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"wbZ" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 4 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"wcp" = ( -/obj/random/maintenance/security, -/obj/structure/table/reinforced, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/space/mechfactory) -"wcR" = ( -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"wdn" = ( -/obj/structure/table/steel_reinforced, -/obj/item/device/mmi/inert/ai_remote, -/turf/simulated/shuttle/floor/yellow, -/area/vr/powered/space/sciship) -"wdV" = ( -/obj/structure/bed/chair/wood{ - dir = 8; - pixel_y = 0 - }, -/obj/structure/fireplace{ - dir = 2; - pixel_x = 10; - density = 0 - }, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"wei" = ( -/obj/machinery/gateway/brass{ - dir = 6 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"wek" = ( -/turf/simulated/floor/carpet/retro, -/area/vr/powered/mall) -"wey" = ( -/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/space/mechfactory) -"wfq" = ( -/turf/simulated/floor/water{ - temperature = 293.15 - }, -/area/vr/outdoors/powered) -"wfu" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/wood, -/area/vr/powered/space/whiteship) -"wfC" = ( -/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/space/sciship) -"wfH" = ( -/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/rocks) -"wfN" = ( -/obj/structure/table/woodentable, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"wgq" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"wgB" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/outdoors/dirt{ - temperature = 293.15; - outdoors = 0 - }, -/area/vr/powered/dungeon) -"wgX" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/wood, -/area/vr/powered/art) -"whd" = ( -/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) -"wik" = ( -/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) -"wim" = ( -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = 8; - pixel_y = 8 - }, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = -4; - pixel_y = 8 - }, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = 8; - pixel_y = -4 - }, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = -4; - pixel_y = -4 - }, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = 8 - }, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = -4 - }, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = 8; - pixel_y = 12 - }, -/obj/item/weapon/reagent_containers/food/drinks/cup{ - pixel_x = -4; - pixel_y = 12 - }, -/obj/structure/table/marble, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"wit" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/plating, -/area/vr/powered/material) -"wiJ" = ( -/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/armory) -"wiP" = ( -/obj/mecha/working/hoverpod/shuttlecraft{ - dir = 8 - }, -/turf/space, -/area/vr/space) -"wiS" = ( -/obj/effect/gateway, -/turf/simulated/floor/cult{ - icon_state = "cult-narsie" - }, -/area/vr/powered/cult) -"wiU" = ( -/obj/structure/table/alien/blue, -/obj/item/weapon/storage/toolbox/mechanical, -/obj/item/clothing/glasses/welding, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"wjf" = ( -/obj/machinery/gear_dispenser/suit/aether, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"wjI" = ( -/obj/structure/table/darkglass, -/obj/item/weapon/storage/toolbox/syndicate/powertools, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"wjN" = ( -/obj/structure/table/bench/marble, -/turf/simulated/floor/wood{ - temperature = 311 - }, -/area/vr/powered) -"wkd" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/glass/beaker/measuring_cup{ - pixel_x = 6; - pixel_y = 13 - }, -/obj/item/weapon/reagent_containers/dropper{ - pixel_x = -4; - pixel_y = 5 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/mall/dorms) -"wkE" = ( -/obj/structure/table/marble, -/obj/effect/floor_decal/corner/red/diagonal, -/obj/item/weapon/reagent_containers/food/snacks/burger/bacon, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"wkK" = ( -/obj/machinery/door/firedoor/border_only, -/obj/structure/grille, -/obj/structure/window/reinforced/polarized/full{ - id = "vrmalltint1" - }, -/obj/structure/window/reinforced/polarized{ - dir = 2; - id = "vrmalltint1" - }, -/turf/simulated/floor/plating, -/area/vr/powered/mall/dorms) -"wlP" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 1 - }, -/turf/simulated/floor/carpet/blucarpet, -/area/vr/powered) -"wmx" = ( -/obj/machinery/vending/wardrobe/scidrobe{ - req_access = null - }, -/turf/simulated/floor/tiled{ - outdoors = 1 - }, -/area/vr/powered/vendor) -"wnm" = ( -/obj/structure/table/marble, -/obj/item/weapon/storage/box/glasses/square{ - pixel_x = 9; - pixel_y = 1 - }, -/obj/item/weapon/storage/box/glasses/rocks{ - pixel_y = 1; - pixel_x = -6 - }, -/obj/item/weapon/storage/box/glasses/pint{ - pixel_y = 11; - pixel_x = -6 - }, -/obj/item/weapon/storage/box/glasses/meta/metapint{ - pixel_y = 11; - pixel_x = 9 - }, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"wnA" = ( -/obj/machinery/vending/medical{ - req_access = null; - req_log_access = null; - dir = 4 - }, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/armory) -"wnI" = ( -/obj/effect/simple_portal/linked{ - name = "Fast Travel to ???"; - portal_id = 72 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/dungeon) -"woj" = ( -/turf/simulated/floor/flock{ - color = "grey" - }, -/area/vr/powered/cult) -"won" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/machinery/light/floortube{ - dir = 8 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"woJ" = ( -/obj/structure/table/bench/wooden, -/obj/item/weapon/pen/blade/blue, -/turf/simulated/floor/carpet/blue, -/area/vr/powered/mall/dorms) -"woV" = ( -/obj/structure/sign/explosive, -/turf/unsimulated/wall/concrete/turfpack/station{ - color = "#ebcd7c"; - icon = 'icons/turf/wall_masks.dmi' - }, -/area/vr/powered/mall/backrooms) -"wpn" = ( -/obj/machinery/computer/arcade, -/obj/structure/sign/poster/nanotrasen{ - dir = 1 - }, -/turf/simulated/floor/carpet/retro, -/area/vr/powered/mall) -"wpx" = ( -/turf/simulated/floor/water/pool{ - temperature = 293.15; - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"wpA" = ( -/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/space/whiteship) -"wpX" = ( -/obj/structure/table/bench/wooden, -/obj/machinery/light{ - dir = 8; - layer = 3 - }, -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"wqh" = ( -/obj/structure/flora/ausbushes/ywflowers, -/turf/simulated/floor/outdoors/grass{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/mall) -"wrr" = ( -/obj/machinery/door/airlock/sandstone{ - id_tag = "VRmall2" - }, -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall/dorms) -"wsc" = ( -/obj/machinery/floor_light{ - anchored = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"wsS" = ( -/obj/effect/wingrille_spawn/reinforced_phoron, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"wtN" = ( -/obj/effect/map_effect/perma_light/brighter{ - light_range = 10 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"wuF" = ( -/obj/random/trash, -/obj/machinery/light{ - dir = 4; - icon_state = "tube1" - }, -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"wuS" = ( -/turf/simulated/wall/skipjack, -/area/vr/powered/space/mechfactory) -"wvb" = ( -/mob/living/simple_mob/construct/juggernaut/behemoth{ - ai_holder_type = null - }, -/turf/simulated/floor/redgrid/animated, -/area/vr/powered/cult) -"wvp" = ( -/turf/unsimulated/wall/seperator, -/area/vr/powered/rocks) -"wvv" = ( -/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/space/mechfactory) -"wvz" = ( -/obj/structure/bed/chair/wood/wings{ - dir = 1 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"wwm" = ( -/obj/structure/reagent_dispensers/foam, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"wwD" = ( -/obj/structure/bed/chair/wood/wings{ - dir = 8 - }, -/obj/effect/floor_decal/spline/fancy{ - dir = 5 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"wwP" = ( -/obj/machinery/mech_recharger, -/obj/mecha/combat/phazon/old, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/space/sciship) -"wxu" = ( -/obj/structure/bed/chair/comfy/black, -/obj/effect/floor_decal/techfloor{ - dir = 4 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"wxv" = ( -/turf/simulated/wall/concrete, -/area/vr/outdoors/powered/mall) -"wxF" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/item/weapon/stool{ - color = "grey"; - dir = 4 - }, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"wxT" = ( -/obj/machinery/button/remote/airlock{ - id = "VR2"; - name = "Bolt Control"; - pixel_x = 30; - specialfunctions = 4 - }, -/turf/simulated/floor/carpet/blucarpet, -/area/vr/powered) -"wxW" = ( -/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/cult) -"wyf" = ( -/obj/machinery/door/airlock/multi_tile/glass{ - dir = 2 - }, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"wzb" = ( -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/conspawn) -"wAt" = ( -/obj/structure/sink{ - dir = 4; - pixel_x = 11 - }, -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 9 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/space/whiteship) -"wAv" = ( -/obj/structure/table/hardwoodtable, -/obj/item/device/flashlight/lamp/green, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall/dorms) -"wAz" = ( -/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/space/mechfactory) -"wAA" = ( -/turf/simulated/wall, -/area/vr/powered/bar) -"wAV" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/random/meat, -/obj/effect/floor_decal/corner/black/diagonal, -/obj/item/weapon/storage/fancy/egg_box, -/obj/item/weapon/storage/fancy/egg_box, -/turf/simulated/floor/tiled/old_cargo, -/area/vr/powered/mall/dorms) -"wBm" = ( -/mob/living/simple_mob/construct/juggernaut/behemoth{ - dir = 1; - ai_holder_type = null - }, -/turf/simulated/floor/redgrid/animated, -/area/vr/powered/cult) -"wBy" = ( -/obj/machinery/vending/engivend{ - emagged = 1 - }, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"wBO" = ( -/obj/structure/sign/warning/lethal_turrets{ - name = "\improper SNIPER" - }, -/turf/simulated/wall/r_concrete, -/area/vr/powered/dungeon) -"wBW" = ( -/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/space/whiteship) -"wCw" = ( -/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/cult) -"wCy" = ( -/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/cult) -"wCK" = ( -/obj/effect/floor_decal/techfloor{ - dir = 4 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/cult) -"wCR" = ( -/obj/structure/table/steel_reinforced, -/obj/item/weapon/implanter/compliance{ - pixel_y = 12 - }, -/obj/item/weapon/implanter/compliance, -/obj/item/weapon/implanter/compliance{ - pixel_y = 4 - }, -/obj/item/weapon/implanter/compliance{ - pixel_y = 8 - }, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building2) -"wDy" = ( -/obj/structure/table/rack/shelf/wood, -/obj/random/plushie, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall/dorms) -"wDN" = ( -/obj/effect/floor_decal/spline/fancy/wood/corner{ - dir = 8 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"wEa" = ( -/obj/structure/prop/statue/lion, -/turf/simulated/floor/outdoors/dirt{ - temperature = 311 - }, -/area/vr/powered/rocks) -"wEq" = ( -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered/mall/dorms) -"wEB" = ( -/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/cult) -"wEH" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"wFa" = ( -/mob/living/simple_mob/animal/giant_spider, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"wFp" = ( -/obj/item/device/gps/computer, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/sciship) -"wFF" = ( -/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/space/sciship) -"wFG" = ( -/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/armory) -"wGl" = ( -/obj/structure/cliff/automatic/corner{ - dir = 6 - }, -/turf/simulated/floor/weird_things/dark, -/area/vr/powered/mall/backrooms) -"wGy" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/item/weapon/stool{ - color = "grey"; - dir = 1 - }, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"wGG" = ( -/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/rocks) -"wGQ" = ( -/turf/unsimulated/floor{ - icon_state = "dark" - }, -/area/vr/powered/mall/backrooms) -"wHH" = ( -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 4 - }, -/obj/effect/floor_decal/steeldecal/steel_decals4{ - dir = 9 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"wHP" = ( -/obj/structure/closet/secure_closet/freezer/fridge, -/obj/effect/floor_decal/corner/lime/border{ - dir = 1 - }, -/obj/effect/floor_decal/corner/lime/border, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"wHR" = ( -/turf/simulated/wall/r_wall, -/area/vr/powered/building1) -"wIb" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 10 - }, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"wIN" = ( -/obj/machinery/vending/loadout/clothing{ - prices = list(/obj/item/clothing/under/bathrobe=0,/obj/item/clothing/under/dress/black_corset=0,/obj/item/clothing/under/blazer=0,/obj/item/clothing/under/blazer/skirt=0,/obj/item/clothing/under/cheongsam=0,/obj/item/clothing/under/cheongsam/red=0,/obj/item/clothing/under/cheongsam/blue=0,/obj/item/clothing/under/cheongsam/black=0,/obj/item/clothing/under/cheongsam/darkred=0,/obj/item/clothing/under/cheongsam/green=0,/obj/item/clothing/under/cheongsam/purple=0,/obj/item/clothing/under/cheongsam/darkblue=0,/obj/item/clothing/under/croptop=0,/obj/item/clothing/under/croptop/red=0,/obj/item/clothing/under/croptop/grey=0,/obj/item/clothing/under/cuttop=0,/obj/item/clothing/under/cuttop/red=0,/obj/item/clothing/under/suit_jacket/female/skirt=0,/obj/item/clothing/under/dress/dress_fire=0,/obj/item/clothing/under/dress/flamenco=0,/obj/item/clothing/under/dress/flower_dress=0,/obj/item/clothing/under/fluff/gnshorts=0,/obj/item/clothing/under/color=0,/obj/item/clothing/under/color/aqua=0,/obj/item/clothing/under/color/black=0,/obj/item/clothing/under/color/blackf=0,/obj/item/clothing/under/color/blackjumpskirt=0,/obj/item/clothing/under/color/blue=0,/obj/item/clothing/under/color/brown=0,/obj/item/clothing/under/color/darkblue=0,/obj/item/clothing/under/color/darkred=0,/obj/item/clothing/under/color/green=0,/obj/item/clothing/under/color/grey=0,/obj/item/clothing/under/color/lightblue=0,/obj/item/clothing/under/color/lightbrown=0,/obj/item/clothing/under/color/lightgreen=0,/obj/item/clothing/under/color/lightpurple=0,/obj/item/clothing/under/color/lightred=0,/obj/item/clothing/under/color/orange=0,/obj/item/clothing/under/color/pink=0,/obj/item/clothing/under/color/prison=0,/obj/item/clothing/under/color/ranger=0,/obj/item/clothing/under/color/red=0,/obj/item/clothing/under/color/white=0,/obj/item/clothing/under/color/yellow=0,/obj/item/clothing/under/color/yellowgreen=0,/obj/item/clothing/under/corp/aether=0,/obj/item/clothing/under/corp/focal=0,/obj/item/clothing/under/corp/hephaestus=0,/obj/item/clothing/under/corp/wardt=0,/obj/item/clothing/under/kilt=0,/obj/item/clothing/under/fluff/latexmaid=0,/obj/item/clothing/under/dress/lilacdress=0,/obj/item/clothing/under/dress/white2=0,/obj/item/clothing/under/dress/white4=0,/obj/item/clothing/under/dress/maid=0,/obj/item/clothing/under/dress/maid/sexy=0,/obj/item/clothing/under/dress/maid/janitor=0,/obj/item/clothing/under/moderncoat=0,/obj/item/clothing/under/permit=0,/obj/item/clothing/under/oldwoman=0,/obj/item/clothing/under/frontier=0,/obj/item/clothing/under/mbill=0,/obj/item/clothing/under/pants/baggy=0,/obj/item/clothing/under/pants/baggy/classicjeans=0,/obj/item/clothing/under/pants/baggy/mustangjeans=0,/obj/item/clothing/under/pants/baggy/blackjeans=0,/obj/item/clothing/under/pants/baggy/greyjeans=0,/obj/item/clothing/under/pants/baggy/youngfolksjeans=0,/obj/item/clothing/under/pants/baggy/white=0,/obj/item/clothing/under/pants/baggy/red=0,/obj/item/clothing/under/pants/baggy/black=0,/obj/item/clothing/under/pants/baggy/tan=0,/obj/item/clothing/under/pants/baggy/track=0,/obj/item/clothing/under/pants/baggy/khaki=0,/obj/item/clothing/under/pants/baggy/camo=0,/obj/item/clothing/under/pants/utility=0,/obj/item/clothing/under/pants/utility/orange=0,/obj/item/clothing/under/pants/utility/blue=0,/obj/item/clothing/under/pants/utility/white=0,/obj/item/clothing/under/pants/utility/red=0,/obj/item/clothing/under/pants/chaps=0,/obj/item/clothing/under/pants/chaps/black=0,/obj/item/clothing/under/pants/track=0,/obj/item/clothing/under/pants/track/red=0,/obj/item/clothing/under/pants/track/white=0,/obj/item/clothing/under/pants/track/green=0,/obj/item/clothing/under/pants/track/blue=0,/obj/item/clothing/under/pants/yogapants=0,/obj/item/clothing/under/ascetic=0,/obj/item/clothing/under/dress/white3=0,/obj/item/clothing/under/skirt/pleated=0,/obj/item/clothing/under/dress/darkred=0,/obj/item/clothing/under/dress/redeveninggown=0,/obj/item/clothing/under/dress/red_swept_dress=0,/obj/item/clothing/under/dress/sailordress=0,/obj/item/clothing/under/dress/sari=0,/obj/item/clothing/under/dress/sari/green=0,/obj/item/clothing/under/qipao=0,/obj/item/clothing/under/qipao/red=0,/obj/item/clothing/under/qipao/white=0,/obj/item/clothing/under/shorts/red=0,/obj/item/clothing/under/shorts/green=0,/obj/item/clothing/under/shorts/blue=0,/obj/item/clothing/under/shorts/black=0,/obj/item/clothing/under/shorts/grey=0,/obj/item/clothing/under/shorts/white=0,/obj/item/clothing/under/shorts/jeans=0,/obj/item/clothing/under/shorts/jeans=0,/obj/item/clothing/under/shorts/jeans/classic=0,/obj/item/clothing/under/shorts/jeans/mustang=0,/obj/item/clothing/under/shorts/jeans/youngfolks=0,/obj/item/clothing/under/shorts/jeans/black=0,/obj/item/clothing/under/shorts/jeans/grey=0,/obj/item/clothing/under/shorts/khaki=0,/obj/item/clothing/under/skirt/loincloth=0,/obj/item/clothing/under/skirt/khaki=0,/obj/item/clothing/under/skirt/blue=0,/obj/item/clothing/under/skirt/red=0,/obj/item/clothing/under/skirt/denim=0,/obj/item/clothing/under/skirt/pleated=0,/obj/item/clothing/under/skirt/outfit/plaid_blue=0,/obj/item/clothing/under/skirt/outfit/plaid_red=0,/obj/item/clothing/under/skirt/outfit/plaid_purple=0,/obj/item/clothing/under/overalls/sleek=0,/obj/item/clothing/under/sl_suit=0,/obj/item/clothing/under/gentlesuit=0,/obj/item/clothing/under/gentlesuit/skirt=0,/obj/item/clothing/under/suit_jacket=0,/obj/item/clothing/under/suit_jacket/really_black/skirt=0,/obj/item/clothing/under/suit_jacket/really_black=0,/obj/item/clothing/under/suit_jacket/female/skirt=0,/obj/item/clothing/under/suit_jacket/female=0,/obj/item/clothing/under/suit_jacket/red=0,/obj/item/clothing/under/suit_jacket/red/skirt=0,/obj/item/clothing/under/suit_jacket/charcoal=0,/obj/item/clothing/under/suit_jacket/charcoal/skirt=0,/obj/item/clothing/under/suit_jacket/navy=0,/obj/item/clothing/under/suit_jacket/navy/skirt=0,/obj/item/clothing/under/suit_jacket/burgundy=0,/obj/item/clothing/under/suit_jacket/burgundy/skirt=0,/obj/item/clothing/under/suit_jacket/checkered=0,/obj/item/clothing/under/suit_jacket/checkered/skirt=0,/obj/item/clothing/under/suit_jacket/tan=0,/obj/item/clothing/under/suit_jacket/tan/skirt=0,/obj/item/clothing/under/scratch=0,/obj/item/clothing/under/scratch/skirt=0,/obj/item/clothing/under/sundress=0,/obj/item/clothing/under/sundress_white=0,/obj/item/clothing/under/rank/psych/turtleneck/sweater=0,/obj/item/weapon/storage/box/fluff/swimsuit=0,/obj/item/weapon/storage/box/fluff/swimsuit/blue=0,/obj/item/weapon/storage/box/fluff/swimsuit/purple=0,/obj/item/weapon/storage/box/fluff/swimsuit/green=0,/obj/item/weapon/storage/box/fluff/swimsuit/red=0,/obj/item/weapon/storage/box/fluff/swimsuit/white=0,/obj/item/weapon/storage/box/fluff/swimsuit/earth=0,/obj/item/weapon/storage/box/fluff/swimsuit/engineering=0,/obj/item/weapon/storage/box/fluff/swimsuit/science=0,/obj/item/weapon/storage/box/fluff/swimsuit/security=0,/obj/item/weapon/storage/box/fluff/swimsuit/medical=0,/obj/item/weapon/storage/box/fluff/swimsuit/cowbikini=0,/obj/item/clothing/under/utility=0,/obj/item/clothing/under/utility/grey=0,/obj/item/clothing/under/utility/blue=0,/obj/item/clothing/under/fluff/v_nanovest=0,/obj/item/clothing/under/dress/westernbustle=0,/obj/item/clothing/under/wedding/bride_white=0,/obj/item/weapon/storage/backpack=0,/obj/item/weapon/storage/backpack/messenger=0,/obj/item/weapon/storage/backpack/satchel=0,/obj/item/clothing/under/tropical=0,/obj/item/clothing/under/tropical/green=0,/obj/item/clothing/under/tropical/pink=0,/obj/item/clothing/under/tropical/blue=0) - }, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"wIW" = ( -/obj/structure/bed/chair/comfy/black{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/dungeon) -"wJy" = ( -/obj/machinery/light{ - dir = 1; - layer = 3 - }, -/obj/machinery/gear_painter, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"wKS" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/machinery/button/remote/airlock{ - id = "VRmall6"; - name = "Bolt Control"; - pixel_x = 6; - specialfunctions = 4; - dir = 4; - pixel_y = 30 - }, -/turf/simulated/floor/tiled/old_cargo/purple, -/area/vr/powered/mall/dorms) -"wLH" = ( -/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/material) -"wLT" = ( -/obj/effect/floor_decal/techfloor/corner, -/obj/structure/cult/pylon, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"wMf" = ( -/obj/structure/sign/scenery/map/right{ - pixel_y = 30 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"wMl" = ( -/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{ - id = "stargazer_blast"; - name = "window blast shield" - }, -/turf/simulated/shuttle/plating, -/area/vr/powered/dungeon) -"wMo" = ( -/obj/effect/wingrille_spawn/reinforced, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"wMB" = ( -/obj/machinery/light{ - layer = 3 - }, -/turf/simulated/floor/carpet/geo, -/area/vr/powered/mall) -"wMT" = ( -/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/space/mechfactory) -"wNb" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/turf/simulated/floor/tiled/red, -/area/vr/powered/mall/dorms) -"wNd" = ( -/obj/machinery/vending/wardrobe/medidrobe{ - req_access = null - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"wNe" = ( -/obj/machinery/vending/medical{ - dir = 8; - emagged = 1; - pixel_x = -6; - req_access = list(777) - }, -/obj/effect/floor_decal/techfloor{ - dir = 1 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/dungeon) -"wNs" = ( -/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/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/obj/item/device/radio/headset, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"wNJ" = ( -/obj/structure/bed/padded, -/obj/item/weapon/bedsheet/cosmos, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered/motel) -"wNK" = ( -/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) -"wNS" = ( -/obj/structure/table/bench/wooden, -/obj/structure/flora/pottedplant/fern{ - pixel_y = 10 - }, -/turf/simulated/floor/carpet/blue, -/area/vr/powered/mall/dorms) -"wNW" = ( -/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/space/whiteship) -"wOc" = ( -/obj/structure/prop/rock, -/turf/simulated/floor/outdoors/dirt{ - temperature = 311; - outdoors = 0 - }, -/area/vr/powered/rocks) -"wPa" = ( -/turf/simulated/wall/wood, -/area/vr/powered/rocks) -"wPm" = ( -/obj/structure/toilet{ - dir = 4 - }, -/obj/machinery/door/window/survival_pod{ - opacity = 1 - }, -/turf/simulated/shuttle/floor/black, -/area/vr/powered/cult) -"wPr" = ( -/obj/structure/cliff/automatic{ - dir = 6 - }, -/turf/simulated/floor/lava, -/area/vr/outdoors/powered/lava) -"wPJ" = ( -/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/cult) -"wPM" = ( -/turf/simulated/wall/concrete, -/area/vr/powered/mall) -"wQa" = ( -/obj/item/weapon/gun/energy/gun/burst/mg42{ - projectile_type = /obj/item/projectile/beam/pulse; - burst = 15; - color = "#0011FF"; - name = "\improper Erasure" - }, -/turf/simulated/floor/flock, -/area/vr/powered/mall/backrooms) -"wQN" = ( -/obj/item/weapon/reagent_containers/food/drinks/soymilk, -/obj/item/weapon/reagent_containers/food/drinks/soymilk, -/obj/item/weapon/reagent_containers/food/drinks/bottle/milk, -/obj/item/weapon/reagent_containers/food/drinks/bottle/milk, -/obj/item/weapon/reagent_containers/food/drinks/smallchocmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallchocmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallchocmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallchocmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallmilk, -/obj/item/weapon/reagent_containers/food/drinks/smallmilk, -/obj/structure/closet/secure_closet/freezer/fridge{ - pixel_x = 6; - pixel_y = 0 - }, -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"wRd" = ( -/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/space/mechfactory) -"wRG" = ( -/obj/structure/railing, -/turf/simulated/floor/beach/sand/desert{ - can_atmos_pass = 0; - outdoors = 1; - temperature = 311 - }, -/area/vr/outdoors/powered) -"wSj" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/turf/simulated/floor/tiled/old_cargo, -/area/vr/powered/mall/dorms) -"wSm" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/machinery/button/remote/airlock{ - id = "VRmall5"; - name = "Bolt Control"; - pixel_x = 6; - specialfunctions = 4; - dir = 4; - pixel_y = 30 - }, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/mall/dorms) -"wSw" = ( -/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/cult) -"wST" = ( -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/outdoors/powered) -"wTk" = ( -/obj/structure/table/glass, -/obj/item/weapon/soap/deluxe, -/obj/item/weapon/towel/random, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered) -"wTn" = ( -/obj/machinery/recharger/wallcharger{ - pixel_x = 4; - pixel_y = -30 - }, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/space/sciship) -"wTr" = ( -/obj/machinery/power/smes/buildable/hybrid, -/obj/machinery/atmospherics/pipe/simple/hidden/yellow, -/obj/machinery/light{ - dir = 8 - }, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/whiteship) -"wUr" = ( -/obj/structure/window/reinforced{ - dir = 4 - }, -/turf/unsimulated/floor/tiled/techfloor, -/area/vr/powered/mall) -"wUx" = ( -/obj/machinery/atmospherics/unary/vent_pump/on, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/space/mechfactory) -"wUS" = ( -/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/space/mechfactory) -"wUU" = ( -/obj/machinery/light/small{ - dir = 4; - pixel_y = 0 - }, -/turf/simulated/floor/plating, -/area/vr/powered/dungeon) -"wVi" = ( -/obj/structure/flora/pottedplant/minitree, -/turf/simulated/floor/wood, -/area/vr/powered/conspawn) -"wVk" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"wVA" = ( -/obj/effect/floor_decal/spline/fancy{ - dir = 8 - }, -/obj/structure/cult/pylon{ - pixel_y = 4 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"wVS" = ( -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/dungeon) -"wVW" = ( -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_y = 1; - pixel_x = -4 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_x = 13; - pixel_y = 10 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_x = 5; - pixel_y = 10 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_y = 10 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_y = 6 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_y = -2; - pixel_x = 6 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_y = 5; - pixel_x = -4 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_y = 2 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_y = -3 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_y = -8 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_y = -8; - pixel_x = 13 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_y = -4; - pixel_x = 13 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_y = -2; - pixel_x = 13 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled{ - pixel_x = 10; - pixel_y = 10 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"wWm" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/machinery/appliance/cooker/oven, -/obj/machinery/light/small{ - brightness_color = "#DA0205"; - brightness_power = 1; - brightness_range = 5; - dir = 8; - nightshift_enabled = 1 - }, -/turf/simulated/floor/tiled/red, -/area/vr/powered/mall/dorms) -"wWC" = ( -/obj/machinery/light{ - dir = 8 - }, -/obj/structure/table/gamblingtable, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"wWM" = ( -/obj/machinery/appliance/cooker/grill, -/obj/effect/floor_decal/corner/red/diagonal, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"wWR" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"wXw" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 1 - }, -/obj/random/junk, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/space/mechfactory) -"wXz" = ( -/obj/machinery/light/small, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered/motel) -"wXS" = ( -/obj/machinery/vending/coffee, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"wYi" = ( -/turf/simulated/floor/outdoors/newdirt_nograss{ - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"wYr" = ( -/obj/machinery/light{ - dir = 8 - }, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"wYH" = ( -/obj/machinery/vending/loadout/accessory{ - prices = list(/obj/item/clothing/accessory=0,/obj/item/clothing/accessory/armband/med/color=0,/obj/item/clothing/accessory/asymmetric=0,/obj/item/clothing/accessory/asymmetric/purple=0,/obj/item/clothing/accessory/asymmetric/green=0,/obj/item/clothing/accessory/bracelet=0,/obj/item/clothing/accessory/bracelet/material=0,/obj/item/clothing/accessory/bracelet/friendship=0,/obj/item/clothing/accessory/chaps=0,/obj/item/clothing/accessory/chaps/black=0,/obj/item/weapon/storage/briefcase/clutch=0,/obj/item/clothing/accessory/collar=0,/obj/item/clothing/accessory/collar/bell=0,/obj/item/clothing/accessory/collar/spike=0,/obj/item/clothing/accessory/collar/pink=0,/obj/item/clothing/accessory/collar/holo=0,/obj/item/clothing/accessory/collar/shock=0,/obj/item/weapon/storage/belt/fannypack=0,/obj/item/weapon/storage/belt/fannypack/white=0,/obj/item/clothing/accessory/fullcape=0,/obj/item/clothing/accessory/halfcape=0,/obj/item/clothing/accessory/hawaiian=0,/obj/item/clothing/accessory/hawaiian/blue=0,/obj/item/clothing/accessory/hawaiian/pink=0,/obj/item/clothing/accessory/hawaiian/red=0,/obj/item/clothing/accessory/hawaiian/yellow=0,/obj/item/clothing/accessory/tropical=0,/obj/item/clothing/accessory/tropical/green=0,/obj/item/clothing/accessory/tropical/pink=0,/obj/item/clothing/accessory/tropical/blue=0,/obj/item/clothing/accessory/locket=0,/obj/item/weapon/storage/backpack/purse=0,/obj/item/clothing/accessory/sash=0,/obj/item/clothing/accessory/scarf=5,/obj/item/clothing/accessory/scarf/red=0,/obj/item/clothing/accessory/scarf/darkblue=0,/obj/item/clothing/accessory/scarf/purple=0,/obj/item/clothing/accessory/scarf/yellow=100,/obj/item/clothing/accessory/scarf/orange=0,/obj/item/clothing/accessory/scarf/lightblue=0,/obj/item/clothing/accessory/scarf/white=0,/obj/item/clothing/accessory/scarf/black=0,/obj/item/clothing/accessory/scarf/zebra=0,/obj/item/clothing/accessory/scarf/christmas=0,/obj/item/clothing/accessory/scarf/stripedred=0,/obj/item/clothing/accessory/scarf/stripedgreen=0,/obj/item/clothing/accessory/scarf/stripedblue=0,/obj/item/clothing/accessory/jacket=0,/obj/item/clothing/accessory/jacket/checkered=0,/obj/item/clothing/accessory/jacket/burgundy=0,/obj/item/clothing/accessory/jacket/navy=0,/obj/item/clothing/accessory/jacket/charcoal=0,/obj/item/clothing/accessory/vest=0,/obj/item/clothing/accessory/sweater=0,/obj/item/clothing/accessory/sweater/pink=0,/obj/item/clothing/accessory/sweater/mint=0,/obj/item/clothing/accessory/sweater/blue=0,/obj/item/clothing/accessory/sweater/heart=0,/obj/item/clothing/accessory/sweater/nt=5,/obj/item/clothing/accessory/sweater/keyhole=0,/obj/item/clothing/accessory/sweater/winterneck=0,/obj/item/clothing/accessory/sweater/uglyxmas=5,/obj/item/clothing/accessory/sweater/flowersweater=0,/obj/item/clothing/accessory/sweater/redneck=0,/obj/item/clothing/accessory/tie=0,/obj/item/clothing/accessory/tie/horrible=0,/obj/item/clothing/accessory/tie/white=0,/obj/item/clothing/accessory/tie/navy=0,/obj/item/clothing/accessory/tie/yellow=0,/obj/item/clothing/accessory/tie/darkgreen=0,/obj/item/clothing/accessory/tie/black=0,/obj/item/clothing/accessory/tie/red_long=0,/obj/item/clothing/accessory/tie/red_clip=0,/obj/item/clothing/accessory/tie/blue_long=0,/obj/item/clothing/accessory/tie/blue_clip=0,/obj/item/clothing/accessory/tie/red=0,/obj/item/clothing/accessory/wcoat=0,/obj/item/clothing/accessory/wcoat/red=0,/obj/item/clothing/accessory/wcoat/grey=0,/obj/item/clothing/accessory/wcoat/brown=0,/obj/item/clothing/accessory/wcoat/gentleman=0,/obj/item/clothing/accessory/wcoat/swvest=0,/obj/item/clothing/accessory/wcoat/swvest/blue=0,/obj/item/clothing/accessory/wcoat/swvest/red=0,/obj/item/weapon/storage/wallet=0,/obj/item/weapon/storage/wallet/poly=0,/obj/item/weapon/storage/wallet/womens=0,/obj/item/weapon/lipstick=0,/obj/item/weapon/lipstick/purple=0,/obj/item/weapon/lipstick/jade=0,/obj/item/weapon/lipstick/black=0,/obj/item/clothing/ears/earmuffs=0,/obj/item/clothing/ears/earmuffs/headphones=0,/obj/item/clothing/ears/earring/stud=0,/obj/item/clothing/ears/earring/dangle=0,/obj/item/clothing/gloves/ring/mariner=0,/obj/item/clothing/gloves/ring/engagement=0,/obj/item/clothing/gloves/ring/seal/signet=0,/obj/item/clothing/gloves/ring/seal/mason=0,/obj/item/clothing/gloves/ring/material/plastic=0,/obj/item/clothing/gloves/ring/material/steel=0,/obj/item/clothing/gloves/ring/material/gold=100,/obj/item/clothing/glasses/eyepatch=0,/obj/item/clothing/glasses/gglasses=0,/obj/item/clothing/glasses/regular/hipster=0,/obj/item/clothing/glasses/rimless=0,/obj/item/clothing/glasses/thin=0,/obj/item/clothing/glasses/monocle=0,/obj/item/clothing/glasses/goggles=0,/obj/item/clothing/glasses/fluff/spiffygogs=0,/obj/item/clothing/glasses/fakesunglasses=0,/obj/item/clothing/glasses/fakesunglasses/aviator=0,/obj/item/clothing/mask/bandana/blue=0,/obj/item/clothing/mask/bandana/gold=0,/obj/item/clothing/mask/bandana/green=0,/obj/item/clothing/mask/bandana/red=0,/obj/item/clothing/mask/surgical=0,/obj/item/clothing/accessory/pride/bi=0,/obj/item/clothing/accessory/pride/trans=0,/obj/item/clothing/accessory/pride/ace=0,/obj/item/clothing/accessory/pride/enby=0,/obj/item/clothing/accessory/pride/pan=0,/obj/item/clothing/accessory/pride/lesbian=0,/obj/item/clothing/accessory/pride/intersex=0,/obj/item/clothing/accessory/pride/vore=0) - }, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"wZf" = ( -/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) -"xbs" = ( -/obj/structure/table/fancyblack, -/obj/item/weapon/reagent_containers/food/snacks/sausage/battered, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"xbu" = ( -/obj/structure/closet/crate/trashcart, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered) -"xbS" = ( -/obj/effect/floor_decal/corner/paleblue{ - dir = 5 - }, -/obj/structure/extinguisher_cabinet{ - pixel_y = 30 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"xbY" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden/yellow, -/turf/simulated/floor/plating, -/area/vr/powered/space/sciship) -"xbZ" = ( -/obj/structure/bed/chair/sofa/brown{ - dir = 4 - }, -/obj/structure/window/basic{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"xck" = ( -/obj/structure/simple_door/wood, -/turf/simulated/floor/tiled/old_tile, -/area/vr/powered/mall) -"xct" = ( -/obj/structure/closet, -/turf/simulated/floor/carpet/bcarpet, -/area/vr/powered) -"xeB" = ( -/turf/simulated/floor/tiled/white, -/area/vr/powered/vet) -"xeP" = ( -/obj/effect/floor_decal/corner/black/diagonal, -/obj/structure/table/marble, -/obj/item/weapon/reagent_containers/glass/rag{ - pixel_x = 7; - pixel_y = 2 - }, -/obj/item/weapon/material/knife/butch, -/obj/item/weapon/material/kitchen/rollingpin{ - pixel_x = -8; - pixel_y = 4 - }, -/obj/item/weapon/reagent_containers/food/condiment/enzyme, -/turf/simulated/floor/tiled/old_cargo, -/area/vr/powered/mall/dorms) -"xeT" = ( -/turf/simulated/shuttle/floor/black, -/area/vr/outdoors/powered) -"xfg" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 4 - }, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"xfu" = ( -/obj/structure/bed/alien, -/obj/structure/curtain/open/privacy, -/obj/item/weapon/bedsheet/medical, -/turf/simulated/shuttle/floor/white, -/area/vr/powered/dungeon) -"xfw" = ( -/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/rocks) -"xfV" = ( -/obj/structure/reagent_dispensers/fueltank/high, -/obj/effect/floor_decal/industrial/outline/yellow, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"xge" = ( -/obj/machinery/light/bigfloorlamp{ - light_range = 10 - }, -/turf/simulated/floor/outdoors/grass/heavy{ - can_atmos_pass = 0; - temperature = 311 - }, -/area/vr/outdoors/powered) -"xgs" = ( -/obj/effect/floor_decal/corner/blue/diagonal{ - dir = 4 - }, -/obj/machinery/iv_drip, -/turf/simulated/floor/tiled/white, -/area/vr/powered/dungeon) -"xgt" = ( -/obj/structure/closet/emcloset, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"xgM" = ( -/obj/structure/bed/chair/oldsofa{ - dir = 1 - }, -/obj/structure/window/phoronreinforced, -/turf/simulated/floor/wood, -/area/vr/powered/cult) -"xhq" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/structure/table/marble, -/obj/item/weapon/book/codex/chef_recipes, -/obj/machinery/light{ - dir = 4; - light_color = "#DDFFD3" - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"xif" = ( -/obj/structure/cliff/automatic{ - dir = 10 - }, -/turf/simulated/floor/water/indoors{ - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"xiz" = ( -/obj/machinery/light, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/space/whiteship) -"xiH" = ( -/obj/effect/floor_decal/spline/fancy/wood, -/obj/machinery/light/floortube{ - dir = 1 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"xje" = ( -/obj/effect/simple_portal/linked{ - portal_id = 75; - name = "Fast Travel to City" - }, -/turf/simulated/floor/outdoors/sidewalk/slab{ - temperature = 293.15; - movement_cost = 0 - }, -/area/vr/outdoors/powered) -"xjq" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/machinery/vending/dinnerware{ - dir = 8; - pixel_x = 4 - }, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"xjH" = ( -/obj/machinery/vending/engivend{ - emagged = 1; - req_access = null; - req_log_access = null - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"xjW" = ( -/obj/structure/table/marble, -/obj/machinery/reagentgrinder, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"xkd" = ( -/turf/simulated/floor/outdoors/sidewalk{ - temperature = 293.15; - movement_cost = 0 - }, -/area/vr/outdoors/powered) -"xkp" = ( -/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) -"xkt" = ( -/obj/machinery/chem_master, -/turf/simulated/shuttle/floor/voidcraft/dark, -/area/vr/powered/cult) -"xkB" = ( -/obj/machinery/vending/wardrobe/genedrobe{ - req_access = null - }, -/turf/simulated/floor/tiled{ - outdoors = 1 - }, -/area/vr/powered/vendor) -"xkG" = ( -/obj/structure/table/hardwoodtable, -/obj/machinery/chemical_dispenser/bar_coffee/full, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"xlu" = ( -/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/cult) -"xnt" = ( -/obj/effect/floor_decal/techfloor{ - dir = 9 - }, -/turf/simulated/floor/tiled/steel_dirty{ - color = "grey" - }, -/area/vr/powered/cult) -"xnL" = ( -/obj/machinery/disposal/deliveryChute{ - dir = 4 - }, -/obj/structure/disposalpipe/trunk{ - dir = 8 - }, -/obj/effect/floor_decal/corner/green/border{ - dir = 5 - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"xoa" = ( -/obj/effect/floor_decal/spline/fancy{ - dir = 8 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"xoh" = ( -/turf/simulated/wall/r_wall, -/area/vr/powered/conspawn) -"xpd" = ( -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered) -"xps" = ( -/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/space/whiteship) -"xpH" = ( -/obj/structure/sign/poster{ - dir = 4 - }, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"xpL" = ( -/obj/effect/floor_decal/corner/paleblue{ - dir = 5 - }, -/obj/structure/table/standard, -/obj/item/weapon/reagent_containers/food/snacks/cookie{ - pixel_y = 3 - }, -/obj/item/weapon/reagent_containers/food/snacks/cookie{ - pixel_y = 6 - }, -/obj/machinery/light{ - dir = 1 - }, -/obj/item/weapon/reagent_containers/food/snacks/cookie{ - pixel_y = 3 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"xqn" = ( -/obj/effect/floor_decal/techfloor{ - dir = 8 - }, -/turf/simulated/shuttle/floor/purple, -/area/vr/powered/dungeon) -"xqp" = ( -/obj/structure/table/marble, -/obj/structure/window/basic, -/obj/structure/window/basic{ - dir = 8 - }, -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"xqy" = ( -/obj/structure/window/reinforced/tinted/frosted{ - dir = 1 - }, -/obj/structure/bed/chair/comfy/purp{ - dir = 8 - }, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered) -"xqA" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/outdoors/mud{ - outdoors = -1; - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"xrn" = ( -/obj/structure/cliff/automatic{ - dir = 10 - }, -/turf/simulated/floor/weird_things/dark, -/area/vr/powered/mall/backrooms) -"xsb" = ( -/obj/structure/table/marble, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/weapon/reagent_containers/food/snacks/chawanmushi{ - pixel_y = 6; - pixel_x = 1 - }, -/obj/item/weapon/reagent_containers/food/snacks/chawanmushi{ - pixel_y = 6; - pixel_x = 6 - }, -/obj/item/weapon/reagent_containers/food/snacks/chawanmushi{ - pixel_y = 1; - pixel_x = 6 - }, -/obj/item/weapon/reagent_containers/food/snacks/chawanmushi{ - pixel_y = -3; - pixel_x = 6 - }, -/obj/item/weapon/reagent_containers/food/snacks/chawanmushi{ - pixel_y = -3; - pixel_x = 1 - }, -/obj/item/weapon/reagent_containers/food/snacks/chawanmushi{ - pixel_y = 2; - pixel_x = 1 - }, -/obj/item/weapon/reagent_containers/food/snacks/sashimi{ - pixel_y = 7; - pixel_x = -6 - }, -/obj/item/weapon/reagent_containers/food/snacks/sashimi{ - pixel_y = -3; - pixel_x = -6 - }, -/obj/item/weapon/reagent_containers/food/snacks/sashimi{ - pixel_y = 2; - pixel_x = -6 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"xsd" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/machinery/light/small{ - dir = 8 - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vet) -"xtQ" = ( -/obj/machinery/light{ - layer = 3 - }, -/turf/simulated/floor/wood, -/area/vr/powered/shop) -"xuc" = ( -/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/cult) -"xun" = ( -/obj/item/device/flashlight/slime, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"xuz" = ( -/obj/effect/step_trigger/teleporter/bridge/south_to_north, -/turf/simulated/floor/water/deep{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"xuH" = ( -/turf/simulated/wall/solidrock, -/area/vr/outdoors/powered) -"xuR" = ( -/obj/structure/table/steel_reinforced, -/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/space/whiteship) -"xvh" = ( -/obj/machinery/vending/loadout{ - prices = list(/obj/item/clothing/gloves/evening=0,/obj/item/clothing/gloves/fingerless=0,/obj/item/clothing/gloves/black=0,/obj/item/clothing/gloves/blue=0,/obj/item/clothing/gloves/brown=0,/obj/item/clothing/gloves/color=0,/obj/item/clothing/gloves/green=0,/obj/item/clothing/gloves/grey=0,/obj/item/clothing/gloves/sterile/latex=0,/obj/item/clothing/gloves/light_brown=0,/obj/item/clothing/gloves/sterile/nitrile=0,/obj/item/clothing/gloves/orange=0,/obj/item/clothing/gloves/purple=0,/obj/item/clothing/gloves/red=0,/obj/item/clothing/gloves/fluff/siren=0,/obj/item/clothing/gloves/white=0,/obj/item/clothing/gloves/duty=0,/obj/item/clothing/shoes/athletic=0,/obj/item/clothing/shoes/boots/fluff/siren=0,/obj/item/clothing/shoes/slippers=0,/obj/item/clothing/shoes/boots/cowboy/classic=0,/obj/item/clothing/shoes/boots/cowboy=0,/obj/item/clothing/shoes/boots/duty=0,/obj/item/clothing/shoes/flats/white/color=0,/obj/item/clothing/shoes/flipflop=0,/obj/item/clothing/shoes/heels=0,/obj/item/clothing/shoes/hitops/black=0,/obj/item/clothing/shoes/hitops/blue=0,/obj/item/clothing/shoes/hitops/green=0,/obj/item/clothing/shoes/hitops/orange=0,/obj/item/clothing/shoes/hitops/purple=0,/obj/item/clothing/shoes/hitops/red=0,/obj/item/clothing/shoes/flats/white/color=0,/obj/item/clothing/shoes/hitops/yellow=0,/obj/item/clothing/shoes/boots/jackboots=0,/obj/item/clothing/shoes/boots/jungle=0,/obj/item/clothing/shoes/black/cuffs=0,/obj/item/clothing/shoes/black/cuffs/blue=0,/obj/item/clothing/shoes/black/cuffs/red=0,/obj/item/clothing/shoes/sandal=0,/obj/item/clothing/shoes/black=0,/obj/item/clothing/shoes/blue=0,/obj/item/clothing/shoes/brown=0,/obj/item/clothing/shoes/laceup=0,/obj/item/clothing/shoes/green=0,/obj/item/clothing/shoes/laceup/brown=0,/obj/item/clothing/shoes/orange=0,/obj/item/clothing/shoes/purple=0,/obj/item/clothing/shoes/red=0,/obj/item/clothing/shoes/white=0,/obj/item/clothing/shoes/yellow=0,/obj/item/clothing/shoes/skater=0,/obj/item/clothing/shoes/boots/cowboy/snakeskin=0,/obj/item/clothing/shoes/boots/jackboots/toeless=0,/obj/item/clothing/shoes/boots/workboots/toeless=0,/obj/item/clothing/shoes/boots/winter=0,/obj/item/clothing/shoes/boots/workboots=0,/obj/item/clothing/shoes/footwraps=0,/obj/item/clothing/shoes/sneakerspurple=0,/obj/item/clothing/shoes/sneakersblue=0,/obj/item/clothing/shoes/sneakersred=0) - }, -/turf/simulated/floor/tiled, -/area/vr/powered/vendor) -"xvT" = ( -/obj/machinery/conveyor_switch{ - id = "vrsushitrain"; - name = "Disposal Sorter"; - pixel_y = 2 - }, -/obj/structure/window/reinforced{ - dir = 2 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"xvW" = ( -/obj/structure/flora/tree/jungle_small, -/obj/structure/flora/ausbushes/fullgrass, -/turf/unsimulated/wall, -/area/vr/outdoors/powered) -"xvX" = ( -/obj/structure/closet, -/turf/simulated/floor/carpet/oracarpet, -/area/vr/powered) -"xwu" = ( -/obj/structure/sink{ - pixel_y = 16 - }, -/obj/structure/mirror{ - pixel_y = 32 - }, -/turf/simulated/floor/tiled/old_tile, -/area/vr/powered/mall) -"xwX" = ( -/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/cult) -"xxh" = ( -/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) -"xys" = ( -/turf/simulated/mineral/alt{ - temperature = 293.15 - }, -/area/vr/powered/rocks) -"xyE" = ( -/obj/effect/floor_decal/spline/fancy{ - dir = 10 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"xyQ" = ( -/obj/machinery/atmospherics/pipe/simple/hidden{ - dir = 6 - }, -/turf/simulated/floor/plating, -/area/vr/powered/space/mechfactory) -"xzR" = ( -/obj/effect/floor_decal/techfloor/corner{ - dir = 1 - }, -/obj/structure/window/phoronreinforced{ - dir = 4 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"xAp" = ( -/obj/effect/floor_decal/spline/fancy{ - dir = 10 - }, -/turf/simulated/floor/cult{ - icon_state = "cult-narsie" - }, -/area/vr/powered/cult) -"xAF" = ( -/turf/simulated/wall/titanium, -/area/vr/powered/dungeon) -"xBc" = ( -/mob/living/simple_mob/construct/wraith{ - dir = 1; - ai_holder_type = null - }, -/turf/simulated/floor/redgrid/animated, -/area/vr/powered/cult) -"xBP" = ( -/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) -"xCl" = ( -/obj/structure/table/rack/shelf, -/obj/item/device/camera_film, -/obj/item/device/camera_film, -/obj/item/weapon/tool/wirecutters, -/obj/item/weapon/tool/wirecutters, -/turf/simulated/floor/wood, -/area/vr/powered/art) -"xDz" = ( -/turf/simulated/floor/water/beach{ - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/mall/vw) -"xDK" = ( -/obj/structure/table/woodentable, -/obj/machinery/light{ - dir = 2; - nightshift_enabled = 1 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"xDL" = ( -/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/space/whiteship) -"xEd" = ( -/mob/living/simple_mob/construct/juggernaut/behemoth{ - dir = 1; - ai_holder_type = null - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/cult) -"xEg" = ( -/obj/effect/floor_decal/spline/fancy, -/obj/effect/floor_decal/spline/fancy{ - dir = 1 - }, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/cult) -"xEl" = ( -/obj/structure/table/bench/wooden, -/turf/simulated/floor/carpet/tealcarpet, -/area/vr/powered/mall/dorms) -"xEQ" = ( -/obj/structure/salvageable/console_os{ - dir = 8 - }, -/turf/simulated/floor/wood, -/area/vr/powered/dungeon) -"xFz" = ( -/obj/structure/table/bench/wooden, -/turf/simulated/floor/wood/alt/tile, -/area/vr/powered/mall) -"xFC" = ( -/obj/structure/table/woodentable, -/obj/item/ammo_magazine/ammo_box/b12g/beanbag, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"xFU" = ( -/obj/machinery/shower{ - dir = 1 - }, -/obj/structure/curtain/open/shower, -/obj/structure/window/basic{ - dir = 4 - }, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered) -"xGp" = ( -/obj/structure/table/marble{ - pixel_y = 0 - }, -/obj/item/weapon/reagent_containers/food/snacks/sliceable/sushi{ - pixel_y = 2; - pixel_x = -3 - }, -/obj/item/weapon/reagent_containers/food/snacks/sliceable/sushi{ - pixel_y = 2; - pixel_x = 4 - }, -/obj/item/weapon/reagent_containers/food/snacks/sliceable/sushi{ - pixel_y = 1; - pixel_x = -6 - }, -/obj/item/weapon/reagent_containers/food/snacks/sliceable/sushi{ - pixel_y = -2; - pixel_x = -1 - }, -/obj/item/weapon/reagent_containers/food/snacks/sliceable/sushi{ - pixel_y = -4; - pixel_x = 4 - }, -/obj/structure/window/reinforced{ - dir = 4 - }, -/obj/item/weapon/reagent_containers/food/snacks/sliceable/sushi{ - pixel_y = 8; - pixel_x = -1 - }, -/obj/machinery/light{ - dir = 4; - layer = 3 - }, -/turf/simulated/floor/wmarble, -/area/vr/powered/mall) -"xGs" = ( -/obj/machinery/atmospherics/pipe/manifold/hidden{ - dir = 8 - }, -/obj/structure/extinguisher_cabinet{ - pixel_x = -27 - }, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/space/whiteship) -"xGJ" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"xGV" = ( -/obj/structure/table/marble, -/obj/structure/window/reinforced{ - dir = 1 - }, -/obj/item/weapon/reagent_containers/food/snacks/generalschicken{ - pixel_y = 4 - }, -/obj/item/weapon/reagent_containers/food/snacks/generalschicken{ - pixel_y = -3 - }, -/obj/item/weapon/reagent_containers/food/snacks/generalschicken{ - pixel_y = 0 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"xGW" = ( -/obj/structure/sign/poster/custom{ - pixel_y = 0; - dir = 8 - }, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"xHm" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 4 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"xHU" = ( -/obj/structure/window/reinforced/survival_pod{ - dir = 4 - }, -/obj/machinery/atmospherics/binary/circulator{ - anchored = 1 - }, -/turf/simulated/floor/tiled/techfloor/grid, -/area/vr/powered/space/mechfactory) -"xHZ" = ( -/obj/structure/bed/pod, -/obj/item/weapon/bedsheet/captain, -/turf/simulated/shuttle/floor/voidcraft, -/area/vr/powered/space/sciship) -"xIj" = ( -/obj/effect/floor_decal/techfloor{ - dir = 6 - }, -/turf/simulated/floor/cult, -/area/vr/powered/cult) -"xIL" = ( -/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/rocks) -"xIV" = ( -/obj/effect/floor_decal/corner/lime/border, -/obj/effect/floor_decal/corner/lime/bordercorner{ - dir = 4 - }, -/turf/simulated/floor/tiled/old_tile/yellow, -/area/vr/powered/mall) -"xJF" = ( -/obj/machinery/light, -/turf/simulated/floor/concrete, -/area/vr/powered/mall) -"xJU" = ( -/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/wmarble, -/area/vr/powered/motel) -"xKk" = ( -/obj/structure/cult/pylon, -/turf/simulated/floor/wood, -/area/vr/powered/cult) -"xKn" = ( -/obj/item/stack/material/plasteel{ - amount = 50 - }, -/obj/fiftyspawner/plastic, -/obj/structure/table/darkglass, -/turf/simulated/floor/tiled/techmaint, -/area/vr/powered/cult) -"xKu" = ( -/obj/structure/sign/warning/secure_area/armory, -/turf/simulated/wall/r_wall, -/area/vr/powered/gunshop) -"xKx" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/deck/cah{ - pixel_x = 2; - pixel_y = 2 - }, -/obj/item/weapon/deck/cah/black{ - pixel_x = -2; - pixel_y = -2 - }, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"xLm" = ( -/obj/effect/floor_decal/corner/red/diagonal, -/obj/item/weapon/stool{ - color = "grey"; - dir = 8 - }, -/turf/simulated/floor/tiled/yellow, -/area/vr/powered/mall) -"xLW" = ( -/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/armory) -"xMC" = ( -/obj/machinery/atmospherics/pipe/simple/hidden, -/turf/simulated/floor/tiled/techfloor, -/area/vr/powered/space/whiteship) -"xMI" = ( -/obj/structure/cliff/automatic/corner{ - dir = 10 - }, -/turf/simulated/floor/weird_things/dark, -/area/vr/powered/mall/backrooms) -"xMW" = ( -/mob/living/simple_mob/construct/harvester{ - ai_holder_type = null - }, -/turf/simulated/floor/redgrid/animated, -/area/vr/powered/cult) -"xNf" = ( -/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/space/whiteship) -"xNo" = ( -/turf/simulated/floor/plating, -/area/vr/powered/vet) -"xNN" = ( -/obj/structure/bed/chair/wood{ - dir = 4; - pixel_y = 0 - }, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"xOq" = ( -/turf/simulated/floor/tiled, -/area/vr/powered/gunshop) -"xOy" = ( -/obj/machinery/light/small, -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/powered/rocks) -"xOT" = ( -/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/armory) -"xPH" = ( -/obj/effect/floor_decal/spline/fancy/wood{ - dir = 8 - }, -/obj/structure/table/rack/shelf/steel, -/obj/item/weapon/storage/box/glass_extras/straws, -/obj/item/weapon/storage/box/glass_extras/straws, -/turf/simulated/floor/carpet/brown, -/area/vr/powered/mall) -"xPR" = ( -/obj/machinery/floorlayer, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/space/mechfactory) -"xQB" = ( -/obj/machinery/light{ - dir = 1 - }, -/turf/simulated/floor/concrete{ - outdoors = 0 - }, -/area/vr/outdoors/powered) -"xQE" = ( -/obj/fiftyspawner/wood, -/turf/simulated/floor/outdoors/sidewalk/slab{ - temperature = 293.15; - movement_cost = 0 - }, -/area/vr/outdoors/powered) -"xQL" = ( -/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) -"xQT" = ( -/turf/simulated/wall/sandstonediamond, -/area/vr/outdoors/powered) -"xRd" = ( -/obj/structure/bed/chair/sofa/left/beige{ - dir = 4 - }, -/turf/simulated/floor/carpet/tealcarpet, -/area/vr/powered/mall/dorms) -"xRg" = ( -/obj/machinery/chem_master/condimaster, -/turf/simulated/floor/plating, -/area/vr/powered/cafe) -"xTe" = ( -/obj/machinery/vending/wardrobe/clowndrobe{ - req_access = null - }, -/turf/simulated/floor/tiled{ - outdoors = 1 - }, -/area/vr/powered/vendor) -"xTp" = ( -/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"; - density = 0; - opacity = 0 - }, -/turf/simulated/shuttle/plating, -/area/vr/powered/space/sciship) -"xTr" = ( -/obj/structure/railing{ - dir = 1 - }, -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15 - }, -/area/vr/outdoors/powered/lava) -"xUj" = ( -/obj/structure/table/gamblingtable, -/obj/random/cigarettes, -/turf/simulated/floor/wood, -/area/vr/powered/bar) -"xUP" = ( -/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/armory) -"xVV" = ( -/obj/structure/table/rack/shelf/steel, -/obj/machinery/light{ - dir = 4; - light_color = "#DDFFD3" - }, -/obj/item/weapon/gun/energy/medigun, -/obj/item/weapon/gun/energy/medigun, -/obj/item/weapon/gun/energy/medigun, -/obj/item/weapon/gun/energy/medigun, -/obj/item/weapon/cell/slime, -/obj/item/weapon/cell/slime, -/obj/item/weapon/cell/slime, -/obj/item/weapon/cell/slime, -/turf/simulated/floor/reinforced, -/area/vr/powered/redbase) -"xXa" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/turf/simulated/floor/water/indoors{ - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"xXe" = ( -/obj/machinery/light{ - dir = 4; - light_color = "#DDFFD3" - }, -/turf/simulated/floor/outdoors/rocks{ - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/dungeon) -"xXi" = ( -/obj/machinery/light/small{ - dir = 1 - }, -/obj/effect/decal/cleanable/dirt, -/turf/simulated/floor/tiled, -/area/vr/powered/dungeon) -"xYi" = ( -/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/cult) -"xYn" = ( -/obj/structure/table/wooden_reinforced, -/obj/item/weapon/paper{ - desc = ""; - info = "So I heard of some fancy thing called 'blockchains' that allegadly can give you allot of money. I should look into it"; - name = "note" - }, -/obj/item/weapon/reagent_containers/food/snacks/monkeycube, -/turf/simulated/floor/wood, -/area/vr/powered/dungeon) -"xYu" = ( -/obj/machinery/light/floortube{ - dir = 2 - }, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"xYU" = ( -/obj/structure/flora/lily1, -/turf/simulated/floor/water{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"xZf" = ( -/obj/structure/railing/grey, -/obj/structure/disposalpipe/segment{ - dir = 1; - icon_state = "pipe-c" - }, -/turf/simulated/floor/concrete{ - outdoors = 1 - }, -/area/vr/outdoors/powered/mall) -"xZn" = ( -/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/vendor) -"xZU" = ( -/obj/structure/table/steel_reinforced, -/obj/structure/sink/countertop{ - dir = 1 - }, -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/turf/simulated/floor/tiled/neutral, -/area/vr/powered/mall) -"xZX" = ( -/turf/simulated/floor/plating, -/area/vr/powered/space/whiteship) -"ybr" = ( -/obj/structure/sink{ - pixel_y = 16 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"ybN" = ( -/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) -"yco" = ( -/turf/simulated/wall/r_wall, -/area/vr/powered/redbase) -"ycs" = ( -/obj/structure/table/bench/marble, -/obj/structure/window/reinforced/polarized{ - dir = 8; - id = "h-living" - }, -/turf/simulated/floor/wood, -/area/vr/powered) -"ydM" = ( -/obj/structure/salvageable/data_os, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) -"yec" = ( -/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/space/whiteship) -"yeg" = ( -/obj/structure/railing{ - dir = 8 - }, -/turf/simulated/floor/water{ - temperature = 311 - }, -/area/vr/outdoors/powered) -"yey" = ( -/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) -"yeB" = ( -/obj/structure/table/hardwoodtable, -/obj/item/weapon/storage/box/glasses/square{ - pixel_x = 9; - pixel_y = 1 - }, -/obj/item/weapon/storage/box/glasses/rocks{ - pixel_y = 1; - pixel_x = -6 - }, -/obj/item/weapon/storage/box/glasses/pint{ - pixel_y = 11; - pixel_x = -6 - }, -/obj/item/weapon/storage/box/glasses/meta/metapint{ - pixel_y = 11; - pixel_x = 9 - }, -/turf/simulated/floor/wood/alt/parquet, -/area/vr/powered/mall) -"yeM" = ( -/obj/structure/table/woodentable, -/obj/item/weapon/reagent_containers/food/snacks/pancakes{ - pixel_y = -2; - pixel_x = 3 - }, -/turf/simulated/floor/wood, -/area/vr/powered/mall) -"yeQ" = ( -/obj/mecha/combat/fighter/pinnace{ - dir = 8 - }, -/turf/space, -/area/vr/space) -"yfc" = ( -/obj/structure/cliff/automatic/corner, -/turf/simulated/floor/water/indoors{ - temperature = 293.15 - }, -/area/vr/powered/dungeon) -"yft" = ( -/obj/structure/table/hardwoodtable, -/obj/machinery/light/floortube, -/turf/simulated/floor/outdoors/sidewalk/slab{ - movement_cost = 0; - temperature = 293.15; - outdoors = -1 - }, -/area/vr/powered/mall) -"yfB" = ( -/obj/structure/table/reinforced, -/turf/simulated/floor/tiled/steel_dirty, -/area/vr/powered/space/mechfactory) -"ygc" = ( -/obj/structure/plushie/ian{ - dir = 4 - }, -/turf/simulated/floor/gorefloor2, -/area/vr/outdoors/powered/cult) -"ygn" = ( -/obj/structure/table/marble, -/obj/fruitspawner/chili, -/obj/fruitspawner/chili, -/obj/fruitspawner/chili, -/obj/fruitspawner/chili, -/obj/fruitspawner/chili, -/obj/fruitspawner/chili, -/obj/fruitspawner/chili, -/obj/fruitspawner/chili, -/obj/fruitspawner/chili, -/obj/fruitspawner/chili, -/obj/fruitspawner/chili, -/obj/fruitspawner/ghostchili, -/obj/fruitspawner/ghostchili, -/obj/fruitspawner/ghostchili, -/obj/fruitspawner/ghostchili, -/obj/fruitspawner/ghostchili, -/obj/fruitspawner/ghostchili, -/obj/fruitspawner/ghostchili, -/obj/machinery/light{ - dir = 4; - layer = 3 - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"ygo" = ( -/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) -"ygH" = ( -/obj/structure/window/phoronreinforced{ - dir = 8 - }, -/turf/simulated/shuttle/floor/voidcraft/light, -/area/vr/powered/cult) -"yhb" = ( -/obj/machinery/light{ - dir = 4 - }, -/turf/simulated/floor/tiled/asteroid_steel, -/area/vr/powered/building1) -"yhv" = ( -/obj/machinery/light{ - dir = 2; - overlay_color = "#FFFEB8" - }, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"yis" = ( -/obj/structure/window/basic, -/obj/structure/table/rack/wood, -/obj/item/clothing/head/beret{ - pixel_y = -5; - pixel_x = -6 - }, -/obj/item/clothing/head/beret/solgov/fleet{ - pixel_y = 1; - pixel_x = -6 - }, -/obj/item/clothing/head/collectable/wizard{ - pixel_y = -3; - pixel_x = 4 - }, -/obj/item/clothing/head/collectable/captain{ - pixel_y = 0; - pixel_x = 5 - }, -/obj/item/clothing/head/collectable/HoS{ - pixel_y = 7; - pixel_x = 5 - }, -/obj/machinery/light/floortube, -/turf/simulated/floor/wood/alt/parquet/turfpack, -/area/vr/powered/mall) -"yiX" = ( -/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/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/space/whiteship) -"ykC" = ( -/obj/machinery/conveyor{ - id = "vrsushitrain"; - dir = 8 - }, -/obj/item/weapon/reagent_containers/food/snacks/slice/sushi/filled/filled, -/turf/simulated/floor/wood/alt/panel, -/area/vr/powered/mall) -"ylq" = ( -/obj/machinery/media/jukebox, -/turf/simulated/floor/redgrid/off, -/area/vr/powered/cult) -"ylv" = ( -/obj/structure/table/marble, -/obj/item/weapon/storage/box/donut{ - pixel_x = 3; - pixel_y = -4 - }, -/obj/item/weapon/reagent_containers/food/condiment/sugar{ - pixel_x = 6; - pixel_y = 2 - }, -/turf/simulated/floor/wood, -/area/vr/powered/cafe) -"ylK" = ( -/obj/effect/floor_decal/corner/grey/diagonal{ - dir = 4 - }, -/obj/machinery/appliance/cooker/oven, -/turf/simulated/floor/tiled/white, -/area/vr/powered/mall) -"ymi" = ( -/obj/item/modular_computer/laptop/preset/custom_loadout/cheap, -/obj/structure/table/woodentable, -/turf/unsimulated/floor/lino/turfpack/station{ - color = "#ffe9ab" - }, -/area/vr/powered/mall/backrooms) - -(1,1,1) = {" -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -"} -(2,1,1) = {" -mGW -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -kcZ -kcZ -kcZ -hHa -hHa -eUp -hHa -hHa -hHa -azP -hHa -azP -hHa -hHa -hHa -azP -eUp -azP -oTd -azP -azP -hHa -hHa -hHa -eUp -hHa -hHa -hHa -oTd -hHa -azP -hHa -azP -azP -oTd -hHa -hHa -hHa -xvW -iDi -hHa -hHa -hHa -oTd -hHa -hHa -hHa -eUp -azP -hHa -bRN -hHa -hHa -hHa -azP -hHa -eUp -azP -bRN -hHa -oTd -hHa -azP -eUp -azP -azP -jPG -jcO -jPG -jPG -jPG -jPG -jPG -jPG -jPG -jPG -jPG -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -jPG -jPG -jPG -mGW -"} -(3,1,1) = {" -mGW -hHa -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -bue -fjW -fjW -fjW -fjW -pwc -pwc -kcZ -kcZ -kcZ -hHa -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -vKr -cem -vKr -vKr -lai -vKr -cem -vKr -cem -vKr -jZl -ygo -vKr -cem -qOu -jZl -cem -cem -vKr -vKr -bTy -cem -vKr -cem -vKr -qOu -vKr -vKr -dOm -cem -cem -cem -vKr -lai -vKr -vKr -vKr -qOu -cem -vKr -cem -cem -cem -vKr -qOu -eJA -cem -vKr -cem -oTd -jPG -jPG -jPG -jPG -jPG -jPG -hHa -hHa -hHa -hHa -hHa -hHa -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -hHa -jPG -jPG -jPG -mGW -"} -(4,1,1) = {" -mGW -hHa -fCE -fCE -fCE -fCE -fCE -fCE -fCE -nHC -nHC -nHC -nHC -nHC -nHC -fCE -fCE -fCE -fCE -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -fGS -fGS -fGS -fGS -fGS -pwc -pwc -kcZ -kcZ -kcZ -hHa -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -vKr -vKr -vKr -vKr -vKr -vKr -uQq -uQq -vKr -vKr -vKr -uQq -uQq -uQq -uQq -uQq -vKr -vKr -vKr -uQq -uQq -uQq -vKr -vKr -uQq -uQq -uQq -vKr -vKr -vKr -uQq -uQq -uQq -uQq -vKr -uQq -uQq -uQq -uQq -vKr -vKr -vKr -uQq -uQq -vKr -uQq -cem -eUp -jPG -jPG -jPG -jPG -jPG -jPG -hHa -lTR -lTR -lTR -hHa -hHa -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -pRZ -pRZ -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -hHa -jPG -jPG -jPG -mGW -"} -(5,1,1) = {" -mGW -hHa -fCE -fCE -fCE -fCE -fCE -fCE -fCE -nHC -jJF -jJF -jJF -jJF -nHC -fCE -fCE -fCE -fCE -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -fGS -fGS -fGS -fGS -fGS -pwc -pwc -kcZ -kcZ -kcZ -hHa -oEZ -oEZ -ghG -ghG -ghG -ghG -ghG -ghG -lyW -hNG -hNG -oEZ -oEZ -oEZ -vKr -uQq -vKr -vKr -vKr -tWV -vKr -tWV -vKr -vKr -vKr -vKr -vKr -aRb -vKr -vKr -vKr -vKr -aRb -vKr -vKr -tWV -tWV -vKr -aRb -vKr -vKr -vKr -vKr -vKr -tWV -vKr -vKr -vKr -aRb -vKr -vKr -aRb -iQe -vKr -tWV -vKr -tWV -vKr -vKr -uQq -vKr -hHa -jPG -aZv -aZv -aZv -aZv -aZv -aZv -lTR -dXV -lTR -vcM -vcM -cwz -tgD -tgD -tgD -tgD -rcK -rcK -rcK -tgD -tgD -tgD -tgD -cwz -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -pRZ -pRZ -kIl -kIl -kIl -kIl -kIl -gYA -kIl -kIl -hHa -jPG -jPG -jPG -mGW -"} -(6,1,1) = {" -mGW -hHa -fCE -fCE -fCE -fCE -fCE -fCE -fCE -nHC -uyo -sgU -sgU -sgU -nHC -fCE -fCE -fCE -fCE -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -fGS -fGS -fGS -fGS -fGS -pwc -pwc -kcZ -kcZ -kcZ -hHa -oEZ -oEZ -ghG -cMM -arZ -cJp -bec -ghG -ghG -wEa -hNG -oEZ -oEZ -oEZ -oEZ -aRb -vKr -vKr -vKr -qOu -aRb -vKr -vKr -cem -cIZ -vKr -mbM -vKr -gqE -vKr -aRb -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -aHz -vKr -vKr -vKr -aRb -vKr -vKr -vKr -vKr -rYV -rgY -vKr -vKr -vKr -vKr -jZl -vKr -vKr -vKr -vKr -vKr -jwN -hHa -aZv -aZv -aZv -aZv -aZv -aZv -vcM -vcM -vcM -vcM -vcM -cwz -sww -iyq -iyq -iyq -rcK -rcK -rcK -udG -udG -udG -tgD -cwz -kIl -kIl -kIl -kIl -crG -kIl -kIl -kIl -kIl -pRZ -vdd -kIl -kIl -kIl -crG -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -hHa -jPG -jPG -jPG -mGW -"} -(7,1,1) = {" -mGW -hHa -fCE -fCE -fCE -fCE -fCE -fCE -fCE -nHC -jJF -jJF -jJF -jJF -nHC -fCE -fCE -fCE -fCE -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lIn -lIn -lIn -lIn -lIn -lIn -lIn -wAA -eXx -eXx -eXx -eXx -eXx -eXx -eXx -eXx -eXx -eXx -eXx -kcZ -pwc -gXu -fGS -fGS -fGS -fGS -pwc -pwc -kcZ -kcZ -kcZ -hHa -oEZ -oEZ -ghG -pQe -ucD -aiI -hgi -usM -bzi -hNG -hNG -fjR -oEZ -oEZ -oEZ -oEZ -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -qOu -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -jZl -vKr -vKr -rYV -vKr -vKr -vKr -qOu -vKr -cem -vKr -vKr -vKr -vKr -jZl -vKr -vKr -vKr -mMB -vKr -mMB -vKr -uQq -jZl -hHa -aZv -aZv -bhB -qsk -vZH -aZv -aZv -fqb -viH -fqb -vcM -vcM -cwz -sww -qyR -rcK -rcK -rcK -rcK -rcK -rcK -rcK -tGi -tgD -cwz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -hHa -jPG -jPG -jPG -mGW -"} -(8,1,1) = {" -mGW -hHa -fCE -fCE -fCE -fCE -fCE -fCE -fCE -nHC -jJF -jJF -jJF -jJF -nHC -fCE -fCE -fCE -fCE -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -ixu -ixu -lTR -lTR -nJI -lTR -iEH -lTR -lTR -lTR -lIn -lIn -lIn -lIn -lIn -lIn -lIn -eXx -wXS -pfm -wWC -vaJ -pfm -pfm -pfm -qYQ -wsc -wsc -eXx -kcZ -pwc -fGS -fGS -fGS -fGS -fGS -pwc -pwc -kcZ -kcZ -kcZ -hHa -oEZ -oEZ -ghG -eQe -fyX -nJZ -hgi -usM -bzi -hNG -hNG -hNG -oEZ -oEZ -oEZ -oEZ -vKr -vKr -rYV -vKr -dvk -vKr -cIZ -vKr -eJA -vKr -vKr -vKr -vKr -vKr -vKr -iQe -rYV -vKr -vKr -vKr -qOu -gMF -nfv -nfv -nfv -nfv -nfv -gMF -gMF -gMF -gMF -gMF -gMF -vKr -vKr -vKr -vKr -cem -vKr -vKr -vKr -vKr -tWV -uQq -vKr -oTd -aZv -aZv -hiz -hiz -hiz -aZv -aZv -fqb -fqb -fqb -aZv -aZv -cwz -tgD -rcK -rcK -rcK -rcK -rcK -rcK -pVA -pVA -pVA -tgD -cwz -kIl -kIl -kIl -pRZ -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -pRZ -kIl -kIl -kIl -kIl -kIl -hHa -jPG -jPG -jPG -mGW -"} -(9,1,1) = {" -mGW -hHa -fCE -fCE -fCE -fCE -fCE -fCE -fCE -nHC -rEv -jJF -jJF -pbL -nHC -fCE -fCE -fCE -fCE -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -ixu -ixu -ixu -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lIn -lIn -lIn -lIn -lIn -lIn -lIn -eXx -hXb -pfm -pTY -xUj -sxD -mJE -pfm -wsc -wsc -wsc -eXx -kcZ -pwc -fGS -fGS -fGS -fGS -fGS -pwc -pwc -kcZ -kcZ -kcZ -hHa -oEZ -oEZ -ghG -oOF -cws -cME -hgi -usM -bzi -hNG -nKv -hNG -oEZ -oEZ -oEZ -oEZ -vKr -rYV -vKr -vKr -vKr -vKr -vKr -mbM -vKr -gqE -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -gMF -gMF -ycs -jUt -mBY -mBY -kKa -gMF -gMF -jrF -joP -ioC -bHz -gMF -gMF -uyL -uyL -uyL -nmF -tWV -vKr -vKr -vKr -vKr -vKr -jwN -aZv -aZv -vvh -hiz -hiz -aZv -aZv -aZv -aZv -aZv -aZv -aZv -cwz -rcK -rcK -rcK -rcK -rcK -jKl -rcK -rcK -rcK -rcK -rcK -cwz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -hHa -jPG -jPG -jPG -mGW -"} -(10,1,1) = {" -mGW -hHa -fCE -fCE -fCE -fCE -fCE -fCE -fCE -nHC -jJF -jJF -jJF -jJF -nHC -fCE -fCE -fCE -fCE -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -ixu -ixu -ixu -lTR -lTR -lTR -lTR -lTR -lTR -kbv -lIn -lIn -lIn -lIn -lIn -lIn -lIn -eXx -lBs -pfm -pfm -pcA -pcA -pcA -pfm -wsc -wsc -wsc -eXx -kcZ -pwc -fGS -fGS -fGS -fGS -fGS -pwc -pwc -kcZ -kcZ -kcZ -hHa -oEZ -oEZ -ghG -vtf -kRm -dRf -bec -ghG -ghG -wEa -hNG -hNG -oEZ -oEZ -oEZ -oEZ -vKr -vKr -vKr -cem -vKr -mbM -vKr -mbM -vKr -cem -pOg -vKr -mbM -yey -vKr -iQe -pOg -reW -vKr -mSa -gMF -tqM -gJm -rnI -rle -rle -gyB -gMF -tPm -gJm -gJm -wik -vRw -gMF -evx -mkY -qzC -udN -ihP -vKr -mMB -eJA -vKr -vKr -qOu -hHa -aZv -aZv -rLE -tyN -rLE -aZv -aZv -aZv -aZv -aZv -aZv -aZv -bDQ -rcK -rcK -rcK -rcK -rcK -rcK -rcK -rcK -rcK -rcK -rcK -cwz -dRV -dRV -kIl -kIl -kIl -kIl -kIl -kIl -gYA -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -pRZ -kIl -kIl -kIl -hHa -jPG -jPG -jPG -mGW -"} -(11,1,1) = {" -mGW -hHa -fCE -fCE -fCE -fCE -fCE -fCE -fCE -nHC -vAi -jJF -jJF -jJF -nHC -fCE -fCE -fCE -fCE -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -ixu -ixu -ixu -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lIn -lIn -lIn -lIn -lIn -lIn -lIn -eXx -aSO -pfm -pfm -pfm -pfm -pfm -pfm -wsc -wsc -fZo -eXx -kcZ -pwc -fGS -fGS -fGS -fGS -fGS -pwc -pwc -kcZ -kcZ -kcZ -hHa -oEZ -oEZ -ghG -ghG -ghG -ghG -ghG -ghG -hNG -hNG -hNG -nKv -oEZ -oEZ -oEZ -vKr -gWl -vKr -vKr -vKr -vKr -vKr -pOg -cIZ -vKr -elg -elg -vKr -elg -vKr -vKr -elg -vKr -elg -elg -elg -hez -lkR -gJm -rxC -kxk -kxk -rxC -gMF -xBP -kxk -kxk -kxk -gJm -gEO -ybN -iQe -iQe -iQe -ihP -vKr -vKr -vKr -vKr -vKr -vKr -oTd -aZv -aZv -rLE -tyN -rLE -rLE -rLE -rLE -rLE -rLE -rLE -aZv -cwz -rcK -rcK -rcK -rcK -rcK -kKK -rcK -rcK -rcK -rcK -rcK -cwz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -pRZ -kIl -kIl -kIl -vdd -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -gYA -kIl -kIl -kIl -kIl -kIl -hHa -jPG -jPG -jPG -mGW -"} -(12,1,1) = {" -mGW -hHa -fCE -fCE -fCE -fCE -fCE -fCE -fCE -nHC -jJF -jJF -jJF -jJF -nHC -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -wYi -wYi -wYi -wYi -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -nJI -ixu -ixu -uiA -uiA -uiA -uiA -lTR -lTR -lTR -lTR -nJI -lIn -lIn -lIn -lIn -lIn -lIn -lIn -eXx -vaJ -vaJ -vaJ -vaJ -vaJ -vaJ -vaJ -pfm -pfm -pfm -eXx -kcZ -pwc -fGS -sut -fGS -fGS -fGS -pwc -pwc -kcZ -kcZ -kcZ -hHa -oEZ -oEZ -oEZ -oEZ -hNG -hNG -hNG -nKv -hNG -hNG -hNG -oEZ -oEZ -oEZ -vKr -iQe -vKr -vKr -vKr -bzc -iQe -reW -vKr -elg -vKr -vKr -vKr -pOg -vKr -pOg -vKr -vKr -vKr -reW -reW -mSa -gMF -vRw -lkR -lkR -kxk -kxk -gJm -gMF -eBg -jwx -kxk -kxk -gJm -whd -evx -mkY -mkY -iQe -ihP -vKr -vKr -vKr -vKr -uQq -cem -azP -aZv -aZv -rLE -hiz -hiz -hiz -hiz -hiz -hiz -hiz -rLE -aZv -cwz -tgD -tvI -tvI -tvI -rcK -rcK -rcK -acf -mRY -krk -tgD -cwz -kIl -dRV -crG -kIl -dRV -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -pRZ -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -hHa -jPG -jPG -jPG -mGW -"} -(13,1,1) = {" -mGW -hHa -fCE -fCE -fCE -fCE -fCE -fCE -fCE -nHC -vAi -jJF -vAi -jJF -nHC -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -wYi -wYi -wYi -wYi -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -ixu -ixu -uiA -qKH -qKH -vkX -qKH -qKH -qKH -qKH -qKH -lIn -lIn -lIn -lIn -lIn -lIn -lIn -eXx -aTW -aTW -sJy -cYm -xKx -nie -cBu -eQj -pfm -pfm -eXx -kcZ -pwc -gXu -fGS -fGS -fGS -fGS -pwc -pwc -kcZ -kcZ -kcZ -hHa -oEZ -oEZ -oEZ -nKv -hNG -hNG -hNG -hNG -hNG -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -iQe -vKr -vKr -pOg -vKr -pOg -elg -vKr -vKr -pOg -vKr -vKr -vKr -rgY -vKr -vKr -vKr -vKr -vKr -vKr -vKr -gMF -gMF -gJm -lkR -kxk -kxk -gJm -gMF -gJm -kxk -kxk -kxk -gJm -eFH -evx -udN -mkY -udN -ihP -vKr -jZl -vKr -vKr -uQq -cem -kRF -aZv -aZv -rLE -mOo -mOo -mOo -mOo -mOo -mOo -hiz -rLE -aZv -cwz -tgD -qyR -rcK -rcK -rcK -rcK -rcK -rcK -rcK -uFe -tgD -cwz -kIl -kIl -kIl -dRV -kIl -kIl -kIl -kIl -kIl -kIl -crG -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -hHa -jPG -jPG -jPG -mGW -"} -(14,1,1) = {" -mGW -hHa -sse -sse -sse -sse -sse -sse -sse -nHC -vAi -vAi -saH -xXe -nHC -fCE -axG -axG -axG -axG -axG -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -wYi -wYi -wYi -wYi -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -ixu -lTR -uiA -qKH -uli -uli -vTN -uli -uli -uli -qKH -lIn -lIn -lIn -lIn -lIn -lIn -lIn -eXx -pfm -pfm -pfm -pfm -pfm -pfm -hTV -eQj -pfm -pfm -eXx -kcZ -pwc -fGS -fGS -fGS -fGS -fGS -pwc -pwc -kcZ -kcZ -kcZ -hHa -oEZ -oEZ -oEZ -hNG -hNG -hNG -fjR -oEZ -oEZ -oEZ -oEZ -oEZ -keX -hNG -sBl -elg -elg -vKr -vKr -vKr -elg -vKr -pOg -vKr -vKr -vKr -vKr -vKr -vKr -eJA -vKr -vKr -cem -vKr -vKr -vKr -qSK -gMF -okZ -gJm -gJm -gEW -gJm -gMF -gJm -gJm -imW -tmX -qdV -gMF -ybN -iQe -udN -mkY -ihP -rYV -vKr -vKr -tWV -uQq -qOu -hHa -aZv -aZv -rLE -wit -hiz -hiz -hiz -hiz -hiz -pfw -rLE -aZv -cwz -tgD -lvo -wCR -iDh -rcK -rcK -rcK -lli -lli -cdu -tgD -cwz -kIl -kIl -kIl -kIl -kIl -kIl -gYA -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -hHa -jPG -jPG -jPG -mGW -"} -(15,1,1) = {" -mGW -hHa -sse -sse -sse -sse -sse -sse -sse -nHC -qft -qft -ojf -nHC -nHC -nHC -axG -axG -axG -axG -axG -fCE -fCE -fCE -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -fCE -fCE -fCE -fCE -fCE -fCE -wYi -wYi -wYi -wYi -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -ixu -ixu -lTR -uiA -qKH -uli -uli -uli -uli -uli -uli -qKH -lIn -lIn -lIn -lIn -lIn -lIn -lIn -eXx -pfm -pfm -pzJ -diT -hSa -pfm -qFb -eQj -pfm -pfm -eXx -kcZ -pwc -fGS -fGS -fGS -fGS -fGS -pwc -pwc -kcZ -kcZ -kcZ -hHa -oEZ -oEZ -keX -hNG -hNG -hNG -oEZ -oEZ -oEZ -oEZ -hNG -hNG -hNG -hNG -sBl -elg -elg -elg -elg -vKr -pOg -vKr -vKr -vKr -vKr -vKr -vKr -qOu -vKr -mbM -vKr -iQe -vKr -cem -rYV -vKr -qSK -gMF -gMF -gMF -hez -gMF -mIS -gMF -hez -gMF -gMF -gMF -gMF -gMF -gMF -lDo -udN -udN -ihP -vKr -vKr -vKr -vKr -vKr -cem -hHa -aZv -aZv -rLE -eEd -eEd -eEd -eEd -eEd -eEd -hiz -rLE -aZv -cwz -tgD -tgD -tgD -tgD -rcK -rcK -rcK -eTS -tim -tgD -tgD -cwz -kIl -kIl -kIl -dRV -dRV -dRV -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -hHa -jPG -jPG -jPG -mGW -"} -(16,1,1) = {" -mGW -hHa -sse -sse -sse -sse -sse -sse -sse -nHC -mfw -mfw -log -mfw -aLx -nHC -axG -axG -axG -axG -axG -fCE -fCE -axG -axG -mQL -hvt -dnC -dnC -dnC -dnC -dnC -dnC -dnC -wVS -dnC -dnC -dnC -dnC -dnC -dnC -dnC -wVS -dnC -dnC -dnC -dnC -dnC -nHC -fCE -fCE -fCE -fCE -fCE -fCE -wYi -wYi -wYi -wYi -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -uiA -qKH -svz -nas -tko -uli -uli -uli -qKH -lIn -lIn -lIn -lIn -lIn -lIn -lIn -eXx -sIA -eXx -eXx -eXx -wim -pfm -aTW -eQj -pfm -qTB -eXx -pwc -pwc -fGS -fGS -fGS -fGS -fGS -pwc -pwc -kcZ -kcZ -kcZ -hHa -oEZ -oEZ -hNG -hNG -hNG -oEZ -oEZ -oEZ -oEZ -hNG -hNG -hNG -hNG -hNG -oEZ -elg -eJA -elg -vKr -vKr -vKr -eJA -vKr -vKr -vKr -vKr -vKr -vKr -mkY -vKr -vKr -vKr -vKr -vKr -vKr -vKr -qSK -gMF -lWZ -hez -gJm -gJm -gJm -gJm -gJm -pCA -gJm -gJm -gJm -gJm -hez -mkY -mkY -udN -nSg -vKr -vKr -vKr -vKr -uQq -vKr -oTd -aZv -aZv -rLE -eEd -eEd -eEd -eEd -eEd -eEd -hiz -rLE -aZv -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -cwz -cwz -wHR -wHR -wHR -wHR -wHR -wHR -wHR -wHR -wHR -wHR -wHR -wHR -hHa -jPG -jPG -jPG -mGW -"} -(17,1,1) = {" -mGW -hHa -sse -sse -sse -sse -sse -sse -sse -nHC -vzc -mfw -mfw -mfw -aLx -nHC -axG -axG -axG -axG -axG -fCE -fCE -axG -axG -hvt -mQL -hvt -dnC -rrK -dnC -dnC -rrK -dnC -dnC -dnC -dnC -dnC -dnC -rrK -dnC -oLx -dnC -dnC -dnC -dnC -dnC -dnC -nHC -fCE -fCE -fCE -fCE -fCE -fCE -wYi -wYi -wYi -wYi -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -uiA -qKH -vwT -nJC -uli -uli -uli -uli -qKH -lIn -lIn -lIn -lIn -lIn -lIn -lIn -eXx -pfm -bSP -mjv -eXx -mdb -pfm -rCu -eQj -pfm -pfm -slK -lTR -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -oEZ -oEZ -hNG -hNG -nKv -hNG -oEZ -fyf -hNG -hNG -hNG -fyf -oEZ -oEZ -oEZ -vKr -vKr -elg -vKr -iQe -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -cem -vKr -vKr -vKr -vKr -vKr -gMF -gMF -gMF -gMF -hez -gMF -gsE -gMF -gMF -gMF -gMF -hez -gMF -gMF -gMF -bbE -gMF -udN -ihP -tWV -rYV -vKr -vKr -uQq -vKr -eUp -aZv -aZv -rLE -wit -hiz -hiz -hiz -hiz -hiz -pfw -rLE -rLE -rLE -bNe -bNe -bNe -bNe -bNe -bNe -bNe -bNe -bNe -bNe -bNe -bNe -bNe -bNe -bNe -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -cwz -cwz -wHR -cKr -cKr -cKr -cKr -cKr -cKr -nfy -cKr -cKr -cKr -wHR -hHa -jPG -jPG -jPG -mGW -"} -(18,1,1) = {" -mGW -hHa -sse -sse -sse -sse -sse -sse -sse -nHC -vzc -mfw -mfw -mfw -aLx -nHC -axG -axG -axG -axG -axG -fCE -fCE -axG -vAi -vAi -hvt -vAi -hvt -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -hvt -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -nHC -fCE -fCE -fCE -fCE -fCE -fCE -wYi -wYi -wYi -wYi -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -uiA -qKH -xpH -uli -kUt -uli -uli -uli -qKH -lIn -lIn -lIn -lIn -lIn -lIn -lIn -eXx -pfm -pfm -heX -eXx -uzE -pfm -bER -eQj -pfm -pfm -sIA -tPv -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -oEZ -oEZ -wOc -hNG -hNG -hNG -hNG -hNG -hNG -hNG -hNG -oEZ -oEZ -oEZ -oEZ -vKr -elg -vKr -vKr -vKr -jZl -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -rYV -vKr -vKr -vKr -rYV -cem -gMF -lbK -oBV -tcP -gJm -fFn -gJm -gJm -lPC -gMF -nbP -gJm -vRw -gMF -hlB -did -gMF -udN -ihP -vKr -vKr -vKr -vKr -uQq -vKr -hHa -aZv -aZv -rLE -bsn -bsn -bsn -bsn -bsn -bsn -hiz -hiz -hiz -rLE -bNe -bNe -jTS -jTS -mIK -xjH -sJB -sJB -alv -cUU -ink -eoA -llJ -cfl -bNe -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -cwz -cwz -wHR -cKr -cKr -yhb -cKr -cKr -cKr -cKr -cKr -cKr -cKr -wHR -hHa -jPG -jPG -jPG -mGW -"} -(19,1,1) = {" -mGW -hHa -sse -sse -sse -sse -sse -sse -sse -nHC -cXu -mfw -mfw -mfw -aLx -nHC -axG -axG -axG -axG -axG -fCE -fCE -axG -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -eXS -eXS -nHC -nHC -nHC -nHC -nHC -psN -psN -psN -tZj -nHC -nHC -fCE -fCE -fCE -fCE -wYi -wYi -wYi -wYi -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -uiA -qKH -qKH -qKH -qKH -qKH -vkX -qKH -qKH -lIn -lIn -lIn -lIn -lIn -lIn -lIn -eXx -lQL -jtJ -xFC -eXx -wnm -toz -aTW -eQj -pfm -pfm -sIA -tPv -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -oEZ -oEZ -oEZ -hNG -hNG -fyf -hNG -hNG -hNG -hNG -wOc -oEZ -oEZ -oEZ -vKr -vKr -elg -vKr -pOg -vKr -vKr -vKr -vKr -vKr -mbM -vKr -jZl -vKr -cem -eJA -vKr -cem -vKr -vKr -vKr -vKr -gMF -vor -oBV -nMM -gJm -gJm -gJm -gJm -mIL -gMF -kxL -dxl -raK -gMF -dno -did -gMF -mkY -ihP -tWV -vKr -tWV -vKr -uQq -lai -iDi -aZv -aZv -rLE -bsn -bsn -bsn -bsn -bsn -bsn -hiz -hiz -hiz -rLE -bNe -bNe -pXR -meP -meP -fwD -fwD -meP -meP -fwD -fwD -meP -meP -fwD -fwD -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -cwz -cwz -wHR -wHR -wHR -wHR -cKr -cKr -cKr -cKr -cKr -cKr -cKr -wHR -hHa -jPG -jPG -jPG -mGW -"} -(20,1,1) = {" -mGW -hHa -sse -sse -sse -sse -sse -sse -sse -nHC -qft -qft -nHC -nHC -nHC -nHC -axG -axG -axG -axG -kPA -kPA -kPA -axG -kPA -kPA -kPA -axG -axG -axG -axG -axG -axG -axG -axG -nHC -wcR -wcR -eXS -eXS -kYi -nHC -axG -axG -nHC -mfw -wFa -mfw -mfw -cUS -nHC -fCE -fCE -fCE -fCE -wYi -wYi -wYi -wYi -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -ixu -lTR -uiA -qKH -jcH -jcH -uli -uli -jcH -tnm -qKH -qKH -qKH -qKH -qKH -qKH -qKH -uiA -eXx -eXx -eXx -eXx -eXx -eXx -eXx -eXx -eXx -eXx -eXx -eXx -lTR -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -vKr -vKr -vKr -pha -cwz -cwz -cem -cIZ -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -qOu -vKr -gMF -kjg -jnx -faF -gJm -gJm -gJm -gJm -ctJ -gMF -egZ -vdK -gzK -gMF -fTO -waX -gMF -mkY -ihP -vKr -vKr -vKr -vKr -vKr -vKr -oTd -aZv -aZv -rLE -wit -hiz -hiz -hiz -hiz -hiz -hiz -hiz -pfw -rLE -bNe -sdi -fwD -meP -meP -fwD -fwD -meP -meP -fwD -fwD -meP -meP -fwD -fwD -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -cwz -cwz -kIo -kIo -kIo -wHR -cKr -cKr -cKr -cKr -cKr -cKr -cKr -wHR -hHa -jPG -jPG -jPG -mGW -"} -(21,1,1) = {" -mGW -hHa -sse -sse -sse -nHC -nHC -nHC -nHC -nHC -mfw -mfw -log -mfw -mfw -nHC -axG -axG -axG -axG -kPA -uPT -lpe -uPT -xYn -dhv -kPA -axG -axG -axG -axG -axG -axG -axG -axG -nHC -wcR -eXS -vYB -eXS -eXS -nHC -axG -axG -nHC -mfw -mfw -mfw -mfw -mfw -nHC -fCE -fCE -fCE -fCE -wYi -wYi -wYi -wYi -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -uiA -qKH -jcH -jcH -voo -uli -tnm -jcH -qKH -qKH -vVx -unH -iMu -kqN -qKH -uiA -uiA -uiA -uiA -uiA -uiA -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -vKr -iQe -pOg -elg -cwz -oaU -cwz -vKr -vKr -vKr -vKr -vKr -vKr -cem -cIZ -vKr -mbM -vKr -gqE -vKr -vKr -mMB -vKr -gMF -pKX -oBV -oBV -gJm -gJm -gJm -gJm -pEl -gMF -mGJ -aqC -uGW -gMF -nLk -mNo -gMF -iQe -ihP -vKr -rYV -vKr -vKr -uQq -qOu -hHa -aZv -aZv -rLE -rrZ -rrZ -rrZ -rrZ -rrZ -rrZ -hiz -hiz -hiz -rLE -bNe -sdi -fwD -sxA -cwE -srg -rHq -dCO -xTe -sjQ -eAf -xkB -vGh -fwD -fwD -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -cwz -cwz -kIo -kIo -kIo -cKr -cKr -cKr -cKr -cKr -cKr -cKr -gRT -wHR -hHa -jPG -jPG -jPG -mGW -"} -(22,1,1) = {" -mGW -hHa -sse -sse -sse -nHC -cXu -mfw -mfw -kaK -qsp -mfw -etm -bwv -mfw -nHC -axG -axG -axG -axG -kPA -uPT -uPT -uPT -iRw -hiL -kPA -axG -axG -axG -axG -axG -axG -axG -axG -nHC -nHC -sSp -kPA -vEi -vEi -nHC -axG -axG -nHC -mfw -mfw -wFa -mfw -mfw -nHC -fCE -fCE -fCE -fCE -wYi -wYi -wYi -wYi -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -uiA -qKH -qKH -qKH -qKH -qKH -qKH -qKH -qKH -qKH -bGB -uli -uli -uli -qKH -uiA -nCF -nCF -oGn -nCF -nCF -nCF -nCF -nCF -nCF -nCF -nCF -nCF -lTR -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -hSu -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -elg -elg -vKr -reW -elg -cxq -sUK -cwz -vKr -rgY -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -qOu -vKr -vKr -vKr -vKr -rYV -gMF -gMF -dXZ -oBV -sfP -vUF -pwo -flu -gMF -gMF -gMF -gMF -gMF -gMF -gMF -gMF -gMF -udN -ihP -vKr -vKr -vKr -vKr -uQq -jZl -kRF -aZv -aZv -rLE -rrZ -rrZ -rrZ -rrZ -rrZ -rrZ -hiz -hiz -hiz -hiz -cvQ -fwD -fwD -iNw -axB -qzY -wNd -cez -qBH -wmx -qmx -pXD -mKD -meP -fwD -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -cwz -cwz -kIo -qTf -kIo -wHR -cKr -cKr -cKr -cKr -cKr -cKr -cKr -wHR -lpj -lpj -lpj -lpj -mGW -"} -(23,1,1) = {" -mGW -hHa -sse -sse -sse -nHC -mfw -mfw -mfw -nHC -qsp -qsp -etm -etm -mfw -nHC -axG -axG -axG -axG -kPA -nWu -apz -ufp -vCh -qPR -kPA -axG -axG -axG -axG -axG -axG -axG -axG -nHC -wcR -wcR -cOM -eXS -eXS -nHC -axG -axG -nHC -mfw -mfw -mfw -mfw -mfw -nHC -fCE -fCE -fCE -fCE -wYi -wYi -wYi -wYi -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -uiA -qKH -fVG -uli -uli -uli -uli -uli -uli -qKH -uli -nwE -tTC -kcS -qKH -uiA -nCF -xOq -xOq -xOq -xOq -vLG -qOa -xOq -xOq -xOq -fgP -nCF -udN -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -pUY -jZl -vKr -vKr -lai -oEZ -oEZ -nBf -nBf -nBf -nBf -nBf -nBf -nBf -vKr -vKr -elg -vKr -vKr -vKr -vKr -iQe -eJA -vKr -vKr -cIZ -vKr -eJA -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -gMF -sGH -kJp -mln -sqU -lml -jjo -gMF -adi -did -did -bqf -ndT -did -dRJ -gMF -iQe -ihP -vKr -vKr -vKr -vKr -uQq -cem -jwN -aZv -aZv -rLE -wit -hiz -hiz -hiz -hiz -hiz -hiz -hiz -hiz -hiz -cvQ -pXR -fwD -fwD -meP -meP -fwD -fwD -meP -meP -fwD -fwD -meP -meP -fwD -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -cwz -cwz -wHR -wHR -wHR -wHR -cKr -cKr -cKr -cKr -cKr -cKr -cKr -cKr -wzb -wzb -wzb -lpj -mGW -"} -(24,1,1) = {" -mGW -hHa -sse -sse -sse -nHC -qsp -kIz -mfw -nHC -qsp -qsp -etm -etm -mfw -nHC -axG -axG -axG -axG -kPA -nWu -apz -xEQ -jTd -kvT -kPA -axG -axG -axG -axG -axG -axG -axG -axG -nHC -wcR -wcR -wcR -eXS -wcR -nHC -axG -axG -nHC -mfw -mfw -mfw -gOC -mfw -nHC -fCE -fCE -fCE -fCE -wYi -wYi -wYi -wYi -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -ixu -lTR -uiA -qKH -fVG -uli -uli -uli -uli -uli -uli -vkX -uli -uli -uli -uli -qKH -uiA -nCF -wVk -xOq -xOq -xOq -wbv -nCF -pAN -xOq -xOq -jhd -nCF -udN -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -cem -vKr -vKr -vKr -vKr -vKr -vKr -nee -dxl -dxl -vZl -oUq -xct -bXg -cqH -pOg -vKr -vKr -vKr -vKr -qOu -vKr -mbM -vKr -vKr -vKr -mbM -vKr -gqE -vKr -vKr -vKr -vKr -rYV -gWl -vKr -vKr -gMF -vvR -vvR -vvR -vvR -vvR -vvR -gMF -gMF -oGD -kfo -maF -kQF -did -gMF -gMF -uyL -bMB -mMB -vKr -vKr -vKr -vKr -cem -oTd -aZv -aZv -rLE -ale -ale -ale -ale -ale -ale -hiz -hiz -hiz -rLE -bNe -sdi -fwD -fQq -sfL -vok -tmd -mkG -lHa -lHa -iYh -iEu -pcd -meP -fwD -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -cwz -cwz -wHR -cKr -cKr -nfy -cKr -cKr -cKr -cKr -cKr -cKr -cKr -cKr -wzb -wzb -ozI -lpj -mGW -"} -(25,1,1) = {" -mGW -hHa -sse -sse -sse -nHC -qsp -qsp -mjs -nHC -mfw -mfw -mfw -mfw -etm -nHC -axG -axG -axG -axG -kPA -nWu -apz -uPT -uPT -uPT -kPA -axG -axG -axG -axG -axG -axG -axG -axG -nHC -wcR -wcR -wcR -wcR -cFX -nHC -axG -axG -nHC -wFa -mfw -mfw -mfw -mfw -nHC -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -ixu -lTR -uiA -qKH -nJC -nJC -pxw -bcC -ppb -uli -uli -qKH -uli -vXA -eAM -eAM -qKH -uiA -nCF -xOq -xOq -xOq -xOq -xOq -wMo -bmi -xOq -xOq -xOq -nCF -lTR -mGX -lTR -lTR -lTR -lTR -nJI -mGX -hHa -kcZ -kcZ -kcZ -hHa -cem -vKr -vKr -cem -cem -cem -vKr -ryS -dxl -dxl -dxl -nty -dxl -jKA -cqH -vKr -elg -pOg -vKr -vKr -vKr -mkY -vKr -vKr -pOg -vKr -mbM -vKr -cem -vKr -vKr -mbM -vKr -vKr -vKr -cem -vKr -vKr -jZl -vKr -vKr -cem -vKr -vKr -qOu -gMF -gMF -gMF -gMF -gMF -bbE -gMF -vKr -vKr -vKr -vKr -vKr -vKr -tWV -vKr -vKr -hHa -aZv -aZv -rLE -ale -ale -ale -ale -ale -ale -hiz -hiz -pfw -rLE -bNe -sdi -fwD -fwD -meP -meP -fwD -fwD -meP -meP -fwD -fwD -meP -meP -fwD -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -cwz -cwz -wHR -cKr -cKr -cKr -cKr -cKr -cKr -yhb -cKr -cKr -cKr -wHR -lpj -wzb -wzb -lpj -mGW -"} -(26,1,1) = {" -mGW -hHa -sse -sse -sse -nHC -qsp -qsp -qsp -nHC -etm -mfw -cXu -mfw -jMH -nHC -axG -axG -axG -axG -kPA -vJF -uPT -uPT -uPT -uPT -kPA -axG -axG -axG -axG -axG -axG -axG -axG -nHC -wcR -wcR -wcR -wcR -wcR -nHC -axG -axG -nHC -mfw -mfw -mfw -mfw -mfw -nHC -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -uiA -qKH -bGB -uli -uli -uli -uli -uli -xtQ -qKH -qKH -qKH -qKH -qKH -qKH -uiA -nCF -xOq -xKu -nCF -nCF -nCF -nCF -xOq -xOq -xOq -xOq -cho -tPv -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -vKr -vKr -vKr -bTy -vKr -vKr -vKr -puf -dxl -dzY -nBf -bXg -hez -bXg -cqH -vKr -vKr -vKr -vKr -vKr -vKr -vKr -eZl -vXY -bym -bym -cIZ -reW -vKr -vKr -vKr -qOu -vKr -vKr -vKr -vKr -vKr -vKr -vKr -cem -vKr -vKr -vKr -vKr -vKr -vKr -vKr -cem -vKr -vKr -elg -vKr -vKr -vKr -jZl -vKr -vKr -vKr -vKr -uQq -vKr -eUp -aZv -aZv -rLE -wit -hiz -hiz -hiz -hiz -hiz -hiz -hiz -hiz -rLE -bNe -bNe -pXR -hDG -fwD -fwD -ayP -mon -xvh -fQh -vaN -xZn -lDw -xZn -bNe -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -cwz -cwz -wHR -wHR -wHR -wHR -wHR -wHR -wHR -wHR -wHR -wHR -wHR -wHR -lpj -wzb -wzb -lpj -mGW -"} -(27,1,1) = {" -mGW -hHa -sse -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -kaK -nHC -nHC -nHC -nHC -axG -kPA -mVy -uPT -cAO -jzI -oJN -kPA -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -wcR -kuq -wcR -wcR -kHI -nHC -axG -axG -nHC -nHC -nHC -tol -mfw -mfw -nHC -axG -axG -axG -axG -axG -axG -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -nJI -uiA -qKH -uli -uli -uli -uli -uli -uli -uli -qKH -vKr -vKr -vKr -vKr -ihP -uiA -nCF -xOq -xOq -fVJ -iIY -pDb -nCF -sxm -xOq -xOq -azG -nCF -lTR -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -vKr -cem -vKr -vKr -vKr -vKr -vKr -mBf -dxl -dxl -nBf -uNE -laH -nBf -cqH -iQe -vKr -vKr -vKr -vKr -vKr -vKr -eZl -bym -xYU -bym -bym -bym -bym -bym -bym -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -mMB -vKr -vKr -rYV -vKr -cem -vKr -vKr -vKr -vKr -vKr -vKr -vKr -mkY -vKr -vKr -vKr -aRb -vKr -uQq -vKr -oTd -aZv -aZv -rLE -hiz -hiz -hiz -hiz -hiz -hiz -hiz -hiz -hiz -rLE -bNe -bNe -bNe -bNe -fwD -fwD -bNe -bNe -bNe -bNe -bNe -bNe -bNe -bNe -bNe -sns -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -xkd -lpj -wzb -wzb -lpj -mGW -"} -(28,1,1) = {" -mGW -hHa -sse -nHC -ajZ -ajZ -ajZ -ajZ -ajZ -ajZ -ajZ -ajZ -lUy -lUy -pzr -pzr -pzr -pzr -nHC -axG -kPA -kPA -ajk -kPA -kPA -kPA -kPA -nHC -wcR -wcR -wcR -wcR -wcR -wcR -wcR -wcR -wcR -wcR -kHI -tzq -kHI -nHC -axG -axG -axG -axG -nHC -mfw -mfw -mfw -nHC -axG -axG -axG -axG -axG -axG -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -uiA -qKH -uli -uli -uli -uli -uli -uli -uli -qKH -vKr -vKr -vKr -vKr -nSg -uiA -nCF -xOq -xOq -xOq -xOq -ela -nCF -hCs -xOq -xOq -odZ -nCF -mkY -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -vKr -cem -vKr -vKr -lai -vKr -vKr -mBf -ffA -dxl -nBf -cyE -lpQ -nBf -cqH -iQe -elg -ivI -vKr -jZl -vKr -cem -eJA -bym -bym -fRH -phT -iUv -fRH -fRH -vXY -rgY -vKr -vKr -vKr -vKr -jZl -vKr -vKr -vKr -vKr -jZl -vKr -vKr -vKr -vKr -vKr -vKr -rYV -vKr -elg -vKr -vKr -vKr -vKr -cem -vKr -vKr -tWV -vKr -cem -azP -aZv -aZv -rLE -wLH -wLH -wLH -wLH -wLH -wLH -hiz -hiz -hiz -rLE -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -kIl -dRV -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -tvB -xQE -cwz -cwz -aed -xoh -xoh -xoh -xoh -xoh -xoh -xoh -xoh -lpj -lpj -wzb -ozI -lpj -mGW -"} -(29,1,1) = {" -mGW -hHa -axG -nHC -ajZ -ajZ -ajZ -ajZ -fij -ajZ -ajZ -ajZ -ajZ -ajZ -ltI -ajZ -ajZ -ajZ -nHC -axG -axG -eXS -eXS -eXS -axG -axG -axG -nHC -wcR -wcR -wcR -wcR -wcR -wcR -wcR -wcR -wcR -kuq -wUU -kHI -kHI -nHC -axG -axG -axG -axG -nHC -mfw -etm -etm -nHC -axG -axG -axG -axG -axG -axG -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -uiA -qKH -uli -uli -uli -rdx -epB -fUl -ppb -qKH -vKr -vKr -vKr -xge -ihP -uiA -nCF -xOq -xOq -xOq -xOq -iDR -nCF -oPY -xOq -xOq -vQg -nCF -mkY -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -vKr -vKr -vKr -cem -qOu -cem -vKr -nBf -nBf -nBf -nBf -nBf -nBf -nBf -cqH -vKr -elg -vKr -vKr -vKr -vKr -vKr -vKr -pOg -bym -uga -fRH -fRH -fRH -fRH -bym -bym -eJA -vKr -vKr -vKr -vKr -vKr -mMB -vKr -vKr -vKr -vKr -vKr -elg -elg -vKr -elg -vKr -elg -vKr -vKr -vKr -vKr -vKr -rYV -vKr -dvk -tWV -vKr -bTy -azP -aZv -aZv -rLE -rLE -rLE -rLE -rLE -rLE -rLE -rLE -rLE -rLE -rLE -sns -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dRV -kIl -kIl -kIl -kIl -kIl -kIl -kIl -xQE -cwz -cwz -hvI -xoh -oHJ -rDu -oHJ -oHJ -eGo -fqC -fqC -rDu -rDu -wzb -wzb -lpj -mGW -"} -(30,1,1) = {" -mGW -hHa -axG -nHC -nHC -nHC -nHC -xXa -ajZ -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -axG -axG -axG -eXS -eXS -axG -axG -axG -nHC -wcR -wcR -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -axG -axG -axG -axG -nHC -mfw -etm -jMH -nHC -axG -axG -axG -axG -axG -axG -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -uiA -qKH -qKH -vkX -qKH -bZD -bZD -bZD -qKH -qKH -uyL -uyL -uyL -uyL -vPB -uiA -nCF -cgG -mhh -bbw -rKk -xOq -nCF -xOq -xOq -ixS -uxt -nCF -lTR -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -vKr -vKr -lai -vKr -vKr -vKr -vKr -tUD -lqq -lqq -aZN -bzs -uLN -bXg -cqH -reW -vKr -vKr -vKr -cem -cIZ -vKr -mbM -vKr -bym -fRH -phT -fRH -phT -fRH -bym -bym -mbM -vKr -iQe -vKr -mkY -vKr -vKr -vKr -vKr -iQe -vKr -vKr -vKr -vKr -vKr -rYV -vKr -dvk -vKr -vKr -vKr -vKr -iQe -vKr -vKr -vKr -vKr -vKr -cem -hHa -aZv -aZv -rLE -rLE -rLE -rLE -rLE -rLE -rLE -rLE -rLE -rLE -rLE -sns -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dRV -gYA -kIl -kIl -kIl -kIl -xQE -cwz -cwz -uGw -xoh -oHJ -rDu -oop -rDu -rDu -rDu -rDu -rDu -rDu -wzb -wzb -lpj -mGW -"} -(31,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -nHC -wcR -wUU -nHC -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -nHC -mfw -etm -etm -nHC -axG -axG -axG -axG -axG -axG -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -nCF -nCF -nCF -nCF -nCF -nCF -nCF -nCF -nCF -nCF -nCF -nCF -lTR -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -vKr -cem -cem -vKr -lai -vKr -vKr -mjO -lqq -lqq -lqq -wxT -lqq -uuU -cqH -pOg -vKr -vKr -reW -vKr -vKr -vKr -vKr -jjl -hvO -fer -fRH -fRH -nWc -fRH -xYU -bym -reW -vKr -vKr -vKr -rYV -vKr -vKr -vKr -vKr -vKr -elg -vKr -cem -vKr -rYV -vKr -vKr -vKr -vKr -gqE -gMF -gMF -gMF -gMF -gMF -gMF -vKr -vKr -vKr -oTd -jPG -hHa -hHa -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -pRZ -kIl -kIl -vdd -kIl -kIl -crG -kIl -vdd -kIl -kIl -kIl -kIl -kIl -tkF -cwz -cwz -cwz -eAb -xoh -oHJ -rDu -rDu -rDu -rDu -rDu -xoh -lpj -lpj -lpj -lpj -lpj -mGW -"} -(32,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -fij -nHC -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -nHC -wcR -nHC -nHC -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -nHC -mfw -etm -etm -nHC -axG -axG -axG -axG -axG -axG -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -vKr -vKr -cem -vKr -vKr -vKr -uQq -nrK -lqq -uno -nBf -bXg -hez -bXg -cqH -vKr -elg -vKr -vKr -elg -elg -dsz -elg -dsz -dsz -dsz -fRH -fRH -fRH -fRH -bym -eZl -vKr -cem -vKr -vKr -vKr -vKr -eJA -vKr -vKr -iQe -vKr -vKr -vKr -vKr -vKr -vKr -cem -elg -mbM -vKr -gMF -kDr -uBA -hez -kNU -gMF -vKr -vKr -cem -hHa -jPG -jPG -hHa -sns -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -vdd -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dRV -dRV -dRV -kIl -ntz -cwz -cwz -cwz -eAb -xoh -qyT -rDu -rDu -awC -lxr -lxr -xoh -hHa -vRo -vRo -vRo -vRo -mGW -"} -(33,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -nHC -wcR -wcR -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -axG -axG -axG -axG -nHC -tol -etm -etm -nHC -axG -axG -axG -axG -axG -axG -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -lTR -vKr -vKr -nmF -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -gGj -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -cVh -mGX -lTR -nJI -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -vKr -vKr -qOu -cem -vKr -vKr -vKr -wlP -lqq -lqq -nBf -uNE -laH -nBf -cqH -iQe -elg -elg -elg -dsz -elg -dsz -dsz -dsz -dsz -dsz -fRH -fRH -fRH -fRH -bym -eZl -vKr -rYV -vKr -dvk -vKr -vKr -vKr -vKr -iQe -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -elg -vKr -vKr -gMF -ohq -gJm -gMF -gMF -gMF -vKr -uQq -qOu -jwN -jPG -jPG -hHa -sns -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -vdd -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -tkF -cwz -cwz -jXX -mQQ -xoh -sKZ -rDu -rDu -aAA -kuB -kuB -xoh -hHa -vRo -vRo -vRo -vRo -mGW -"} -(34,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -axG -axG -axG -tNx -lPp -tNx -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -nHC -wcR -wcR -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -axG -axG -nHC -nHC -nHC -nHC -nHC -nHC -mfw -etm -etm -nHC -nHC -nHC -axG -axG -axG -axG -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -ixu -lTR -lTR -vKr -vKr -ihP -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -ihP -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -cem -vKr -cem -vKr -cem -bTy -vKr -wlP -hXB -lqq -nBf -cyE -lpQ -nBf -cqH -vKr -elg -vKr -jZl -vKr -vKr -vKr -vKr -lYP -yeg -ebH -fRH -fRH -phT -fRH -bym -eZl -rYV -vKr -vKr -vKr -vKr -gqE -vKr -vKr -vKr -elg -vKr -vKr -vKr -vKr -vKr -qOu -vKr -elg -vKr -vKr -gMF -cSy -gJm -hez -fuO -gMF -vKr -uQq -cem -hHa -jPG -jPG -hHa -sns -kIl -vdd -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -crG -kIl -kIl -cwz -cwz -cwz -iuB -xoh -bLO -rDu -rDu -fEM -sPZ -kvX -xoh -hqT -paH -vRo -vRo -vRo -mGW -"} -(35,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -axG -axG -axG -lPp -gXF -lPp -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -nHC -wcR -wcR -nHC -kQC -log -kQC -mfw -kQC -log -kQC -nHC -axG -axG -nHC -mfw -mfw -nHC -dnC -dnC -mfw -jMH -etm -dnC -dnC -nHC -axG -axG -axG -axG -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -ixu -lTR -vKr -vKr -ihP -vKr -vKr -vKr -vKr -vKr -vKr -utF -pBf -vKr -mkY -kpw -kpw -kpw -kpw -kpw -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -ihP -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -cem -jZl -vKr -vKr -vKr -cem -uQq -nBf -nBf -nBf -nBf -nBf -nBf -nBf -cqH -reW -vKr -vKr -vKr -vKr -mMB -vKr -vKr -bym -bym -fRH -phT -fRH -fRH -nWc -bym -vXY -vKr -vKr -cem -vKr -mbM -vKr -vKr -elg -elg -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -elg -vKr -vKr -iea -gJm -gJm -gMF -gMF -gMF -vKr -vKr -vKr -eUp -jPG -jPG -hHa -sns -kIl -kIl -kIl -kIl -kIl -kIl -pRZ -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -crG -kIl -kIl -kIl -kIl -pRZ -kIl -kIl -kIl -kIl -kIl -pRZ -kIl -kIl -kIl -kIl -dRV -kIl -kIl -cwz -cwz -cwz -cwz -rDu -rDu -rDu -rDu -aAA -oQZ -oQZ -xoh -hHa -vRo -vRo -vRo -vRo -mGW -"} -(36,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -laj -ajZ -nHC -axG -axG -axG -tNx -lPp -tNx -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -nHC -vOE -wcR -nHC -kQC -bhX -kQC -mfw -kQC -bhX -kQC -nHC -axG -axG -nHC -wcR -wcR -nHC -dnC -dnC -mfw -etm -etm -dnC -dnC -nHC -axG -axG -axG -axG -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -ixu -ixu -lTR -vKr -vKr -ihP -vKr -vKr -vKr -kpw -kpw -kpw -kpw -kpw -lKU -kpw -kpw -luh -vKm -vKm -kpw -kpw -kpw -kpw -kpw -kpw -vKr -vKr -vKr -mSx -ihP -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -cem -vKr -vKr -vKr -vKr -vKr -uQq -hdS -kYQ -kYQ -jDE -mcM -qkz -bXg -cqH -vKr -iQe -vKr -mkY -vKr -vKr -vKr -eZl -xYU -fRH -fRH -iUv -fRH -sVq -xYU -bym -bym -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -iQe -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -elg -vKr -iea -gJm -gJm -hez -fuO -gMF -vKr -uQq -vKr -hHa -jPG -jPG -hHa -sns -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -gYA -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -cwz -cwz -cwz -pjA -xoh -oqY -rDu -rDu -aAA -nIW -gMz -xoh -hHa -vRo -vRo -vRo -vRo -mGW -"} -(37,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -xXa -ajZ -nHC -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -nHC -wcR -wcR -nHC -kQC -mfw -kQC -mfw -kQC -mfw -kQC -nHC -axG -axG -nHC -wcR -wcR -nHC -dnC -dnC -etm -etm -mfw -dnC -dnC -nHC -axG -axG -axG -axG -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -ixu -ixu -lTR -vKr -vKr -ihP -vKr -vKr -vKr -kpw -dRQ -xsd -tWD -kpw -pbB -jaW -mMf -xNo -xNo -xNo -mMf -vjp -tGL -lkr -rtd -kpw -vKr -vKr -vKr -vKr -ihP -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -vKr -vKr -cem -cem -bTy -cem -vKr -fvX -kYQ -kYQ -kYQ -fek -kYQ -hVo -cqH -vKr -vKr -elg -rYV -vKr -vKr -vKr -eZl -vXY -fRH -fRH -bym -bym -bym -bym -bym -bym -vKr -qOu -vKr -vKr -vKr -elg -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -elg -vKr -gMF -uMG -gJm -gMF -gMF -gMF -vKr -vKr -lai -azP -jPG -jPG -hHa -sns -kIl -crG -kIl -kIl -vdd -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -vdd -kIl -kIl -kIl -kIl -kIl -gYA -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dRV -kIl -cwz -cwz -cwz -cwz -xoh -xoh -rDu -rDu -aAA -kuB -kuB -xoh -hHa -hHa -hHa -hHa -vRo -mGW -"} -(38,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -fij -ajZ -nHC -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -nHC -wcR -wcR -nHC -mfw -mfw -mfw -mfw -mfw -mfw -mfw -nHC -axG -axG -nHC -vOE -wcR -nHC -dnC -dnC -nHC -nHC -nHC -dnC -dnC -nHC -axG -axG -axG -axG -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -ixu -ixu -lTR -vKr -vKr -ihP -vKr -vKr -vKr -kpw -bPC -dRQ -dRQ -dcB -wHH -nVl -kpw -kpw -kpw -kpw -kpw -tnB -kHl -ltb -dfY -tQq -mkY -vKr -vKr -vKr -ihP -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -cem -vKr -vKr -vKr -cem -cem -uQq -pUl -kYQ -nXR -nBf -bXg -hez -bXg -cqH -cem -pOg -elg -reW -vKr -eJA -vKr -vKr -bym -bym -bym -bym -eJA -pOg -vKr -vKr -vKr -vKr -vKr -elg -vKr -vKr -vKr -vKr -vKr -vKr -vKr -iQe -iQe -vKr -vKr -vKr -vKr -gWl -vKr -vKr -elg -hez -gJm -gJm -gJm -dsj -mzl -vKr -vKr -cem -hHa -jPG -jPG -hHa -sns -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -cwz -cwz -cwz -cwz -cwz -xoh -rDu -rDu -ePx -nhF -iqq -xoh -lpj -lpj -lpj -lpj -vRo -mGW -"} -(39,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -nHC -wcR -wcR -nHC -mfw -mfw -mfw -sCn -mfw -mfw -mfw -nHC -axG -axG -nHC -wcR -kHI -nHC -dnC -dnC -nHC -axG -nHC -dnC -dnC -nHC -axG -axG -axG -axG -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -ixu -ixu -lTR -vKr -vKr -ihP -vKr -vKr -vKr -kpw -kpw -kpw -kpw -kpw -xbS -iGJ -kpw -pEC -cpU -lxb -kpw -xbS -rCq -sFH -dfY -tQq -gqE -vKr -vKr -vKr -tXJ -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -vKr -vKr -qOu -cem -jZl -vKr -uQq -exN -kYQ -kYQ -nBf -uNE -laH -nBf -cqH -rYV -pOg -dvk -vKr -vKr -vKr -vKr -vKr -vKr -vKr -qOu -vKr -mbM -vKr -vKr -elg -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -gMF -mwy -gJm -gJm -hQt -gMF -vKr -uQq -jZl -azP -jPG -jPG -hHa -sns -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -pRZ -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -vdd -kIl -kIl -kIl -kIl -kIl -kIl -dRV -cwz -cwz -cwz -cwz -cwz -rDu -rDu -rDu -aAA -oQZ -oQZ -xoh -msC -nIW -qdR -lpj -vRo -mGW -"} -(40,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -axG -axG -axG -axG -axG -axG -nHC -nHC -nHC -nHC -nHC -axG -axG -axG -axG -axG -axG -nHC -wcR -wcR -nHC -mfw -mfw -mfw -mfw -mfw -mfw -mfw -nHC -axG -axG -nHC -wcR -kHI -nHC -dnC -dnC -nHC -axG -nHC -dnC -dnC -nHC -axG -axG -xAF -xAF -xAF -xAF -xAF -xAF -xAF -xAF -xAF -xAF -xAF -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -ixu -lTR -lTR -vKr -vKr -ihP -vKr -vKr -vKr -kpw -ucy -tyJ -poL -fbH -doP -dfY -kpw -sGC -xeB -cUn -kpw -umH -qoW -vny -sHp -kpw -dvk -mkY -vKr -vKr -vKr -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -vKr -cem -ygo -cem -vKr -vKr -uQq -exN -gvN -kYQ -nBf -cyE -lpQ -nBf -cqH -vKr -vKr -vKr -vKr -gqE -vKr -vKr -vKr -vKr -vKr -vKr -mkY -vKr -vKr -vKr -vKr -cem -cIZ -vKr -mbM -vKr -gqE -vKr -vKr -vKr -vKr -jZl -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -elg -gMF -nkC -gJm -gJm -dsj -mzl -tWV -qGD -vKr -hHa -jPG -jPG -hHa -sns -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -crG -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dRV -kIl -dRV -cwz -cwz -cwz -cwz -cwz -rDu -rDu -rDu -fLs -oph -oph -aLK -nIW -hYK -kzD -lpj -vRo -mGW -"} -(41,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -laj -ajZ -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -noZ -ajZ -noZ -nHC -axG -axG -axG -axG -axG -axG -nHC -wcR -wcR -nHC -nHC -nHC -nHC -nHC -nHC -nHC -kaK -nHC -nHC -nHC -nHC -kHI -kHI -nHC -dnC -dnC -nHC -axG -nHC -dnC -dnC -nHC -axG -axG -xAF -mWI -qBX -qBX -qlo -oRd -qkT -wsS -oBi -cuW -dnC -vPw -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -ixu -lTR -lTR -vKr -vKr -ihP -vKr -mkY -vKr -tQq -fvt -bei -poL -kpw -umH -pdu -aNV -xeB -kjk -xeB -aNV -doP -vjp -vjp -pdu -qBz -jPG -jPG -jPG -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -ygo -vKr -cem -lai -vKr -cem -vKr -nBf -nBf -nBf -nBf -nBf -nBf -nBf -cqH -vKr -cem -vKr -mbM -vKr -vKr -vKr -elg -vKr -vKr -vKr -elg -vKr -cem -vKr -vKr -vKr -vKr -vKr -vKr -qOu -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -gMF -gMF -mpe -gMF -gMF -gMF -tWV -qGD -cem -xvW -jPG -jPG -hHa -sns -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dRV -kIl -kIl -kIl -kIl -dRV -kIl -kIl -kIl -kIl -kIl -kIl -cwz -cwz -cwz -cwz -cwz -xoh -tkb -rDu -rDu -rDu -rDu -xoh -rxv -nIW -wVi -lpj -vRo -mGW -"} -(42,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -fij -bOO -bOO -bOO -bwv -etm -uiI -etm -bwv -noZ -ajZ -noZ -nHC -axG -axG -axG -axG -axG -axG -nHC -vOE -wcR -kHI -kHI -kHI -kHI -kHI -kHI -kHI -kHI -wcR -wcR -wcR -wcR -kHI -kHI -nHC -dnC -dnC -nHC -axG -nHC -dnC -dnC -nHC -axG -axG -xAF -vzj -qmJ -uOG -wiU -hAl -kLz -wsS -efe -dnC -dnC -vPw -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -ixu -ixu -ixu -vKr -vKr -ihP -vKr -vKr -vKr -tQq -jxv -poL -pbM -kpw -uYA -dfY -kpw -kpw -kpw -rcD -kpw -xpL -nLI -vjp -pdu -vjp -jPG -jPG -jPG -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -cem -qOu -vKr -cem -cem -cem -tWV -gDe -xpd -xpd -tOX -wTk -xvX -bXg -cqH -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -rYV -vKr -cIZ -vKr -eJA -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -iQe -vKr -vKr -vKr -cem -cIZ -vKr -gMF -vUl -irA -hBg -xFU -gMF -vKr -vKr -vKr -iDi -jPG -jPG -hHa -sns -kIl -vdd -kIl -crG -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dRV -kIl -kIl -kIl -kIl -kIl -dRV -kIl -kIl -kIl -kIl -kIl -dRV -kIl -kIl -kIl -kIl -kIl -cwz -cwz -cwz -cwz -cwz -xoh -rDu -rDu -rDu -rDu -rDu -xoh -lpj -hss -hss -lpj -vRo -mGW -"} -(43,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -etm -etm -vZD -dTj -etm -rQq -bOO -bOO -noZ -ajZ -noZ -nHC -axG -axG -axG -axG -axG -axG -nHC -wcR -wcR -kHI -kHI -kHI -kHI -kHI -kHI -kmp -kHI -wcR -wcR -wcR -wcR -kHI -kHI -sSp -dnC -knv -nHC -axG -nHC -rfZ -dnC -nHC -axG -axG -xAF -vzj -qmJ -rAG -tXo -qmJ -lhj -xAF -gKN -vXW -gKN -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -ixu -ixu -lTR -mnD -vKr -ihP -vKr -vKr -vKr -tQq -ghN -cou -poL -kpw -umH -pdu -aNV -xeB -xeB -xeB -aNV -doP -vjp -vjp -dfY -kpw -cem -vKr -vKr -vKr -vKr -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -vKr -cem -cem -vKr -cem -vKr -vKr -nlM -xpd -xpd -xpd -qWq -xpd -nRf -cqH -vKr -pOg -vKr -elg -vKr -vKr -vKr -mbM -vKr -jZl -vKr -cem -eJA -vKr -vKr -vKr -mbM -vKr -gqE -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -iQe -vKr -vKr -vKr -vKr -elg -vKr -gMF -vUl -irA -irA -xFU -gMF -vKr -uQq -lai -azP -jPG -jPG -hHa -sns -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dRV -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -cwz -cwz -cwz -cwz -cwz -xoh -xoh -rDu -rDu -xoh -xoh -xoh -hHa -vRo -vRo -vRo -vRo -mGW -"} -(44,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -nHC -nHC -nHC -rbI -nHC -nHC -nHC -noZ -ajZ -noZ -nHC -axG -axG -axG -axG -axG -axG -nHC -nHC -nHC -kHI -kHI -kHI -kHI -kHI -kHI -kHI -kHI -wcR -wcR -wcR -iMi -wcR -wcR -nHC -dnC -dnC -nHC -axG -nHC -dnC -dnC -nHC -axG -axG -xAF -vzj -qmJ -uOG -uOG -hkT -dQr -hmL -tqL -hmL -ubf -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -ixu -ixu -lTR -vKr -vKr -ihP -vKr -vKr -vKr -kpw -bIk -lZv -poL -fbH -doP -dfY -kpw -ljx -xeB -enc -kpw -vpr -kHA -kHA -hGg -kpw -vKr -cem -vKr -vKr -bVV -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -lai -cem -vKr -vKr -qOu -cem -vKr -xqy -xpd -qOb -nBf -bXg -hez -bXg -cqH -vKr -vKr -reW -elg -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -mbM -vKr -cem -vKr -vKr -mbM -vKr -xQL -vKr -vKr -vKr -vKr -vKr -asH -vKr -vKr -vKr -cIZ -elg -eJA -vKr -gMF -vUl -irA -irA -xFU -gMF -vKr -vKr -cem -hHa -jPG -jPG -hHa -sns -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dRV -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -pRZ -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -hHa -vRo -vRo -vRo -vRo -mGW -"} -(45,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -nHC -nHC -nHC -rbI -nHC -nHC -nHC -noZ -ajZ -noZ -nHC -axG -axG -axG -axG -axG -axG -axG -axG -nHC -kHI -kHI -kHI -kHI -kHI -kHI -kHI -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -dnC -kyY -nHC -axG -nHC -dnC -dnC -nHC -axG -axG -xAF -gTr -pfv -wxu -naF -vnz -aIL -pfv -pfv -pfv -jWs -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -lTR -vKr -vKr -ihP -vKr -vKr -vKr -kpw -kpw -kpw -kpw -kpw -umH -dfY -kpw -sff -vfd -nci -kpw -kpw -kpw -kpw -kpw -kpw -kpw -kpw -kpw -vKr -ihP -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -vKr -vKr -cem -cem -cem -cem -vKr -bJv -xpd -xpd -nBf -uNE -laH -nBf -cqH -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -cem -cIZ -vKr -mbM -vKr -vKr -vKr -cIZ -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -mbM -vKr -gqE -gMF -gMF -sAW -sAW -gMF -gMF -vKr -vKr -cem -djC -jPG -jPG -hHa -sns -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dRV -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -hHa -vRo -vRo -vRo -vRo -mGW -"} -(46,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -lON -ajZ -nHC -nHC -apy -jPg -jKT -nHC -nHC -nHC -kYh -ajZ -noZ -nHC -axG -axG -axG -axG -axG -axG -axG -axG -nHC -kHI -kHI -voY -kHI -kHI -kHI -kHI -nHC -cmf -vAi -vAi -fmo -fmo -vIX -nHC -dnC -dnC -nHC -axG -nHC -dnC -dnC -nHC -axG -axG -xAF -xAF -xAF -xAF -xAF -qFa -lhj -xAF -xAF -xAF -xAF -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -lTR -vKr -mkY -ihP -vKr -vKr -vKr -kpw -vWQ -mhM -kvh -kpw -umH -dfY -kpw -kpw -kpw -kpw -kpw -hof -sDt -dLo -bJN -xeB -mdo -rig -kpw -vKr -ihP -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -vKr -cem -vKr -vKr -jZl -vKr -vKr -bJv -fDa -xpd -nBf -cyE -lpQ -nBf -cqH -vKr -vKr -jZl -pOg -elg -pOg -vKr -vKr -vKr -vKr -vKr -vKr -vKr -qOu -vKr -bzc -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -iQe -vKr -vKr -vKr -vKr -vKr -mbM -elg -cem -vKr -vKr -mbM -vKr -vKr -tWV -vKr -vKr -vKr -hHa -jPG -jPG -hHa -sns -kIl -kIl -kIl -kIl -kIl -pRZ -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -crG -kIl -kIl -kIl -kIl -vdd -kIl -kIl -vdd -kIl -crG -kIl -kIl -kIl -kIl -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -hHa -vRo -vRo -vRo -vRo -mGW -"} -(47,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -nHC -xgs -vNg -hGB -nHC -nHC -nHC -xqA -ajZ -kCO -nHC -axG -axG -axG -axG -axG -axG -axG -axG -nHC -nHC -kHI -nHC -nHC -nHC -nHC -nHC -nHC -bgn -eIg -vHn -fmo -hPU -tPE -nHC -dnC -dnC -nHC -axG -nHC -dnC -dnC -nHC -axG -axG -xAF -eck -dnC -dnC -wsS -vzj -lhj -wsS -dnC -dnC -niA -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -nJI -lTR -lTR -vKr -vKr -ihP -vKr -vKr -vKr -kpw -aoo -xeB -xeB -aNV -doP -pdu -tVU -ljn -qrA -pbq -kpw -pWD -xeB -xeB -xeB -xeB -xeB -tCJ -kpw -vKr -ihP -mGX -lTR -lTR -nJI -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -cem -vKr -qOu -vKr -cem -vKr -vKr -nBf -nBf -nBf -nBf -nBf -nBf -nBf -elg -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -cIZ -vKr -eJA -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -rgY -vKr -vKr -vKr -vNz -vKr -vKr -iQe -vKr -vKr -vKr -bzc -vKr -cIZ -vKr -vKr -vKr -vKr -vKr -vKr -iQe -vKr -vKr -vKr -qOu -azP -jPG -jPG -hHa -sns -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -vdd -kIl -pRZ -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -hHa -vRo -vRo -tAI -vRo -mGW -"} -(48,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -nHC -uDd -hGB -bws -nHC -nHC -nHC -noZ -ajZ -noZ -nHC -axG -axG -axG -axG -axG -axG -axG -axG -axG -nHC -mfw -nHC -nHC -nHC -nHC -nHC -fDV -xif -qvP -qvP -aGu -fDV -pSH -nHC -thl -dnC -nHC -axG -nHC -dnC -ohG -nHC -axG -axG -xAF -wbD -dnC -dnC -shu -vzj -lhj -shu -dnC -csG -vmY -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -lTR -vKr -vKr -ihP -vKr -vKr -vKr -kpw -kOx -xeB -iBy -kpw -umH -dfY -kpw -kpw -kpw -kpw -kpw -tQq -sKU -tQq -kpw -tQq -sKU -tQq -kpw -vKr -ihP -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -vKr -vKr -vKr -cem -vKr -qOu -uQq -vKr -jZl -vKr -vKr -elg -elg -iQe -vKr -vKr -vKr -vKr -vKr -vKr -reW -vKr -vKr -vKr -mbM -vKr -gqE -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -eJA -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -elg -vKr -vKr -vKr -vKr -iQe -vKr -vKr -uQq -cem -oTd -jPG -jPG -hHa -sns -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dRV -kIl -dRV -kIl -kIl -kIl -vdd -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -hHa -vRo -vRo -vRo -vRo -mGW -"} -(49,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -nHC -jDY -aHI -leD -nHC -nHC -nHC -noZ -ajZ -noZ -nHC -nHC -nHC -axG -axG -axG -axG -axG -axG -axG -nHC -mfw -nHC -nHC -fCE -nHC -nHC -lBW -ioo -vAi -vAi -vqw -ajZ -ajZ -nHC -dnC -dnC -nHC -axG -nHC -dnC -dnC -nHC -axG -axG -xAF -iYT -dnC -dnC -wsS -vzj -lhj -wsS -dnC -dnC -iYT -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -lTR -vKr -vKr -ihP -vKr -vKr -vKr -kpw -aTO -xeB -iID -kpw -uYA -nbT -cXr -cXr -cXr -cXr -cXr -cXr -asj -uAs -vvo -qtU -asj -eCT -kpw -vKr -ihP -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -vKr -jZl -cem -vKr -vKr -vKr -vKr -aRb -vKr -iQe -vKr -vKr -qOu -vKr -vKr -iQe -vKr -vKr -pOg -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -qOu -vKr -mbM -vKr -iQe -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -elg -vKr -vKr -vKr -vKr -vKr -vKr -vKr -uQq -vKr -azP -jPG -jPG -hHa -sns -kIl -vdd -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dRV -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -hHa -vRo -vRo -vRo -vRo -mGW -"} -(50,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -nHC -gKc -sxo -rzM -nHC -nHC -nHC -noZ -ajZ -kYh -noZ -noZ -nHC -nHC -axG -axG -axG -axG -axG -axG -nHC -psN -nHC -nHC -ajZ -nHC -nHC -ajZ -ioo -brF -vAi -vqw -ajZ -ajZ -nHC -cbu -cbu -nHC -axG -nHC -dnC -dnC -nHC -axG -axG -xAF -xAF -xAF -xAF -xAF -vzj -lhj -xAF -xAF -xAF -xAF -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -lTR -vKr -vKr -ihP -vKr -vKr -vKr -kpw -fHm -csA -gGD -kpw -ntH -rdo -rdo -rdo -iZt -rdo -bMe -iZt -rdo -rdo -rdo -iZt -rdo -lyi -kpw -vKr -ihP -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -cem -cem -vKr -jZl -cem -cem -uQq -vKr -iQe -vKr -vKr -iQe -vKr -vKr -vKr -iQe -vKr -vKr -vKr -vKr -iQe -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -mkY -vKr -vKr -vKr -vKr -vKr -cem -vKr -vKr -vKr -vKr -iQe -vKr -vKr -vKr -elg -iQe -iQe -iQe -vKr -vKr -tWV -vKr -uQq -vKr -eUp -jPG -jPG -hHa -sns -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -sdm -sdm -sdm -sdm -sdm -sdm -sdm -sdm -sdm -sdm -sdm -sdm -sdm -sdm -sdm -sdm -sdm -sdm -sdm -sdm -sdm -sdm -jzk -sns -sns -sns -sns -sns -sns -sns -sns -sns -hHa -hHa -hHa -hHa -hHa -mGW -"} -(51,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -ouD -lPg -ajZ -noZ -uAm -noZ -nHC -axG -axG -axG -axG -axG -axG -nHC -mfw -aCa -mfw -ajZ -nHC -nHC -ajZ -ioo -vAi -vAi -vqw -ajZ -ajZ -nHC -awL -dnC -nHC -axG -nHC -dnC -dnC -nHC -axG -axG -xAF -eck -dnC -dnC -wsS -vzj -lhj -wsS -dnC -dnC -eck -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -lTR -vKr -vKr -ihP -vKr -vKr -vKr -kpw -kpw -kpw -kpw -kpw -kpw -kpw -kpw -kpw -kpw -kpw -kpw -kpw -kpw -kpw -kpw -kpw -kpw -kpw -kpw -vKr -ihP -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -vKr -vKr -vKr -cem -tUn -cem -uQq -aRb -vKr -vKr -jZl -vKr -iQe -vKr -vKr -vKr -vKr -reW -elg -iQe -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -cem -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -iQe -iQe -vKr -vKr -vKr -vKr -vKr -vKr -vKr -gWl -vKr -vKr -ygo -hHa -jPG -jPG -hHa -sns -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dRV -kIl -kIl -kIl -sdm -vKn -mif -mif -mif -mif -mif -mif -mif -mif -mif -mif -mif -mif -mif -mif -mif -mif -mif -mif -mif -mif -jzk -sns -sns -sns -sns -sns -sns -sns -sns -sns -hHa -jPG -jPG -jPG -jPG -mGW -"} -(52,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -fij -nHC -nHC -axG -axG -axG -axG -nHC -nHC -noZ -ajZ -ajZ -ajZ -noZ -qBd -nHC -axG -axG -axG -axG -axG -axG -nHC -nHC -nHC -mfw -ajZ -nHC -nHC -ajZ -ioo -vAi -vAi -vqw -ajZ -ajZ -nHC -cbu -dnC -nHC -axG -nHC -dnC -dnC -nHC -axG -axG -xAF -wbD -nai -dnC -shu -vzj -lhj -shu -dnC -dOT -vmY -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -lTR -vKr -vKr -ihP -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -ihP -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -vKr -cem -ksj -ksj -bTy -ksj -vKr -tUn -tUn -vKr -vKr -tUn -vKr -tUn -vKr -vKr -vKr -vKr -vKr -vKr -pOg -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -rYV -vKr -dvk -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -dvk -elg -elg -vKr -vKr -mbM -vKr -vKr -vKr -vKr -vKr -xvW -jPG -jPG -hHa -sns -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -crG -kIl -kIl -kIl -kIl -kIl -kIl -kIl -sdm -ttg -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -hHa -hHa -jPG -jPG -jPG -jPG -mGW -"} -(53,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -nHC -axG -axG -axG -axG -nHC -nHC -noZ -ajZ -ajZ -noZ -noZ -noZ -nHC -axG -axG -axG -axG -axG -axG -axG -axG -nHC -jMH -ajZ -nHC -nHC -ajZ -ioo -vAi -aGu -sVl -ajZ -ajZ -nHC -awL -knv -nHC -axG -nHC -rfZ -ohG -nHC -axG -axG -xAF -dnC -jhb -dnC -wsS -vzj -lhj -wsS -dnC -dnC -tag -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -lTR -vKr -vKr -fcZ -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -uyL -vPB -mGX -lTR -lTR -lTR -lTR -lTR -mGX -hHa -kcZ -kcZ -kcZ -hHa -bTy -tUn -lai -cem -tUn -bMT -vKr -jvh -aRb -vKr -vKr -vKr -tUn -tUn -vKr -vKr -tUn -tUn -tUn -tUn -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -vKr -tUn -vKr -tUn -vKr -tUn -vKr -tUn -elg -tUn -tUn -elg -tUn -tUn -tWV -vKr -vKr -vKr -azP -jPG -jPG -hHa -sns -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dRV -kIl -dRV -kIl -kIl -sdm -ttg -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -jPG -jPG -jPG -jPG -jPG -jPG -mGW -"} -(54,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -nHC -axG -axG -axG -axG -nHC -nHC -noZ -ajZ -noZ -noZ -noZ -nHC -nHC -axG -axG -axG -axG -axG -axG -axG -axG -nHC -xXi -ajZ -nHC -nHC -ajZ -ioo -vAi -vqw -ajZ -ajZ -oqf -nHC -cbu -dnC -nHC -axG -nHC -dnC -dnC -nHC -axG -axG -xAF -xAF -xAF -xAF -xAF -qFa -lhj -xAF -xAF -xAF -xAF -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -uiA -tPv -tPv -tPv -tPv -tPv -uiA -lTR -lTR -lTR -lTR -lTR -hHa -hHa -hHa -hHa -hHa -hHa -vKr -cem -ksj -vKr -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -elg -vKr -vKr -tUn -tUn -vKr -vKr -tUn -vKr -vKr -vKr -elg -elg -vKr -vKr -vKr -vKr -vKr -elg -tUn -tUn -vKr -elg -elg -vKr -tUn -tUn -elg -tUn -vKr -tUn -tUn -elg -tUn -tUn -elg -vKr -tUn -uQq -qOu -hHa -hHa -hHa -hHa -sns -kIl -kIl -kIl -kIl -aXq -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -sdm -ttg -wfq -wfq -wfq -wfq -wfq -wfq -wfq -wfq -mtS -mtS -mtS -wfq -wfq -wfq -wfq -mtS -mtS -mtS -wfq -wfq -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -jPG -jPG -jPG -jPG -jPG -jPG -mGW -"} -(55,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -xXa -ajZ -nHC -nHC -axG -axG -axG -axG -nHC -nHC -noZ -tKh -noZ -nHC -nHC -nHC -axG -axG -axG -axG -axG -axG -axG -axG -axG -nHC -etm -ajZ -nHC -nHC -ajZ -ioo -vAi -ptH -yfc -ajZ -ajZ -nHC -cbu -ohG -nHC -axG -nHC -thl -dnC -nHC -axG -axG -xAF -eck -dnC -dnC -wsS -vzj -lhj -wsS -dnC -dnC -niA -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -mGX -bQZ -bQZ -bQZ -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -uiA -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -qab -cem -tUn -tUn -tUn -tUn -tUn -tUn -jvh -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -elg -elg -tUn -tUn -elg -elg -tUn -tUn -tUn -tUn -tUn -tUn -elg -elg -tUn -elg -tUn -vKr -tUn -tUn -vKr -tUn -elg -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -elg -dNS -elg -elg -elg -tUn -tUn -tUn -tUn -dvk -rAh -sns -sns -rAh -sns -kIl -kIl -kIl -kIl -kIl -vdd -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -vdd -sdm -ttg -wfq -wfq -wfq -wfq -wfq -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -jPG -jPG -jPG -jPG -jPG -jPG -mGW -"} -(56,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -nHC -axG -axG -axG -axG -nHC -nHC -noZ -ajZ -noZ -wcR -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -mfw -ajZ -nHC -nHC -lBW -ioo -vAi -vAi -vqw -ajZ -ajZ -nHC -cbu -dnC -nHC -axG -nHC -ohG -dnC -nHC -axG -axG -xAF -wbD -qkg -dnC -shu -iwO -lhj -shu -dnC -gmV -vmY -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -hhf -hhf -hhf -hhf -hhf -hhf -hhf -hhf -hhf -hhf -hhf -hhf -hhf -hhf -mGX -lTR -ixu -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -ixu -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -qab -ksj -tUn -elg -tUn -tUn -tUn -elg -tUn -fqb -elg -fqb -fqb -fqb -elg -fqb -fqb -fqb -fqb -tUn -tUn -tUn -tUn -elg -elg -tUn -tUn -elg -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -elg -elg -tUn -tUn -vKr -tUn -tUn -vKr -tUn -tUn -elg -tUn -tUn -tUn -tUn -tUn -tUn -tUn -ksj -elg -elg -elg -elg -tUn -tUn -rAh -sns -sns -rAh -sns -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -sdm -ttg -wfq -wfq -wfq -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -jPG -jPG -jPG -jPG -jPG -jPG -mGW -"} -(57,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -nHC -axG -axG -axG -axG -nHC -nHC -noZ -ajZ -noZ -wcR -nHC -wcR -wcR -jfY -kHI -kmp -kHI -wcR -wcR -wcR -wcR -nHC -mfw -ajZ -nHC -nHC -ajZ -ioo -vAi -vAi -vqw -ajZ -ajZ -nHC -dnC -ohG -nHC -axG -nHC -kyY -dnC -nHC -axG -axG -xAF -iYT -dnC -dnC -wsS -vzj -lhj -wsS -dnC -dnC -tag -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -hhf -vIF -ujY -wNs -btN -ujY -jDe -hhf -xNN -cCO -vnR -klX -vIR -hhf -mGX -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -ixu -ixu -ixu -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -qab -tUn -tUn -tUn -tUn -elg -elg -fqb -fqb -fqb -fqb -fqb -fqb -fqb -elg -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -flS -elg -elg -fqb -fqb -fqb -fqb -flS -tUn -tUn -tUn -tUn -elg -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -fqb -fqb -fqb -fqb -fqb -fqb -tUn -tUn -elg -elg -elg -rAh -sns -sns -rAh -sns -kIl -crG -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dRV -kIl -kIl -sdm -ttg -wfq -wfq -wfq -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -jPG -jPG -jPG -jPG -jPG -jPG -mGW -"} -(58,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -nHC -axG -axG -axG -axG -nHC -nHC -noZ -ajZ -noZ -wcR -wcR -wcR -iMi -wcR -wcR -wcR -wcR -wcR -voY -jfY -wcR -sSp -qsp -ajZ -nHC -nHC -ajZ -ioo -brF -vAi -vqw -ajZ -ajZ -nHC -dnC -dnC -nHC -axG -nHC -dnC -dnC -nHC -axG -axG -xAF -xAF -xAF -xAF -xAF -qFa -upg -xAF -xAF -xAF -xAF -xAF -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -hhf -dEG -cCO -cCO -cCO -cCO -aVe -hhf -mud -cCO -cCO -cCO -cCO -wgq -mGX -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -nJI -lTR -lTR -lTR -ixu -ixu -ixu -ixu -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -qab -tUn -elg -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -tUn -tUn -tUn -tUn -tUn -tUn -tUn -tUn -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -iET -fqb -fqb -fqb -fqb -fqb -tUn -elg -tUn -rAh -sns -sns -rAh -sns -kIl -kIl -kIl -kIl -vdd -kIl -kIl -kIl -kIl -vdd -kIl -kIl -kIl -kIl -gYA -kIl -sdm -ttg -wfq -wfq -wfq -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -jPG -jPG -jPG -jPG -jPG -jPG -mGW -"} -(59,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -nHC -axG -axG -axG -axG -nHC -nHC -xqA -ajZ -noZ -wcR -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -qsp -ajZ -nHC -nHC -ajZ -ioo -vAi -vAi -vqw -ajZ -ajZ -nHC -dnC -dnC -nHC -axG -nHC -dnC -dnC -nHC -axG -axG -axG -axG -axG -axG -xAF -vzj -lhj -xAF -axG -axG -axG -axG -axG -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -hhf -eFU -cCO -cCO -cCO -cCO -ryj -hhf -wdV -cCO -cCO -cCO -cCO -wgq -mGX -lTR -lTR -lTR -lTR -rJj -pbe -pbe -mGX -mGX -mGX -mGX -mGX -neM -neM -neM -kkJ -pbe -rYi -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -qab -tUn -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -bsG -fqb -fqb -kls -fqb -fqb -fqb -fqb -fqb -fqb -lDF -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -bsG -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -tUn -ksj -hHa -sns -sns -hHa -sns -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dRV -kIl -kIl -sdm -ttg -wfq -wfq -wfq -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -jPG -jPG -jPG -jPG -jPG -jPG -mGW -"} -(60,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -nHC -axG -axG -axG -axG -nHC -nHC -noZ -ajZ -noZ -nHC -nHC -axG -axG -axG -axG -axG -axG -nHC -gyw -cNf -jMH -kaK -qsp -ajZ -nHC -nHC -eCJ -ioo -vAi -vAi -vqw -eCJ -eCJ -nHC -dnC -dnC -nHC -nHC -nHC -dnC -dnC -nHC -axG -axG -axG -axG -axG -axG -xAF -vzj -lhj -xAF -axG -xAF -xAF -xAF -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -hhf -vdG -cCO -cCO -cCO -cCO -wIN -hhf -cCO -cCO -cCO -cCO -cCO -hhf -oyk -lTR -lTR -lTR -lTR -jIm -pjc -nWP -dAU -lTR -lTR -lTR -lTR -ixu -ixu -mBD -rPK -pjc -vKp -lTR -lTR -lTR -lTR -pwc -pwc -pwc -pwc -pwc -pwc -pwc -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -kls -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -cFT -fqb -fqb -fqb -fqb -lDF -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -hfb -hHa -sns -sns -hHa -sns -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -kIl -sdm -ttg -wfq -wfq -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -hHa -hHa -hHa -hHa -jPG -jPG -mGW -"} -(61,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -nHC -axG -axG -axG -axG -nHC -nHC -noZ -lPg -noZ -nHC -axG -axG -axG -axG -axG -axG -axG -nHC -etm -hNK -gyw -ldC -mfw -ajZ -nHC -nHC -tHK -tHK -tHK -tHK -gqM -tHK -tHK -nHC -dnC -dnC -mfw -dZm -mfw -dnC -dnC -nHC -axG -axG -axG -axG -axG -axG -xAF -gTr -soj -xAF -xAF -xAF -fXt -cZN -xAF -fCE -fCE -fCE -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -hhf -gPK -cCO -tLr -iFg -cCO -cCO -wgq -cCO -cCO -cCO -cCO -cCO -uzB -mGX -lTR -lTR -lTR -lTR -jIm -nWP -muT -dAU -lTR -lTR -lTR -lTR -ixu -ixu -mBD -rPK -nWP -vKp -lTR -lTR -lTR -lTR -pwc -cwz -cwz -cwz -pwc -pwc -pwc -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -cFT -fqb -fqb -fqb -fqb -fqb -fqb -lDF -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -flS -fqb -fqb -fqb -fqb -fqb -fqb -flS -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -iET -fqb -fqb -fqb -fqb -fqb -fqb -fqb -dsz -fqb -fqb -bsG -fqb -fqb -fqb -tUn -hHa -sns -sns -hHa -sns -cwz -uEa -uEa -uEa -uEa -uEa -uEa -uEa -uEa -uEa -uEa -uEa -uEa -cwz -cwz -kIl -sdm -ttg -wfq -wfq -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -hHa -hrF -hrF -hHa -jPG -jPG -mGW -"} -(62,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -nHC -axG -axG -axG -axG -nHC -nHC -noZ -ajZ -noZ -nHC -axG -axG -axG -axG -axG -axG -axG -nHC -lrR -etm -etm -nHC -etm -ajZ -nHC -nHC -nmj -tHK -rOu -qyz -kYR -nmj -tHK -nHC -dnC -dnC -mfw -mfw -mfw -dnC -dnC -nHC -axG -fvY -fvY -fvY -fvY -fvY -xAF -xAF -khR -xAF -nUl -hmL -mES -lhj -xAF -fCE -fCE -fCE -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -hhf -ckJ -cCO -cCO -cCO -cCO -ujY -hhf -kBH -dHr -dHr -dHr -cCO -uzB -mGX -lTR -lTR -lTR -lTR -mGX -oFV -rTS -lTR -lTR -lTR -lTR -lTR -lTR -ixu -lTR -oFV -oFV -mGX -lTR -lTR -lTR -lTR -pwc -cwz -sFk -cwz -pwc -pwc -pwc -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -bsG -fqb -fqb -fqb -fqb -bsG -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -nyq -nyq -nyq -nyq -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -hHa -sns -sns -hHa -sns -cwz -uEa -fcS -vYv -kMX -xUP -ozP -bDC -qxr -nPi -rLu -fVp -uEa -cwz -cwz -kIl -sdm -ttg -wfq -wfq -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -hHa -rvW -hrF -hHa -jPG -jPG -mGW -"} -(63,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -xXa -ajZ -nHC -nHC -axG -axG -axG -axG -nHC -nHC -noZ -ajZ -noZ -nHC -axG -axG -axG -axG -axG -axG -axG -nHC -hNK -gyw -ljN -nHC -xXi -ajZ -nHC -nHC -wgB -tHK -kYR -kYR -kzS -tHK -tHK -nHC -dnC -dnC -mfw -mfw -mfw -dnC -dnC -jnV -tHK -fvY -eNG -uAt -eNG -fvY -nUl -hmL -vtC -pYq -paR -aak -qmJ -inj -xAF -xAF -xAF -xAF -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -hhf -wJy -cCO -cCO -cCO -cCO -itz -hhf -snq -cCO -cCO -cCO -cCO -hhf -mGX -lTR -lTR -lTR -lTR -mGX -ixu -ixu -jNk -lTR -wST -fRu -fRu -wST -lTR -jNk -lTR -lTR -mGX -lTR -lTR -lTR -lTR -lTR -cwz -cwz -cwz -pwc -pwc -pwc -pwc -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -lDF -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -lDF -fqb -qle -qle -qle -jhj -fqb -fqb -fqb -fqb -dsz -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -hHa -sns -sns -hHa -sns -cwz -uEa -cRO -lvU -lvU -lvU -lvU -cLE -lvU -lvU -lvU -jHb -uEa -cwz -cwz -kIl -sdm -ttg -wfq -wfq -wfq -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -hHa -hrF -hrF -hHa -jPG -jPG -mGW -"} -(64,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -noZ -ajZ -noZ -nHC -axG -axG -axG -axG -axG -axG -axG -nHC -gyw -lca -izM -nHC -etm -ajZ -nHC -nHC -tHK -tHK -bAM -kYR -kYR -tHK -bgU -wBO -dnC -dnC -mfw -mfw -kIz -dnC -dnC -nSM -tHK -ruJ -eNG -eNG -eNG -ruJ -pls -qmJ -qmJ -qmJ -cpA -aak -aak -lhj -ptY -noe -eOj -eOj -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -kcZ -kcZ -hhf -dEG -cCO -cCO -cCO -cCO -aJB -hhf -eHc -cCO -cCO -cCO -gMj -hhf -mGX -lTR -lTR -lTR -lTR -mGX -ixu -ixu -ixu -lTR -efo -eCs -eCs -eRP -lTR -lTR -lTR -lTR -mGX -lTR -lTR -nJI -lTR -lTR -lTR -lTR -lTR -cpW -rWI -rWI -pwc -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -lDF -fqb -fqb -fqb -kls -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -bsG -fqb -lDF -fqb -fqb -fqb -fqb -fqb -fqb -fqb -qle -qle -qle -qle -fqb -lDF -fqb -fqb -dsz -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -hHa -sns -sns -hHa -sns -cwz -uEa -wFG -gqq -gob -wiJ -xOT -cyU -iqt -jbF -gqq -ffS -uEa -cwz -cwz -kIl -sdm -ttg -wfq -wfq -wfq -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -hHa -hHa -hHa -hHa -jPG -jPG -mGW -"} -(65,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -voB -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -kYh -ajZ -kCO -nHC -axG -axG -axG -axG -axG -axG -axG -nHC -nHC -nHC -nHC -nHC -cXu -ajZ -nHC -nHC -nmj -tHK -rOu -kYR -kYR -kYR -tHK -tHK -dnC -dnC -mfw -vAi -mfw -dnC -dnC -jnV -tHK -fvY -eNG -eNG -eNG -fvY -vzj -qmJ -qmJ -nLo -qmJ -qmJ -qmJ -lhj -ptY -noe -wnI -eOj -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -kcZ -kcZ -hhf -vIF -cCO -wYH -jqv -vIF -ffL -hhf -hIL -cCO -cCO -cCO -cCO -hhf -mGX -lTR -lTR -lTR -lTR -mGX -lTR -lTR -lTR -lww -eCs -eCs -eCs -eCs -cbm -lTR -lTR -lTR -mGX -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -cpW -igE -rWI -pwc -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -cFT -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -cFT -lDF -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -bsG -fqb -kej -kej -kej -kej -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -iET -fqb -fqb -hHa -sns -sns -hHa -sns -cwz -uEa -pSh -pSh -pSh -pSh -pSh -fWH -miC -pSh -pSh -pSh -uEa -cwz -cwz -kIl -sdm -ttg -wfq -wfq -wfq -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -jPG -jPG -jPG -jPG -jPG -jPG -mGW -"} -(66,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ovM -qAq -eUa -eXS -dwP -nug -eXS -eXS -eXS -noZ -ajZ -kCO -nHC -axG -axG -axG -axG -axG -axG -axG -axG -nHC -nHC -nHC -nHC -mfw -ajZ -nHC -nHC -wgB -tHK -tHK -tHK -nmj -tHK -tHK -tHK -tHK -dnC -mfw -mfw -mfw -dnC -dnC -nHC -axG -fvY -fvY -jeP -nfD -fvY -vzj -qmJ -qmJ -qmJ -qmJ -cpA -qmJ -lhj -ptY -noe -eOj -eOj -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -hhf -hhf -hhf -hhf -cCO -hhf -hhf -hhf -hhf -hhf -aIJ -hVB -bjR -ylv -cCO -hhf -mGX -lTR -nJI -lTR -lTR -mGX -lTR -lTR -lTR -lww -eCs -eCs -eCs -eCs -cbm -lTR -lTR -lTR -mGX -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -cpW -rWI -rWI -pwc -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -dsz -kls -fqb -fqb -fqb -fqb -fqb -fqb -hHa -sns -sns -hHa -sns -cwz -uEa -svI -vYv -xLW -vYv -gDz -aFu -pFI -hgm -iav -lKP -vYv -cwz -cwz -kIl -sdm -ttg -wfq -wfq -wfq -wfq -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -jPG -jPG -jPG -jPG -jPG -jPG -mGW -"} -(67,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -boL -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -eXS -eXS -eXS -nHC -axG -axG -axG -axG -axG -axG -axG -axG -nHC -wcR -opG -wcR -mfw -ajZ -nHC -nHC -tHK -tHK -tHK -tHK -tHK -kYR -tHK -nHC -dnC -kyY -vAi -mfw -cFf -vAi -dnC -nHC -axG -axG -fvY -uOG -uOG -fvY -laz -qmJ -cpA -qmJ -qmJ -oGt -qmJ -dHj -xAF -xAF -xAF -xAF -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -hhf -cCO -cCO -giW -cCO -cCO -giW -cCO -cCO -hhf -hhf -hhf -hhf -hhf -lCT -hhf -mGX -lTR -lTR -lTR -lTR -mGX -lTR -lTR -lTR -lTR -aEi -eCs -eCs -jkL -wST -lTR -lTR -lTR -mGX -lTR -lTR -lTR -lTR -hHa -xeT -xeT -xeT -hHa -pwc -pwc -pwc -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -bsG -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -cFT -fqb -fqb -lDF -fqb -fqb -fqb -fqb -fqb -fqb -fqb -dsz -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -hHa -sns -sns -hHa -sns -cwz -uEa -ion -cLE -cLE -cLE -cLE -cLE -cLE -cLE -cLE -cLE -cLE -cwz -cwz -kIl -sdm -ttg -wfq -wfq -wfq -wfq -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -jPG -jPG -jPG -jPG -jPG -jPG -mGW -"} -(68,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -axG -axG -axG -axG -axG -axG -nHC -nHC -eMV -nHC -nHC -axG -axG -axG -axG -dQa -axG -axG -axG -nHC -wcR -wcR -wcR -mfw -ajZ -nHC -nHC -tHK -nmj -tHK -tHK -nmj -tHK -tHK -nHC -vAi -vAi -vAi -vAi -vAi -dnC -vAi -nHC -axG -axG -fvY -wIW -qmJ -mkV -vzj -qmJ -qmJ -aak -qmJ -cpA -qmJ -lhj -xAF -fCE -fCE -fCE -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -hhf -wWR -cCO -hhf -cCO -cCO -hhf -cCO -gMj -hhf -prl -mwO -kwH -cjr -mwO -hhf -mGX -lTR -lTR -lTR -lTR -mGX -lTR -lTR -jNk -lTR -lTR -seJ -seJ -lTR -lTR -jNk -lTR -lTR -mGX -lTR -lTR -lTR -lTR -hHa -xeT -nPI -xeT -hHa -kcZ -pwc -oEZ -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -lDF -bsG -fqb -fqb -fqb -fqb -bsG -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -nyq -nyq -nyq -nyq -fqb -fqb -bsG -fqb -fqb -fqb -bsG -fqb -fqb -fqb -dsz -dsz -fqb -fqb -fqb -fqb -fqb -fqb -fqb -hHa -sns -sns -hHa -sns -cwz -uEa -kOr -gqq -oIb -gqq -nDj -cyU -iqt -gqq -gqq -gqq -gqq -cwz -cwz -crG -sdm -ttg -wfq -wfq -wfq -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -jPG -jPG -jPG -jPG -jPG -jPG -mGW -"} -(69,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -ajZ -ajZ -nHC -axG -axG -axG -axG -axG -axG -nHC -eXS -iBN -kYi -nHC -axG -axG -axG -axG -dQa -axG -axG -axG -nHC -sSp -sSp -nHC -mfw -ajZ -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -axG -axG -axG -axG -axG -axG -axG -nHC -axG -axG -fvY -qmJ -dYF -fvY -vzj -qmJ -qmJ -aak -qmJ -rnC -qmJ -dHj -xAF -fCE -fCE -fCE -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -hhf -hhf -hhf -hhf -cCO -gMj -hhf -hhf -hhf -hhf -ddE -mwO -mwO -mwO -mwO -hhf -mGX -lTR -lTR -lTR -lTR -mGX -klO -klO -lTR -ixu -ixu -ixu -lTR -lTR -lTR -lTR -klO -klO -mGX -lTR -lTR -lTR -lTR -hHa -xeT -xeT -xeT -hHa -kcZ -pwc -oEZ -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -bsG -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -cPW -qle -qle -kch -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -xQT -cqH -cqH -nBf -nBf -tVO -iWn -tVO -nBf -nBf -hHa -sns -sns -hHa -sns -cwz -uEa -pSh -pSh -pSh -pSh -pSh -jEX -jay -lsr -pSh -pSh -uEa -cwz -cwz -kIl -sdm -ttg -wfq -wfq -wfq -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -jPG -jPG -jPG -jPG -jPG -jPG -mGW -"} -(70,1,1) = {" -mGW -hHa -axG -axG -axG -axG -nHC -nHC -nHC -nHC -axG -axG -axG -axG -axG -axG -nHC -bcU -qkv -jkT -nHC -axG -axG -axG -axG -axG -axG -axG -axG -nHC -wcR -wcR -nHC -nHC -ajZ -nHC -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -nHC -axG -axG -fvY -fvY -fvY -fvY -mAd -pNF -aMx -gdT -qmJ -qmJ -cpA -cQR -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -hhf -cCO -cCO -giW -cCO -cCO -giW -cCO -cCO -hhf -ajB -mwO -mwO -mwO -mwO -hhf -mGX -lTR -lTR -lTR -lTR -jIm -nWP -nWP -dAU -ixu -ixu -ixu -lTR -lTR -lTR -npD -nWP -nWP -vKp -lTR -lTR -lTR -lTR -hHa -bvN -bvN -bvN -hHa -kcZ -pwc -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -lDF -fqb -fqb -fqb -fqb -lDF -fqb -fqb -fqb -fqb -lDF -fqb -fqb -fqb -fqb -fqb -bsG -fqb -fqb -fqb -fqb -fqb -des -qle -fRo -qle -qle -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -xQT -kdJ -cqH -cqH -bXg -cjA -uqd -uqd -uqd -wjN -nBf -hHa -sns -sns -hHa -sns -cwz -uEa -mUd -vYv -gUE -jQY -wnA -cLE -lvU -lvU -lvU -nSr -uEa -cwz -cwz -kIl -sdm -ttg -wfq -wfq -wfq -wfq -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -jPG -jPG -jPG -jPG -jPG -jPG -mGW -"} -(71,1,1) = {" -mGW -hHa -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -nHC -eXS -bPN -eXS -nHC -axG -axG -axG -axG -axG -axG -axG -axG -nHC -wcR -wcR -nHC -nHC -fCE -nHC -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -nHC -axG -axG -axG -axG -axG -xAF -qFa -qmJ -qmJ -pki -qmJ -rnC -qmJ -dHj -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -hhf -wWR -cCO -hhf -cCO -cCO -hhf -cCO -gMj -hhf -mwO -aAv -aAv -aAv -xRg -hhf -mGX -lTR -lTR -lTR -lTR -jIm -pjc -nWP -dAU -ixu -lTR -lTR -lTR -lTR -lTR -npD -nWP -pjc -vKp -lTR -lTR -lTR -lTR -hHa -bvN -ovr -bvN -hHa -kcZ -pwc -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -cFT -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -kej -kej -kej -kej -fqb -fqb -fqb -fqb -fqb -fqb -cFT -dsz -nnp -cqH -cqH -cqH -hez -uqd -uqd -uqd -uqd -piv -nBf -hHa -sns -sns -hHa -sns -cwz -uEa -jRl -lvU -jFH -lvU -lvU -cLE -lvU -lvU -lvU -szE -uEa -cwz -cwz -vdd -sdm -ttg -wfq -wfq -wfq -wfq -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -jPG -jPG -jPG -jPG -jPG -jPG -mGW -"} -(72,1,1) = {" -mGW -hHa -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -nHC -nHC -nHC -nHC -nHC -axG -axG -axG -axG -axG -axG -axG -axG -nHC -wcR -wcR -nHC -nHC -nHC -nHC -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -nHC -axG -axG -axG -axG -axG -xAF -gTr -pfv -pfv -pfv -vnz -qmJ -qmJ -lhj -xAF -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -hhf -hhf -hhf -hhf -hhf -hhf -hhf -hhf -hhf -hhf -hhf -hhf -hhf -hhf -hhf -hhf -mGX -lTR -lTR -lTR -lTR -rYi -nhu -nhu -mGX -mGX -mGX -mGX -mGX -mGX -mGX -mGX -nhu -nhu -rYi -lTR -lTR -lTR -lTR -hHa -bvN -bvN -bvN -hHa -kcZ -pwc -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -cFT -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -bsG -fqb -fqb -fqb -fqb -cFT -fqb -fqb -fqb -fqb -bsG -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -lDF -cFT -fqb -fqb -fqb -dsz -vHs -cqH -cqH -cqH -hez -uqd -uqd -uqd -uqd -jrR -nBf -hHa -sns -sns -hHa -sns -cwz -uEa -vDz -dlu -oDd -qaJ -uaq -rjZ -ePj -frW -rUY -pgm -uEa -cwz -cwz -kIl -sdm -ttg -wfq -wfq -wfq -wfq -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -jPG -jPG -jPG -jPG -jPG -jPG -mGW -"} -(73,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -fCE -fCE -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -nHC -vOE -wcR -nHC -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -nHC -axG -axG -axG -axG -axG -xAF -xAF -xAF -xAF -xAF -tAc -jmY -lVg -jWs -xAF -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -lTR -lTR -lTR -pqD -pqD -pqD -pqD -pqD -pqD -fIM -fIM -fIM -pqD -mGX -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -hHa -hHa -hHa -hHa -hHa -kcZ -pwc -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -bsG -fqb -fqb -lDF -fqb -fqb -fqb -fqb -fqb -fqb -cFT -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -bsG -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -dsz -dsz -twq -cqH -cqH -cqH -bXg -tOc -uqd -uqd -uqd -pIq -nBf -hHa -sns -sns -hHa -sns -cwz -uEa -uEa -uEa -uEa -pSh -pSh -pSh -uEa -uEa -uEa -uEa -uEa -cwz -cwz -kIl -sdm -ttg -wfq -wfq -wfq -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -jPG -jPG -jPG -jPG -jPG -jPG -mGW -"} -(74,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -fCE -fCE -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -nHC -wcR -wcR -nHC -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -nHC -axG -axG -axG -axG -axG -axG -axG -axG -axG -xAF -xAF -xAF -dGC -xAF -xAF -xAF -xAF -xAF -xAF -xAF -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -kcZ -kcZ -lTR -lTR -lTR -lTR -pqD -crI -hhi -jQQ -jQQ -hpx -fkQ -tpp -rrG -pqD -mGX -lTR -lTR -nJI -lTR -lTR -lTR -lTR -nJI -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -pwc -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -nyq -nyq -nyq -nyq -fqb -fqb -fqb -fqb -fqb -fqb -bsG -fqb -fqb -fqb -fqb -fqb -fqb -dsz -dsz -dsz -sPT -cqH -cqH -cqH -nBf -wjN -uqd -dLC -uqd -qTp -nBf -hHa -sns -sns -hHa -sns -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -cwz -kIl -sdm -ttg -wfq -wfq -wfq -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -mtS -jzk -sns -sns -sns -sns -sns -sns -sns -hHa -jPG -jPG -jPG -jPG -jPG -jPG -mGW -"} -(75,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -fCE -fCE -axG -axG -axG -axG -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -wcR -wcR -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -axG -axG -axG -nHC -axG -axG -axG -axG -axG -axG -xAF -xAF -xAF -xAF -xAF -xAF -vSD -qLa -xAF -xAF -vES -bep -eqw -ujg -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -lTR -pqD -xCl -jQQ -jQQ -jQQ -vEB -fkQ -bAl -rrG -pqD -mGX -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -pwc -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -lDF -fqb -fqb -fqb -fqb -fqb -lDF -fqb -fqb -fqb -fqb -fqb -fqb -qle -qle -qle -qle -fqb -fqb -fqb -lDF -fqb -fqb -fqb -dsz -fqb -fqb -dsz -fqb -kAh -dsz -dsz -jEw -tqo -cqH -cqH -cqH -nBf -piv -uqd -dPB -uqd -jfb -nBf -hHa -sns -sns -hHa -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -sns -oyJ -hHa -jPG -jPG -jPG -jPG -jPG -jPG -mGW -"} -(76,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -fCE -fCE -axG -axG -axG -axG -hvt -dnC -hvt -hvt -qrl -hvt -hvt -nJg -dnC -dnC -dnC -dnC -dnC -dnC -wVS -hvt -hvt -dnC -dnC -dnC -mNt -mNt -mNt -pmE -mNt -mNt -pmE -mNt -mNt -pmE -mNt -dnC -dnC -dnC -nHC -axG -axG -axG -nHC -axG -axG -axG -axG -axG -axG -xAF -bGF -mxG -ign -plO -dNs -vzj -dQr -wNe -eOj -eOj -gzd -eOj -sLj -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -lTR -pqD -qqe -jQQ -jQQ -jQQ -ojl -fkQ -bAl -rrG -fXR -mGX -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -pwc -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -bsG -fqb -fqb -fqb -fqb -qle -jhj -qle -qle -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -dsz -fqb -fqb -dsz -fqb -dsz -dsz -cqH -cqH -cqH -cqH -nBf -jrR -uqd -qTp -uqd -jfb -nBf -hHa -sns -sns -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -lTR -sEh -lTR -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -dlP -sns -sns -sns -dlP -hHa -hHa -hHa -jPG -jPG -jPG -jPG -jPG -jPG -mGW -"} -(77,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -fCE -fCE -axG -axG -axG -axG -vAi -hvt -vAi -hvt -dnC -dnC -dnC -dnC -dnC -dnC -dnC -kyY -dnC -dnC -dnC -dnC -dnC -dnC -sQz -mNt -mNt -ohP -olY -fGH -tXa -vKu -olY -rpl -olY -vKu -mNt -dnC -dnC -dnC -nHC -axG -axG -axG -nHC -axG -axG -axG -axG -axG -axG -xAF -foh -pTH -tUm -pTH -ehT -vzj -qmJ -noe -eOj -eOj -eOj -eOj -eOj -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -lTR -pqD -gif -jQQ -jQQ -jQQ -boe -fkQ -bAl -pTA -fXR -mGX -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -uiA -mGX -mGX -mGX -mGX -lTR -lTR -lTR -lTR -pwc -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -bsG -fqb -fqb -fqb -bsG -fqb -fqb -fqb -fqb -fqb -nyq -nyq -nyq -nyq -fqb -fqb -fqb -fqb -fqb -fqb -fqb -kej -kej -kej -kej -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -dsz -dsz -cqH -cqH -cqH -cqH -nBf -wjN -uqd -qTp -uqd -rSf -nBf -hHa -sns -sns -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -onJ -onJ -onJ -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -kWb -kWb -kWb -kWb -kWb -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -mGW -"} -(78,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -fCE -fCE -axG -axG -axG -hvt -axG -hvt -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -kyY -dnC -dnC -sQf -idM -pgX -vKu -psz -ohP -olY -miK -olY -vKu -olY -ohP -mNt -dnC -dnC -dnC -nHC -axG -axG -axG -nHC -axG -axG -axG -axG -axG -axG -xAF -iNM -pTH -nmx -pTH -sHc -vzj -qmJ -noe -bXQ -bXQ -bXQ -bXQ -bXQ -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -lTR -pqD -eIW -jQQ -jQQ -jQQ -tcB -fkQ -bAl -hBa -pqD -mGX -uiA -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -uiA -uiA -uiA -uiA -vGB -vGB -hEp -iIT -iIT -iIT -iIT -hEp -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -qle -jhj -qle -qle -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -cFT -fqb -fqb -fqb -nyq -nyq -nyq -nyq -fqb -fqb -fqb -fqb -fqb -dsz -jAi -cqH -cqH -cqH -nBf -aLb -uqd -dPB -uqd -fWQ -nBf -hHa -sns -sns -hHa -dYe -dYe -dYe -dYe -gui -gui -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -gui -gui -gui -dYe -dYe -dYe -dYe -dYe -hHa -mGW -"} -(79,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -fCE -fCE -axG -axG -axG -axG -hvt -vAi -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -cRo -fGH -pgX -fGH -vBB -ohP -ohP -pgX -vKu -vBB -ohP -mNt -dnC -dnC -dnC -nHC -axG -axG -axG -nHC -axG -axG -axG -axG -axG -axG -xAF -lfC -pTH -pTH -pTH -itJ -vzj -qmJ -noe -pTH -xfu -pVR -xfu -pVR -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -lTR -pqD -cGu -jQQ -jQQ -jQQ -pqD -pqD -jEZ -pqD -pqD -mGX -mGX -gTu -gTu -lBi -gTu -gTu -gTu -gTu -gTu -gTu -gTu -gTu -gTu -gTu -gTu -gTu -kcZ -dwo -iIT -iIT -iIT -iIT -dwo -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -qle -qle -qle -jhj -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -qle -qle -qle -qle -fqb -fqb -fqb -fqb -bsG -dsz -jAi -cqH -cqH -cqH -nBf -jrR -uqd -qTp -uqd -vUv -nBf -hHa -sns -sns -hHa -dYe -dYe -dYe -gui -qkV -qkV -qkV -gui -qkV -gui -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -gui -gui -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -gui -qkV -gui -dYe -dYe -dYe -dYe -hHa -mGW -"} -(80,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -fCE -fCE -axG -axG -axG -axG -hvt -hvt -vAi -dnC -dnC -dnC -hvt -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -wMl -ohP -ohP -olY -vKu -olY -ake -nKR -aDE -nKR -ohP -mNt -dnC -dnC -dnC -nHC -axG -axG -axG -nHC -axG -axG -axG -axG -axG -axG -xAF -lfC -pTH -pTH -pTH -itJ -vzj -qmJ -noe -pTH -pTH -pTH -pTH -exe -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -lTR -pqD -ead -nSN -jQQ -jQQ -jQQ -jQQ -mBL -jQQ -wgX -mGX -mGX -gTu -dAt -dAt -dAt -dAt -eTl -gTu -tEZ -tEZ -jdU -gTu -nAa -nAa -asi -gTu -kcZ -hEp -uNG -uNG -uNG -uNG -hEp -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -kej -kej -kej -kej -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -bsG -fqb -fqb -fqb -fqb -fqb -qle -qle -qle -qle -fqb -fqb -fqb -fqb -nBf -nBf -nBf -bXg -uqd -uqd -bXg -nBf -nBf -nBf -nBf -nBf -nBf -hHa -sns -sns -hHa -dYe -gui -gui -gui -qkV -gui -qkV -qkV -qkV -qkV -gui -qkV -qkV -qkV -qkV -qkV -qkV -gui -gui -gui -omz -nmu -toC -gui -gui -gui -omz -nmu -nmu -nmu -nmu -toC -gui -gui -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -gui -qkV -gui -dYe -hHa -mGW -"} -(81,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -fCE -fCE -axG -axG -axG -hvt -vAi -hvt -hvt -dnC -dnC -dnC -dnC -dnC -kyY -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -dnC -sQz -mNt -mNt -ohP -olY -ohP -emM -vBB -aSw -mHQ -ibk -pgX -mNt -dnC -dnC -dnC -nHC -axG -axG -axG -nHC -axG -axG -axG -axG -axG -axG -xAF -iNM -pTH -sEl -pTH -sHc -vzj -qmJ -noe -hVb -lXA -gVk -lXA -gVk -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -lTR -pqD -pqD -pqD -pqD -pqD -pqD -pqD -pqD -pqD -pqD -mGX -mGX -gTu -lyw -dAt -dAt -dAt -njG -gTu -qZX -qZX -oZk -gTu -izI -izI -wXz -gTu -kcZ -hEp -nLS -iIT -iIT -xOy -hEp -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -bsG -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -kej -kej -kej -kej -fqb -fqb -fqb -fqb -nBf -uqd -pvE -uqd -uqd -uqd -uqd -pvE -uqd -nBf -fqb -lYd -lYd -hHa -sns -sns -hHa -dYe -gui -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -gui -qkV -qkV -qkV -qkV -qkV -qkV -qkV -gui -gui -qiO -dXs -dLV -gui -gui -gui -qiO -dXs -dXs -dXs -dXs -qaa -toC -gui -gui -qkV -qkV -qkV -qkV -yco -jNK -yco -yco -hkZ -hkZ -yco -yco -yco -yco -qkV -qkV -gui -dYe -hHa -mGW -"} -(82,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -fCE -fCE -axG -axG -axG -axG -hvt -hvt -hvt -hvt -dnC -dnC -dnC -nAx -hvt -dnC -dnC -dnC -hvt -qrl -hvt -hvt -dnC -dnC -dnC -dnC -mNt -mNt -mNt -pmE -mNt -mNt -pmE -mNt -mNt -pmE -mNt -dnC -dnC -dnC -nHC -axG -axG -axG -nHC -axG -axG -axG -axG -axG -axG -xAF -foh -pTH -tUm -pTH -ehT -vzj -qmJ -noe -ojU -kur -kur -kur -iGA -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -mGX -mGX -gTu -ctU -tnb -dAt -dAt -vtI -gTu -qZX -qZX -edX -gTu -izI -izI -jQI -gTu -kcZ -hEp -iIT -iIT -iIT -iIT -hEp -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -mOS -nyq -nyq -nyq -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -nBf -nBf -bXg -vvL -uqd -uqd -drk -bXg -nBf -nBf -fqb -lYd -lYd -hHa -sns -sns -hHa -dYe -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -evY -omz -rRR -dXs -qaa -nmu -nmu -nmu -rRR -dXs -dXs -dXs -dXs -dXs -qaa -toC -xTr -qkV -qkV -qkV -yco -yco -hkZ -hkZ -hkZ -hkZ -hkZ -hkZ -hkZ -hkZ -yco -yco -qkV -qkV -dYe -hHa -mGW -"} -(83,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -fCE -fCE -axG -axG -axG -axG -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -nHC -axG -axG -axG -axG -axG -axG -xAF -unq -hOv -ign -vlW -rhO -vzj -qmJ -noe -vHT -hOg -mym -mRO -noe -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -dEe -dEe -dEe -dEe -dEe -dEe -lTR -lTR -uiA -tPv -tPv -tPv -tPv -tPv -uiA -gTu -dAt -eNj -dAt -dAt -rCZ -gTu -urQ -gTu -gTu -gTu -knh -gTu -gTu -gTu -kcZ -hEp -iIT -iIT -iIT -iIT -hEp -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -dXG -rbH -wNK -jhj -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -nBf -uqd -pvE -uqd -uqd -uqd -uqd -pvE -uqd -nBf -fqb -lYd -lYd -hHa -sns -sns -hHa -dYe -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -evY -qiO -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dLV -xTr -qkV -qkV -qkV -yco -hkZ -hkZ -hkZ -hkZ -hkZ -hkZ -hkZ -hkZ -hkZ -hkZ -yco -qkV -qkV -qkV -hHa -mGW -"} -(84,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -fCE -fCE -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -xAF -xAF -xAF -xAF -xAF -xAF -hoO -qmJ -noe -vHT -uKG -mym -qMX -noe -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -dEe -gvF -qkI -gvF -vbt -dEe -lTR -sqR -eGt -sqR -cYc -cYc -sqR -sqR -uiA -gTu -lyw -dAt -dAt -dAt -dAt -dAt -dAt -dAt -dAt -rsa -dAt -dAt -rsa -gTu -kcZ -hEp -iIT -iIT -iIT -iIT -hEp -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -aCZ -cPW -qle -wZf -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -nBf -nBf -bXg -drk -uqd -uqd -waF -bXg -nBf -nBf -fqb -lYd -lYd -hHa -sns -sns -hHa -dYe -qkV -qkV -qkV -gjB -gjB -gjB -gjB -ebE -ebE -gjB -gjB -gjB -gjB -qkV -qkV -qkV -qkV -qBV -qiO -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dLV -qCa -qkV -qkV -qkV -yco -rSg -hkZ -yco -yco -hkZ -hkZ -yco -yco -hkZ -eHR -yco -qkV -qkV -qkV -hHa -mGW -"} -(85,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -fCE -fCE -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -xAF -diM -xAF -gFy -rXL -xqn -jQG -xqn -mit -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -dEe -qkI -gvF -sQL -gvF -qyu -lTR -sqR -rmz -aEy -tfh -nCX -pKp -sqR -uiA -gTu -dAt -dAt -dAt -mFJ -dAt -dAt -dAt -dAt -dAt -dAt -dAt -dAt -dAt -gTu -kcZ -hEp -iIT -iIT -iIT -iIT -hEp -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -bsG -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -bsG -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -kej -kej -kej -kej -fqb -fqb -fqb -fqb -bsG -fqb -fqb -fqb -fqb -fqb -nBf -uqd -pvE -uqd -uqd -uqd -uqd -pvE -uqd -nBf -fqb -lYd -lYd -hHa -sns -sns -hHa -dYe -qkV -qkV -gjB -gjB -ebE -ebE -ebE -ebE -ebE -ebE -ebE -ebE -gjB -gjB -qkV -qkV -qkV -evY -qiO -dXs -dXs -dXs -uIK -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dLV -xTr -qkV -qkV -qkV -yco -hkZ -hkZ -yco -olz -hkZ -hkZ -uCF -yco -hkZ -hkZ -yco -qkV -qkV -qkV -hHa -mGW -"} -(86,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -fCE -fCE -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -xAF -xAF -xAF -xAF -xAF -xAF -xAF -xAF -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -dEe -fIS -qkI -iWL -jfl -dEe -lTR -sqR -rmz -rmz -rmz -rmz -rmz -sqR -uiA -gTu -lBi -gTu -gTu -gTu -gTu -gTu -knh -gTu -gTu -gTu -urQ -gTu -gTu -gTu -kcZ -hEp -nLS -iIT -iIT -xOy -hEp -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -bsG -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -nBf -nBf -bXg -vvL -uqd -uqd -drk -bXg -nBf -nBf -fqb -lYd -lYd -hHa -sns -sns -hHa -dYe -qkV -qkV -gjB -ebE -ebE -ebE -ebE -ebE -ebE -ebE -ebE -ebE -ebE -gjB -qkV -qkV -qkV -evY -geP -gNU -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dLV -xTr -qkV -qkV -qkV -hkZ -hkZ -hkZ -yco -sbA -hkZ -hkZ -oDi -yco -hkZ -hkZ -hkZ -qkV -qkV -qkV -hHa -mGW -"} -(87,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -fCE -fCE -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -axG -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -dEe -qkI -mtx -jGt -qkI -dEe -lTR -sqR -sZP -sZP -sZP -sZP -vxB -sqR -uiA -gTu -dAt -rsa -fow -fow -dAt -gTu -izI -nAa -asi -gTu -qZX -qZX -jdU -gTu -kcZ -hEp -iIT -iIT -iIT -iIT -hEp -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -gHu -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -gHu -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -nBf -uqd -pvE -uqd -uqd -uqd -uqd -pvE -uqd -nBf -fqb -lYd -lYd -hHa -sns -sns -hHa -dYe -qkV -qkV -gjB -qHN -ebE -gjB -gjB -ebE -ebE -gjB -gjB -ebE -mSU -gjB -qkV -qkV -qkV -qkV -gui -geP -gBD -gBD -gBD -gBD -gBD -gBD -gBD -gBD -gBD -gBD -gBD -gBD -wPr -ijL -gui -gui -qkV -hkZ -hkZ -hkZ -yco -ffN -hkZ -hkZ -kNv -yco -hkZ -hkZ -hkZ -qkV -qkV -qkV -hHa -mGW -"} -(88,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -dEe -gvF -gvF -gvF -qkI -dEe -lTR -sqR -rmz -rmz -rmz -rmz -rmz -sqR -uiA -gTu -dAt -dAt -dAt -dAt -dAt -gTu -izI -izI -wXz -gTu -tEZ -qZX -oZk -gTu -kcZ -hEp -iIT -iIT -iIT -iIT -hEp -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -gHu -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -nBf -nBf -bXg -drk -uqd -uqd -waF -bXg -nBf -nBf -fqb -fqb -lYd -hHa -sns -sns -hHa -dYe -qkV -qkV -gjB -ebE -ebE -gjB -fWI -ebE -ebE -fVr -gjB -ebE -ebE -gjB -qkV -qkV -qkV -gui -gui -gui -gui -gui -gui -gui -gui -gui -gui -gui -gui -gui -gui -gui -gui -gui -gui -qkV -qkV -yco -hkZ -hkZ -yco -xxh -hkZ -hkZ -xVV -yco -hkZ -hkZ -yco -qkV -qkV -qkV -hHa -mGW -"} -(89,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -dEe -qkI -vbt -qkI -nuY -dEe -lTR -sqR -oaZ -ugs -iac -jle -lEA -sqR -uiA -gTu -xJU -rdR -cCT -hHB -cCT -gTu -izI -izI -wNJ -gTu -tEZ -qZX -gNI -gTu -kcZ -hEp -iIT -iIT -iIT -iIT -hEp -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -nBf -uqd -pvE -uqd -uqd -uqd -uqd -pvE -uqd -nBf -fqb -fqb -lYd -hHa -sns -sns -hHa -dYe -qkV -qkV -ebE -ebE -ebE -gjB -hol -ebE -ebE -njX -gjB -ebE -ebE -ebE -qkV -qkV -qkV -gui -ijL -omz -nmu -nmu -nmu -toC -mxh -omz -nmu -nmu -nmu -nmu -nmu -toC -gui -gui -qkV -qkV -qkV -yco -rSg -hkZ -yco -yco -hkZ -hkZ -yco -yco -hkZ -eHR -yco -qkV -qkV -qkV -hHa -mGW -"} -(90,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -fCE -wYi -wYi -wYi -wYi -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -dEe -dEe -dEe -dEe -dEe -dEe -lTR -sqR -sqR -sqR -sqR -sqR -sqR -sqR -uiA -gTu -gTu -gTu -gTu -gTu -gTu -gTu -gTu -gTu -gTu -gTu -gTu -gTu -gTu -gTu -kcZ -hEp -iIT -iIT -iIT -iIT -hEp -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -nBf -nBf -bXg -drk -uqd -uqd -drk -bXg -nBf -nBf -fqb -fqb -lYd -hHa -sns -sns -hHa -dYe -gui -qkV -ebE -ebE -ebE -gjB -djj -ebE -ebE -xkp -gjB -ebE -ebE -ebE -qkV -gui -gui -gui -gui -qiO -dXs -dXs -dXs -qaa -nmu -rRR -dXs -dXs -dXs -dXs -dXs -qaa -toC -xTr -qkV -qkV -qkV -yco -hkZ -hkZ -hkZ -hkZ -hkZ -hkZ -hkZ -hkZ -hkZ -hkZ -yco -qkV -qkV -qkV -hHa -mGW -"} -(91,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -kcZ -hEp -vlK -pbm -pbm -pbm -hEp -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -gHu -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -gHu -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -cqH -cqH -cqH -cqH -fqb -fqb -fqb -fqb -fqb -lYd -hHa -sns -sns -hHa -dYe -gui -qkV -gjB -ebE -ebE -gjB -mzg -ebE -ebE -syk -gjB -ebE -ebE -gjB -qkV -qkV -gui -qBV -omz -rRR -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dLV -xTr -gui -qkV -qkV -yco -yco -hkZ -hkZ -hkZ -hkZ -hkZ -hkZ -hkZ -hkZ -yco -yco -qkV -qkV -qkV -hHa -mGW -"} -(92,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -hEp -hEp -hEp -hEp -hEp -hEp -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -gHu -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -wRG -dsz -pzO -fqb -gHu -fqb -fqb -fqb -fqb -lYd -hHa -sns -sns -hHa -dYe -qkV -qkV -gjB -qHN -ebE -gjB -gjB -ebE -ebE -gjB -gjB -ebE -mSU -gjB -qkV -qkV -gui -qBV -qiO -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dLV -xTr -gui -qkV -qkV -qkV -yco -yco -yco -yco -hkZ -hkZ -yco -yco -yco -yco -qkV -qkV -qkV -qkV -hHa -mGW -"} -(93,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -gHu -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -wRG -dsz -pzO -fqb -fqb -fqb -fqb -fqb -fqb -lYd -hHa -sns -sns -hHa -dYe -qkV -qkV -gjB -ebE -ebE -ebE -ebE -ebE -ebE -ebE -ebE -ebE -ebE -gjB -qkV -qkV -qkV -aTw -qiO -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -oqz -dXs -dXs -dLV -xTr -gui -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -gui -hHa -mGW -"} -(94,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -gHu -fqb -fqb -wRG -dsz -pzO -fqb -fqb -fqb -fqb -fqb -fqb -lYd -hHa -sns -sns -hHa -dYe -qkV -qkV -gjB -gjB -ebE -ebE -ebE -ebE -ebE -ebE -ebE -ebE -gjB -gjB -qkV -qkV -qkV -qBV -qiO -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -dXs -jjF -wPr -xTr -gui -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -gui -hHa -mGW -"} -(95,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -lFE -vWS -vWS -vWS -vWS -vWS -cpx -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -fqb -lFE -vWS -vWS -vWS -vWS -vWS -vWS -vWS -vWS -vWS -vWS -vWS -vWS -vWS -cpx -fqb -fqb -fqb -fqb -fqb -wRG -dsz -pzO -fqb -fqb -fqb -fqb -fqb -fqb -lYd -hHa -sns -sns -hHa -dYe -qkV -qkV -qkV -gjB -gjB -gjB -gjB -ebE -ebE -gjB -gjB -gjB -gjB -qkV -qkV -qkV -qkV -qBV -qiO -dXs -dXs -dXs -dXs -dXs -jjF -gBD -gBD -gNU -dXs -dXs -jjF -wPr -gui -gui -gui -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -gui -gui -gui -dYe -hHa -mGW -"} -(96,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -fqb -fqb -fqb -fqb -lFE -vWS -vWS -vWS -vWS -rnS -bym -bym -bym -bym -bym -rRh -vWS -vWS -vWS -vWS -vWS -vWS -vWS -vWS -vWS -vWS -vWS -vWS -vWS -vWS -rnS -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -rRh -vWS -vWS -vWS -vWS -vWS -rVi -dsz -pzO -lJK -vWS -vWS -vWS -vWS -cpx -lYd -hHa -sns -sns -hHa -dYe -gui -gui -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qiO -dXs -jjF -gBD -gBD -gBD -wPr -gui -gui -geP -gBD -gBD -wPr -gui -gui -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -gui -qkV -gui -qkV -qkV -gui -gui -dYe -dYe -hHa -mGW -"} -(97,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -fqb -fqb -lFE -vWS -rnS -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -mss -dsz -pzO -ejf -bym -bym -bym -bym -rRh -lYd -hHa -sns -sns -hHa -dYe -dYe -dYe -gui -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -geP -gBD -wPr -gui -gui -qkV -qkV -qkV -qkV -qkV -gui -gui -gui -gui -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -gui -qkV -gui -gui -gui -gui -dYe -dYe -dYe -hHa -mGW -"} -(98,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -lFE -vWS -rnS -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -mss -dsz -pzO -ejf -bym -bym -bym -bym -bym -lYd -hHa -sns -sns -hHa -dYe -dYe -dYe -dYe -dYe -dYe -dYe -dYe -gui -gui -gui -qkV -qkV -qkV -qkV -qkV -qkV -qkV -gui -gui -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -qkV -dYe -dYe -dYe -dYe -dYe -dYe -dYe -hHa -mGW -"} -(99,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -rnS -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -mss -dsz -pzO -ejf -bym -bym -bym -bym -bym -lYd -hHa -sns -sns -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -mGW -"} -(100,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -mss -dsz -pzO -ejf -bym -bym -bym -bym -bym -bym -hHa -sns -sns -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -hPe -"} -(101,1,1) = {" -mGW -hHa -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -uOW -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -kcZ -pwc -oEZ -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -mss -dsz -pzO -ejf -bym -bym -bym -bym -bym -bym -hHa -sns -sns -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -cpX -fzl -fzl -fzl -cpX -cpX -cpX -cpX -cpX -hPe -"} -(102,1,1) = {" -mGW -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -hHa -pwc -oEZ -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -mss -dsz -pzO -ejf -bym -bym -bym -bym -bym -bym -hHa -sns -sns -qCT -fzl -cpX -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -cpX -cpX -fzl -cpX -fzl -fzl -cpX -cpX -fzl -fzl -fzl -fzl -cpX -cpX -cpX -fzl -cpX -cpX -cpX -cpX -fzl -fzl -cpX -cpX -cpX -fzl -fzl -fzl -cpX -cpX -cpX -cpX -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -cpX -cpX -cpX -hPe -"} -(103,1,1) = {" -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -pwc -oEZ -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -mss -dsz -pzO -ejf -bym -bym -bym -bym -bym -bym -hHa -sns -sns -qCT -fzl -fzl -fzl -qty -qty -cpX -cpX -qty -qty -qty -qty -qty -qty -fzl -fzl -fzl -fzl -fzl -qty -fzl -fzl -fzl -fzl -fzl -qty -qty -qty -fzl -fzl -qty -qty -fzl -fzl -qty -qty -fzl -fzl -fzl -fzl -cpX -cpX -cpX -cpX -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -cpX -hPe -"} -(104,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -iXd -wST -wST -wST -wST -wST -iXd -xuH -xuH -xuH -xuH -xuH -xuH -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -mss -dsz -pzO -ejf -bym -bym -bym -bym -bym -bym -hHa -sns -sns -qCT -fzl -fzl -fzl -qty -qty -cpX -cpX -fzl -qty -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -eAB -qty -eAB -eAB -fzl -fzl -fzl -fzl -fzl -fzl -fzl -eAB -eAB -eAB -fzl -fzl -fzl -fzl -fzl -eAB -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -hPe -"} -(105,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -iXd -wST -wST -wST -wST -wST -iXd -xuH -xuH -xuH -xuH -xuH -xuH -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -mss -dsz -pzO -ejf -bym -bym -bym -bym -bym -bym -hHa -sns -sns -cAC -fzl -fzl -qty -qty -qty -fzl -fzl -fzl -qty -fzl -fzl -qty -fzl -fzl -fzl -eAB -fzl -fzl -qty -cpX -qty -eAB -eAB -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -qty -fzl -qty -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -hPe -"} -(106,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -iXd -wST -wST -wST -wST -wST -iXd -xuH -xuH -xuH -xuH -xuH -xuH -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -mss -dsz -pzO -ejf -bym -bym -bym -bym -bym -bym -hHa -sns -sns -cAC -qty -qty -qty -fzl -fzl -fzl -fzl -cpX -eAB -fzl -qty -fzl -fzl -eAB -eAB -eAB -fzl -cpX -eAB -eAB -fzl -fzl -cpX -qty -qty -qty -qty -qty -eAB -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -qty -qty -cpX -qty -qty -fzl -fzl -fzl -fzl -fzl -hPe -"} -(107,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -ang -wST -wST -wST -wST -wST -iXd -xuH -xuH -xuH -xuH -xuH -xuH -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -mss -dsz -pzO -ejf -bym -bym -bym -bym -bym -bym -hHa -sns -sns -gam -qty -qty -fzl -fzl -qty -fzl -fzl -qty -cpX -fzl -fzl -fzl -fzl -fzl -fzl -fzl -qty -qty -eAB -fzl -fzl -fzl -fzl -fzl -fzl -eAB -cpX -qty -qty -eAB -fzl -fzl -fzl -fzl -fzl -fzl -qty -fzl -fzl -fzl -fzl -fzl -qty -cpX -cpX -eAB -eAB -fzl -fzl -qty -qty -fzl -fzl -fzl -hPe -"} -(108,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -dLz -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -iXd -wST -wST -wST -wST -wST -iXd -xuH -xuH -xuH -xuH -xuH -xuH -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -mss -dsz -pzO -ejf -bym -bym -bym -bym -bym -bym -hHa -sns -sns -qCT -fzl -fzl -fzl -fzl -qty -fzl -fzl -fzl -eAB -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -ceu -fzl -fzl -fzl -fzl -cpX -cpX -cpX -eAB -qty -fzl -fzl -qty -qty -fzl -cpX -qty -fzl -fzl -fzl -fzl -fzl -qty -qty -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -hPe -"} -(109,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -iXd -wST -wST -wST -wST -wST -iXd -xuH -xuH -xuH -xuH -xuH -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -mss -dsz -pzO -ejf -bym -bym -bym -bym -bym -bym -hHa -sns -sns -qCT -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -eAB -fzl -fzl -ceu -fzl -fzl -fzl -fzl -fzl -fzl -fzl -ceu -rBs -ceu -fzl -fzl -fzl -cpX -fzl -fzl -qty -ceu -fzl -fzl -fzl -fzl -eAB -cpX -fzl -fzl -fzl -fzl -qty -eAB -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -eAB -fzl -fzl -hPe -"} -(110,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -iXd -wST -wST -wST -wST -wST -iXd -xuH -xuH -xuH -xuH -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -mss -dsz -pzO -ejf -bym -bym -bym -bym -bym -bym -hHa -sns -sns -qCT -fzl -fzl -fzl -eAB -fzl -fzl -fzl -qty -eAB -fzl -ceu -akC -ceu -fzl -fzl -fzl -fzl -fzl -fzl -fzl -ceu -fzl -fzl -fzl -fzl -fzl -fzl -fzl -ceu -akC -ceu -fzl -fzl -fzl -eAB -fzl -fzl -fzl -fzl -fzl -qty -cpX -eAB -fzl -fzl -fzl -eAB -fzl -fzl -fzl -fzl -eAB -eAB -fzl -hPe -"} -(111,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -xuH -xuH -xuH -xuH -xuH -xuH -xuH -xuH -iXd -wST -wST -wST -wST -wST -iXd -xuH -xuH -xuH -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -mss -dsz -pzO -ejf -bym -bym -bym -bym -bym -bym -hHa -sns -sns -qCT -fzl -qty -fzl -fzl -fzl -fzl -qty -qty -qty -fzl -eAB -ceu -axe -axe -fzl -ceu -hRJ -ceu -fzl -fzl -fzl -fzl -fzl -ceu -hRJ -ceu -fzl -axe -axe -ceu -fzl -fzl -fzl -fzl -fzl -eAB -fzl -fzl -fzl -fzl -qty -eAB -eAB -fzl -fzl -eAB -eAB -fzl -fzl -fzl -fzl -cpX -eAB -fzl -hPe -"} -(112,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -xuH -xuH -xuH -xuH -xuH -xuH -xuH -iXd -wST -wST -wST -wST -wST -iXd -xuH -xuH -xuH -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -mss -dsz -pzO -ejf -bym -bym -bym -bym -bym -bym -hHa -sns -sns -qCT -fzl -fzl -fzl -fzl -fzl -eAB -qty -qty -eAB -fzl -eAB -fzl -axe -axe -axe -vYq -wxW -ldv -axe -axe -qFd -axe -axe -vYq -wxW -ldv -axe -axe -axe -fzl -fzl -fzl -fzl -fzl -eAB -eAB -fzl -qty -fzl -fzl -fzl -fzl -fzl -fzl -fzl -cpX -fzl -fzl -fzl -fzl -fzl -fzl -fzl -eAB -hPe -"} -(113,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -xuH -xuH -xuH -xuH -iXd -wST -wST -wST -wST -wST -iXd -xuH -xuH -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -ftQ -dsz -pzO -xuz -bym -bym -bym -bym -bym -bym -hHa -sns -sns -qCT -fzl -fzl -fzl -fzl -fzl -eAB -fzl -qty -cpX -eAB -eAB -qty -qty -axe -qCt -ftV -rOL -ftV -ftV -ftV -ftV -ftV -ftV -ftV -rOL -ftV -qCt -axe -fzl -fzl -fzl -qty -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -eAB -eAB -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -hPe -"} -(114,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -bym -bym -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -ftQ -dsz -pzO -xuz -fRH -fRH -bym -bym -bym -bym -hHa -sns -sns -qCT -fzl -fzl -fzl -eAB -fzl -eAB -fzl -qty -cpX -eAB -eAB -fzl -ceu -uJR -ftV -akC -ftV -ftV -ftV -ftV -akC -ftV -ftV -ftV -ftV -akC -ftV -uJR -ceu -fzl -fzl -fzl -fzl -eAB -qty -fzl -fzl -fzl -cpX -fzl -fzl -fzl -qty -eAB -eAB -eAB -fzl -fzl -fzl -fzl -eAB -fzl -fzl -fzl -hPe -"} -(115,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -bym -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -ftQ -dsz -pzO -xuz -fRH -fRH -fRH -bym -bym -bym -hHa -sns -sns -gam -fzl -fzl -fzl -fzl -fzl -eAB -fzl -qty -eAB -eAB -fzl -fzl -hRJ -eAA -nMO -ftV -qCt -ftV -ftV -ftV -kTy -ftV -ftV -ftV -qCt -ftV -jgA -eAA -hRJ -fzl -fzl -fzl -fzl -eAB -qty -eAB -fzl -qty -fzl -fzl -fzl -eAB -cpX -eAB -eAB -fzl -fzl -fzl -fzl -fzl -eAB -fzl -fzl -fzl -hPe -"} -(116,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -ftQ -dsz -pzO -xuz -fRH -fRH -fRH -fRH -fRH -bym -hHa -sns -sns -cAC -eAB -qty -fzl -eAB -qty -eAB -fzl -eAB -eAB -fzl -fzl -fzl -ceu -pfP -ftV -ftV -ftV -wLT -gxB -gxB -gxB -gxB -gxB -ohw -ftV -ftV -ftV -pfP -ceu -fzl -fzl -fzl -fzl -eAB -cpX -eAB -fzl -qty -fzl -fzl -fzl -eAB -cpX -eAB -fzl -fzl -fzl -fzl -fzl -eAB -eAB -fzl -fzl -fzl -hPe -"} -(117,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -nwT -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -nwT -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -ftQ -dsz -pzO -xuz -fRH -fRH -fRH -fRH -fRH -fRH -hHa -sns -sns -cAC -fzl -cpX -eAB -cpX -cpX -eAB -fzl -eAB -fzl -fzl -fzl -fzl -fzl -axe -ftV -ftV -ftV -kze -afn -sQb -tkD -sQb -kMK -lrB -ftV -ftV -ftV -axe -fzl -fzl -fzl -fzl -fzl -eAB -cpX -eAB -fzl -qty -fzl -fzl -qty -eAB -eAB -eAB -fzl -fzl -fzl -fzl -fzl -eAB -eAB -fzl -fzl -fzl -hPe -"} -(118,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -jPG -jPG -hfB -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -ftQ -dsz -dsz -dsz -pzO -xuz -fRH -fRH -fRH -fRH -fRH -hHa -sns -sns -qCT -fzl -fzl -cpX -fzl -fzl -fzl -fzl -fzl -fzl -fzl -ceu -fzl -fzl -axe -ftV -ftV -ftV -kze -poy -qCt -lZM -qCt -fsZ -lrB -ftV -ftV -ftV -axe -fzl -fzl -ceu -fzl -fzl -qty -eAB -qty -qty -fzl -fzl -fzl -qty -qty -fzl -fzl -fzl -fzl -fzl -fzl -fzl -qty -eAB -fzl -fzl -fzl -hPe -"} -(119,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -ooT -fRH -fRH -fRH -fRH -fRH -fRH -ftQ -dsz -dsz -dsz -pzO -xuz -fRH -fRH -fRH -fRH -fRH -hHa -sns -sns -qCT -fzl -fzl -cpX -cpX -fzl -fzl -eAB -fzl -fzl -ceu -lqd -ceu -fzl -qFd -ftV -akC -hZR -kze -dop -lZM -hSo -lZM -esS -lrB -nrm -akC -ftV -qFd -fzl -ceu -lqd -ceu -fzl -eAB -cpX -qty -fzl -fzl -fzl -fzl -cpX -qty -fzl -fzl -fzl -fzl -fzl -fzl -eAB -eAB -eAB -eAB -fzl -fzl -hPe -"} -(120,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -ftQ -dsz -dsz -dsz -pzO -xuz -fRH -fRH -fRH -fRH -fRH -hHa -sns -sns -qCT -fzl -eAB -cpX -fzl -fzl -fzl -eAB -fzl -fzl -fzl -ceu -fzl -fzl -axe -ftV -ftV -ftV -kze -poy -qCt -lZM -qCt -fsZ -lrB -ftV -ftV -ftV -axe -fzl -fzl -ceu -fzl -qty -qty -eAB -fzl -fzl -fzl -fzl -fzl -qty -qty -fzl -fzl -fzl -fzl -fzl -fzl -eAB -eAB -qty -eAB -fzl -fzl -hPe -"} -(121,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -ooT -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -nwT -fRH -fRH -fRH -fRH -fRH -fRH -ftQ -dsz -dsz -dsz -pzO -xuz -fRH -fRH -fRH -fRH -fRH -hHa -sns -sns -qCT -eAB -eAB -eAB -fzl -eAB -fzl -fzl -fzl -fzl -eAB -fzl -fzl -fzl -axe -ftV -ftV -ftV -kze -qqm -imi -cmz -imi -dCv -lrB -ftV -ftV -ftV -axe -fzl -fzl -fzl -fzl -qty -qty -cpX -fzl -fzl -fzl -fzl -fzl -ygc -fzl -fzl -fzl -fzl -fzl -fzl -eAB -eAB -eAB -eAB -eAB -fzl -fzl -hPe -"} -(122,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -sns -sns -gam -eAB -eAB -fzl -fzl -eAB -fzl -fzl -qty -qty -qty -fzl -eAB -ceu -uJR -ftV -qCt -ftV -joe -rwn -rwn -rwn -rwn -rwn -nkj -ftV -qCt -ftV -uJR -ceu -fzl -fzl -fzl -eAB -eAB -eAB -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -eAB -eAB -eAB -eAB -eAB -eAB -eAB -fzl -fzl -hPe -"} -(123,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -nwT -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -nwT -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -sns -sns -qvQ -fzl -fzl -fzl -eAB -eAB -fzl -fzl -qty -qty -fzl -fzl -fzl -hRJ -eAA -bQr -gxB -gxB -gxB -gxB -niN -ftV -jMy -gxB -gxB -gxB -gxB -wEB -eAA -hRJ -fzl -fzl -eAB -eAB -fzl -eAB -fzl -fzl -qty -fzl -fzl -fzl -fzl -fzl -fzl -eAB -eAB -eAB -qty -eAB -eAB -qty -eAB -eAB -fzl -hPe -"} -(124,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -hhP -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -hhP -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -hhP -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -sns -sns -ftV -qCT -fzl -fzl -eAB -eAB -fzl -fzl -fzl -qty -eAB -eAB -fzl -ceu -pfP -kze -aVF -gsW -aVF -gsW -lrB -dDT -kze -gsW -aVF -gsW -aVF -lrB -pfP -ceu -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -eAB -eAB -eAB -qty -eAB -qty -qty -qty -qty -eAB -eAB -hPe -"} -(125,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -qvV -fIO -qvV -fIO -qvV -fIO -qvV -fIO -qvV -fIO -qvV -fIO -qvV -fIO -uqB -dsr -dsr -iXd -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -fRH -fRH -fRH -fRH -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -nwT -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -sns -sns -ftV -qCT -cpX -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -aQJ -axe -kze -gsW -aVF -gsW -aVF -lrB -ftV -kze -aVF -gsW -aVF -gsW -lrB -axe -axe -fzl -fzl -fzl -fzl -fzl -fzl -cpX -fzl -fzl -fzl -fzl -fzl -fzl -eAB -eAB -qty -eAB -eAB -eAB -qty -eAB -qty -eAB -qty -eAB -hPe -"} -(126,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -wPM -ryu -xGJ -qcK -qcK -bAT -wPM -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -pmG -pmG -pmG -pmG -pmG -wPM -wPM -wPM -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -mLa -dsr -dsr -iXd -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -fRH -fRH -fRH -fRH -faS -fRH -fRH -fRH -fRH -fRH -fRH -uXF -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -ooT -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -sns -ftV -ftV -gPo -gPo -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -gOy -gOy -gOy -pKC -axe -kvp -axe -gOy -gOy -gOy -pKC -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -gPo -gPo -eAB -qty -eAB -eAB -eAB -qty -qty -eAB -eAB -eAB -eAB -eAB -eAB -hPe -"} -(127,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -wPM -fUP -iOD -qcK -qcK -qcK -iUb -qcK -qcK -qcK -qcK -jnm -qcK -qcK -qcK -qcK -pmG -pmG -pmG -pmG -pmG -wPM -wPM -wPM -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -mLa -dsr -dsr -iXd -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -fRH -fRH -fRH -bym -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -nwT -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -nwT -fRH -fRH -fRH -fRH -fRH -hHa -sns -ftV -ftV -gPo -gPo -axe -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -vZp -axe -eiL -gsW -aVF -gsW -aVF -lrB -dDT -kze -aVF -gsW -aVF -gsW -pCd -axe -vZp -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -axe -gPo -gPo -eAB -eAB -qty -eAB -qty -eAB -eAB -eAB -eAB -qty -eAB -eAB -qty -hPe -"} -(128,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -dLz -kIl -kIl -wPM -fUP -iOD -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -pmG -pmG -pmG -pmG -pmG -wPM -wPM -wPM -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -mLa -dsr -dsr -iXd -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -jPG -hfB -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -fRH -fRH -fRH -fRH -bym -oEZ -fRH -fRH -fRH -fRH -fRH -fRH -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -gPo -ftV -ftV -gPo -gPo -axe -aVF -xMW -xMW -gsW -mLi -mLi -aVF -qOf -wvb -gsW -dHm -kze -aVF -gsW -aVF -gsW -lrB -ftV -kze -gsW -aVF -gsW -aVF -lrB -dHm -gsW -qOf -wBm -aVF -xBc -xBc -gsW -htW -htW -aVF -axe -gPo -gPo -qty -eAB -qty -eAB -eAB -eAB -qty -qty -qty -eAB -qty -eAB -eAB -hPe -"} -(129,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -wPM -fUP -iOD -qcK -qcK -sIj -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -qcK -pmG -pmG -pmG -pmG -pmG -wPM -wPM -wPM -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -dsr -dsr -iXd -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -fRH -fRH -fRH -fRH -bym -bym -fRH -fRH -fRH -fRH -fRH -fRH -oEZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -vWC -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -nwT -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -gPo -ftV -ftV -gPo -gPo -axe -gsW -xMW -xMW -aVF -mLi -mLi -gsW -wvb -wvb -aVF -bhZ -kze -tzL -tzL -tzL -tzL -lrB -ftV -kze -tzL -tzL -tzL -tzL -lrB -bhZ -aVF -wBm -wBm -gsW -xBc -xBc -aVF -htW -htW -gsW -axe -gPo -gPo -qty -eAB -eAB -qty -eAB -eAB -eAB -eAB -eAB -qty -eAB -eAB -eAB -hPe -"} -(130,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -wPM -fUP -iOD -qcK -qcK -sIj -wPM -ooi -rhJ -rhJ -uHZ -ajP -ajP -ajP -ajP -qcK -pmG -dxk -pmG -pmG -pmG -rFW -uHr -wPM -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -dsr -dsr -iXd -jLk -kIl -kIl -kIl -kIl -kIl -kIl -jLk -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jLk -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jLk -kIl -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -fRH -fRH -fRH -fRH -bym -cks -fRH -fRH -fRH -fRH -fRH -fRH -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -vWC -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -gPo -ftV -ftV -gPo -gPo -axe -aVF -xMW -xMW -gsW -mLi -mLi -aVF -wvb -wvb -gsW -bhZ -kze -gsW -aVF -gsW -aVF -lrB -dDT -kze -aVF -gsW -aVF -gsW -lrB -bhZ -gsW -wBm -wBm -aVF -xBc -xBc -gsW -htW -htW -aVF -axe -gPo -gPo -eAB -eAB -eAB -qty -qty -qty -qty -eAB -qty -eAB -eAB -qty -eAB -hPe -"} -(131,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -dLz -kIl -wPM -fUP -iOD -qcK -qcK -sIj -wPM -six -rhJ -rhJ -wPM -avD -avD -avD -avD -pgH -pmG -pmG -pmG -pmG -pmG -rFW -uHr -wPM -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -dsr -dsr -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -fRH -fRH -fRH -bym -oEZ -bym -fRH -fRH -fRH -fRH -bym -bym -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -nwT -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -gPo -aZS -ftV -gPo -gPo -axe -gsW -xMW -xMW -aVF -mLi -mLi -gsW -qOf -wvb -aVF -bhZ -kze -gfB -gfB -gfB -gfB -lrB -ftV -kze -gfB -gfB -gfB -gfB -lrB -bhZ -aVF -qOf -wBm -gsW -xBc -xBc -aVF -htW -htW -gsW -axe -gPo -gPo -qty -eAB -eAB -qty -eAB -eAB -qty -qty -qty -qty -eAB -qty -eAB -hPe -"} -(132,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -wPM -fUP -iOD -cFW -qcK -sIj -wPM -six -rhJ -rhJ -wPM -avD -avD -avD -avD -pgH -pmG -pmG -pmG -pmG -pmG -rFW -uHr -wPM -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -fRH -fRH -fRH -jgH -oEZ -bym -fRH -fRH -fRH -fRH -bym -ttc -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -gPo -ftV -ftV -gPo -gPo -axe -hSX -hSX -hSX -hSX -hSX -hSX -hSX -hSX -hSX -hSX -axe -xIj -gfB -gfB -gfB -gfB -lrB -ftV -kze -gfB -gfB -gfB -gfB -sMU -axe -hSX -hSX -hSX -hSX -hSX -hSX -hSX -hSX -hSX -hSX -axe -gPo -gPo -eAB -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(133,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -wPM -fUP -dik -qcK -qcK -xiH -wPM -six -rhJ -rhJ -wPM -avD -avD -avD -avD -pgH -pmG -pmG -pmG -pmG -pmG -rFW -uHr -wPM -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -lTR -lTR -pYG -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -fRH -fRH -fRH -bym -bym -tHR -fRH -fRH -fRH -eTA -tHR -oEZ -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -gPo -ftV -ftV -gPo -gPo -axe -him -him -him -him -him -him -him -him -him -him -qnX -kJd -him -him -him -him -lrB -qCt -kze -him -him -him -him -aEZ -qnX -him -him -him -him -him -him -him -him -him -him -axe -gPo -gPo -eAB -eAB -qty -qty -qty -qty -qty -eAB -qty -qty -qty -eAB -qty -hPe -"} -(134,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -mGW -kIl -kIl -kIl -kIl -kIl -kIl -wPM -fUP -iOD -qcK -qcK -sIj -wPM -six -rhJ -rhJ -kck -avD -avD -mZK -avD -pgH -pmG -pmG -pmG -pmG -pmG -rFW -uHr -wPM -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -lTR -lTR -pYG -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -fRH -fRH -fRH -bym -oEZ -tHR -fRH -eTA -eTA -eTA -tHR -oEZ -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -vWC -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -gPo -ftV -ftV -gPo -gPo -axe -ixA -ixA -ixA -ixA -ixA -ixA -ixA -ixA -ixA -ixA -axe -ciT -kuc -kuc -kuc -kuc -lrB -ftV -kze -kuc -kuc -kuc -kuc -dKF -axe -ixA -ixA -ixA -ixA -ixA -ixA -ixA -ixA -ixA -ixA -axe -gPo -gPo -qty -eAB -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -eAB -hPe -"} -(135,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -fuy -fuy -fuy -fuy -fuy -fuy -fuy -kIl -kIl -kIl -kIl -kIl -kIl -wPM -fUP -iOD -qcK -qcK -sIj -wPM -six -rhJ -rhJ -wPM -avD -avD -avD -avD -pgH -pmG -pmG -pmG -pmG -pmG -rFW -uHr -wPM -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -tvk -rXW -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -fRH -fRH -bym -bym -oEZ -tHR -eTA -eTA -eTA -eTA -tHR -bym -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -gPo -ftV -ftV -gPo -gPo -axe -aVF -xMW -xMW -gsW -mLi -mLi -aVF -qOf -wvb -gsW -dHm -kze -kuc -kuc -kuc -kuc -lrB -ftV -kze -kuc -kuc -kuc -kuc -lrB -dHm -aVF -qOf -wBm -gsW -xBc -xBc -aVF -htW -htW -gsW -axe -gPo -gPo -qty -qty -qty -qty -eAB -qty -qty -qty -qty -qty -eAB -eAB -qty -hPe -"} -(136,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -fuy -vrG -vrG -vrG -vrG -vrG -fuy -kIl -kIl -dLz -kIl -kIl -kIl -wPM -fUP -iOD -qcK -qcK -sIj -wPM -mca -rhJ -rhJ -wPM -avD -avD -avD -avD -pgH -pmG -pmG -pmG -pmG -pmG -rFW -uHr -wPM -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -dsr -dsr -tPv -cwz -tPv -tPv -tPv -tPv -tPv -tPv -cwz -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -fRH -bym -bym -oEZ -tHR -eTA -eTA -eTA -eTA -tHR -kcZ -jgH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -gPo -aZS -ftV -gPo -gPo -axe -gsW -xMW -xMW -aVF -mLi -mLi -gsW -wvb -wvb -aVF -bhZ -kze -aVF -gsW -aVF -gsW -lrB -dDT -kze -gsW -aVF -gsW -aVF -lrB -bhZ -gsW -wBm -wBm -aVF -xBc -xBc -gsW -htW -htW -aVF -axe -gPo -gPo -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -eAB -eAB -qty -hPe -"} -(137,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -vrG -qnD -qnD -qnD -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -wPM -fUP -iOD -qcK -qcK -sIj -wPM -pOG -rhJ -rhJ -wPM -avD -avD -avD -avD -pgH -pmG -pmG -pmG -pmG -pmG -jcu -uHr -wPM -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -dsr -dsr -iXd -jLk -kIl -kIl -kIl -kIl -kIl -kIl -jLk -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jLk -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jLk -kIl -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -fRH -bym -oEZ -oEZ -dYY -eTA -eTA -eTA -eTA -tHR -kcZ -bym -bym -fRH -fRH -fRH -fRH -fRH -ooT -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -nwT -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -gPo -ftV -ftV -gPo -gPo -axe -aVF -xMW -xMW -gsW -mLi -mLi -aVF -wvb -wvb -gsW -bhZ -kze -eAn -eAn -eAn -eAn -lrB -ftV -kze -eAn -eAn -eAn -eAn -lrB -bhZ -aVF -wBm -wBm -gsW -xBc -xBc -aVF -htW -htW -gsW -axe -gPo -gPo -qty -eAB -qty -qty -qty -qty -eAB -qty -qty -qty -qty -qty -qty -hPe -"} -(138,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -fuy -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -qnD -qnD -qnD -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -wPM -fUP -iOD -qcK -qcK -sIj -wPM -pOG -pOG -rhJ -uHZ -ajP -ajP -ajP -ajP -qcK -pmG -dxk -pmG -pmG -pmG -rFW -uHr -oQm -lTR -lTR -lTR -uMz -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -dsr -dsr -iXd -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -jPG -hfB -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -bym -bym -oEZ -oEZ -oEZ -eTA -eTA -eTA -enA -vhw -kcZ -bym -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -nwT -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -ooT -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -gPo -ftV -ftV -gPo -gPo -axe -gsW -xMW -xMW -aVF -mLi -mLi -gsW -qOf -wvb -aVF -bhZ -kze -eAn -eAn -eAn -eAn -lrB -ftV -kze -eAn -eAn -eAn -eAn -lrB -bhZ -gsW -qOf -wBm -aVF -xBc -xBc -gsW -htW -htW -aVF -axe -gPo -gPo -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(139,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -fuy -vrG -bOh -bOh -bOh -bOh -bOh -bOh -bOh -bOh -bOh -vrG -vrG -qnD -wQa -qnD -vrG -fuy -kIl -kIl -kIl -dLz -kIl -kIl -wPM -fUP -iOD -qcK -qcK -sIj -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -qcK -pmG -pmG -pmG -pmG -pmG -wPM -wPM -wPM -nJI -nJI -lTR -uMz -rXW -tvk -rXW -tvk -lTR -lTR -lTR -lTR -lTR -lTR -lTR -dsr -dsr -iXd -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -bym -oEZ -oEZ -oEZ -oEZ -enA -qcZ -enA -enA -enA -kcZ -kcZ -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -gPo -ftV -ftV -gPo -gPo -axe -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -qwX -axe -eiL -gsW -aVF -gsW -aVF -lrB -dDT -kze -aVF -gsW -aVF -gsW -pCd -axe -qwX -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -axe -gPo -gPo -qty -qty -qty -qty -qty -qty -qty -qty -eAB -eAB -qty -qty -qty -hPe -"} -(140,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -fuy -vrG -bOh -rBu -wYr -tgj -tgj -tgj -wYr -tgj -bOh -vrG -vrG -qnD -qnD -qnD -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -wPM -fUP -dik -qcK -qcK -qcK -iUb -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -pmG -pmG -pmG -pmG -pmG -wPM -wPM -wPM -paO -nJI -lTR -uMz -rXW -tvk -rXW -tvk -lTR -lTR -lTR -lTR -lTR -lTR -lTR -dsr -dsr -iXd -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -enA -enA -enA -enA -enA -kcZ -kcZ -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -vWC -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -kvp -kvp -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -vYq -ldv -axe -axe -kvp -axe -axe -vYq -ldv -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -qty -axe -qty -qty -eAB -eAB -qty -eAB -qty -hPe -"} -(141,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -fuy -vrG -bOh -tgj -tgj -tgj -tgj -tgj -tgj -tgj -bOh -vrG -vrG -qnD -nzL -qnD -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -wPM -fUP -iOD -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -jnm -qcK -qcK -qcK -qcK -pmG -pmG -pmG -pmG -pmG -wPM -wPM -wPM -xbu -lTR -nJI -uMz -rXW -tvk -rXW -tvk -lTR -wPM -wPM -wPM -wPM -wPM -wPM -pGp -kBI -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -enA -enA -enA -enA -enA -enA -kcZ -kcZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -ftV -iZF -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -pwd -gxB -gxB -dUZ -gxB -niN -hHx -ftV -ftV -ftV -hHx -jMy -gxB -dUZ -gxB -gxB -pwd -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -vEb -ftV -ftV -qty -qty -qty -qty -qty -qty -eAB -qty -qty -qty -qty -hPe -"} -(142,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -fuy -vrG -bOh -tgj -tgj -afC -qlF -fGt -tgj -tgj -bOh -vrG -vrG -qnD -qnD -qnD -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -wPM -fUP -iOD -qcK -qcK -sIj -wPM -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -pmG -pmG -pmG -pmG -pmG -wPM -wPM -wPM -xbu -nJI -lTR -uMz -rXW -tvk -rXW -tvk -lTR -wPM -rAd -jRv -qcK -kRc -qcK -pGp -pGp -qcK -qcK -wPM -xwu -fSg -sYd -sYd -ghU -ghU -ghU -wPM -teH -hPd -hPd -hPd -hPd -hPd -hPd -cuS -hfI -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -hfI -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -enA -enA -enA -enA -enA -enA -kcZ -kcZ -kcZ -kcZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -aZS -ftV -kze -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -bhZ -aVF -gsW -aVF -gsW -lrB -dDT -ftV -qCt -ftV -dDT -kze -aVF -gsW -aVF -gsW -bhZ -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -lrB -ftV -ftV -ftV -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(143,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -fuy -vrG -bOh -tgj -tgj -kIY -rrD -qNV -tgj -tgj -bOh -vrG -vrG -qnD -qnD -qnD -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -wPM -fUP -iOD -qcK -qcK -sIj -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -lot -jZo -qcK -rAd -jRv -pGp -pGp -qcK -lvR -wPM -xwu -sYd -sYd -sYd -sYd -sYd -hJh -wPM -bOr -bOr -bOr -bOr -bOr -bOr -bOr -jcI -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -enA -qcZ -enA -enA -enA -enA -enA -enA -kcZ -kcZ -kcZ -kcZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -aZS -ftV -kze -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -bhZ -gsW -aVF -gsW -aVF -lrB -dDT -ftV -qCt -ftV -dDT -kze -gsW -aVF -gsW -aVF -bhZ -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -lrB -ftV -ftV -ftV -qty -qty -qty -qty -qty -qty -eAB -qty -qty -qty -hPe -"} -(144,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -fuy -vrG -bOh -tgj -tgj -eeo -qgI -wei -tgj -tgj -bOh -vrG -vrG -qnD -qnD -qnD -vrG -fuy -kIl -dLz -kIl -kIl -dLz -kIl -wPM -iOD -iOD -qcK -qcK -wDN -xGJ -xPH -wPM -yeB -sue -nDZ -glK -oVV -aIx -aIx -aIx -hse -ryu -xGJ -xGJ -xGJ -xGJ -xGJ -xGJ -xGJ -lhp -lhp -lhp -lhp -lhp -xGJ -bAT -wPM -ovP -vdj -qcK -jZo -jZo -pGp -pGp -qcK -qcK -wPM -xwu -sYd -sYd -sYd -sYd -sYd -sYd -wPM -bOr -bOr -bOr -bOr -bOr -bOr -bOr -jcI -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -enA -enA -enA -enA -enA -enA -enA -enA -enA -kcZ -kcZ -kcZ -kcZ -kcZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -vWC -vWC -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -ftV -pOw -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -bhZ -rwn -rwn -vjE -rwn -qzR -hHx -ftV -ftV -ftV -hHx -pen -rwn -vjE -rwn -rwn -bhZ -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -tDT -ftV -ftV -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(145,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -fuy -vrG -bOh -tgj -tgj -tgj -tgj -tgj -tgj -tgj -bOh -vrG -vrG -qnD -qnD -qnD -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -wPM -iOD -iOD -qcK -qcK -iOD -iOD -oiq -wPM -tqg -dWc -dWc -dWc -dWc -dWc -dWc -syF -dWc -fUP -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -sIj -wPM -frc -jRv -qcK -jZo -jZo -pGp -pGp -qcK -qcK -wPM -eFB -sYd -sYd -wPM -xck -wPM -xck -wPM -gmY -uAS -uAS -uAS -dsS -bOr -bOr -bOr -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -enA -enA -enA -enA -enA -qcZ -enA -enA -enA -enA -kcZ -kcZ -kcZ -kcZ -kcZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -kvp -kvp -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -vYq -ldv -axe -axe -kvp -axe -axe -vYq -ldv -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -qty -axe -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(146,1,1) = {" -mGW -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -fuy -vrG -bOh -tgj -tgj -tgj -cDc -tgj -tgj -vFt -bOh -vrG -vrG -qnD -qnD -qnD -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -wPM -iOD -bMn -qcK -qcK -bMn -iOD -cds -wPM -qRp -dWc -dWc -dWc -dWc -dWc -dWc -dWc -dWc -fUP -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -wtN -iOD -sIj -wPM -tMc -jZo -qcK -fdf -vdj -pGp -pGp -qcK -qcK -wPM -mRo -sYd -sYd -wPM -lbg -wPM -lbg -wPM -rJM -bOr -bOr -bOr -jFD -uAS -uAS -xZf -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -enA -enA -enA -enA -enA -enA -enA -enA -enA -enA -enA -kcZ -kcZ -kcZ -kcZ -kcZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -vWC -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -vWC -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -aZS -kze -vmZ -unb -axe -aYm -wjf -jng -bHC -fiL -efS -aNv -rfu -jrV -ceV -axe -khN -unb -vmZ -unb -vmZ -unb -lub -unb -vmZ -unb -vmZ -unb -bIm -axe -hrM -gbe -bIm -axe -pLO -cIa -axe -pzR -heF -hrM -axe -gPo -gPo -gPo -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -eAB -qty -hPe -"} -(147,1,1) = {" -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -kIl -fuy -vrG -bOh -tgj -tgj -tgj -tgj -tgj -tgj -vFt -bOh -vrG -vrG -qnD -qnD -qnD -vrG -fuy -kIl -wPM -wPM -wPM -wPM -wPM -wPM -iOD -iOD -qcK -qcK -iOD -iOD -pfW -wPM -dWc -dWc -dWc -dWc -euU -dWc -dWc -syF -dWc -fUP -iOD -iOD -wtN -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -sIj -ebN -fdf -vdj -qcK -rAd -jRv -pGp -pGp -qcK -vQS -wPM -wPM -wPM -xck -wPM -wPM -wPM -wPM -wPM -rJM -gmY -dsS -bOr -gmY -uAS -uAS -hXy -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -enA -enA -enA -enA -enA -enA -enA -enA -enA -enA -enA -enA -kcZ -kcZ -kcZ -kcZ -kcZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -kze -lOC -okl -axe -wCy -dKF -rwn -rwn -rwn -rwn -rwn -rwn -ciT -wSw -axe -unb -qUT -xoa -xoa -xyE -vmZ -xEg -vmZ -qUT -xoa -xoa -xyE -unb -axe -dLK -vTq -vTq -kvp -vTq -vTq -kvp -vTq -vTq -dLK -axe -gPo -gPo -gPo -gPo -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(148,1,1) = {" -fuy -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -fuy -fuy -fuy -vrG -bOh -tgj -tgj -tgj -tgj -cDc -tgj -ymi -bOh -vrG -vrG -qnD -qnD -qnD -vrG -fuy -kIl -wPM -sRQ -pbd -kIF -lfc -vrX -fof -dik -qcK -qcK -inS -iOD -pfW -wPM -syF -iZU -syF -syF -syF -iZU -syF -syF -dWc -fUP -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -sIj -ebN -qcK -qcK -qcK -jZo -jZo -pGp -pGp -qcK -qcK -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -wPM -rJM -rJM -rJM -bOr -vmn -jvT -bOr -jcI -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -kIl -kIl -jPG -jPG -hfB -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -enA -enA -enA -enA -enA -enA -enA -qcZ -enA -enA -enA -enA -kcZ -kcZ -kcZ -kcZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -kze -lBL -mbz -axe -wCy -lrB -qCt -ftV -ftV -ftV -ftV -qCt -kze -xuc -axe -vmZ -fYk -cLi -fCr -jGX -unb -osG -unb -fYk -dVH -fOA -jGX -vmZ -axe -aRy -aRy -vTq -axe -vTq -vTq -axe -vTq -dHI -dHI -axe -gPo -gPo -gPo -gPo -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(149,1,1) = {" -fuy -vrG -oOv -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -bOh -bOh -bOh -tgj -tgj -tgj -lUa -bOh -bOh -vrG -vrG -qnD -qnD -qnD -vrG -fuy -kIl -wPM -sRQ -lfc -lfc -lfc -vrX -fof -iOD -qcK -qcK -iOD -iOD -pfW -wPM -iuL -iuL -iuL -iuL -iuL -iuL -iuL -iuL -dWc -fUP -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -sIj -ebN -qcK -qcK -qcK -fdf -vdj -pGp -pGp -qcK -qcK -pGp -bdQ -pGp -pGp -pGp -pGp -pGp -qGW -wPM -rJM -rJM -rJM -bOr -jFD -uAS -uAS -xZf -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -enA -enA -enA -enA -kcZ -kcZ -kcZ -kcZ -fRH -fRH -fRH -fRH -jGB -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -kze -soq -fsD -axe -wjI -lrB -ftV -vCj -cjX -eJN -hpF -ftV -kze -eql -axe -unb -fYk -abc -aZt -jGX -vmZ -xEg -vmZ -fYk -abc -aZt -jGX -unb -axe -kMP -aRy -faC -axe -vTq -vTq -axe -faC -dHI -jCk -axe -gPo -gPo -gPo -gPo -qty -eAB -qty -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(150,1,1) = {" -fuy -vrG -pMW -pMW -cbN -pMW -pMW -pMW -vrG -tgj -tgj -tgj -tgj -tgj -tgj -wYr -tgj -tgj -tgj -tgj -wYr -tgj -tgj -vrG -qnD -qnD -qnD -vrG -fuy -kIl -wPM -sRQ -lfc -won -lfc -vrX -fof -iOD -cFW -qcK -iOD -iOD -czN -wPM -xGJ -xGJ -xGJ -xGJ -xGJ -xGJ -xGJ -xGJ -xGJ -dTB -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iFv -sIj -wPM -fyY -qcK -qcK -qcK -qcK -pGp -pGp -qcK -rUO -wPM -wPM -wPM -xck -wPM -wPM -wPM -wPM -wPM -jFD -aLN -jFD -uAS -uAS -uAS -cgv -hXy -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -enA -enA -enA -enA -enA -qcZ -enA -kcZ -kcZ -kcZ -kcZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -vWC -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -kze -wwD -htn -axe -wjI -lrB -ftV -coO -cjX -eJN -sBh -ftV -kze -mBa -axe -vmZ -fYk -dOk -xYi -jGX -unb -hUV -unb -fYk -ukX -mbz -jGX -vmZ -axe -axe -axe -axe -axe -cqA -cqA -axe -axe -axe -axe -axe -xys -xys -gPo -gPo -xys -qty -qty -qty -qty -qty -qty -eAB -qty -qty -qty -hPe -"} -(151,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -qnD -qnD -qnD -vrG -fuy -kIl -wPM -oqu -lfc -lfc -lfc -nAj -iOD -iOD -qcK -qcK -iOD -iOD -wPM -wPM -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -wPM -wPM -wPM -wPM -iOD -iOD -iOD -bMn -qcK -qcK -qcK -qcK -qcK -dkD -aYU -pGp -pGp -pGp -pGp -pGp -pGp -pGp -qcK -qcK -wPM -mRo -sYd -sYd -wPM -pzs -wPM -pzs -wPM -eUL -oLI -bOr -bOr -bOr -bOr -rJM -jcI -hfI -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -hfI -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -enA -enA -enA -enA -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -enA -enA -enA -enA -enA -pIA -enA -enA -enA -enA -kcZ -kcZ -kcZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -kze -unb -vmZ -axe -hQX -sgx -ftV -dDT -ftV -ftV -dDT -ftV -kze -dCy -axe -unb -fYk -rbJ -kPd -jGX -vmZ -idO -vmZ -fYk -cLi -fsD -jGX -unb -axe -hrM -gbe -bIm -axe -vTq -vTq -axe -pHN -heF -hrM -axe -xys -xys -gPo -gPo -xys -qty -qty -qty -qty -qty -qty -qty -qty -qty -eAB -hPe -"} -(152,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -ssC -tgj -tgj -tgj -ssC -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -qnD -qnD -qnD -vrG -fuy -kIl -wPM -dQM -lfc -lfc -lfc -vrX -iOD -iOD -qcK -qcK -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -xGW -xGW -xGW -xGW -iOD -iOD -iOD -qcK -qcK -qcK -qcK -qcK -qcK -dkD -qcK -pGp -pGp -pGp -pGp -pGp -pGp -pGp -qcK -qcK -wPM -eFB -sYd -sYd -wPM -xck -wPM -xck -wPM -tQw -cUz -bne -bne -bne -mAG -rJM -bOr -epd -epd -epd -epd -epd -epd -epd -epd -epd -epd -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -enA -enA -enA -enA -enA -enA -oEZ -oEZ -oEZ -enA -enA -enA -enA -enA -qcZ -enA -enA -enA -enA -enA -enA -enA -enA -oEZ -oEZ -oEZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -vWC -fRH -fRH -fRH -fRH -vWC -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -aZS -kze -vmZ -unb -axe -nZn -gnm -ftV -xfV -wwm -ppH -ppH -ftV -kze -xKn -axe -vmZ -vWm -tMG -tMG -pnV -unb -hUV -unb -vWm -tMG -tMG -pnV -vmZ -axe -dLK -vTq -vTq -axe -vTq -vTq -axe -vTq -vTq -dLK -axe -xys -xys -gPo -gPo -xys -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(153,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -aUc -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -qnD -nzL -qnD -vrG -fuy -kIl -wPM -pZp -lfc -lfc -lfc -vrX -iOD -iOD -qcK -qcK -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -bMn -iOD -iOD -bMn -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -qcK -qcK -qcK -iOD -iOD -uSU -sIj -wPM -cAc -qcK -qcK -qcK -dXR -pGp -pGp -qcK -qcK -wPM -xwu -sYd -sYd -sYd -sYd -sYd -hJh -wPM -ttW -qrQ -cLV -cLV -cLV -aWG -ogY -bOr -epd -gFH -avf -wkd -rGJ -rbF -pYB -epd -pRJ -iHV -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -enA -enA -enA -enA -enA -enA -oEZ -oEZ -oEZ -enA -enA -qcZ -enA -enA -enA -enA -enA -enA -enA -enA -enA -enA -enA -oEZ -oEZ -oEZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -jGB -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -kze -unb -vmZ -axe -hQX -gnm -ftV -xfV -eYm -aRX -aRX -ftV -kze -ohN -axe -unb -vmZ -rIp -vmZ -unb -vmZ -xEg -vmZ -unb -vmZ -unb -vmZ -unb -axe -oda -oda -vTq -kvp -vTq -vTq -kvp -vTq -pFd -pFd -axe -xys -xys -xys -xys -xys -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(154,1,1) = {" -fuy -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -qnD -qnD -qnD -vrG -fuy -kIl -wPM -kJN -lfc -lfc -lfc -vrX -iOD -iOD -qcK -qcK -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -qcK -qcK -bMn -iOD -iOD -iOD -sIj -ebN -qcK -qcK -qcK -qcK -qcK -pGp -pGp -qcK -qcK -wPM -xwu -sYd -sYd -wPM -xck -wPM -xck -wPM -xnL -tjn -bOr -bOr -bOr -mbF -sHe -mbF -epd -ixQ -cTE -cTE -cTE -cTE -cTE -epd -mOR -mUk -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -enA -enA -enA -enA -enA -enA -enA -enA -oEZ -oEZ -enA -enA -enA -enA -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -kze -vmZ -unb -axe -vnk -mRy -qCt -ftV -ftV -ftV -ftV -qCt -kze -ecp -axe -vmZ -unb -vmZ -unb -akC -fZQ -cAj -fMQ -akC -unb -vmZ -unb -vmZ -axe -dWG -oda -faC -axe -vTq -vTq -axe -faC -pFd -vlV -axe -xys -xys -xys -xys -xys -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(155,1,1) = {" -fuy -vrG -pMW -pMW -pMW -pMW -cbN -pMW -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -uqb -eMN -eMN -eMN -xrn -tgj -tgj -vrG -qnD -qnD -qnD -vrG -fuy -kIl -wPM -rZj -lfc -lfc -lfc -nAj -iOD -iOD -qcK -qcK -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -qcK -qcK -iOD -iOD -iOD -iOD -sIj -ebN -qcK -qcK -qcK -qcK -qcK -pGp -pGp -qcK -qcK -wPM -xwu -csD -sYd -wPM -bCG -wPM -bCG -wPM -bOr -bOr -bOr -ivc -bOr -mbF -mbF -sHe -epd -wSm -cTE -cTE -cTE -cTE -qAG -epd -epd -jVS -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -enA -enA -enA -enA -oEZ -enA -enA -enA -oEZ -oEZ -enA -enA -enA -enA -enA -enA -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -kze -otR -xoa -axe -liP -tMA -liP -tMA -vmZ -unb -liP -tMA -liP -tMA -axe -unb -vmZ -unb -vmZ -sVe -qCt -ftV -qCt -rnv -vmZ -unb -vmZ -unb -axe -axe -axe -axe -axe -cqA -cqA -axe -axe -axe -axe -axe -axe -axe -xys -xys -xys -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(156,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -aUc -tgj -tgj -uqb -ieF -mVA -mVA -mVA -dlz -tgj -tgj -vrG -qnD -qnD -qnD -vrG -fuy -kIl -wPM -mib -lfc -lfc -lfc -vrX -iOD -dik -qcK -qcK -inS -iOD -iOD -iOD -iOD -iOD -wtN -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -wtN -iOD -iOD -iOD -iOD -qcK -qcK -iOD -iOD -iOD -iOD -sIj -ebN -qcK -qcK -qcK -qcK -qcK -pGp -pGp -qcK -qcK -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -bOr -kXB -bOr -sva -bOr -mbF -sHe -mbF -gBz -dgT -dgT -dgT -dgT -dgT -dgT -dgT -aJc -dgT -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -enA -enA -pIA -enA -oEZ -oEZ -enA -enA -enA -oEZ -oEZ -oEZ -enA -enA -enA -enA -enA -enA -enA -enA -enA -enA -oEZ -oEZ -oEZ -oEZ -oEZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -ooT -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -kze -pvd -wvz -axe -jft -vTq -vTq -qUT -xoa -xoa -xoa -xoa -xoa -xoa -qnX -xoa -xoa -xoa -xoa -cAj -ftV -nAD -ftV -rhm -xoa -xoa -xoa -xoa -qnX -xoa -xoa -xyE -vTq -vTq -vTq -axe -wPm -axe -wPm -axe -cck -axe -xys -xys -xys -xys -qty -qty -qty -qty -qty -qty -qty -eAB -qty -hPe -"} -(157,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -vrG -uJt -tgj -tgj -tgj -tgj -uqb -ieF -mVA -mVA -mVA -mVA -dlz -tgj -tgj -vrG -qnD -qnD -qnD -vrG -fuy -kIl -wPM -fnC -lfc -lfc -lfc -vrX -iOD -iOD -qcK -qcK -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -qcK -qcK -iOD -iOD -iOD -iFv -sIj -wPM -cAc -qcK -qcK -qcK -dXR -pGp -pGp -qcK -qcK -fyS -mfD -mfD -nGe -mfD -mfD -mfD -mfD -wPM -bOr -khU -bOr -khU -bOr -mbF -mbF -mbF -epd -rQv -qan -vwl -wEq -wEq -epd -epd -epd -mYs -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -enA -enA -enA -enA -oEZ -oEZ -enA -enA -enA -oEZ -oEZ -oEZ -oEZ -enA -enA -enA -enA -enA -enA -enA -enA -enA -enA -oEZ -oEZ -oEZ -oEZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -kze -aln -ftV -axe -qmC -gbe -xKk -sbG -duE -acC -qCt -ftV -duE -ftV -kvp -ftV -qCt -duE -ftV -wbm -ftV -ylq -ftV -jHo -ftV -duE -qCt -ftV -kvp -ftV -qCt -mlo -vTq -vTq -vTq -kvp -byU -lFq -byU -lFq -byU -axe -xys -xys -xys -xys -qty -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(158,1,1) = {" -fuy -vrG -omd -pMW -pMW -pMW -pMW -pMW -vrG -dTL -tgj -tgj -tgj -tgj -uVh -mVA -mVA -mVA -mVA -mVA -dlz -tgj -tgj -vrG -qnD -qnD -qnD -vrG -fuy -kIl -wPM -rZj -lfc -tQm -lfc -vrX -iOD -iOD -qcK -qcK -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -qcK -qcK -qcK -qcK -qcK -qcK -dkD -aYU -pGp -pGp -pGp -pGp -pGp -pGp -pGp -qcK -rUO -gLM -gLM -gLM -gLM -gLM -gLM -gLM -mfD -wPM -bOr -khU -bOr -khU -bOr -mKY -mbF -mKY -epd -wEq -pBo -qLF -iWc -ifd -epd -qxv -iVO -aHs -fmB -kIl -kIl -jPG -jPG -hfB -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -enA -enA -enA -oEZ -oEZ -oEZ -enA -enA -enA -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -enA -enA -enA -enA -enA -enA -qcZ -enA -enA -oEZ -oEZ -oEZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -ooT -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -aZS -kze -pvd -wvz -axe -aNY -vTq -vTq -vWm -tMG -tMG -tMG -tMG -tMG -tMG -qnX -tMG -tMG -tMG -tMG -cAj -ftV -hxG -ftV -bix -tMG -tMG -tMG -tMG -qnX -tMG -tMG -pnV -vTq -vTq -vTq -axe -iny -oRY -tXt -oRY -kyA -axe -xys -xys -xys -xys -qty -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(159,1,1) = {" -fuy -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tgj -tgj -tgj -tgj -uVh -mVA -mVA -mVA -mVA -mVA -xMI -xrn -tgj -vrG -qnD -qnD -qnD -vrG -fuy -kIl -wPM -rZj -lfc -lfc -lfc -nAj -iOD -iOD -qcK -qcK -bMn -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -qcK -qcK -qcK -qcK -qcK -qcK -dkD -qcK -pGp -pGp -pGp -pGp -pGp -pGp -pGp -qcK -qcK -kfS -lvy -lvy -aTQ -lvy -bJJ -gLM -mfD -wPM -bOr -khU -bOr -khU -bOr -mbF -mbF -mbF -epd -kao -wEq -wEq -iWc -tSw -epd -aJP -aHs -aHs -fmB -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -enA -enA -enA -oEZ -oEZ -oEZ -enA -enA -enA -enA -enA -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -enA -enA -enA -oEZ -oEZ -oEZ -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -kze -lwx -tMG -axe -tSO -ygH -tSO -ygH -vmZ -unb -tSO -ygH -tSO -ygH -axe -unb -vmZ -unb -vmZ -biB -qCt -ftV -qCt -mCf -vmZ -unb -vmZ -unb -axe -axe -axe -axe -axe -cqA -cqA -axe -axe -axe -axe -axe -axe -axe -xys -xys -xys -xys -qty -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(160,1,1) = {" -fuy -vrG -fxa -nOW -ydM -ydM -lcc -tgj -vrG -tgj -tgj -tgj -tgj -tgj -uVh -mVA -mVA -mVA -gmR -mVA -mVA -dlz -tgj -vrG -qnD -qnD -qnD -vrG -fuy -kIl -wPM -pGO -lfc -lfc -lfc -vrX -iOD -iOD -qcK -qcK -qcK -iOD -iOD -iOD -iOD -iFv -iOD -iOD -iOD -bMn -iOD -iOD -quY -iOD -iOD -iOD -iOD -iOD -iOD -quY -qcK -qcK -qcK -iOD -iOD -iOD -uSU -sIj -wPM -fyY -qcK -qcK -qcK -qcK -pGp -pGp -qcK -qcK -oJT -lvy -lvy -lvy -lvy -kfS -gLM -mfD -wPM -bOr -khU -bOr -khU -bOr -mbF -mKY -nrp -epd -kao -uYn -uYn -iWc -qiH -epd -khJ -uqE -cWw -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -enA -enA -enA -oEZ -oEZ -oEZ -oEZ -enA -enA -enA -enA -enA -enA -enA -enA -enA -enA -enA -enA -enA -enA -enA -enA -enA -oEZ -oEZ -oEZ -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -kze -vmZ -unb -axe -caK -gxB -gxB -gxB -niN -jMy -gxB -gxB -gxB -vlH -axe -vmZ -unb -vmZ -unb -akC -uuz -eVV -uuz -akC -unb -vmZ -unb -vmZ -axe -hrM -gbe -bIm -axe -vTq -vTq -axe -pHN -heF -hrM -axe -xys -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(161,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -aUc -tgj -uVh -mVA -mVA -mVA -mVA -mVA -mVA -dlz -tgj -vrG -qnD -qnD -qnD -vrG -fuy -kIl -wPM -wPM -wPM -wPM -wPM -wPM -iOD -iOD -bMn -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -iOD -iOD -iOD -iOD -sIj -ebN -qcK -qcK -qcK -qcK -qcK -pGp -pGp -qcK -qcK -kfS -lvy -lvy -lvy -lvy -xZU -gLM -pol -wPM -bOr -gBR -bOr -ezi -bOr -mbF -mbF -nrp -epd -epd -epd -epd -epd -epd -epd -epd -epd -epd -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -enA -enA -enA -pGz -oEZ -oEZ -oEZ -oEZ -enA -enA -enA -enA -enA -enA -enA -enA -enA -qcZ -enA -enA -enA -enA -enA -oEZ -oEZ -oEZ -oEZ -oEZ -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -kze -unb -vmZ -axe -dOg -syC -npj -dev -lrB -kze -syC -npj -dev -qeC -axe -unb -vmZ -unb -vmZ -unb -vmZ -eDm -vmZ -unb -vmZ -unb -vmZ -unb -axe -dLK -vTq -vTq -kvp -vTq -vTq -kvp -vTq -vTq -dLK -axe -xys -xys -xys -qty -xys -xys -xys -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(162,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -vrG -nOW -tgj -tgj -tgj -tgj -uVh -mVA -mVA -mVA -mVA -mVA -mVA -dlz -tgj -vrG -qnD -qnD -qnD -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -wPM -iOD -iOD -iOD -qcK -qcK -qcK -qcK -cFW -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -qcK -cFW -qcK -qcK -qcK -iOD -iOD -iOD -iOD -iOD -sIj -ebN -qcK -qcK -qcK -rAd -jRv -pGp -pGp -qcK -qcK -kfS -lvy -jPy -jPy -lvy -dBj -gLM -mfD -wPM -bOr -bOr -bOr -bOr -bOr -mbF -mbF -nrp -epd -iDr -ane -joA -qRP -dFF -jSK -epd -pRJ -iHV -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -enA -enA -pGz -pGz -oEZ -oEZ -oEZ -oEZ -oEZ -enA -enA -enA -enA -enA -enA -enA -enA -enA -enA -enA -enA -enA -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -ttc -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -kze -vmZ -unb -axe -kze -lIY -npj -uGs -lrB -kze -lIY -npj -uGs -lrB -axe -vmZ -qUT -xoa -xoa -xyE -unb -lub -unb -qUT -xoa -xoa -xyE -vmZ -axe -dHI -dHI -vTq -axe -vTq -vTq -axe -vTq -udR -udR -axe -xys -bbO -qty -qty -qty -qty -xys -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(163,1,1) = {" -fuy -vrG -nOW -nOW -nOW -nOW -gVD -tgj -vrG -deO -tgj -tgj -tgj -tgj -uVh -mVA -mVA -mVA -mVA -mVA -mVA -dlz -tgj -vrG -qnD -qnD -qnD -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -wPM -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -uSU -iOD -iOD -iOD -bMn -iOD -iOD -lru -iOD -iOD -iOD -iOD -iOD -iOD -lru -hpQ -lNG -jWv -hpQ -biC -hpQ -hpQ -sIj -ebN -qcK -qcK -qcK -jZo -jZo -pGp -pGp -qcK -qcK -kfS -lvy -nWl -rXw -lvy -nNV -gLM -mfD -wPM -bOr -bOr -bOr -bOr -bOr -mbF -sHe -mbF -epd -axg -aGv -aGv -aGv -aGv -aGv -epd -mOR -mUk -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -pGz -pGz -pGz -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -bym -bym -bym -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -kze -unb -vmZ -axe -uuc -vJH -vJH -vJH -uww -itq -vJH -vJH -vJH -xzR -axe -unb -fYk -cLi -qyd -jGX -vmZ -ofO -vmZ -fYk -fCr -dOk -jGX -unb -axe -jCk -dHI -faC -axe -vTq -vTq -axe -faC -udR -moE -axe -xys -rmr -qty -qty -qty -qty -qzx -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(164,1,1) = {" -fuy -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -kto -tgj -tgj -tgj -tgj -iyU -mgq -mVA -mVA -mVA -mVA -wGl -dkY -tgj -vrG -qnD -qnD -qnD -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -wPM -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -hpQ -iOD -iOD -ckA -iOD -iOD -hpQ -sIj -wPM -frc -jRv -qcK -jZo -jZo -pGp -pGp -qcK -qcK -oMQ -lvy -lvy -lvy -lvy -umx -gLM -mfD -wPM -bOr -noI -bCC -oWi -bOr -mbF -mbF -mbF -epd -wKS -aGv -aGv -aGv -aGv -nxY -epd -epd -jVS -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -pGz -pGz -pGz -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -cks -bym -bym -bym -bym -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -kze -lOC -okl -axe -uxV -xkt -axm -vmZ -lrB -kze -dyO -qIM -eUO -pbs -axe -vmZ -fYk -abc -aZt -jGX -unb -lub -unb -fYk -abc -aZt -jGX -vmZ -axe -axe -axe -axe -axe -cqA -cqA -axe -axe -axe -axe -axe -xys -xys -qty -qty -qty -xys -xys -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(165,1,1) = {" -fuy -vrG -uJt -cbN -amV -amV -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -uVh -mVA -mVA -mVA -mVA -dlz -tgj -tgj -vrG -qnD -qnD -qnD -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -wPM -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -iOD -hpQ -iOD -iOD -iOD -iOD -iOD -hpQ -sIj -wPM -lot -jZo -qcK -fdf -vdj -pGp -pGp -qcK -qcK -kfS -lvy -cJn -eRb -lvy -lvy -kKd -mfD -wPM -bOr -lzM -bYn -abC -bOr -mbF -mbF -sHe -rom -dgT -dgT -dgT -dgT -dgT -dgT -dgT -aJc -dgT -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -pGz -qZc -fiJ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -bym -oEZ -ttc -oEZ -bym -bym -bym -fRH -uXF -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -aZS -kze -soq -qyd -axe -bgM -tLA -vmZ -unb -lrB -kze -vmZ -unb -vmZ -izi -axe -unb -fYk -oDJ -xYi -jGX -vmZ -eDm -vmZ -fYk -cLi -mbz -jGX -unb -axe -hrM -gbe -bIm -axe -vTq -vTq -axe -pHN -heF -hrM -axe -xys -xys -wPJ -wPJ -xys -xys -xys -xys -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(166,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -amV -vrG -tgj -tgj -tgj -tgj -tgj -tgj -iyU -mgq -mVA -mVA -mVA -dlz -aUc -tgj -vrG -qnD -qnD -qnD -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -wPM -iOD -iOD -vmJ -vmJ -vmJ -vmJ -vmJ -vmJ -vmJ -vmJ -vmJ -vmJ -vmJ -vmJ -vmJ -vmJ -vmJ -vmJ -vmJ -vmJ -vmJ -vmJ -vmJ -vmJ -nba -vmJ -vmJ -vmJ -vmJ -vmJ -vmJ -qUP -wPM -ovP -vdj -qcK -rAd -jRv -pGp -pGp -qcK -leB -gLM -gLM -gLM -gLM -gLM -gLM -gLM -mfD -wPM -bOr -fjD -bYn -abC -bOr -mbF -mbF -mbF -epd -saD -xRd -lHF -jFf -jFf -epd -epd -epd -onX -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -fiJ -jhG -usz -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -xIL -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -tHR -tHR -tHR -tHR -bym -bym -bym -bym -faS -fRH -jGB -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -kze -feN -aZt -axe -aAp -vmZ -unb -koH -qeC -dOg -unb -vmZ -unb -gIs -axe -vmZ -fYk -dCt -kfJ -jGX -unb -sLT -unb -fYk -xbs -eMM -jGX -vmZ -axe -dLK -vTq -vTq -axe -vTq -vTq -axe -vTq -vTq -dLK -axe -xys -xys -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(167,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -amV -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -iyU -msF -msF -msF -dkY -tgj -tgj -vrG -qnD -nzL -qnD -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -wPM -wPM -wPM -nHj -nHj -nHj -nHj -nHj -nHj -nHj -nHj -nHj -nHj -nHj -nHj -nHj -nHj -nHj -nHj -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -frc -jRv -qcK -jZo -jZo -pGp -pGp -qcK -qcK -wfN -nml -nsO -oJI -nml -nWE -gLM -mfD -wPM -bOr -tlY -brW -khC -bOr -mbF -mKY -mKY -epd -jFf -xEl -jIp -kOw -nrY -epd -oxT -bTn -hsD -swk -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -usz -usz -usz -oEZ -oEZ -oEZ -oEZ -oEZ -hrv -usz -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -qZD -iSq -usz -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -nKH -ufu -tHR -tHR -tHR -tHR -tHR -bym -bym -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -jGB -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -kze -wwD -htn -axe -lvK -jbY -vmZ -bII -lrB -kze -vmZ -unb -vmZ -lQK -axe -unb -vWm -tMG -tMG -pnV -vmZ -eDm -vmZ -vWm -tMG -tMG -pnV -unb -axe -qxS -qxS -vTq -kvp -vTq -vTq -kvp -vTq -lHc -lHc -axe -xys -xys -xys -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -qty -qty -hPe -"} -(168,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -amV -vrG -tgj -tgj -ssC -aUc -tgj -tgj -ssC -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -qnD -qnD -qnD -vrG -fuy -ucl -ucl -ucl -ucl -ucl -ucl -ucl -ucl -ucl -nHj -vCg -ben -tjx -mBK -fCv -cHq -ntW -efp -rUj -orW -nHj -sRQ -oLP -ylK -pGO -wPM -nhm -nhm -qYw -nhm -nhm -qYw -qYw -nhm -cNn -nhm -nhm -nhm -nhm -wPM -hrZ -jZo -qcK -jZo -jZo -pGp -pGp -qcK -qcK -wfN -nml -nml -nml -nml -hfi -gLM -mfD -wPM -bOr -bOr -bOr -ivc -bOr -mbF -mbF -mbF -epd -tEr -jFf -jFf -kOw -uFH -epd -uMe -hsD -hsD -swk -kIl -kIl -jPG -jPG -hfB -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -usz -usz -pdP -oEZ -oEZ -uqk -usz -usz -usz -uqk -usz -uqk -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -fQT -usz -usz -usz -usz -usz -usz -usz -wat -ufu -tHR -tHR -tHR -tHR -tHR -bym -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -kze -vmZ -unb -axe -xjW -mec -pJn -iJm -gOb -uXX -dRS -hgt -dRS -sfW -axe -nBA -unb -vmZ -unb -vmZ -unb -lub -unb -vmZ -unb -vmZ -unb -axv -axe -mHw -qxS -faC -axe -wVA -jZq -axe -faC -lHc -qev -axe -xys -xys -xys -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -qty -qty -hPe -"} -(169,1,1) = {" -fuy -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -qnD -qnD -qnD -vrG -fuy -ucl -lSc -lSc -kEv -roq -nqH -xDz -hEE -ucl -nHj -wxF -rhJ -xLm -mBK -myb -wGy -uIp -orW -orW -orW -cUT -lfc -lfc -lfc -lfc -wPM -nhm -nhm -gnH -gnH -nhm -nhm -nhm -riH -riH -riH -riH -riH -nhm -wPM -fdf -vdj -qcK -fdf -vdj -pGp -pGp -qcK -qcK -oia -nml -nml -nml -nml -cZE -gLM -pol -wPM -bOr -bOr -bOr -bOr -bOr -mbF -sHe -mbF -epd -tEr -lnS -lnS -kOw -uRx -epd -pxI -dFd -eif -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -eFl -usz -usz -usz -usz -usz -vqv -bQB -usz -usz -usz -usz -usz -hrv -oEZ -oEZ -oEZ -oEZ -oEZ -usz -usz -usz -usz -usz -usz -bTp -usz -kmG -pyc -tHR -tHR -tHR -dYY -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -kvp -kvp -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -vYq -ldv -axe -axe -kvp -axe -axe -vYq -ldv -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -rCh -axe -qty -qty -qty -hPe -"} -(170,1,1) = {" -fuy -vrG -vrG -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -qnD -qnD -qnD -vrG -fuy -ucl -tXl -mso -mso -mso -mso -oym -rXb -ucl -nHj -eCY -rhJ -wxF -rhJ -rhJ -rhJ -rhJ -orW -orW -orW -nHj -pZp -lfc -lfc -mib -wPM -nhm -nhm -qZB -rnt -nhm -nhm -nhm -riH -riH -riH -riH -riH -nhm -wPM -rAd -jRv -qcK -rAd -jRv -pGp -pGp -qcK -qcK -oBR -nml -nml -nml -nml -nml -fgo -mfD -wPM -jIZ -bOr -bOr -bOr -jIZ -mKY -mbF -mbF -epd -epd -epd -epd -epd -epd -epd -epd -epd -epd -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -wfH -sJu -qcw -uWK -djI -vqv -vqv -vqv -vqv -kiI -usz -wGG -usz -hrv -oEZ -oEZ -oEZ -oEZ -oEZ -usz -usz -usz -usz -usz -usz -jrJ -usz -nKH -ufu -tHR -tHR -tHR -tHR -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -ftV -iZF -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -pwd -gxB -gxB -gxB -gxB -niN -hHx -ftV -ftV -ftV -hHx -jMy -gxB -gxB -gxB -gxB -pwd -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -gxB -vEb -ftV -ftV -qty -qty -qty -hPe -"} -(171,1,1) = {" -fuy -vrG -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -qnD -utu -qnD -vrG -fuy -ucl -huV -huV -huV -nxF -mWb -akP -rXb -ucl -nHj -lNJ -rhJ -sDZ -rhJ -rhJ -rhJ -rhJ -orW -orW -dgD -nHj -kJN -lfc -lfc -fnC -wPM -qkt -nhm -qCN -qCN -nhm -nhm -nhm -riH -riH -riH -riH -riH -qBq -wPM -jZo -jZo -qcK -jZo -jZo -pGp -pGp -qcK -qcK -ita -nml -nml -nml -mcq -wPM -wPM -wPM -wPM -wxv -wxv -wxv -wxv -wxv -mbF -mbF -mKY -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -usz -aQk -xfw -usz -gQD -vqv -vqv -vqv -bQB -usz -bQB -usz -uqk -sfs -oEZ -oEZ -oEZ -oEZ -oEZ -usz -wPa -wPa -wPa -vKi -usz -bTp -usz -mXQ -kmG -pyc -tHR -tHR -tHR -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -aZS -ftV -kze -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -bhZ -aVF -gsW -aVF -gsW -lrB -dDT -ftV -qCt -ftV -dDT -kze -aVF -gsW -aVF -gsW -bhZ -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -lrB -ftV -ftV -ftV -qty -qty -hPe -"} -(172,1,1) = {" -fuy -vrG -vrG -lDZ -lDZ -lDZ -lDZ -vrG -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -qnD -qnD -qnD -vrG -fuy -ucl -tjX -vJT -kiU -sIg -tZR -htD -rXb -ucl -nHj -rhJ -rhJ -xLm -rhJ -rhJ -rhJ -rhJ -orW -orW -juM -nHj -lfc -lfc -lfc -qhd -wPM -nhm -nhm -nhm -nhm -nhm -nhm -nhm -nhm -nhm -nhm -nhm -nhm -nhm -wPM -fdf -vdj -qcK -fdf -vdj -pGp -pGp -qcK -qcK -dcZ -nml -mFw -kni -wPM -wPM -jNo -jNo -jNo -jNo -ftT -jNo -jNo -jNo -mbF -mbF -mbF -jNo -jNo -jNo -jNo -jNo -jNo -jNo -jNo -wPM -wPM -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -usz -uqk -usz -usz -usz -unf -eRl -vqv -vqv -usz -usz -usz -usz -usz -uqk -oEZ -oEZ -oEZ -oEZ -usz -wPa -moA -moA -squ -moA -usz -spC -tOD -nKH -ufu -tHR -tHR -tHR -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -ooT -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -aZS -ftV -kze -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -bhZ -gsW -aVF -gsW -aVF -lrB -dDT -ftV -qCt -ftV -dDT -kze -gsW -aVF -gsW -aVF -bhZ -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -aVF -gsW -lrB -ftV -ftV -ftV -qty -qty -hPe -"} -(173,1,1) = {" -fuy -vrG -wGQ -wGQ -dfJ -dfJ -dfJ -wGQ -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tgj -vrG -vrG -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -fuy -ucl -nXP -vJT -gmP -sIg -tZR -htD -rXb -ucl -nHj -wpn -wek -orW -orW -orW -orW -orW -orW -orW -orW -jQN -lfc -hrL -xhq -cpq -wPM -iam -nhm -iam -iam -kTE -nhm -pIo -rLw -gaj -nhm -tjv -xbZ -mPb -wPM -qcK -qcK -qcK -rAd -jRv -pGp -pGp -qcK -qcK -gLM -gLM -gLM -wPM -wPM -jNo -jNo -jNo -jNo -jNo -jNo -jNo -jNo -jNo -mKY -mbF -mbF -jNo -jNo -jNo -jNo -jNo -jNo -ftT -jNo -jNo -wPM -wPM -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -usz -usz -usz -usz -usz -usz -bQB -usz -usz -usz -bQB -sfs -usz -usz -usz -oEZ -oEZ -oEZ -oEZ -usz -wPa -moA -uhw -moA -squ -usz -usz -tOD -nKH -ufu -tHR -tHR -tHR -bym -jGB -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -axe -ftV -ftV -pOw -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -bhZ -rwn -rwn -rwn -rwn -qzR -hHx -ftV -ftV -ftV -hHx -pen -rwn -rwn -rwn -rwn -bhZ -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -rwn -tDT -ftV -ftV -qty -qty -qty -hPe -"} -(174,1,1) = {" -fuy -vrG -wGQ -wGQ -byq -byq -byq -wGQ -muN -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -aUc -tgj -tgj -tgj -tgj -vrG -tgj -tgj -vrG -fuy -ucl -smk -vJT -gmP -sIg -tZR -rXb -rXb -ucl -nHj -wpn -wek -twQ -orW -twQ -orW -orW -orW -orW -orW -nHj -wPM -wPM -wPM -wPM -wPM -xkG -nhm -nhm -lOr -kTE -nhm -pIo -dxX -gaj -nhm -iam -mZw -tRW -wPM -hrZ -jZo -qcK -jZo -jZo -pGp -pGp -qcK -qcK -qcK -wPM -wPM -wPM -jNo -jNo -jNo -jNo -jNo -mbF -mbF -mbF -mbF -mbF -mbF -mbF -sHe -mbF -mbF -sHe -mbF -mbF -jNo -jNo -jNo -jNo -jNo -wPM -wPM -wPM -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -usz -usz -uqk -usz -usz -usz -usz -usz -wGG -usz -usz -usz -usz -hrv -oEZ -oEZ -oEZ -oEZ -usz -wPa -rCt -nex -squ -moA -usz -usz -nKH -nKH -kmG -pyc -tHR -tHR -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -mXq -clA -clA -mXq -mXq -mXq -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -vYq -ldv -axe -axe -kvp -axe -axe -vYq -ldv -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -qty -qty -qty -hPe -"} -(175,1,1) = {" -fuy -vrG -iVU -wGQ -dfJ -dfJ -dfJ -wGQ -wGQ -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -vrG -fuy -ucl -vTT -lkk -gmP -sIg -tZR -tPw -rXb -ucl -nHj -wpn -wek -orW -orW -orW -orW -pKU -eJO -orW -wMB -nHj -wPM -rsE -evr -dHh -wPM -mgc -nhm -nhm -nIh -kTE -nhm -vuj -uzU -qkt -nhm -mLB -mjH -dyU -wPM -fdf -vdj -qcK -fdf -vdj -pGp -pGp -qcK -qcK -qcK -wPM -wPM -jNo -jNo -jNo -ftT -jNo -mbF -mbF -kFt -kFt -kFt -kFt -mbF -mbF -mbF -kFt -kFt -dZv -kFt -mbF -mbF -jNo -jNo -jNo -jNo -jNo -wPM -wPM -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -uqk -bQB -usz -kiI -usz -bQB -kiI -usz -usz -usz -uqk -usz -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -usz -wPa -wPa -wPa -fBA -usz -usz -usz -nKH -nKH -nKH -ufu -tHR -tHR -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -jGB -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -fRb -ftV -kze -vmZ -bMd -mXq -gPo -gPo -gPo -gPo -gPo -gPo -gPo -gPo -gPo -axe -dxK -vmZ -unb -vmZ -unb -vmZ -unb -vmZ -unb -vmZ -unb -vmZ -unb -vmZ -qcO -axe -gPo -gPo -gPo -gPo -gPo -gPo -gPo -gPo -gPo -xys -xys -xys -xys -xys -xys -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -hPe -"} -(176,1,1) = {" -fuy -vrG -muN -wGQ -byq -byq -byq -wGQ -wGQ -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -vrG -fuy -ucl -bFA -vJT -gmP -sIg -tZR -rXb -rXb -ucl -nHj -wpn -wek -twQ -orW -twQ -orW -iGH -orW -orW -aEB -nHj -wPM -nhm -nhm -nhm -wPM -jsF -nhm -nhm -pBV -kTE -nhm -nhm -uHU -nhm -nhm -tjv -xbZ -mPb -wPM -wPM -wPM -wPM -wPM -wPM -uhW -uhW -wPM -wPM -wPM -wPM -jNo -jNo -jNo -jNo -jNo -mbF -mbF -dZv -kFt -kFt -kFt -kFt -mbF -mbF -mbF -kFt -kFt -kFt -kFt -kFt -mbF -mbF -jNo -jNo -ftT -jNo -jNo -wPM -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -oEZ -usz -usz -uqk -usz -usz -usz -uqk -usz -hrv -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -usz -usz -usz -usz -usz -usz -usz -oEZ -usz -nKH -nKH -ckt -ufu -tHR -tHR -bym -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -xwX -ftV -kze -unb -tgJ -mXq -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -vmZ -opq -udv -bzq -udv -bzq -udv -bzq -udv -bzq -udv -bzq -udv -klI -vmZ -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -xys -xys -xys -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -hPe -"} -(177,1,1) = {" -fuy -vrG -jNH -wGQ -vvE -dfJ -dfJ -wGQ -wGQ -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -vrG -fuy -ucl -cGr -vJT -gmP -sIg -tZR -htD -rXb -ucl -nHj -bbs -wek -orW -orW -orW -orW -tQJ -orW -orW -cWo -nHj -wPM -nhm -nhm -nhm -uQl -nhm -nhm -nhm -iam -kTE -nhm -nhm -nhm -nhm -nhm -oHN -iam -xDK -wPM -jZZ -jZZ -jZZ -jZZ -jZZ -bYm -fNH -jZZ -jZZ -jZZ -wPM -jNo -jNo -jNo -jNo -mbF -mbF -dZv -kFt -kFt -ivx -ivx -ivx -mbF -mbF -mbF -ivx -ivx -ivx -dZv -dZv -dZv -mbF -mbF -jNo -jNo -jNo -jNo -wPM -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -oEZ -hrv -usz -usz -uqk -hrv -usz -usz -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -usz -usz -usz -usz -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -nKH -nKH -ufu -tHR -tHR -bym -bym -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -mXq -cFc -kze -vmZ -aNo -mXq -qOZ -tKx -axe -gPo -gPo -gPo -axe -dmD -vTF -axe -unb -cMI -akC -gAu -xlu -orE -deT -orE -deT -orE -gAu -xlu -akC -pNl -unb -axe -vTF -dmD -axe -gPo -gPo -gPo -axe -ftV -ftV -ftV -ftV -axe -xys -xys -xys -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -hPe -"} -(178,1,1) = {" -fuy -vrG -jNH -wGQ -byq -byq -byq -wGQ -wGQ -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -aUc -vrG -fuy -ucl -vJT -vJT -vJT -tZR -tZR -htD -rXb -ucl -nHj -lmj -wek -orW -orW -orW -orW -mXf -orW -orW -ilo -nHj -wPM -ybr -nhm -nhm -wPM -bru -nhm -nhm -vjB -kTE -nhm -nhm -nhm -nhm -nhm -mLB -mjH -dyU -wPM -aTd -oyM -mpw -mpw -qVX -bYm -fNH -kcu -mpw -swz -wPM -jNo -ftT -jNo -mbF -mbF -dZv -kFt -ocy -mbF -mbF -mbF -sHe -mbF -mbF -mbF -mbF -mbF -mbF -mbF -ocy -dZv -kFt -mbF -mbF -jNo -jNo -jNo -wPM -jPG -jPG -hfB -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -oEZ -oEZ -bQB -uqk -usz -uqk -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -usz -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -tHR -tHR -bym -bym -bym -bym -cks -bym -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -mXq -elQ -kze -unb -rrF -mXq -vXV -jjV -axe -gPo -gPo -axe -axe -pcp -vTF -qgW -vmZ -hPs -orE -nMh -fts -fBo -lSn -fBo -lSn -woj -nMh -fts -orE -elr -vmZ -qgW -vTF -pcp -axe -axe -gPo -gPo -axe -ftV -ftV -ftV -ftV -axe -xys -xys -xys -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -hPe -"} -(179,1,1) = {" -fuy -vrG -jNH -wGQ -wGQ -wGQ -wGQ -wGQ -pPC -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -aUc -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -ucl -huV -huV -huV -nxF -mWb -lgc -rXb -ucl -nHj -wpn -wek -orW -orW -orW -orW -mXf -orW -orW -kTw -nHj -wPM -bWI -nhm -nhm -wPM -bIS -nhm -nhm -yeM -kTE -nhm -nhm -nhm -nhm -nhm -tjv -xbZ -mPb -wPM -mfv -mfv -mpw -mpw -jZZ -bYm -fNH -jZZ -mpw -mfv -wPM -jNo -jNo -mbF -mbF -kFt -kFt -kFt -mbF -mbF -mbF -uUX -uUX -mbF -mbF -mbF -uUX -uUX -mbF -mbF -mbF -kFt -dZv -kFt -mbF -mbF -jNo -ftT -wPM -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -bym -bym -oEZ -bym -ttc -bym -jgH -fRH -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -mXq -aZS -kze -vmZ -uox -mXq -sew -eyI -axe -gPo -axe -axe -bTl -gOy -vTF -qgW -unb -cMI -deT -rKI -fBo -lCn -dTQ -vrb -lCn -dTQ -woj -tLM -deT -pNl -unb -qgW -vTF -dmD -lrB -axe -axe -gPo -axe -ftV -ftV -ftV -ftV -axe -xys -xys -xys -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -hPe -"} -(180,1,1) = {" -fuy -vrG -vrG -vrG -dxS -dxS -dxS -vrG -vrG -vrG -tgj -tgj -vrG -tgj -tgj -tgj -exd -fkZ -hZF -fkZ -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -ucl -tXl -mso -mso -mso -mso -xDz -rXb -ucl -nHj -bbs -wek -orW -orW -orW -orW -sCN -orW -orW -aEB -nHj -wPM -feM -nhm -nhm -wPM -mgc -nhm -nhm -sco -kTE -nhm -nhm -nhm -nhm -nhm -iam -iam -tRW -wPM -ffD -rSc -mpw -mpw -jZZ -bYm -fNH -jZZ -mpw -nPZ -wPM -jNo -jNo -mbF -dZv -dZv -dZv -mbF -mbF -mbF -uUX -uUX -uUX -uUX -uUX -uUX -uUX -uUX -uUX -mbF -mbF -mbF -dZv -kFt -kFt -mbF -jNo -jNo -wPM -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -oEZ -cks -bym -bym -bym -bym -bym -bym -bym -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -fRH -hHa -icz -ftV -pOw -rwn -vQJ -mXq -xun -eyI -axe -axe -axe -kQv -kze -jjh -vTF -qgW -vmZ -hPs -orE -qCt -kze -nbj -aqz -rwn -ste -nAc -lrB -qCt -orE -elr -vmZ -qgW -vTF -vrb -oxR -kPH -axe -axe -axe -dDT -ftV -ftV -dDT -axe -xys -xys -xys -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -hPe -"} -(181,1,1) = {" -fuy -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -ucl -lSc -lSc -mso -mso -mso -xDz -rUr -ucl -nHj -bbs -wek -tMN -oKw -orW -orW -ehv -orW -orW -cWo -nHj -wPM -vDE -nhm -oSx -wPM -jQC -nhm -nhm -cnn -kTE -cIG -nhm -nhm -nhm -nhm -nHK -eKF -dni -wPM -aTd -oyM -mpw -mpw -arv -bYm -fNH -jZZ -mpw -swz -wPM -jNo -jNo -mbF -dZv -dZv -qgF -mbF -mbF -uUX -uUX -pdB -dvd -dvd -dvd -dvd -dvd -pdB -uUX -uUX -mbF -mbF -nrp -kFt -kFt -mbF -jNo -jNo -wPM -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -pwc -mXq -ftV -dzW -ftV -dBO -mXq -fBZ -eyI -axe -ftV -ftV -ftV -bTl -gOy -vTF -qgW -unb -cMI -deT -fBo -kze -gOy -lrB -qCt -kze -gOy -lrB -woj -deT -pNl -unb -qgW -vTF -dmD -lrB -ftV -ftV -ftV -axe -ftV -ftV -ftV -ftV -axe -xys -xys -xys -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -hPe -"} -(182,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -vrG -tgj -tgj -tgj -exd -jMn -jMn -exd -tgj -tgj -tgj -tgj -vrG -hUq -hUq -vrG -fuy -ucl -ucl -ucl -mso -jrK -ucl -ucl -ucl -ucl -nHj -nHj -nHj -nHj -nHj -orW -jBR -nHj -nHj -nHj -nHj -nHj -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -nhm -tQd -wPM -wPM -wPM -wPM -wPM -mfv -yft -mpw -mpw -qVX -bYm -fNH -kcu -mpw -mfv -wPM -jNo -jNo -mbF -dZv -dZv -qgF -mbF -uUX -uUX -pdB -dvd -dvd -wpx -wpx -wpx -dvd -dvd -pdB -uUX -uUX -mbF -nrp -dZv -kFt -mbF -jNo -jNo -wPM -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -pNf -eoB -wCw -mtZ -wCw -eoB -eoB -rEt -eyI -axe -ftV -utA -wiS -kze -pvS -vTF -qgW -vmZ -hPs -orE -ftV -eux -tYS -lrB -jPP -kze -lFo -tbj -ftV -orE -elr -vmZ -qgW -vTF -xEd -lrB -wiS -ntG -ftV -axe -ftV -dha -ftV -ftV -axe -xys -xys -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -qty -hPe -"} -(183,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -hUq -vrG -vrG -fuy -wPM -wPM -wPM -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -wPM -pGp -pGp -pGp -tCx -pGp -pGp -pGp -wPM -pGp -pGp -nUF -pGp -pGp -pGp -pGp -wPM -pGp -tCx -pGp -pGp -pGp -pGp -pGp -pGp -hXV -wPM -ffD -rSc -mpw -mpw -jZZ -bYm -fNH -jZZ -mpw -nPZ -wPM -jNo -jNo -mbF -dZv -dZv -qgF -mbF -uUX -uUX -dvd -dvd -wpx -wpx -wpx -wpx -wpx -dvd -dvd -uUX -uUX -mbF -nrp -kFt -kFt -mbF -jNo -jNo -wPM -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -bvJ -kGx -kGx -kGx -kGx -iYE -eoB -nBr -eyI -axe -ftV -ftV -ftV -bTl -gOy -vTF -qgW -unb -cMI -deT -fBo -kze -gOy -lrB -qCt -kze -gOy -lrB -woj -deT -pNl -unb -qgW -vTF -dmD -lrB -ftV -ftV -ftV -axe -ftV -ftV -ftV -ftV -axe -xys -xys -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -qty -hPe -"} -(184,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -aUc -vrG -tgj -tgj -tgj -jMn -jMn -exd -jMn -tgj -tgj -tgj -tgj -vrG -hUq -hUq -vrG -fuy -wPM -pGp -hXV -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -bQl -pGp -pGp -pGp -pGp -pGp -pGp -pGp -bQl -pGp -pGp -pGp -pGp -pGp -pGp -pGp -bQl -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -mbF -mbF -mbF -mbF -mbF -mbF -mbF -mbF -uUX -dvd -wpx -wpx -wpx -wpx -wpx -wpx -wpx -dvd -uUX -mbF -mbF -mbF -mbF -mbF -mbF -mbF -mbF -mbF -jPG -jPG -mGX -cwz -cwz -cwz -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -bvJ -bvJ -bvJ -bvJ -bvJ -iYE -eoB -ftV -eyI -axe -axe -axe -kQv -kze -jjh -vTF -qgW -vmZ -hPs -orE -qCt -kze -grL -hxU -gxB -nng -llk -lrB -qCt -orE -elr -vmZ -qgW -vTF -vrb -oxR -kPH -axe -axe -axe -dDT -ftV -ftV -dDT -axe -xys -xys -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -eAB -hPe -"} -(185,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -hUq -hUq -vrG -fuy -wPM -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -mbF -mbF -mbF -mbF -mbF -mbF -mbF -mbF -uUX -dvd -wpx -wpx -wpx -oeP -wpx -wpx -wpx -dvd -uUX -mbF -mbF -mbF -mbF -mbF -mbF -mbF -mbF -mbF -jPG -ulb -mGX -cwz -xje -cwz -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -iYE -eoB -ftV -eyI -axe -gPo -axe -axe -bTl -gOy -vTF -qgW -unb -cMI -deT -rKI -fBo -mos -nAc -gOy -nbj -gvJ -woj -tLM -deT -pNl -unb -qgW -vTF -dmD -lrB -axe -axe -gPo -axe -ftV -ftV -ftV -ftV -axe -xys -xys -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -qty -hPe -"} -(186,1,1) = {" -fuy -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -hUq -hUq -vrG -fuy -wPM -pGp -hdN -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -hdN -pGp -pGp -pGp -pGp -pGp -pGp -pGp -hdN -pGp -pGp -pGp -pGp -pGp -pGp -pGp -hdN -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -mbF -mbF -mbF -mbF -mbF -mbF -mbF -mbF -uUX -dvd -wpx -wpx -wpx -wpx -wpx -wpx -wpx -dvd -uUX -mbF -mbF -mbF -mbF -mbF -mbF -mbF -mbF -mbF -jPG -jPG -mGX -cwz -cwz -cwz -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -iYE -eoB -ftV -eyI -axe -gPo -gPo -axe -axe -pcp -vTF -qgW -vmZ -hPs -orE -gAu -xlu -fBo -vIy -woj -vIy -woj -gAu -xlu -orE -elr -vmZ -qgW -vTF -pcp -axe -axe -gPo -gPo -axe -ftV -ftV -ftV -ftV -axe -xys -xys -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -qty -hPe -"} -(187,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -lrL -dBI -tgj -vrG -tgj -sSL -vrG -fuy -wPM -pGp -wPM -pGp -pGp -pGp -pGp -hdN -pGp -pGp -pGp -pGp -pGp -wPM -pGp -pGp -pGp -pGp -pGp -pGp -pGp -wPM -pGp -pGp -pGp -pGp -pGp -pGp -pGp -wPM -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -hdN -wPM -aTd -oyM -mpw -mpw -jZZ -acF -vvG -jZZ -mpw -swz -wPM -jNo -jNo -mbF -dZv -dZv -qgF -mbF -uUX -uUX -dvd -dvd -wpx -wpx -wpx -wpx -wpx -dvd -dvd -uUX -uUX -mbF -nrp -kFt -kFt -mbF -jNo -jNo -wPM -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -iYE -eoB -eEr -eyI -axe -gPo -gPo -gPo -axe -dmD -vTF -axe -unb -cMI -akC -nMh -fts -orE -deT -orE -deT -orE -nMh -fts -akC -pNl -unb -axe -vTF -dmD -axe -gPo -gPo -gPo -axe -ftV -ftV -ftV -ftV -axe -xys -xys -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -qty -hPe -"} -(188,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -vrG -tgj -mwf -vrG -fuy -wPM -fcd -wPM -gLM -gLM -gLM -ebN -ebN -ebN -gLM -nml -tzw -gLM -gLM -gLM -gLM -gLM -ebN -ebN -ebN -gLM -gLM -ebN -ebN -gLM -fdW -nhm -tQd -gLM -wPM -wPM -wPM -wPM -kby -wyf -wPM -wPM -wPM -wPM -wPM -mfv -mfv -mpw -mpw -qVX -acF -vvG -kcu -mpw -mfv -wPM -jNo -jNo -mbF -dZv -dZv -qgF -mbF -uUX -uUX -pdB -dvd -dvd -wpx -wpx -wpx -dvd -dvd -pdB -uUX -uUX -mbF -nrp -kFt -kFt -mbF -jNo -jNo -wPM -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -iYE -rMK -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -vmZ -wIb -lSV -kXJ -lSV -kXJ -lSV -kXJ -lSV -kXJ -lSV -kXJ -lSV -qic -vmZ -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -xys -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -qty -eAB -hPe -"} -(189,1,1) = {" -fuy -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -vrG -ssN -ssN -vrG -fuy -wPM -pGp -pGp -gLM -ftX -qmL -qmL -qmL -qmL -tmJ -qmL -qmL -qmL -qmL -iLp -gLM -sVX -sVX -sVX -sVX -sVX -wpX -xFz -xFz -xFz -sVX -sVX -sVX -gLM -wPM -itO -mUR -sQG -mUR -mUR -jcV -qck -bRT -nLi -wPM -ffD -rSc -mpw -mpw -arv -acF -vvG -jZZ -mpw -nPZ -wPM -mbF -mbF -mbF -dZv -dZv -qgF -mbF -mbF -uUX -uUX -pdB -dvd -dvd -dvd -dvd -dvd -pdB -uUX -uUX -mbF -mbF -nrp -kFt -wqh -mbF -jNo -jNo -wPM -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -wvp -wvp -wvp -wvp -uLU -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -axe -xAp -vmZ -unb -vmZ -unb -vmZ -unb -vmZ -unb -vmZ -unb -vmZ -unb -vmZ -bgo -axe -gPo -gPo -gPo -gPo -gPo -gPo -gPo -gPo -gPo -gPo -gPo -gPo -xys -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -qty -qty -hPe -"} -(190,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -aUc -tgj -vrG -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -vrG -ssN -ssN -vrG -fuy -wPM -wPM -wPM -gLM -qgk -nml -fPm -bmZ -bmZ -uLw -yhv -nml -nml -nml -mNd -gLM -sVX -sVX -sVX -akl -sVX -rTm -rTm -rTm -rTm -sVX -sVX -sVX -gLM -wPM -poq -kby -mdv -kby -kby -lzk -yis -hds -hRX -wPM -aTd -oyM -mpw -mpw -jZZ -acF -vvG -jZZ -mpw -swz -wPM -hdu -kNr -mbF -wqh -dZv -dZv -mbF -mbF -mbF -uUX -uUX -uUX -uUX -uUX -uUX -uUX -uUX -uUX -mbF -mbF -mbF -wqh -kFt -kFt -mbF -jNo -jNo -wPM -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -kvp -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -xys -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -qty -qty -hPe -"} -(191,1,1) = {" -fuy -vrG -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tgj -tgj -vrG -tgj -tgj -aUc -tgj -nMn -tgj -aKH -aUc -vrG -ssN -ssN -vrG -fuy -fuy -pGp -pGp -gLM -kQJ -nml -gEJ -nnx -crd -nml -nml -nnx -ulq -gEJ -mNd -gLM -nTo -sVX -sVX -bEw -sVX -rTm -rTm -lIt -rTm -sVX -sVX -gyW -gLM -wPM -pEv -kby -kby -kby -kby -kby -kby -kby -qfD -wPM -mfv -yft -mpw -mpw -qVX -acF -vvG -kcu -mpw -mfv -wPM -mbF -cGB -mbF -mbF -dZv -wqh -dZv -mbF -mbF -mbF -uUX -uUX -mbF -mbF -mbF -uUX -uUX -mbF -mbF -mbF -wqh -kFt -wqh -mbF -mbF -jNo -jNo -wPM -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -lFq -qOf -lFq -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -axe -qZO -vTq -vTq -aNd -fSz -lrB -dOg -aVF -qeC -kze -aOJ -aNd -vTq -vTq -qZO -axe -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -lFq -qOf -lFq -axe -xys -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -qty -qty -hPe -"} -(192,1,1) = {" -fuy -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -fuy -pGp -pGp -gLM -jpL -nml -bmZ -hmv -xfg -gEJ -gEJ -hmv -lSq -bmZ -mNd -gLM -vSJ -sVX -sVX -xqp -sVX -xFz -xFz -xFz -xFz -sVX -sVX -rTm -gLM -wPM -syQ -kby -kby -kby -kby -kby -kby -kby -qfD -wPM -ffD -rSc -mpw -mpw -jZZ -acF -vvG -jZZ -mpw -nPZ -wPM -jNo -bQS -mbF -mbF -mbF -dZv -wqh -pqU -mbF -mbF -mbF -mbF -mbF -mbF -mbF -mbF -mbF -mbF -mbF -pqU -wqh -wqh -mbF -mbF -jNo -jNo -jNo -wPM -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lcF -lcF -ipY -ipY -ipY -lcF -lcF -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -tzs -tzs -tzs -axe -ftV -xnt -kIU -ofy -alb -ftV -axe -axe -qZO -vTq -iVQ -aNd -xgM -lrB -kze -gsW -lrB -kze -hFH -aNd -iVQ -vTq -qZO -axe -axe -ftV -xnt -kIU -ofy -alb -ftV -axe -tzs -tzs -tzs -axe -xys -xys -xys -xys -xys -xys -xys -qty -qty -eAB -qty -qty -qty -hPe -"} -(193,1,1) = {" -fuy -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -fuy -pGp -pGp -gLM -jpL -nml -oSw -hmv -kpq -bmZ -bmZ -pDL -kpq -oSw -jHf -gLM -sZm -sVX -sVX -oyN -sVX -sVX -sVX -sVX -sVX -sVX -sVX -nRH -gLM -wPM -bMa -kby -oLe -kby -kby -kby -iNt -ppq -qfD -wPM -jZZ -jZZ -jZZ -jZZ -jZZ -acF -vvG -jZZ -jZZ -jZZ -wPM -jNo -jNo -jNo -jNo -mbF -mbF -wqh -wqh -dZv -hgx -hgx -hgx -mbF -mbF -mbF -hgx -hgx -hgx -wqh -kFt -kFt -mbF -mbF -jNo -jNo -ftT -jNo -wPM -jPG -jPG -hfB -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lcF -lcF -tep -lcF -lcF -lcF -lcF -lcF -lcF -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -qCt -lZM -qCt -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -seo -vTq -vTq -vTq -aNd -tph -lrB -kze -aVF -lrB -kze -dEs -aNd -vTq -vTq -vTq -qzw -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -qCt -lZM -qCt -axe -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(194,1,1) = {" -fuy -vrG -aUc -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -fuy -pGp -pGp -gLM -jpL -gEJ -bRG -hmv -pkd -jNO -sae -hmv -lrm -aMp -mNd -gLM -pKq -sVX -sVX -inR -sVX -sVX -sVX -sVX -sVX -sVX -sVX -sVX -gLM -wPM -lvj -wbZ -sAQ -wbZ -wbZ -wbZ -gPX -djt -rKu -wPM -wPM -wPM -wPM -wPM -wPM -uhW -uhW -wPM -wPM -wPM -wPM -jNo -jNo -ftT -jNo -jNo -mbF -mbF -dZv -wqh -dZv -wqh -wqh -mbF -mbF -mbF -wqh -wqh -kFt -kFt -wqh -mbF -mbF -jNo -jNo -jNo -jNo -jNo -wPM -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lcF -lcF -qMD -veE -lcF -qQl -eDo -rMo -lcF -pEg -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -lZM -hSo -lZM -kvp -dDT -aUD -vrb -gOy -qQi -dDT -kvp -vTq -vTq -qbf -vTq -vTq -vTq -lrB -dOg -gsW -qeC -kze -vTq -vTq -vTq -qbf -vTq -vTq -kvp -dDT -aUD -vrb -gOy -qQi -dDT -kvp -lZM -hSo -lZM -axe -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -eAB -eAB -qty -hPe -"} -(195,1,1) = {" -fuy -vrG -tgj -tgj -vrG -tgj -tgj -tgj -aUc -tgj -tgj -vrG -tgj -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -fuy -pGp -pGp -gLM -jpL -bmZ -ykC -kpF -dnU -dnU -dnU -dnU -naM -pcE -mNd -gLM -cnB -sVX -sVX -lNm -sVX -sVX -ozq -iXg -nyN -ozq -rTm -qDg -gLM -wPM -wPM -rzY -wPM -uij -nzI -lyS -wPM -wPM -gdp -wPM -ouN -ouN -ouN -ouN -ouN -pGp -pGp -ouN -ouN -ouN -wPM -wPM -jNo -jNo -jNo -jNo -jNo -mbF -mbF -dZv -wqh -wqh -wqh -mbF -mbF -mbF -wqh -wqh -wqh -kFt -mbF -mbF -jNo -jNo -jNo -jNo -jNo -wPM -wPM -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -eSS -oDB -owa -owa -owa -oDB -eSS -eSS -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lcF -osJ -mcs -eWz -lcF -cgB -bUp -ihA -ltK -cgm -ipY -ugC -ipY -ipY -ipY -ipY -wvp -gPo -axe -qCt -lZM -qCt -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -aYH -vTq -vTq -vTq -aNd -fSz -lrB -kze -aVF -lrB -kze -aOJ -aNd -vTq -vTq -vTq -seo -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -qCt -lZM -qCt -axe -xys -xys -xys -xys -xys -xys -qty -qty -qty -qty -eAB -eAB -qty -hPe -"} -(196,1,1) = {" -fuy -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -fuy -fuy -fuy -gLM -ohK -oSw -vgg -sdZ -wUr -ikE -ikE -oli -hll -xHm -ieM -gLM -sVX -sVX -sVX -dcK -sVX -gLM -gLM -gLM -gLM -gLM -gLM -gLM -wPM -ehh -rhy -kby -wPM -qcK -eng -lvR -wPM -myA -qcK -wPM -ouN -ouN -ouN -ouN -ouN -pGp -pGp -ouN -ouN -ouN -wPM -wPM -wPM -jNo -jNo -jNo -jNo -jNo -mbF -mbF -mbF -mbF -mbF -mbF -mbF -mbF -mbF -mbF -mbF -mbF -mbF -jNo -jNo -jNo -ftT -jNo -wPM -wPM -wPM -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lze -owa -qCn -vBj -vBj -vBj -qCn -owa -oDB -eSS -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lcF -ipY -ipY -lcF -ipY -ipY -ipY -ipY -lcF -soW -lcF -fAY -lcF -bOn -vTr -cNq -ltK -cgm -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -kGF -kGF -kGF -axe -ftV -vHY -wCK -mlK -mnM -ftV -axe -axe -qZO -vTq -iVQ -aNd -xgM -lrB -kze -gsW -lrB -kze -hFH -aNd -iVQ -vTq -qZO -axe -axe -ftV -vHY -wCK -mlK -mnM -ftV -axe -kGF -kGF -kGF -axe -xys -xys -xys -xys -xys -qty -qty -eAB -qty -qty -qty -qty -qty -hPe -"} -(197,1,1) = {" -fuy -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -vrG -vrG -vrG -tgj -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -fuy -gLM -gHb -lfT -jDX -gOw -gOw -oWr -hpr -eGI -gLM -naL -gLM -gLM -fyS -gLM -gLM -gLM -gLM -gLM -ihR -mfD -mfD -wPM -uKu -uKu -wPM -wPM -wPM -kby -wPM -qcK -qcK -qcK -wPM -kSY -qcK -wPM -ouN -ouN -ouN -ouN -ouN -pGp -pGp -ouN -ouN -rZJ -rZJ -ouN -wPM -wPM -jNo -jNo -ftT -jNo -jNo -jNo -jNo -jNo -jNo -mbF -mbF -mbF -jNo -jNo -jNo -jNo -jNo -jNo -jNo -jNo -jNo -wPM -wPM -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lze -kOp -vgr -dkh -iYS -iYS -mKx -xiz -lze -eSS -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lcF -lcF -xTp -rOk -lcF -lYv -ipY -ipY -ipY -lcF -bBu -kPW -kPW -moC -bRI -uSY -jEr -ltK -cgm -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -lFq -qOf -lFq -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -axe -qZO -vTq -vTq -aNd -tph -lrB -dOg -aVF -qeC -kze -dEs -aNd -vTq -vTq -qZO -axe -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -lFq -qOf -lFq -axe -xys -xys -xys -xys -xys -qty -qty -qty -qty -eAB -qty -qty -qty -hPe -"} -(198,1,1) = {" -fuy -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -lzY -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -fuy -gLM -gLM -kkM -gLM -gLM -bqj -ebN -ebN -ebN -gLM -pcE -gLM -wPM -mfD -mfD -dQv -mfD -ivK -wPM -mfD -mfD -mfD -wPM -uKu -uKu -wPM -ehh -rhy -kby -wPM -jDI -jDI -qcK -qcK -dCT -qcK -wPM -ouN -ouN -ohm -ouN -xYu -pGp -pGp -phr -ohm -tiz -tiz -ouN -ouN -wPM -wPM -jNo -jNo -jNo -jNo -jNo -jNo -jNo -jNo -mbF -mbF -mbF -jNo -jNo -jNo -jNo -ftT -jNo -jNo -jNo -wPM -wPM -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lze -owa -lze -ipY -ipY -ipY -ipY -fHz -pJm -iYS -iYS -iYS -iYS -rSb -aFR -fHz -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -rbq -tEP -aPz -aaY -aaY -lcF -lcF -vfR -lcF -vfR -lcF -lcF -tTT -rlY -tWK -lFU -adP -qgv -lcF -pEg -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -lrB -kze -gsW -lrB -kze -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -xys -xys -xys -xys -qty -qty -qty -qty -qty -eAB -qty -qty -qty -hPe -"} -(199,1,1) = {" -fuy -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -heN -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -fuy -wPM -enf -pGp -hXV -xvT -ixU -ufK -aZV -dhC -gwT -gqG -kgu -wPM -mfD -mfD -mfD -mfD -lwd -wPM -mfD -mfD -mfD -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -ouN -ouN -ouN -ouN -ouN -pGp -pGp -ouN -ouN -rkQ -rkQ -ouN -ouN -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -pGp -pGp -pGp -lKQ -lKQ -lKQ -lKQ -lKQ -lKQ -lKQ -lKQ -lKQ -lKQ -lKQ -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lze -uKg -eMF -uKg -lze -qDe -lze -owa -lze -pVg -eqP -kuk -jxO -kSG -aYq -sNE -lze -lze -lze -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -qLt -ffe -qiV -cqv -cFo -pZs -eZe -ifF -bLz -gpB -lcF -lcF -lcF -lNo -lcF -lcF -lcF -lcF -lcF -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -lFq -qOf -lFq -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -axe -qZO -vTq -vTq -aNd -fSz -lrB -kze -aVF -lrB -kze -aOJ -aNd -vTq -vTq -qZO -axe -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -lFq -qOf -lFq -axe -xys -xys -xys -xys -qty -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(200,1,1) = {" -fuy -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -aUc -tgj -tgj -tgj -tgj -tgj -aUc -tgj -tgj -heN -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -fuy -wPM -qhP -pGp -pGp -pGp -pGp -gwn -pGp -pGp -pGp -pGp -stB -wPM -mfD -mfD -mfD -mfD -mfD -fyS -mfD -wuF -mfD -mfD -mfD -mfD -mfD -mfD -mfD -mfD -mfD -mfD -mfD -ihz -mfD -mfD -mfD -fyS -ouN -ouN -ouN -ouN -ouN -pGp -pGp -ouN -ouN -ouN -ouN -ouN -ouN -fyS -mfD -mfD -cEi -ihz -mfD -mfD -mfD -mfD -wPM -pGp -pGp -pGp -epd -epd -epd -epd -epd -epd -epd -epd -epd -epd -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -fHz -nYH -xps -gov -lze -pNg -uKg -bnQ -uKg -lze -lze -uKg -qNS -uKg -lze -lze -uKg -lze -uKg -lze -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -qgU -bHT -cqv -fki -lcF -fJm -fJm -fJm -fJm -jnE -lcF -llT -pLr -bhs -wwP -lcF -lcF -iVL -mGB -lcF -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -tzs -tzs -tzs -axe -ftV -xnt -kIU -ofy -alb -ftV -axe -axe -qZO -vTq -iVQ -aNd -xgM -lrB -dOg -gsW -qeC -kze -hFH -aNd -iVQ -vTq -qZO -axe -axe -ftV -xnt -kIU -ofy -alb -ftV -axe -tzs -tzs -tzs -axe -xys -xys -xys -qty -qty -qty -qty -eAB -qty -qty -qty -qty -eAB -hPe -"} -(201,1,1) = {" -fuy -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -heN -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -fuy -wPM -fsH -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -nmO -wPM -wQN -wQN -tzK -gfv -gfv -wPM -fyS -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -mfD -mfD -mfD -mfD -mfD -uIR -mfD -mfD -wPM -ouN -ouN -ouN -ouN -ouN -pGp -pGp -ouN -ouN -ouN -rZJ -rZJ -ouN -wPM -mfD -mfD -mfD -mfD -mfD -mfD -mfD -ihz -wPM -pGp -pGp -pGp -epd -uSd -moh -lRA -hBZ -jQx -mhy -epd -pRJ -iHV -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -fHz -nYH -csK -gov -lze -vil -lKJ -nRO -fzn -msk -fmm -lze -rHO -lze -nGq -gAt -iUa -rZx -lrX -lze -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lcF -lcF -lcF -lcF -jOx -lcF -lcF -wdn -fJm -fJm -fJm -fJm -lpk -siU -siU -rYl -tBo -bVz -uWc -kGx -ipY -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -qCt -lZM -qCt -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -seo -vTq -vTq -vTq -aNd -tph -lrB -kze -aVF -lrB -kze -dEs -aNd -vTq -vTq -vTq -qzw -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -qCt -lZM -qCt -axe -xys -xys -xys -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(202,1,1) = {" -fuy -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -heN -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -fuy -wPM -tCV -pGp -xsb -ijw -xGp -oiM -hWB -epk -vyO -pGp -men -wPM -wPM -wPM -wPM -wPM -wPM -wPM -mfD -wPM -kIl -kIl -kIl -kIl -kIl -kIl -wPM -mfD -mfD -wPM -wPM -wPM -wPM -wPM -wPM -wPM -dAW -ouN -jzh -tiz -dYf -pGp -pGp -ouN -ouN -ouN -tiz -tiz -tFx -wPM -wPM -wPM -wPM -wPM -wPM -wPM -mfD -mfD -wPM -pGp -pGp -pGp -epd -ghV -ePC -ePC -ePC -ePC -ePC -epd -mOR -mUk -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lze -yec -iMU -ddJ -lze -iaS -eaZ -hoq -hoq -hoq -vOm -lze -eJn -lze -ltM -lFI -kVX -rzn -qGM -lze -lze -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -qLt -uOu -hcc -sWx -bBN -lcF -vsl -kmu -fJm -fJm -fJm -lcF -aEs -siU -rYl -tBo -uNc -kGx -kGx -ipY -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -lZM -hSo -lZM -kvp -dDT -aUD -vrb -gOy -qQi -dDT -kvp -vTq -vTq -qbf -vTq -vTq -vTq -lrB -kze -gsW -lrB -kze -vTq -vTq -vTq -qbf -vTq -vTq -kvp -dDT -aUD -vrb -gOy -qQi -dDT -kvp -lZM -hSo -lZM -axe -xys -xys -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(203,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -fuy -wPM -wPM -wPM -wPM -wPM -wPM -wPM -pGp -pGp -pGp -pGp -pGp -wPM -mfD -mfD -mfD -mfD -mfD -mfD -mfD -wPM -kIl -kIl -kIl -kIl -kIl -kIl -wPM -mfD -mfD -kkM -nml -sJk -rDc -azz -mFw -tDD -ouN -ouN -jzh -tiz -dYf -pGp -pGp -pGp -ouN -ouN -rkQ -rkQ -ouN -vop -vfz -lst -wWM -wWM -otu -wPM -mfD -mfD -wPM -ftm -pGp -pGp -epd -qIn -ePC -ePC -ePC -ePC -mkU -epd -epd -jVS -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -eYN -pNg -rqF -hmx -oMb -lze -pit -wAt -dyZ -pfa -cQq -qzn -lze -rHO -lze -nRB -fSY -qeW -nJs -kNe -lze -lze -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -pbr -tui -hvJ -lem -kfL -lcF -mIq -vLT -vLT -vLT -qih -lcF -fGD -siU -rYl -bvk -uRC -kGx -kGx -ipY -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -qCt -lZM -qCt -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -aYH -vTq -vTq -vTq -aNd -fSz -lrB -dOg -aVF -qeC -kze -aOJ -aNd -vTq -vTq -vTq -seo -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -qCt -lZM -qCt -axe -xys -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(204,1,1) = {" -fuy -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -wPM -pEd -oKz -oLn -ldo -pGp -fyS -mfD -mfD -uIR -mfD -mfD -mfD -mfD -wPM -kIl -kIl -kIl -kIl -kIl -kIl -wPM -ihz -mfD -wPM -nml -nml -nml -nml -nml -tDD -ouN -ouN -jzh -tiz -dYf -pGp -pGp -pGp -pGp -phr -ouN -ouN -ouN -vop -rhJ -rhJ -rhJ -rhJ -rhJ -wPM -mfD -mfD -wPM -pGp -pGp -pGp -oAC -dgT -dgT -dgT -dgT -dgT -dgT -dgT -aJc -dgT -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lze -qzo -hmx -ony -uKg -lze -lze -vjI -uKg -uHS -uKg -lze -rHO -lze -uKg -nKw -uKg -lze -lze -lze -uKg -qTw -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -pbr -sdc -sWx -lem -oFZ -lcF -cFn -kPW -kPW -kPW -vJB -lcF -mfF -siU -rYl -cjV -lcF -kGx -kGx -ipY -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -kGF -kGF -kGF -axe -ftV -vHY -wCK -mlK -mnM -ftV -axe -axe -qZO -vTq -iVQ -bZo -xgM -lrB -kze -gsW -lrB -kze -hFH -aNd -iVQ -vTq -qZO -axe -axe -ftV -vHY -wCK -mlK -mnM -ftV -axe -kGF -kGF -kGF -axe -xys -xys -xys -qty -qty -eAB -qty -qty -qty -qty -eAB -eAB -qty -hPe -"} -(205,1,1) = {" -fuy -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -fuy -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -kIl -kIl -kIl -kIl -kIl -kIl -wPM -mfD -mfD -wPM -lqP -nml -tJU -stV -nml -tDD -ouN -ouN -ouN -ouN -ouN -ouN -pGp -pGp -pGp -pGp -ouN -ouN -ouN -wkE -rhJ -nGI -pBr -pLs -rhJ -wPM -mfD -mfD -wPM -pGp -pGp -pGp -epd -fwZ -qan -vwl -wEq -wEq -epd -epd -epd -sJh -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lze -yiX -hmx -wfu -kZv -kPj -jem -nTY -xGs -cdH -nTY -iKf -wNW -nTY -kPj -cdH -poZ -nTY -jem -khm -ooe -hHE -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -pbr -brv -hvJ -lem -uCc -lcF -lSo -sZe -sZe -sZe -hjH -lcF -jXf -siU -rYl -qnG -uRC -kGx -kGx -ipY -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -lFq -qOf -lFq -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -axe -qZO -vTq -vTq -aNd -tph -lrB -kze -aVF -lrB -kze -dEs -aNd -vTq -vTq -qZO -axe -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -lFq -qOf -lFq -axe -xys -xys -xys -xys -qty -qty -qty -qty -qty -qty -eAB -eAB -qty -hPe -"} -(206,1,1) = {" -fuy -vrG -lfr -uTb -vIP -uTb -uTb -uTb -uTb -uTb -vIP -uTb -uTb -uTb -uTb -uTb -uTb -uTb -uTb -uTb -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -wPM -mfD -mfD -wPM -nml -nml -sSM -tPo -nml -tDD -ouN -ouN -ouN -ouN -ouN -ouN -ouN -pGp -pGp -pGp -pGp -ouN -ouN -vop -rhJ -rnn -vop -iGx -rhJ -wPM -mfD -xJF -wPM -pGp -pGp -pGp -epd -wEq -pBo -qLF -iWc -ifd -epd -bos -uZT -cqn -wkK -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -biV -eas -hmx -eas -ple -rHO -lze -lze -pLY -lze -ezz -lze -lze -lze -kkK -lze -ezz -lze -lze -rLs -uKg -uKg -oNI -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -qgU -qFQ -swh -sWx -aBi -lcF -mmV -ahA -ahA -ahA -ahA -lcF -tvH -siU -rYl -tmj -bVz -kGx -kGx -ipY -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -lrB -dOg -gsW -qeC -kze -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -xys -xys -xys -xys -qty -qty -eAB -eAB -qty -qty -eAB -eAB -qty -hPe -"} -(207,1,1) = {" -fuy -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -uTb -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -wPM -mfD -ihz -wPM -fAo -nml -sSM -qaS -nml -tDD -ouN -ouN -vgN -vgN -ouN -ouN -ouN -ouN -pGp -pGp -pGp -ouN -ouN -vop -rhJ -rhJ -gJf -rhJ -rhJ -wPM -mfD -mfD -wPM -pGp -pGp -pGp -epd -kao -wEq -wEq -iWc -tSw -epd -hwS -cqn -cqn -wkK -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lze -uBn -iTd -jPQ -lze -pyt -lze -xDL -nmL -lUk -pUr -cWG -lze -hsA -nJk -jYM -kZH -cUG -lze -wbb -lze -uKg -pNg -lze -lze -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lcF -lcF -lcF -lcF -jOx -lcF -lcF -ujT -cgr -ahA -ahA -ahA -lpk -siU -siU -rYl -tmj -uNc -qJv -kGx -arj -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -lFq -qOf -lFq -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -axe -qZO -vTq -vTq -aNd -fSz -lrB -kze -aVF -lrB -kze -aOJ -aNd -vTq -vTq -qZO -axe -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -lFq -qOf -lFq -axe -xys -xys -xys -xys -qty -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(208,1,1) = {" -fuy -vrG -uTb -uTb -uTb -uTb -uTb -uTb -uTb -uTb -vIP -uTb -uTb -uTb -uTb -uTb -uTb -uTb -uTb -uTb -vrG -tgj -tgj -tgj -tgj -aUc -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -wPM -mfD -xJF -wPM -nml -nml -nml -nml -nml -cpv -ouN -ouN -tiz -tiz -ouN -ouN -ouN -ouN -ouN -pGp -pGp -ouN -ouN -cEJ -rhJ -rhJ -rhJ -rhJ -rhJ -wPM -mfD -mfD -wPM -pGp -pGp -pGp -epd -kao -uYn -uYn -iWc -qiH -epd -gIm -neC -sNQ -epd -kIl -kIl -jPG -jPG -hfB -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lze -lze -lze -lze -lze -lze -rHO -lze -nMI -eas -eas -eas -pRx -lze -fTb -jYM -bLB -xZX -pRx -lze -rHO -lze -skq -oqk -unL -uKg -lze -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -qLt -dKN -cqv -tHD -lcF -ahA -ahA -lLZ -cgr -wTn -lcF -eoC -lLT -jOP -hZi -lcF -lcF -iVL -lcF -lcF -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -tzs -tzs -tzs -axe -ftV -xnt -kIU -ofy -alb -ftV -axe -axe -qZO -vTq -iVQ -aNd -xgM -lrB -kze -gsW -lrB -kze -hFH -aNd -iVQ -vTq -qZO -axe -axe -ftV -xnt -kIU -ofy -alb -ftV -axe -tzs -tzs -tzs -axe -xys -xys -xys -xys -qty -qty -qty -qty -eAB -eAB -qty -qty -eAB -hPe -"} -(209,1,1) = {" -fuy -vrG -uTb -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -wPM -mfD -mfD -wPM -rTK -ygn -sHi -nml -nml -tDD -ouN -ouN -noa -noa -ouN -ouN -ouN -ouN -ouN -pGp -pGp -ouN -ouN -vop -pqH -xjq -cwT -nXW -rhJ -cVF -ihz -mfD -wPM -pGp -pGp -pGp -epd -epd -epd -epd -epd -epd -epd -epd -epd -epd -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -lze -uKg -hji -wBW -vRq -vRq -uKg -xNf -uKg -lze -lze -lze -lze -lze -lze -lze -lze -lze -lze -lze -uKg -gSB -uKg -mnF -gVt -epM -dCw -uKg -lze -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -qgU -rMx -qiV -cqv -tyb -hDe -nGZ -lra -fpE -jto -lcF -lcF -lcF -oQJ -lcF -lcF -lcF -lcF -lcF -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -qCt -jiD -qCt -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -seo -vTq -vTq -vTq -aNd -tph -lrB -dOg -aVF -qeC -kze -dEs -aNd -vTq -vTq -vTq -qzw -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -qCt -lZM -qCt -axe -xys -xys -xys -qty -qty -qty -qty -qty -eAB -eAB -qty -qty -eAB -hPe -"} -(210,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -wPM -mfD -mfD -wPM -wPM -wPM -wPM -wPM -wPM -wPM -dAW -ouN -ouN -vgN -vgN -ouN -vgN -vgN -ohm -pGp -pGp -ouN -ohm -wPM -wPM -wPM -wPM -wPM -wPM -wPM -mfD -mfD -wPM -pGp -pGp -pGp -epd -hAQ -hlj -ffM -ifX -cHE -qjp -epd -pRJ -iHV -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -lze -igf -fuq -akm -akm -akm -lbd -plm -gBJ -jBJ -wpA -isZ -wTr -rlS -kIK -rAJ -dlT -isZ -wpA -jBJ -jsd -gVt -gBI -rIU -vZQ -nWN -dnA -iCS -lze -ipY -ipY -ipY -ipY -ipY -ipY -ipY -rbq -tEP -qdl -lOy -lOy -lcF -lcF -vfR -lcF -vfR -lcF -lcF -udD -dkq -cXQ -nmD -jED -tFV -lcF -pEg -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -lZM -gNj -lZM -kvp -dDT -aUD -vrb -gOy -qQi -dDT -kvp -vTq -vTq -qbf -vTq -vTq -vTq -lrB -kze -gsW -lrB -kze -vTq -vTq -vTq -qbf -vTq -vTq -kvp -dDT -aUD -vrb -gOy -qQi -dDT -kvp -lZM -hSo -lZM -axe -xys -xys -xys -qty -qty -qty -eAB -eAB -qty -qty -qty -qty -eAB -hPe -"} -(211,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -aUc -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -vrG -vrG -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -wPM -ihz -mfD -pPo -eMR -jIV -jaI -thY -rmi -qqP -ouN -ouN -ouN -tiz -tiz -lUd -tiz -tiz -ouN -pGp -pGp -ouN -ouN -aHt -bbR -akN -dZp -qve -uyr -wPM -mfD -mfD -wPM -pGp -pGp -pGp -epd -uXy -hGy -hGy -hGy -hGy -hGy -epd -mOR -mUk -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -eYN -pNg -tax -dnA -dDg -dnA -dnA -vip -oPe -vuC -khz -xMC -maC -hQk -dLE -dnA -dnA -dnA -vip -xMC -khz -vuC -oPe -maC -dnA -dnA -dnA -dnA -aKY -pNg -bPy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lcF -lcF -xTp -vTg -lcF -ipY -ipY -ipY -ipY -lcF -hSS -jin -kRD -rYl -hgg -lmg -vgC -ltK -cgm -ipY -ugC -ipY -ipY -ipY -ipY -wvp -gPo -axe -qCt -jiD -qCt -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -aYH -vTq -vTq -vTq -aNd -fSz -lrB -kze -aVF -lrB -kze -aOJ -aNd -vTq -vTq -vTq -seo -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -qCt -lZM -qCt -axe -xys -xys -qty -qty -qty -qty -eAB -eAB -qty -qty -qty -qty -eAB -hPe -"} -(212,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -wPM -mfD -mfD -wPM -eMR -eMR -eMR -eMR -eMR -qqP -ouN -ouN -ouN -noa -noa -ouN -noa -noa -xYu -pGp -pGp -phr -ouN -aHt -nhm -nhm -nhm -nhm -nhm -wPM -mfD -mfD -wPM -ftm -pGp -pGp -epd -dCS -hGy -hGy -hGy -hGy -ocj -epd -epd -jVS -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -lze -uKg -oHz -jMc -bCW -kYK -iXx -bCW -gOx -ttd -uKg -tul -rFf -gmt -gmt -xuR -gDx -dnA -dnA -ghY -uKg -ksd -les -bCW -fca -qKo -bCW -nzH -bAV -uKg -lze -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lcF -ipY -ipY -lcF -ipY -ipY -ipY -ipY -lcF -dRk -kPW -kPW -tWK -bnj -tvX -sgD -ltK -cgm -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -kGF -kGF -kGF -axe -ftV -vHY -wCK -mlK -mnM -ftV -axe -axe -qZO -vTq -iVQ -aNd -xgM -lrB -dOg -gsW -qeC -kze -hFH -aNd -iVQ -vTq -qZO -axe -axe -ftV -vHY -wCK -mlK -mnM -ftV -axe -kGF -kGF -kGF -axe -xys -xys -qty -qty -qty -qty -qty -qty -eAB -qty -qty -qty -qty -hPe -"} -(213,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -wPM -mfD -mfD -wPM -qdU -eMR -oDn -fsL -eMR -hyW -ouN -ouN -ouN -vgN -vgN -ouN -vgN -vgN -ouN -pGp -pGp -ouN -ouN -aHt -nhm -uKL -nhm -nhm -uYl -wPM -mfD -mfD -wPM -pGp -pGp -pGp -wrr -dgT -dgT -dgT -dgT -dgT -dgT -dgT -aJc -dgT -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -lze -lze -jjY -jjY -tto -jjY -jjY -tto -jjY -jjY -lze -lze -gyo -teA -ggK -uKg -uKg -oJb -dnA -xgt -lze -jjY -jjY -tto -jjY -jjY -tto -jjY -jjY -lze -lze -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lcF -wFp -kPW -raW -kPW -wFF -xbY -iOk -ltK -cgm -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -lFq -qOf -lFq -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -axe -qZO -vTq -vTq -aNd -tph -lrB -kze -aVF -lrB -kze -dEs -aNd -vTq -vTq -qZO -axe -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -lFq -qOf -lFq -axe -xys -qty -qty -qty -qty -qty -qty -qty -eAB -qty -qty -eAB -qty -hPe -"} -(214,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -cBr -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -wPM -mfD -mfD -wPM -lqA -eMR -sTD -aWu -eMR -qqP -ouN -ouN -ouN -tiz -tiz -ouN -tiz -tiz -ouN -pGp -pGp -ouN -ouN -aHt -nhm -xGV -nhm -nhm -gIG -wPM -mfD -mfD -wPM -pGp -pGp -pGp -epd -wNS -kGV -fim -dwH -dwH -epd -epd -epd -hKT -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -lze -lze -ipY -rYr -lze -ipY -rYr -lze -ipY -rYr -lze -lze -als -tFb -inl -hvQ -lze -rMm -xgt -uKg -lze -ipY -rYr -lze -ipY -rYr -lze -ipY -rYr -lze -lze -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lcF -lcF -hZc -xHZ -uav -uFw -wfC -sBj -lcF -pEg -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -lrB -kze -gsW -lrB -kze -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -xys -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -qty -hPe -"} -(215,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -cBr -tgj -aUc -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -wPM -mfD -mfD -wPM -hCn -eMR -eMR -eMR -eMR -qqP -ouN -ouN -ouN -tiz -tiz -ouN -tiz -tiz -ouN -pGp -pGp -ouN -ouN -aHt -nhm -kRk -nhm -nhm -mcH -wPM -mfD -mfD -wPM -pGp -pGp -pGp -epd -dwH -jxe -woJ -ulc -uqx -epd -wDy -stq -hFX -ewx -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -lze -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lze -uKg -nVx -pNU -uzr -lze -gmt -uKg -lze -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lze -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lcF -lcF -vfR -lcF -lcF -lcF -lcF -lcF -lcF -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -lFq -qOf -lFq -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -axe -qZO -vTq -vTq -aNd -fSz -lrB -dOg -aVF -qeC -kze -aOJ -aNd -vTq -vTq -qZO -axe -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -lFq -qOf -lFq -axe -xys -xys -qty -qty -eAB -eAB -eAB -qty -qty -eAB -eAB -qty -qty -hPe -"} -(216,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -aUc -tgj -tgj -tgj -vrG -tgj -tgj -cBr -cBr -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -wPM -mfD -xJF -wPM -hCn -eMR -eMR -eMR -eMR -sVk -ouN -ouN -ouN -noa -noa -ouN -noa -noa -ouN -pGp -pGp -ouN -ouN -bby -nhm -nhm -nhm -nhm -nhm -wPM -mfD -ihz -wPM -pGp -pGp -pGp -epd -mVR -dwH -dwH -ulc -pDH -epd -uJK -hFX -hFX -ewx -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -uKg -sCe -eLS -jOB -uKg -nrk -lze -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -lcF -lcF -ipY -ipY -ipY -lcF -lcF -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -tzs -tzs -tzs -axe -ftV -xnt -kIU -ofy -alb -ftV -axe -axe -qZO -vTq -iVQ -aNd -xgM -lrB -kze -gsW -lrB -kze -hFH -aNd -iVQ -vTq -qZO -axe -axe -ftV -xnt -kIU -ofy -alb -ftV -axe -tzs -tzs -tzs -axe -xys -xys -qty -qty -eAB -eAB -eAB -qty -qty -qty -qty -qty -eAB -hPe -"} -(217,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -cBr -cBr -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -wPM -ihR -ihR -wPM -kbZ -kja -olK -dLd -mha -qqP -ouN -ouN -vgN -vgN -ouN -ouN -vgN -vgN -ouN -pGp -pGp -ouN -ouN -aHt -icB -eHU -hFb -bvG -nhm -cVF -mfD -xJF -wPM -pGp -pGp -pGp -epd -mVR -kHq -kHq -ulc -aon -epd -jGS -wAv -fDg -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -hHE -hHE -frp -hHE -hHE -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -qCt -lZM -qCt -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -seo -vTq -vTq -vTq -aNd -tph -lrB -kze -aVF -lrB -kze -dEs -aNd -vTq -vTq -vTq -qzw -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -qCt -lZM -qCt -axe -xys -xys -qty -qty -qty -qty -qty -qty -qty -eAB -qty -qty -eAB -hPe -"} -(218,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -cBr -cBr -cBr -cBr -cBr -cBr -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -dAW -ouN -tiz -tiz -ouN -ouN -tiz -tiz -ohm -pGp -pGp -ouN -ohm -wPM -wPM -wPM -wPM -wPM -wPM -wPM -mfD -mfD -wPM -pGp -pGp -pGp -epd -epd -epd -epd -epd -epd -epd -epd -epd -epd -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -lZM -hSo -lZM -kvp -dDT -aUD -vrb -gOy -qQi -dDT -kvp -vTq -vTq -qbf -vTq -vTq -vTq -lrB -dOg -gsW -qeC -kze -vTq -vTq -vTq -qbf -vTq -vTq -kvp -dDT -aUD -vrb -gOy -qQi -dDT -kvp -lZM -hSo -lZM -axe -xys -xys -xys -qty -qty -qty -qty -qty -qty -qty -qty -eAB -eAB -hPe -"} -(219,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -vrG -dWI -dWI -dWI -dWI -dWI -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -vrG -tgj -cBr -cBr -cBr -cBr -cBr -cBr -tgj -tgj -vrG -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -wPM -ouN -vgN -ouN -vgN -vgN -lUd -vgN -vgN -vgN -ouN -ouN -tiz -tiz -ouN -ouN -tiz -tiz -ouN -pGp -pGp -ouN -ouN -hkS -lfc -guM -fZh -uPJ -tTy -wPM -mfD -mfD -wPM -pGp -pGp -pGp -epd -esR -tFD -vRU -wWm -kWn -qfX -epd -pRJ -iHV -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -qCt -lZM -qCt -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -aYH -vTq -vTq -vTq -aNd -fSz -lrB -kze -aVF -lrB -kze -aOJ -aNd -vTq -vTq -vTq -seo -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -qCt -lZM -qCt -axe -xys -xys -xys -qty -qty -eAB -qty -qty -eAB -qty -qty -eAB -eAB -hPe -"} -(220,1,1) = {" -fuy -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tEI -ate -tRk -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -uMu -tgj -cBr -cBr -cBr -cBr -cBr -cBr -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -wPM -ouN -tiz -ouN -tiz -tiz -ouN -tiz -tiz -tiz -ouN -ouN -noa -noa -ouN -ouN -noa -noa -ouN -pGp -pGp -ouN -ouN -hkS -lfc -lfc -lfc -lfc -lfc -wPM -mfD -mfD -wPM -pGp -pGp -pGp -epd -dEk -wNb -wNb -wNb -wNb -wNb -epd -mOR -mUk -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -kGF -kGF -kGF -axe -ftV -vHY -wCK -mlK -mnM -ftV -axe -axe -qZO -vTq -iVQ -aNd -xgM -lrB -kze -gsW -lrB -kze -hFH -aNd -iVQ -vTq -qZO -axe -axe -ftV -vHY -wCK -mlK -mnM -ftV -axe -kGF -kGF -kGF -axe -xys -xys -xys -qty -qty -eAB -eAB -qty -eAB -qty -qty -eAB -eAB -hPe -"} -(221,1,1) = {" -fuy -vrG -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -ucL -ucL -ucL -ucL -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -wMf -tgj -cBr -cBr -cBr -cBr -cBr -cBr -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -wPM -ouN -tiz -ouN -tiz -vjW -ouN -tiz -tiz -tiz -ouN -ouN -vgN -vgN -ouN -vgN -vgN -ouN -xYu -pGp -pGp -phr -ouN -hkS -lfc -lfc -aao -lfc -jJx -wPM -mfD -mfD -wPM -ftm -pGp -pGp -epd -sBU -wNb -wNb -wNb -wNb -kWY -epd -epd -jVS -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -lFq -qOf -lFq -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -axe -qZO -vTq -vTq -aNd -tph -lrB -dOg -aVF -qeC -kze -dEs -aNd -vTq -vTq -qZO -axe -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -lFq -qOf -lFq -axe -xys -xys -xys -qty -qty -eAB -eAB -qty -qty -eAB -eAB -qty -eAB -hPe -"} -(222,1,1) = {" -fuy -vrG -vrG -tgj -tgj -vrG -vrG -vrG -vrG -tgj -vrG -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -woV -tgj -tgj -cBr -cBr -cBr -cBr -cBr -cBr -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -wPM -ouN -noa -ouN -noa -noa -ouN -noa -noa -noa -ouN -ouN -tiz -tiz -jiV -tiz -tiz -ouN -ouN -pGp -pGp -ouN -ouN -hkS -lfc -lfc -aao -lfc -thp -wPM -ihz -mfD -wPM -pGp -pGp -pGp -cRS -dgT -dgT -dgT -dgT -dgT -dgT -dgT -aJc -dgT -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -lrB -kze -gsW -lrB -kze -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -xys -xys -xys -xys -qty -eAB -qty -qty -qty -eAB -eAB -qty -eAB -hPe -"} -(223,1,1) = {" -fuy -vrG -vrG -tgj -tgj -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -cBr -cBr -cBr -cBr -cBr -cBr -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -wPM -ouN -jzh -tiz -jNJ -jzh -tiz -dYf -ouN -ouN -ouN -ouN -tiz -tiz -ouN -noa -noa -ouN -pGp -pGp -pGp -ouN -ouN -hkS -lfc -lfc -pma -lfc -lfc -wPM -mfD -mfD -wPM -pGp -pGp -pGp -epd -stn -pmF -oHb -rWO -rWO -epd -epd -epd -iNx -epd -kIl -kIl -jPG -jPG -hfB -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -fNa -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -nHn -ipY -ipY -ipY -ipY -ipY -ipY -fNa -ipY -ipY -ipY -ipY -wvp -gPo -axe -lFq -qOf -lFq -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -axe -qZO -vTq -vTq -aNd -fSz -lrB -kze -aVF -lrB -kze -aOJ -aNd -vTq -vTq -qZO -axe -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -lFq -qOf -lFq -axe -xys -xys -xys -xys -qty -qty -qty -qty -qty -eAB -qty -eAB -eAB -hPe -"} -(224,1,1) = {" -fuy -vrG -vrG -tgj -tgj -vrG -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tgj -tgj -cBr -cBr -cBr -cBr -cBr -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -dLz -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -wPM -ouN -jzh -tiz -jNJ -jzh -tiz -dYf -jzh -tiz -tiz -dYf -noa -noa -ouN -ouN -ouN -ouN -pGp -pGp -pGp -ouN -ouN -clt -lfc -lfc -lfc -lfc -lfc -wPM -mfD -mfD -wPM -pGp -pGp -pGp -epd -rWO -bwN -lMZ -daE -aDw -epd -oYU -ehz -dED -uCK -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -fNa -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -fNa -ipY -ipY -ipY -ipY -wvp -gPo -axe -tzs -tzs -tzs -axe -ftV -xnt -kIU -ofy -alb -ftV -axe -axe -qZO -vTq -iVQ -aNd -xgM -lrB -dOg -gsW -qeC -kze -hFH -aNd -iVQ -vTq -qZO -axe -axe -ftV -xnt -kIU -ofy -alb -ftV -axe -tzs -tzs -tzs -axe -xys -xys -xys -xys -eAB -qty -qty -qty -eAB -eAB -eAB -eAB -eAB -hPe -"} -(225,1,1) = {" -fuy -vrG -vrG -tgj -tgj -vrG -tgj -sSL -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -aUc -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -cBr -cBr -cBr -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -wPM -ouN -ouN -ouN -ouN -ouN -ouN -ouN -jzh -tiz -tiz -dYf -ouN -ouN -ouN -ouN -ouN -pGp -pGp -pGp -ouN -ouN -ouN -hkS -kvd -lCl -rii -arT -lfc -cVF -mfD -mfD -wPM -pGp -pGp -pGp -epd -hTp -rWO -rWO -daE -cfX -epd -oVX -dED -dED -uCK -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -fNa -wuS -jfV -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -wuS -fNa -ipY -ipY -ipY -ipY -wvp -gPo -axe -qCt -lZM -qCt -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -seo -vTq -vTq -vTq -aNd -tph -lrB -kze -aVF -lrB -kze -dEs -aNd -vTq -vTq -vTq -qzw -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -qCt -lZM -qCt -axe -xys -xys -xys -xys -eAB -qty -qty -eAB -eAB -eAB -eAB -eAB -eAB -hPe -"} -(226,1,1) = {" -fuy -vrG -vrG -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -vrG -vrG -oCa -vrG -vrG -vrG -tgj -tgj -vrG -tgj -tgj -tgj -cBr -cBr -cBr -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -wPM -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -pGp -pGp -ouN -ouN -ouN -ohm -wPM -wPM -wPM -wPM -wPM -wPM -wPM -mfD -mfD -wPM -pGp -pGp -pGp -epd -hTp -dxe -dxe -daE -ckk -epd -hAt -erY -bmm -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -wuS -nOq -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -qvE -nOq -wuS -fNa -ipY -ipY -ipY -ipY -wvp -gPo -axe -lZM -hSo -lZM -kvp -dDT -aUD -vrb -gOy -qQi -dDT -kvp -vTq -vTq -qbf -vTq -vTq -vTq -lrB -kze -gsW -lrB -kze -vTq -vTq -vTq -qbf -vTq -vTq -kvp -dDT -aUD -vrb -gOy -qQi -dDT -kvp -lZM -hSo -lZM -axe -xys -xys -xys -xys -qty -eAB -qty -eAB -qty -qty -eAB -eAB -eAB -hPe -"} -(227,1,1) = {" -fuy -vrG -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -vrG -qts -tgj -tgj -tgj -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -sbp -wPM -ouN -ouN -ohm -rXH -ouN -ouN -ouN -ouN -rXH -ohm -ouN -ouN -ouN -ouN -rXH -pGp -pGp -pGp -ouN -ouN -ouN -ouN -paD -hXV -dpb -dpc -stB -kgu -wPM -mfD -mfD -wPM -pGp -pGp -pGp -epd -epd -epd -epd -epd -epd -epd -epd -epd -epd -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -wuS -nOq -ipY -ipY -fNa -ipY -ipY -fNa -ipY -ipY -fNa -ipY -ipY -fNa -ipY -ipY -fNa -ipY -fNa -nOq -wuS -fNa -ipY -ipY -ipY -ipY -wvp -gPo -axe -qCt -lZM -qCt -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -aYH -vTq -vTq -vTq -aNd -fSz -lrB -dOg -aVF -qeC -kze -aOJ -aNd -vTq -vTq -vTq -seo -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -qCt -lZM -qCt -axe -xys -xys -xys -xys -eAB -qty -eAB -eAB -eAB -eAB -eAB -eAB -eAB -hPe -"} -(228,1,1) = {" -fuy -vrG -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -vrG -tgj -tgj -sSL -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -sbp -ebN -ouN -ouN -ouN -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -ouN -ouN -ouN -ouN -ouN -paD -pGp -pGp -pGp -pGp -pGp -wPM -mfD -xJF -wPM -pGp -pGp -pGp -epd -wAV -xeP -fMj -oqE -qQH -jsx -epd -pRJ -iHV -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -fNa -wuS -nOq -ipY -ipY -fNa -ipY -ipY -fNa -ipY -ipY -fNa -ipY -ipY -fNa -ipY -ipY -fNa -ipY -fNa -nOq -wuS -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -kGF -kGF -kGF -axe -ftV -vHY -wCK -mlK -mnM -ftV -axe -axe -qZO -vTq -iVQ -aNd -xgM -lrB -kze -gsW -lrB -kze -hFH -aNd -iVQ -vTq -qZO -axe -axe -ftV -vHY -wCK -mlK -mnM -ftV -axe -kGF -kGF -kGF -axe -xys -xys -xys -eAB -eAB -qty -eAB -eAB -eAB -qty -eAB -eAB -fzl -hPe -"} -(229,1,1) = {" -fuy -vrG -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -vrG -vrG -bDm -vrG -vrG -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -aUc -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -aTx -ebN -ouN -ouN -ouN -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -pGp -jzh -tiz -tiz -dYf -ouN -paD -pGp -aCM -pGp -pGp -gwn -wPM -mfD -mfD -wPM -pGp -pGp -pGp -epd -oFn -wSj -wSj -wSj -wSj -wSj -epd -mOR -mUk -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -fNa -wuS -nOq -ipY -ipY -fNa -ipY -ipY -fNa -ipY -ipY -fNa -ipY -ipY -fNa -ipY -ipY -fNa -ipY -fNa -nOq -wuS -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -lFq -qOf -lFq -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -axe -tqD -vTq -vTq -aNd -tph -lrB -kze -aVF -lrB -kze -dEs -aNd -vTq -vTq -qZO -axe -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -lFq -qOf -lFq -axe -xys -xys -xys -eAB -eAB -eAB -eAB -eAB -qty -eAB -eAB -eAB -fzl -hPe -"} -(230,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -sSL -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -sWf -wPM -ouN -ouN -ohm -oWZ -ouN -ouN -ouN -ouN -oWZ -ohm -ouN -ouN -ouN -ouN -oWZ -ouN -ouN -jzh -tiz -tiz -dYf -ouN -paD -pGp -wVW -pGp -pGp -jmG -wPM -mfD -mfD -wPM -ftm -pGp -pGp -epd -uEQ -wSj -wSj -wSj -wSj -etN -epd -epd -jVS -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -fNa -wuS -nOq -ipY -wiP -fNa -ipY -yeQ -fNa -ipY -cqU -fNa -ipY -iXD -fNa -ipY -pCe -fNa -vpH -fNa -nOq -wuS -fNa -ipY -ipY -ipY -ipY -wvp -gPo -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -lrB -dOg -gsW -qeC -kze -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -xys -xys -xys -eAB -eAB -eAB -eAB -eAB -qty -eAB -eAB -eAB -fzl -hPe -"} -(231,1,1) = {" -fuy -vrG -tgj -tgj -aUc -tgj -vrG -vrG -tgj -tgj -aUc -tgj -tgj -tgj -vrG -vrG -vrG -vrG -vrG -tgj -vrG -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -wPM -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -jzh -tiz -dYf -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -paD -pGp -nZy -pGp -pGp -nnT -wPM -mfD -mfD -wPM -pGp -pGp -pGp -kKz -dgT -dgT -dgT -dgT -dgT -dgT -dgT -aJc -dgT -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -fNa -wuS -nOq -ipY -ipY -fNa -ipY -ipY -fNa -ipY -ipY -fNa -ipY -ipY -fNa -ipY -ipY -fNa -fNa -fNa -nOq -wuS -fNa -ipY -ipY -ipY -ipY -wvp -gPo -axe -lFq -qOf -lFq -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -axe -qZO -vTq -vTq -aNd -fSz -lrB -kze -aVF -lrB -kze -aOJ -aNd -vTq -vTq -qZO -axe -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -lFq -qOf -lFq -axe -xys -xys -xys -xys -qty -eAB -qty -eAB -qty -eAB -eAB -eAB -fzl -hPe -"} -(232,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -vrG -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -wPM -ouN -ouN -ouN -ouN -jzh -tiz -dYf -ouN -ouN -jzh -tiz -dYf -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -cnG -pGp -pGp -pGp -pGp -pGp -wPM -mfD -mfD -wPM -pGp -pGp -pGp -epd -nYd -axn -pNW -nKG -nKG -epd -epd -epd -rcW -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -fNa -wuS -nOq -nOq -nOq -nOq -nOq -nOq -nOq -nOq -nOq -nOq -nOq -nOq -nOq -nOq -nOq -nOq -nOq -nOq -nOq -wuS -fNa -ipY -ipY -ipY -ipY -wvp -gPo -axe -tzs -tzs -tzs -axe -ftV -xnt -kIU -ofy -alb -ftV -axe -axe -qZO -vTq -iVQ -aNd -xgM -lrB -kze -gsW -lrB -kze -hFH -aNd -iVQ -vTq -qZO -axe -axe -ftV -xnt -kIU -ofy -alb -ftV -axe -tzs -tzs -tzs -axe -xys -xys -xys -xys -qty -eAB -qty -eAB -qty -eAB -eAB -fzl -fzl -hPe -"} -(233,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -wPM -ouN -ouN -ouN -ouN -jzh -tiz -dYf -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -ouN -paD -pEd -oKz -oLn -ldo -pGp -cVF -mfD -mfD -wPM -pGp -pGp -pGp -epd -nKG -qEy -erz -uyc -uhu -epd -aXy -uPj -uFT -eis -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -fNa -wuS -fBE -nOq -wuS -wuS -sEw -wuS -wuS -lpA -hnn -hnn -hyK -hDp -wuS -wuS -sEw -wuS -wuS -bED -nOq -wuS -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -qCt -lZM -qCt -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -seo -vTq -vTq -vTq -aNd -tph -lrB -dOg -aVF -qeC -kze -dEs -aNd -vTq -vTq -vTq -qzw -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -qCt -lZM -qCt -axe -xys -xys -xys -xys -eAB -qty -eAB -eAB -eAB -eAB -eAB -fzl -fzl -hPe -"} -(234,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -jPG -wPM -jiV -ouN -ouN -ouN -ouN -ouN -rZJ -rZJ -ouN -ouN -ouN -ouN -ouN -wPM -lwv -kji -tIS -lRo -hZD -fMF -uPV -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -mfD -ihz -wPM -pGp -pGp -pGp -epd -rDL -nKG -nKG -uyc -bvW -epd -hAV -uFT -uFT -eis -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -fNa -wuS -qHS -nOq -wuS -qxC -qxC -wuS -fRJ -yfB -smj -iXv -qlh -wcp -nik -wuS -qxC -qxC -wuS -dDU -nOq -wuS -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -lZM -hSo -lZM -kvp -dDT -aUD -vrb -gOy -qQi -dDT -kvp -vTq -vTq -qbf -vTq -vTq -vTq -lrB -kze -gsW -lrB -kze -vTq -vTq -vTq -qbf -vTq -vTq -kvp -dDT -aUD -vrb -gOy -qQi -dDT -kvp -lZM -hSo -lZM -axe -xys -xys -xys -xys -eAB -eAB -eAB -eAB -eAB -eAB -eAB -fzl -fzl -hPe -"} -(235,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -aUc -tgj -tgj -vrG -tgj -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tgj -tgj -tgj -vrG -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -wPM -qou -ouN -tiz -dYf -ouN -ouN -tiz -tiz -ouN -ouN -ouN -ouN -ouN -wPM -efX -giK -rTr -rTr -rTr -rTr -xIV -wPM -mfD -mfD -mfD -mfD -mfD -mfD -mfD -mfD -xJF -wPM -pGp -pGp -pGp -epd -rDL -dHv -dHv -uyc -rCB -epd -anx -utS -cQx -epd -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -wuS -vrM -nOq -wuS -wUx -qxC -jsT -ahQ -sHT -oDG -iLY -lZt -tGm -qXd -jsT -qxC -iIl -wuS -uAz -nOq -wuS -fNa -ipY -ipY -ipY -ipY -wvp -gPo -axe -qCt -lZM -qCt -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -aYH -vTq -vTq -vTq -aNd -fSz -lrB -kze -aVF -lrB -kze -aOJ -aNd -vTq -vTq -vTq -seo -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -qCt -lZM -qCt -axe -xys -xys -xys -xys -xys -qty -eAB -qty -eAB -eAB -fzl -fzl -fzl -hPe -"} -(236,1,1) = {" -fuy -vrG -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -wPM -iYJ -ouN -tiz -dYf -ouN -ouN -noa -noa -ouN -rZJ -rZJ -ouN -ouN -wPM -ocD -dis -dis -dis -dis -dis -crL -wPM -mfD -mfD -ihz -mfD -uIR -mfD -mfD -mfD -mfD -wPM -pGp -pGp -pGp -epd -epd -epd -epd -epd -epd -epd -epd -epd -epd -epd -tPv -tPv -tPv -tPv -hfB -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -wuS -rQD -nOq -wuS -qxC -grN -wuS -hdB -aWK -mOj -sHT -mhK -pFD -slC -wuS -qxC -qxC -wuS -mIu -nOq -wuS -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -kGF -kGF -kGF -axe -ftV -vHY -wCK -mlK -mnM -ftV -axe -axe -qZO -vTq -iVQ -aNd -xgM -lrB -dOg -gsW -qeC -kze -hFH -aNd -iVQ -vTq -qZO -axe -axe -ftV -vHY -wCK -mlK -mnM -ftV -axe -kGF -kGF -kGF -axe -xys -xys -xys -xys -xys -eAB -eAB -eAB -eAB -eAB -fzl -fzl -eAB -hPe -"} -(237,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -sSL -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jLr -ebN -geo -ouN -ouN -ouN -ouN -rZJ -rZJ -ouN -ouN -tiz -vpQ -ouN -ouN -wPM -mGD -dis -dis -dis -dis -dis -jrC -wPM -mfD -mfD -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -pGp -pGp -pGp -wPM -wPM -wPM -wPM -wPM -wPM -uMz -uMz -uMz -uMz -uMz -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -wuS -wuS -wuS -wuS -wuS -fuI -wuS -wuS -jsT -qAa -jsT -wuS -wuS -wuS -wuS -sEw -wuS -wuS -wuS -wuS -wuS -ipY -fNa -ipY -ipY -ipY -wvp -gPo -axe -lFq -qOf -lFq -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -axe -qZO -vTq -vTq -aNd -tph -lrB -kze -aVF -lrB -kze -dEs -aNd -vTq -vTq -qZO -axe -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -lFq -qOf -lFq -axe -xys -xys -xys -xys -xys -eAB -eAB -eAB -eAB -eAB -fzl -fzl -fzl -hPe -"} -(238,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -dLz -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -cuJ -ebN -geo -ouN -tiz -dYf -xYu -tiz -tiz -ouN -ouN -noa -noa -ouN -ouN -wPM -wHP -dis -dis -dis -dis -dis -crL -wPM -mfD -ihR -wPM -kIl -kIl -kIl -kIl -kIl -kIl -wPM -pGp -pGp -pGp -fyS -mfD -mfD -mfD -gmN -wPM -xbu -lTR -rXW -lTR -rXW -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -wuS -wvv -kkO -fTS -qXd -wAz -wuS -jpu -sHT -eSd -nls -uat -wuS -wBy -qXd -rpg -pKV -qMa -wuS -nOq -nOq -nOq -ipY -ipY -ipY -wvp -gPo -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -lrB -kze -gsW -lrB -kze -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -xys -xys -xys -xys -xys -xys -eAB -eAB -eAB -fzl -fzl -eAB -fzl -hPe -"} -(239,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -jLr -ebN -geo -ouN -tiz -dYf -ouN -noa -noa -ouN -ouN -ouN -ouN -ouN -ouN -wPM -bkS -fwX -jJV -eWF -eIt -moF -qAv -wPM -mfD -ihR -wPM -kIl -kIl -kIl -kIl -kIl -kIl -wPM -wPM -wPM -wPM -wPM -uDo -mfD -mfD -vXR -wPM -xbu -lTR -rXW -lTR -rXW -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ein -eSd -eSd -eSd -qXd -hVP -bpP -pnq -eSd -ihy -wuS -wuS -wuS -uCI -qXd -eSd -kJT -eSd -ein -nOq -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -lFq -qOf -lFq -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -axe -qZO -vTq -vTq -aNd -fSz -lrB -dOg -aVF -qeC -kze -aOJ -aNd -vTq -vTq -qZO -axe -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -lFq -qOf -lFq -axe -xys -xys -xys -xys -xys -xys -eAB -eAB -eAB -fzl -fzl -eAB -fzl -hPe -"} -(240,1,1) = {" -fuy -vrG -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tgj -vrG -vrG -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -cuJ -ebN -geo -ouN -rZJ -rZJ -ouN -rZJ -rZJ -ouN -ouN -ouN -wPM -fyS -wPM -wPM -cVF -wPM -wPM -wPM -wPM -wPM -wPM -wPM -mfD -mfD -wPM -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -wPM -ojv -mfD -mfD -mfD -fyS -lTR -lTR -rXW -lTR -rXW -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -nOq -nOq -wuS -qMa -pKV -iPf -oCQ -wey -ugj -oBA -kJT -ihy -vmH -vba -wuS -kJH -rEG -fTS -iPf -hTq -wuS -nOq -nOq -ipY -ipY -ipY -ipY -wvp -gPo -axe -tzs -tzs -tzs -axe -ftV -xnt -kIU -ofy -alb -ftV -axe -axe -qZO -vTq -iVQ -aNd -xgM -lrB -kze -gsW -lrB -kze -hFH -aNd -iVQ -vTq -qZO -axe -axe -ftV -xnt -kIU -ofy -alb -ftV -axe -tzs -tzs -tzs -axe -xys -xys -xys -xys -xys -xys -eAB -eAB -eAB -fzl -fzl -fzl -fzl -hPe -"} -(241,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -aUc -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -wPM -geo -ouN -tiz -tiz -ouN -tiz -tiz -ouN -ouN -ouN -wPM -mfD -ihz -mfD -mfD -mfD -mfD -mfD -mfD -mfD -mfD -mfD -mfD -mfD -wPM -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -wPM -oJO -mfD -mfD -mfD -wPM -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -nOq -ipY -wuS -eSd -qAc -kJT -tGm -vgG -wuS -lAy -cDl -ihy -wuS -wuS -wuS -mBM -sHT -eSd -ecq -eSd -wuS -nOq -nOq -nOq -ipY -ipY -ipY -wvp -gPo -axe -qCt -lZM -qCt -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -seo -vTq -vTq -vTq -aNd -tph -lrB -kze -aVF -lrB -kze -dEs -aNd -vTq -vTq -vTq -qzw -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -qCt -lZM -qCt -axe -xys -xys -xys -xys -xys -xys -eAB -eAB -eAB -fzl -fzl -eAB -fzl -hPe -"} -(242,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -wPM -qcE -vsb -vsb -vsb -vsb -vsb -uVi -ouN -ouN -rCk -wPM -mfD -mfD -mfD -uIR -mfD -mfD -mfD -mfD -mfD -mfD -ocA -mfD -mfD -wPM -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -wPM -gRg -mfD -mfD -mfD -wPM -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -nOq -ipY -wuS -wuS -wuS -wuS -wuS -kTA -wuS -iZH -tGm -ihy -nls -uat -wuS -lBq -wuS -wuS -wuS -wuS -wuS -nOq -nOq -nOq -ipY -ipY -ipY -wvp -gPo -axe -lZM -hSo -lZM -kvp -dDT -aUD -vrb -gOy -qQi -dDT -kvp -vTq -vTq -qbf -vTq -vTq -vTq -lrB -dOg -gsW -qeC -kze -vTq -vTq -vTq -qbf -vTq -vTq -kvp -dDT -aUD -vrb -gOy -qQi -dDT -kvp -lZM -hSo -lZM -axe -xys -xys -xys -xys -xys -xys -xys -eAB -eAB -fzl -fzl -fzl -fzl -hPe -"} -(243,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -wPM -wPM -wPM -ebN -ebN -ebN -ebN -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -wPM -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -wPM -wPM -wPM -wPM -wPM -wPM -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -kIl -kIl -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -kMG -kum -kum -xyQ -iZa -qbM -wuS -cZo -qHR -qXd -wuS -wuS -wuS -vgG -bpP -eSd -pPu -egD -kMG -nOq -ipY -ipY -ipY -ipY -ipY -wvp -gPo -axe -qCt -lZM -qCt -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -aYH -vTq -vTq -vTq -aNd -fSz -lrB -kze -aVF -lrB -kze -aOJ -aNd -vTq -vTq -vTq -seo -axe -ftV -mIe -gOy -vrb -egK -ftV -axe -qCt -lZM -qCt -axe -xys -xys -xys -xys -xys -xys -xys -eAB -fzl -fzl -fzl -fzl -fzl -hPe -"} -(244,1,1) = {" -fuy -vrG -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tgj -tgj -vrG -tgj -tgj -vrG -tgj -tgj -vrG -tgj -tgj -aUc -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -sUw -cuJ -sUw -sUw -jPG -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -hhP -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -tPv -hfB -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -kIl -kIl -xuH -xuH -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -fNa -wMT -pEo -eSd -nmd -bpP -bbi -wuS -tYZ -bbi -sHT -qWF -uat -wuS -lBq -wUS -eSd -eSd -eSd -wMT -nOq -nOq -nOq -ipY -ipY -ipY -wvp -gPo -axe -kGF -kGF -kGF -axe -ftV -vHY -wCK -mlK -mnM -ftV -axe -axe -qZO -vTq -iVQ -aNd -xgM -lrB -kze -gsW -lrB -kze -hFH -aNd -iVQ -vTq -qZO -axe -axe -ftV -vHY -wCK -mlK -mnM -ftV -axe -kGF -kGF -kGF -axe -xys -xys -xys -xys -xys -xys -xys -eAB -fzl -fzl -fzl -qty -fzl -hPe -"} -(245,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -xuH -xuH -xuH -xuH -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ixm -sJY -lwS -fAa -wUS -vgG -wuS -wuS -qwr -wuS -wuS -wuS -wuS -vgG -ugj -eSd -kAV -uQL -ixm -nOq -nOq -nOq -ipY -ipY -ipY -wvp -gPo -axe -lFq -qOf -lFq -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -axe -qZO -vTq -vTq -aNd -tph -lrB -dOg -aVF -qeC -kze -dEs -aNd -vTq -vTq -qZO -axe -axe -ftV -ftV -ftV -ftV -ftV -ftV -axe -lFq -qOf -lFq -axe -xys -xys -tAi -xys -xys -xys -eAB -eAB -fzl -fzl -fzl -qty -fzl -hPe -"} -(246,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -aUc -tgj -vrG -tgj -tgj -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -jPG -mGX -lTR -lTR -lTR -lTR -lTR -mGX -jPG -jPG -xuH -xuH -xuH -xuH -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -fNa -ipY -wuS -ryG -hfA -ofM -ugj -wXw -mdF -bwW -jST -mdF -suw -mdF -asB -jrX -oss -eSd -wRd -mOV -wuS -fNa -fNa -fNa -ipY -ipY -ipY -wvp -gPo -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -sMU -xIj -gsW -sMU -xIj -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -axe -xys -tAi -xys -xys -xys -xys -eAB -eAB -fzl -fzl -fzl -fzl -fzl -hPe -"} -(247,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -gbU -tgj -tgj -vrG -tgj -tgj -vrG -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -fuy -fuy -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -jPG -xuH -iXd -lTR -lTR -lTR -lTR -lTR -iXd -jPG -xuH -xuH -xuH -xuH -xuH -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -nOq -nOq -wuS -wuS -wuS -wuS -wuS -aAU -wuS -wuS -jsT -wuS -aAU -wuS -wuS -aAU -wuS -wuS -wuS -wuS -wuS -nOq -nOq -iyK -ipY -ipY -ipY -wvp -gPo -gPo -gPo -gPo -gPo -gPo -gPo -gPo -gPo -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -uJR -gSu -vmZ -unb -vmZ -gSu -uJR -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -xys -xys -xys -xys -xys -xys -xys -xys -xys -xys -xys -xys -xys -eAB -eAB -fzl -fzl -fzl -fzl -fzl -hPe -"} -(248,1,1) = {" -fuy -vrG -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tgj -tgj -vrG -vrG -vrG -vrG -tgj -tgj -vrG -vrG -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tgj -tgj -vrG -vrG -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -xuH -xuH -hHa -wST -wST -wST -wST -wST -hHa -xuH -xuH -xuH -xuH -xuH -xuH -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -nOq -nOq -wuS -mMm -mWj -ozv -oCQ -lWr -wuS -sHT -aDr -hsQ -qxF -bqc -wuS -qZC -rEG -aUr -dYG -pJU -wuS -nOq -nOq -nOq -ipY -ipY -ipY -wvp -gPo -gPo -gPo -gPo -gPo -gPo -gPo -gPo -gPo -fzl -fzl -qty -qty -eAB -eAB -qty -qty -qty -eAA -ksP -unb -vmZ -unb -ksP -eAA -fzl -qty -qty -fzl -eAB -qty -qty -qty -eAB -eAB -xys -xys -xys -xys -xys -xys -xys -xys -xys -xys -xys -xys -xys -eAB -eAB -fzl -fzl -fzl -fzl -fzl -hPe -"} -(249,1,1) = {" -fuy -vrG -tgj -tgj -vrG -vrG -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -vrG -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tgj -tgj -tgj -tgj -tgj -vrG -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -xuH -xuH -xuH -hHa -xQB -wST -wST -wST -wST -hHa -xuH -xuH -xuH -xuH -xuH -xuH -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -nOq -nOq -wuS -sHT -sHT -sHT -mOj -qXd -jsT -sHT -qXd -eSd -ihy -sHT -jsT -sHT -kNp -sHT -eSd -qXd -wuS -nOq -nOq -nOq -ipY -ipY -ipY -wvp -fzl -fzl -qty -fzl -fzl -fzl -fzl -fzl -eAB -fzl -fzl -qty -qty -cpX -fzl -fzl -fzl -fzl -pfP -bTZ -plX -hgt -plX -bTZ -pfP -eAB -qty -qty -cpX -eAB -eAB -fzl -fzl -fzl -fzl -eAB -xys -xys -xys -xys -xys -xys -xys -xys -xys -eAB -eAB -eAB -eAB -eAB -fzl -fzl -fzl -qty -fzl -hPe -"} -(250,1,1) = {" -fuy -vrG -tgj -tgj -vrG -vrG -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -nHr -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -xuH -xuH -xuH -xuH -hHa -wST -wST -wST -wST -wST -hHa -xuH -xuH -xuH -xuH -xuH -xuH -iYE -ipY -ipY -ipY -ipY -ipY -ipY -szy -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -fNa -ipY -wuS -mvg -msn -lTi -eSd -qXd -wuS -wEH -mvg -msn -lTi -oOr -wuS -hzJ -sHT -mvg -msn -lTi -wuS -nOq -nOq -nOq -ipY -ipY -ipY -wvp -cpX -qty -fzl -fzl -fzl -fzl -fzl -fzl -eAB -fzl -fzl -fzl -fzl -cpX -cpX -fzl -fzl -fzl -axe -axe -vYq -wxW -ldv -axe -axe -fzl -fzl -fzl -cpX -cpX -fzl -fzl -fzl -fzl -fzl -fzl -fzl -eAB -xys -xys -xys -xys -xys -xys -xys -eAB -eAB -eAB -eAB -fzl -fzl -fzl -fzl -eAB -fzl -hPe -"} -(251,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -ono -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -vrG -fuy -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -xuH -xuH -xuH -xuH -xuH -hHa -wST -wST -wST -wST -wST -hHa -xuH -xuH -xuH -xuH -xuH -xuH -iYE -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -szy -gUx -ilU -wuS -qpQ -jAB -lnf -qXd -jDN -wuS -cDl -qpQ -jAB -lnf -sHT -wuS -sHT -lsF -qpQ -jAB -lnf -wuS -szy -gUx -gUx -szy -szy -szy -wvp -qty -qty -fzl -fzl -eAB -fzl -eAB -eAB -eAB -fzl -fzl -fzl -fzl -cpX -cpX -fzl -fzl -fzl -fzl -fzl -fzl -fzl -eAB -fzl -fzl -fzl -fzl -fzl -cpX -cpX -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -qty -eAB -eAB -eAB -eAB -eAB -eAB -eAB -eAB -eAB -fzl -fzl -eAB -eAB -fzl -eAB -fzl -hPe -"} -(252,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -aUc -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tgj -vrG -acI -tgj -tgj -sSL -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -ono -tgj -tgj -tgj -tgj -tgj -aUc -tgj -tgj -tgj -vrG -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -xuH -xuH -xuH -xuH -xuH -hHa -wST -wST -wST -wST -wST -hHa -xuH -xuH -xuH -xuH -xuH -xuH -iYE -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -fNa -nOq -wuS -njN -xHU -lwt -pRN -fwp -wuS -xPR -vID -xHU -lwt -kiv -wuS -hzJ -qAc -vID -xHU -lwt -wuS -nOq -nOq -nOq -ipY -ipY -ipY -wvp -fzl -fzl -eAB -fzl -eAB -qty -qty -fzl -eAB -qty -eAB -eAB -qty -eAB -cpX -qty -eAB -eAB -qty -qty -fzl -eAB -qty -qty -qty -eAB -eAB -qty -fzl -cpX -qty -fzl -fzl -fzl -fzl -fzl -fzl -fzl -qty -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -eAB -eAB -qty -fzl -fzl -hPe -"} -(253,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -ono -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -xuH -xuH -xuH -xuH -xuH -xuH -hHa -xQB -wST -wST -wST -wST -hHa -xuH -xuH -xuH -xuH -xuH -xuH -iYE -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -fNa -nOq -wuS -wuS -wuS -wuS -wuS -wuS -wuS -wuS -wuS -wuS -wuS -wuS -wuS -wuS -wuS -wuS -wuS -wuS -wuS -nOq -nOq -nOq -ipY -ipY -ipY -wvp -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -qty -qty -fzl -qty -fzl -fzl -fzl -fzl -fzl -qty -qty -cpX -eAB -fzl -fzl -fzl -fzl -fzl -qty -fzl -fzl -fzl -fzl -fzl -fzl -fzl -eAB -eAB -eAB -qty -fzl -eAB -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -qty -eAB -fzl -fzl -hPe -"} -(254,1,1) = {" -fuy -vrG -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -tgj -tgj -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -ono -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -tgj -vrG -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -dLz -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -xuH -xuH -xuH -xuH -xuH -xuH -hHa -nxD -aYc -aYc -aYc -aYc -hHa -xuH -xuH -xuH -xuH -xuH -xuH -iYE -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -fNa -ipY -ipY -nOq -nOq -ipY -fNa -nOq -nOq -nOq -fNa -fNa -ipY -nOq -nOq -nOq -ipY -nOq -nOq -nOq -nOq -ipY -fNa -fNa -ipY -ipY -ipY -wvp -fzl -eAB -cpX -fzl -qty -fzl -fzl -eAB -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -cpX -cpX -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -eAB -fzl -fzl -fzl -fzl -eAB -fzl -fzl -fzl -fzl -eAB -qty -fzl -fzl -qty -fzl -fzl -fzl -fzl -fzl -fzl -fzl -eAB -fzl -hPe -"} -(255,1,1) = {" -fuy -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -tgj -tgj -tgj -tgj -tgj -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -vrG -fuy -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -kIl -xuH -xuH -xuH -xuH -xuH -xuH -hHa -wST -wST -wST -wST -wST -hHa -xuH -xuH -xuH -xuH -xuH -xuH -iYE -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -ipY -fNa -ipY -fNa -fNa -fNa -fNa -fNa -fNa -fNa -ipY -ipY -ipY -fNa -fNa -fNa -fNa -fNa -fNa -fNa -ipY -ipY -ipY -fNa -ipY -ipY -ipY -ipY -wvp -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -eAB -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -cpX -cpX -fzl -fzl -fzl -fzl -eAB -fzl -fzl -fzl -fzl -eAB -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -fzl -hPe -"} -(256,1,1) = {" -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -fuy -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -mGW -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -dry -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -wvp -"} diff --git a/modular_chomp/maps/overmap/space/fueldepot.dmm b/modular_chomp/maps/overmap/space/fueldepot.dmm new file mode 100644 index 0000000000..755bbc1cf1 --- /dev/null +++ b/modular_chomp/maps/overmap/space/fueldepot.dmm @@ -0,0 +1,21739 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"aa" = ( +/turf/space, +/area/space) +"ab" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/fuel{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 5 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/effect/catwalk_plated/dark, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"ac" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/aux{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/catwalk_plated/dark, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"ad" = ( +/obj/machinery/atmospherics/portables_connector/aux{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"ae" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"af" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/aux, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"ag" = ( +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 10 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"ah" = ( +/obj/machinery/atmospherics/portables_connector/fuel{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"ai" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 9 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"aj" = ( +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"ak" = ( +/obj/machinery/atmospherics/binary/pump/fuel{ + dir = 1 + }, +/obj/machinery/atmospherics/binary/pump/aux{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"al" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 6 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"am" = ( +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"an" = ( +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 9 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"ao" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"ap" = ( +/obj/machinery/atmospherics/pipe/simple/visible/aux, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"aq" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"ar" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/manifold/visible{ + dir = 1 + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"as" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"at" = ( +/obj/machinery/power/solar, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 8 + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"au" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing, +/turf/space, +/area/space) +"av" = ( +/obj/structure/railing{ + dir = 8 + }, +/turf/space, +/area/space) +"aw" = ( +/obj/structure/railing{ + dir = 4 + }, +/turf/space, +/area/space) +"ax" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/space, +/area/space) +"ay" = ( +/obj/structure/railing, +/turf/space, +/area/space) +"az" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing, +/turf/space, +/area/space) +"aC" = ( +/obj/structure/railing{ + dir = 1 + }, +/turf/space, +/area/space) +"aD" = ( +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/manifold4w/visible, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"aE" = ( +/obj/machinery/power/solar, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 4 + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"aF" = ( +/turf/simulated/wall/rshull, +/area/sc_away/fueldepot) +"aG" = ( +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"aH" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"aI" = ( +/obj/machinery/power/solar, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 10 + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"aJ" = ( +/obj/structure/grille, +/obj/structure/lattice, +/turf/space, +/area/space) +"aK" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"aL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"aM" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/obj/machinery/power/tracker, +/obj/structure/cable, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"aN" = ( +/obj/machinery/power/solar, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 6 + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"aO" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"aP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"aQ" = ( +/obj/machinery/power/apc{ + dir = 8; + pixel_x = -28 + }, +/obj/structure/cable/green{ + icon_state = "0-2" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 6 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"aR" = ( +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"aS" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 9 + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"aT" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/obj/machinery/light_switch{ + dir = 4; + pixel_x = -28; + pixel_y = 30 + }, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"aU" = ( +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 10 + }, +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"aV" = ( +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 10 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"aW" = ( +/obj/machinery/power/solar_control, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"aX" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/fuel, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"aY" = ( +/obj/machinery/power/smes/buildable/point_of_interest, +/obj/structure/cable/green{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"aZ" = ( +/obj/structure/cable/green{ + icon_state = "4-8" + }, +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"ba" = ( +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/catwalk, +/obj/machinery/atmospherics/pipe/simple/visible/fuel, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bc" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"be" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bf" = ( +/obj/machinery/light/small{ + dir = 1 + }, +/obj/structure/catwalk, +/obj/machinery/vending/weeb, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 6 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bh" = ( +/obj/machinery/atmospherics/binary/pump/aux{ + dir = 8 + }, +/obj/machinery/atmospherics/binary/pump/fuel{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"bi" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 10 + }, +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 10 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bj" = ( +/obj/machinery/light/small{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"bk" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible/fuel, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"bl" = ( +/obj/machinery/power/terminal{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/structure/cable{ + icon_state = "0-4" + }, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"bm" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/fuel, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bn" = ( +/obj/machinery/atmospherics/pipe/tank/phoron/full{ + dir = 4; + start_pressure = 30000 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"bo" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/obj/machinery/light/floortube, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bp" = ( +/obj/machinery/atmospherics/pipe/tank/phoron/full{ + dir = 8; + start_pressure = 30000 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"bq" = ( +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"br" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/fuel{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bs" = ( +/obj/machinery/light/small{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"bt" = ( +/obj/machinery/atmospherics/portables_connector/fuel, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"bu" = ( +/obj/machinery/atmospherics/portables_connector/aux, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"bv" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/fuel{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 10 + }, +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/effect/catwalk_plated/dark, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bw" = ( +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/fuel{ + dir = 4 + }, +/obj/machinery/atmospherics/pipe/simple/visible/aux, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bx" = ( +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"by" = ( +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 8 + }, +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bA" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 8 + }, +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bB" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/fuel{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bD" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/aux, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bE" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/machinery/atmospherics/pipe/simple/visible/aux, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 6 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bF" = ( +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 10 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bG" = ( +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 5 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bH" = ( +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/fuel{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/aux, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bI" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/fuel{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 6 + }, +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/effect/catwalk_plated/dark, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bJ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/aux, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/effect/catwalk_plated/dark, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bK" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/aux{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bL" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 10 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bM" = ( +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 5 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bN" = ( +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bO" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bP" = ( +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 5 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bQ" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/aux{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bR" = ( +/obj/effect/shuttle_landmark/premade/fueldepot/north, +/turf/space, +/area/space) +"bS" = ( +/obj/effect/shuttle_landmark/premade/fueldepot/west, +/turf/space, +/area/space) +"bT" = ( +/obj/effect/shuttle_landmark/premade/fueldepot/east, +/turf/space, +/area/space) +"bU" = ( +/obj/effect/shuttle_landmark/premade/fueldepot/south, +/turf/space, +/area/space) +"bV" = ( +/obj/effect/overmap/visitable/sector/fueldepot, +/turf/space, +/area/space) +"bW" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/fuel{ + dir = 1 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bX" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel, +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 10 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bY" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel, +/obj/machinery/atmospherics/pipe/manifold/visible/aux{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"bZ" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/aux, +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/effect/catwalk_plated/dark, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"ca" = ( +/obj/machinery/atmospherics/portables_connector/aux{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"cb" = ( +/obj/machinery/atmospherics/portables_connector/fuel{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"cc" = ( +/obj/machinery/atmospherics/pipe/simple/visible/universal, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"cd" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"ce" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 5 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"cf" = ( +/obj/machinery/atmospherics/binary/pump/aux{ + dir = 4 + }, +/obj/machinery/atmospherics/binary/pump/fuel{ + dir = 4 + }, +/obj/effect/floor_decal/industrial/outline, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"cg" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 9 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"ch" = ( +/obj/structure/railing{ + dir = 8 + }, +/obj/structure/railing{ + dir = 1 + }, +/turf/space, +/area/space) +"ci" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 4 + }, +/turf/space, +/area/space) +"cj" = ( +/obj/structure/railing, +/obj/structure/railing{ + dir = 8 + }, +/turf/space, +/area/space) +"ck" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 4 + }, +/turf/space, +/area/space) +"cl" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/railing{ + dir = 8 + }, +/turf/space, +/area/space) +"cm" = ( +/obj/machinery/light/small, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"cn" = ( +/obj/machinery/atmospherics/pipe/tank/air/full{ + dir = 1 + }, +/obj/effect/floor_decal/industrial/outline, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"co" = ( +/obj/structure/cable/green{ + icon_state = "1-4" + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"cp" = ( +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 5 + }, +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"cq" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 6 + }, +/obj/structure/cable/green{ + icon_state = "2-8" + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"cr" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 9 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"cs" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"ct" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"cu" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"cv" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"cw" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"cx" = ( +/obj/machinery/light/small, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"cy" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/effect/floor_decal/industrial/warning/dust, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"cz" = ( +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 6 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"cA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 9 + }, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"cB" = ( +/obj/machinery/atmospherics/binary/pump/fuel, +/obj/machinery/atmospherics/binary/pump/aux, +/obj/effect/floor_decal/industrial/outline, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"cC" = ( +/obj/machinery/atmospherics/portables_connector/fuel{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/red, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"cD" = ( +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 5 + }, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 5 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"cE" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/aux{ + dir = 1 + }, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"cF" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 8 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/fuel{ + dir = 4 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"cG" = ( +/obj/machinery/atmospherics/portables_connector/aux{ + dir = 8 + }, +/obj/effect/floor_decal/industrial/outline/blue, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"cH" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 6 + }, +/obj/machinery/atmospherics/pipe/manifold/visible/aux{ + dir = 8 + }, +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/obj/effect/catwalk_plated/dark, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"cI" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/fuel{ + dir = 4 + }, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + icon_state = "1-8" + }, +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 10 + }, +/obj/effect/catwalk_plated/dark, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"da" = ( +/obj/structure/cryofeed, +/obj/structure/window/reinforced{ + dir = 1 + }, +/obj/structure/window/reinforced{ + health = 1e+006; + req_access = list(5) + }, +/obj/structure/window/reinforced{ + dir = 4; + health = 1e+006 + }, +/turf/simulated/floor/tiled/milspec/raised, +/area/sc_away/fueldepotspawn) +"ec" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 8 + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"es" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/aux, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 9 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"eL" = ( +/obj/structure/fans/hardlight, +/obj/machinery/door/airlock/hatch{ + req_one_access = null + }, +/turf/simulated/floor/tiled/techmaint, +/area/sc_away/fueldepotspawn) +"eX" = ( +/obj/machinery/pointdefense_control{ + id_tag = "depot_pd" + }, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"fl" = ( +/obj/structure/table/steel_reinforced, +/obj/random/toolbox, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"ft" = ( +/obj/machinery/atmospherics/pipe/manifold4w/visible/fuel, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"fZ" = ( +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"hQ" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/fans/hardlight, +/obj/machinery/door/airlock/hatch{ + req_one_access = null + }, +/turf/simulated/floor/tiled/techmaint, +/area/sc_away/fueldepotspawn) +"ib" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"if" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 10 + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"ii" = ( +/obj/structure/lattice, +/turf/space, +/area/sc_away/fueldepot) +"iF" = ( +/obj/structure/cable/green{ + icon_state = "2-4" + }, +/turf/simulated/floor/tiled/techmaint, +/area/sc_away/fueldepotspawn) +"ja" = ( +/obj/structure/catwalk, +/obj/structure/table/rack/steel, +/obj/item/weapon/tool/crowbar/red, +/obj/item/weapon/tool/wrench, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"jm" = ( +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"jC" = ( +/obj/structure/lattice, +/turf/space, +/area/space) +"lN" = ( +/mob/living/simple_mob/vore/alienanimals/catslug/custom/spaceslug, +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 8 + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"nn" = ( +/obj/machinery/power/solar, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 6 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"om" = ( +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 8 + }, +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"oJ" = ( +/obj/effect/wingrille_spawn/reinforced, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepotspawn) +"oO" = ( +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/machinery/pointdefense{ + id_tag = "depot_pd" + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"pK" = ( +/obj/machinery/shower{ + dir = 8; + pixel_x = -5; + pixel_y = -1 + }, +/obj/structure/curtain/open/shower, +/obj/structure/window/basic{ + dir = 1 + }, +/turf/simulated/floor/tiled/kafel_full, +/area/sc_away/fueldepotspawn) +"pS" = ( +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/atmospherics/portables_connector/fuel{ + dir = 8 + }, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"qH" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/portable_atmospherics/canister/air, +/turf/simulated/floor/tiled/techmaint, +/area/sc_away/fueldepotspawn) +"rh" = ( +/obj/effect/floor_decal/industrial/outline/red, +/obj/machinery/atmospherics/portables_connector/fuel{ + dir = 4 + }, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"rE" = ( +/obj/machinery/atmospherics/pipe/manifold/visible/aux{ + dir = 1 + }, +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/fuel, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"rV" = ( +/turf/simulated/wall/rshull, +/area/sc_away/fueldepotspawn) +"sg" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 5 + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"sq" = ( +/obj/structure/sink{ + dir = 8; + pixel_x = -12; + pixel_y = 2 + }, +/turf/simulated/floor/tiled/kafel_full, +/area/sc_away/fueldepotspawn) +"sM" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/railing{ + dir = 1 + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"sX" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 9 + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"uc" = ( +/obj/machinery/power/solar, +/obj/structure/cable{ + icon_state = "0-8" + }, +/obj/effect/floor_decal/industrial/warning/dust/corner, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"un" = ( +/obj/machinery/power/rtg, +/obj/structure/cable/green, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"vF" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"wz" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/wingrille_spawn/reinforced, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepotspawn) +"wC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/machinery/atmospherics/pipe/manifold/visible/fuel, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"zb" = ( +/obj/machinery/light_switch{ + pixel_y = 26 + }, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"Au" = ( +/obj/structure/bed/padded, +/obj/effect/landmark{ + name = "JoinLateFuelDepot" + }, +/obj/machinery/computer/cryopod{ + pixel_x = 32; + pixel_y = 0 + }, +/turf/simulated/floor/tiled/techmaint, +/area/sc_away/fueldepotspawn) +"AT" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"Bu" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"BA" = ( +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 8 + }, +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"BD" = ( +/turf/simulated/floor/tiled/techmaint, +/area/sc_away/fueldepotspawn) +"BI" = ( +/obj/machinery/cryopod{ + quiet = 1 + }, +/obj/machinery/light/small{ + dir = 4; + pixel_y = 0 + }, +/obj/effect/floor_decal/industrial/warning, +/obj/effect/floor_decal/industrial/warning{ + dir = 1 + }, +/turf/simulated/floor/tiled/milspec/raised, +/area/sc_away/fueldepotspawn) +"DC" = ( +/obj/machinery/atmospherics/pipe/simple/visible/fuel{ + dir = 8 + }, +/obj/structure/cable/green{ + dir = 1; + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"DL" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/obj/effect/floor_decal/rust, +/turf/simulated/floor/tiled/techmaint, +/area/sc_away/fueldepotspawn) +"EO" = ( +/obj/structure/table/steel_reinforced, +/obj/item/device/bluespaceradio/southerncross_prelinked{ + pixel_x = -8 + }, +/obj/item/device/spaceflare{ + pixel_y = 12; + pixel_x = 4 + }, +/obj/item/device/spaceflare{ + pixel_y = 0; + pixel_x = 4 + }, +/obj/item/device/spaceflare{ + pixel_y = 4; + pixel_x = 4 + }, +/obj/item/device/spaceflare{ + pixel_y = 8; + pixel_x = 4 + }, +/turf/simulated/floor/tiled/techmaint, +/area/sc_away/fueldepotspawn) +"Fe" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/obj/structure/closet/emcloset, +/turf/simulated/floor/tiled/techmaint, +/area/sc_away/fueldepotspawn) +"Fp" = ( +/obj/machinery/vending/tool, +/turf/simulated/floor/tiled/techmaint, +/area/sc_away/fueldepotspawn) +"Fq" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"FH" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"FK" = ( +/obj/structure/table/rack/shelf/steel, +/obj/random/powercell, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"Ho" = ( +/obj/machinery/door/airlock/hatch{ + req_one_access = null + }, +/turf/simulated/floor/tiled/kafel_full, +/area/sc_away/fueldepotspawn) +"HC" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner, +/obj/structure/cable{ + icon_state = "2-8" + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"HW" = ( +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/machinery/pointdefense{ + id_tag = "depot_pd" + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"IB" = ( +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"IR" = ( +/obj/machinery/atmospherics/pipe/simple/visible/aux{ + dir = 8 + }, +/obj/structure/catwalk, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"Jf" = ( +/obj/structure/railing{ + dir = 4 + }, +/obj/structure/lattice, +/turf/space, +/area/space) +"Jr" = ( +/obj/structure/toilet{ + dir = 8 + }, +/obj/machinery/light/small{ + dir = 4; + pixel_y = 0 + }, +/turf/simulated/floor/tiled/kafel_full, +/area/sc_away/fueldepotspawn) +"Km" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 1 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"Lo" = ( +/obj/machinery/power/solar, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 10 + }, +/obj/structure/cable{ + icon_state = "0-2" + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"Ls" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/obj/machinery/vending/sovietsoda, +/obj/machinery/light/small{ + dir = 1 + }, +/turf/simulated/floor/tiled/techmaint, +/area/sc_away/fueldepotspawn) +"LN" = ( +/obj/machinery/gear_dispenser/suit_fancy/autolok, +/turf/simulated/floor/tiled/techmaint, +/area/sc_away/fueldepotspawn) +"MO" = ( +/obj/effect/floor_decal/industrial/warning/dust, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"MQ" = ( +/turf/simulated/floor/tiled/kafel_full, +/area/sc_away/fueldepotspawn) +"Nq" = ( +/obj/structure/table/rack/shelf/steel, +/obj/random/tool, +/obj/random/tool, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"OG" = ( +/obj/structure/table/rack/steel, +/obj/item/weapon/storage/toolbox/electrical, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"Pr" = ( +/obj/structure/cable{ + icon_state = "0-2" + }, +/obj/machinery/pointdefense{ + id_tag = "depot_pd" + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"Qg" = ( +/obj/structure/table/rack/steel, +/obj/item/weapon/storage/toolbox/mechanical, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"QT" = ( +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/obj/effect/landmark{ + name = "JoinLateFuelDepot" + }, +/turf/simulated/floor/tiled/techmaint, +/area/sc_away/fueldepotspawn) +"Ro" = ( +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/shuttle/plating/airless, +/area/space) +"Tq" = ( +/obj/structure/sign/warning/vacuum{ + pixel_x = -32 + }, +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -24 + }, +/obj/effect/floor_decal/rust, +/obj/machinery/portable_atmospherics/powered/pump/filled, +/turf/simulated/floor/tiled/techmaint, +/area/sc_away/fueldepotspawn) +"Tt" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 8 + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"TC" = ( +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/sc_away/fueldepotspawn) +"TX" = ( +/obj/structure/cable{ + icon_state = "1-8" + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"Ul" = ( +/obj/structure/cable{ + icon_state = "2-4" + }, +/turf/simulated/shuttle/plating/airless, +/area/space) +"Vq" = ( +/obj/machinery/power/solar, +/obj/structure/cable{ + icon_state = "0-4" + }, +/obj/effect/floor_decal/industrial/warning/dust/corner{ + dir = 8 + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"Vy" = ( +/obj/structure/cable{ + icon_state = "2-8" + }, +/obj/structure/catwalk, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"WJ" = ( +/obj/structure/cable{ + icon_state = "1-4" + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"Xb" = ( +/obj/structure/bed/padded, +/obj/effect/landmark{ + name = "JoinLateFuelDepot" + }, +/obj/machinery/power/apc{ + dir = 4; + name = "east bump"; + pixel_x = 24 + }, +/obj/structure/cable/green{ + d2 = 8; + icon_state = "0-8" + }, +/turf/simulated/floor/tiled/techmaint, +/area/sc_away/fueldepotspawn) +"XE" = ( +/obj/machinery/light_switch{ + dir = 1; + pixel_y = -26 + }, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"XG" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 5 + }, +/obj/structure/cable{ + icon_state = "4-8" + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"Ys" = ( +/obj/structure/table/steel_reinforced, +/turf/simulated/floor/tiled/techmaint/airless, +/area/sc_away/fueldepot) +"Yw" = ( +/obj/effect/floor_decal/industrial/warning/dust{ + dir = 4 + }, +/obj/structure/cable{ + icon_state = "1-2" + }, +/turf/simulated/shuttle/plating/airless, +/area/sc_away/fueldepot) +"YT" = ( +/obj/effect/floor_decal/rust, +/obj/structure/cable/green{ + icon_state = "1-2" + }, +/turf/simulated/floor/tiled/techmaint, +/area/sc_away/fueldepotspawn) +"ZZ" = ( +/obj/structure/railing, +/obj/structure/lattice, +/turf/space, +/area/space) + +(1,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(2,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +bV +aa +"} +(3,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(4,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(5,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(6,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(7,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(8,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(9,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(10,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(11,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(12,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(13,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(14,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(15,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(16,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(17,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(18,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(19,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(20,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(21,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(22,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(23,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(24,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(25,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(26,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(27,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(28,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(29,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(30,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(31,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(32,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(33,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(34,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(35,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(36,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(37,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(38,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(39,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(40,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(41,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(42,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(43,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(44,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(45,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(46,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(47,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(48,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(49,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(50,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(51,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +bS +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(52,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(53,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ci +bv +bJ +ck +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(54,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ay +bg +bw +bK +ca +aC +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(55,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ay +bh +bx +bL +cb +aC +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(56,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ay +bi +by +bM +ja +aC +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(57,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +cj +bz +bN +cl +aa +aa +aa +aa +aa +aa +aa +aa +aa +jC +jC +HW +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(58,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ay +bz +bN +aC +aa +aa +aa +aa +aa +aa +aa +aa +aa +jC +aa +aK +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(59,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aJ +aJ +aJ +aJ +aJ +aJ +jC +jC +ZZ +bz +bN +fZ +jC +jC +jC +sX +at +at +at +at +at +Lo +FH +TX +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(60,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +HW +aa +jC +aa +aa +aa +aa +jC +aa +aa +ay +bz +bN +aC +aa +aa +aa +AT +cw +cw +cw +cw +cw +cy +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(61,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Fq +WJ +aF +aF +aF +aF +aF +aF +jC +aa +ay +bz +bN +aC +aa +aa +aa +as +uc +aE +aE +aE +aE +aN +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(62,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aJ +jC +aF +HC +Yw +Yw +Yw +Yw +Yw +IB +jC +aa +ay +bz +bN +aC +aa +aa +aa +Km +aM +aa +aa +aa +ii +ii +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(63,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aJ +aa +aF +MO +bn +bn +bn +bn +aG +XG +aF +aF +aF +bz +bN +aF +aF +aF +jC +as +Vq +at +at +at +at +aI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(64,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aJ +aa +aF +vF +ar +aD +aD +aD +bC +aO +aF +aW +aT +bz +bN +bj +Qg +aF +aa +cs +cw +cw +cw +cw +cw +cy +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(65,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aJ +aa +aF +MO +bp +bp +bp +bp +aG +ib +aP +aX +bk +wC +bO +aL +aL +aL +aL +ct +aE +aE +aE +aE +aE +aN +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(66,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aJ +jC +aF +ec +Tt +Tt +Tt +if +aG +jC +aF +aY +bl +bz +bN +aG +OG +aF +jC +aG +aa +jC +aa +aa +aa +jC +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(67,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +jC +aa +jC +jC +aF +aF +aF +aF +aG +aF +aF +aZ +Vy +DC +om +aj +cm +aF +aF +aG +aF +aF +aa +aa +aa +jC +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(68,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aw +aw +aw +jC +aa +aa +aa +aa +aa +aF +fl +aG +aG +aQ +ba +bm +bB +bP +be +be +co +aG +aG +FK +aF +aa +aa +aa +jC +aa +aa +aw +aw +aw +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(69,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +au +ad +ah +ja +sM +aw +aw +aw +aw +aw +aF +aH +aG +aG +aR +rh +rh +rh +bQ +ap +ap +cp +aG +aG +cx +aF +aw +aw +aw +Jf +aw +au +cz +cB +cD +ax +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(70,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +bR +aa +ab +ae +ai +al +ao +ao +ao +ao +ao +ao +ao +ao +ao +ao +aS +bc +bo +lN +bQ +cc +cn +aU +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +cA +aj +cE +cH +aa +bU +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(71,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ac +af +aj +am +ap +ap +ap +ap +ap +ap +ap +ap +ap +ap +cp +br +ft +ft +rE +cc +cn +cq +ao +ao +ao +ao +ao +ao +ao +ao +ao +ao +ai +al +cF +cI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(72,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +az +ag +ak +an +ch +av +av +av +av +av +aF +aH +aG +aG +bq +pS +pS +pS +bW +cd +cd +cr +aG +aG +cx +aF +av +av +av +aq +av +az +ja +cC +cG +cl +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(73,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +av +av +av +aa +aa +aa +aa +aa +aa +aF +FK +aG +eX +aV +bD +bD +bE +es +aj +aj +aj +Nq +aG +Ys +aF +aa +aa +aa +jC +aa +aa +av +av +av +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(74,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +jC +rV +rV +rV +eL +rV +rV +bf +aj +bz +IR +aj +cm +aF +aF +aG +aF +aF +aa +aa +aa +jC +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(75,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +rV +Fp +EO +LN +BD +Tq +rV +zb +aG +bz +IR +aG +XE +aF +jC +aG +aa +jC +aa +aa +aa +jC +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(76,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +rV +Ls +TC +TC +DL +DL +hQ +aL +aL +bA +BA +aL +aL +aL +aL +cu +at +at +at +at +at +aI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(77,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +rV +qH +BD +iF +YT +QT +oJ +un +bs +bz +bN +bs +fl +aF +aa +cv +cw +cw +cw +cw +cw +cy +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(78,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +jC +Ul +wz +Fe +BD +Xb +Au +BI +rV +aF +aF +bz +bN +aF +aF +aF +jC +as +uc +aE +aE +aE +aE +aN +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(79,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +jC +Ro +rV +rV +Ho +rV +rV +da +rV +aa +ay +bz +bN +aC +aa +aa +aa +as +MO +aa +aa +aa +ii +ii +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(80,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +Pr +TX +jm +rV +MQ +sq +rV +aa +aa +aa +ay +bz +bN +aC +aa +aa +aa +as +Vq +at +at +at +at +aI +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(81,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +rV +Jr +pK +rV +aa +aa +aa +ay +bz +bN +aC +aa +aa +aa +Bu +cw +cw +cw +cw +cw +cy +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(82,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +rV +rV +rV +rV +jC +jC +jC +ZZ +bz +bN +fZ +jC +jC +jC +sg +aE +aE +aE +aE +aE +nn +FH +WJ +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(83,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +jC +jC +aa +aa +aa +aa +ay +bz +bN +aC +aa +aa +aa +aa +aa +aa +aa +aa +aa +jC +aa +aK +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(84,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +au +bz +bN +ck +aa +aa +aa +aa +aa +aa +aa +aa +aa +jC +jC +oO +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(85,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ay +ja +bF +bX +ce +aC +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(86,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ay +bt +bG +aj +cf +aC +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(87,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +ay +bu +bH +bY +cg +aC +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(88,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +az +bI +bZ +cl +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(89,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(90,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +bT +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(91,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(92,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(93,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(94,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(95,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(96,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(97,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(98,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(99,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(100,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(101,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(102,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(103,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(104,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(105,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(106,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(107,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(108,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(109,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(110,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(111,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(112,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(113,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(114,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(115,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(116,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(117,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(118,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(119,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(120,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(121,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(122,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(123,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(124,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(125,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(126,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(127,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(128,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(129,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(130,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(131,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(132,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(133,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(134,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(135,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(136,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(137,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(138,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(139,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} +(140,1,1) = {" +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +aa +"} diff --git a/maps/southern_cross/submaps/virtual_reality/constructVR.dm b/modular_chomp/maps/virtual_reality/constructVR.dm similarity index 100% rename from maps/southern_cross/submaps/virtual_reality/constructVR.dm rename to modular_chomp/maps/virtual_reality/constructVR.dm diff --git a/maps/southern_cross/submaps/virtual_reality/constructVR.dmm b/modular_chomp/maps/virtual_reality/constructVR.dmm similarity index 100% rename from maps/southern_cross/submaps/virtual_reality/constructVR.dmm rename to modular_chomp/maps/virtual_reality/constructVR.dmm diff --git a/vorestation.dme b/vorestation.dme index 53c84d63b5..3be831a9d1 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -4692,7 +4692,6 @@ #include "maps\southern_cross\structures\closets\misc.dm" #include "maps\southern_cross\structures\closets\research.dm" #include "maps\southern_cross\structures\closets\security.dm" -#include "maps\southern_cross\submaps\virtual_reality\constructVR.dm" #include "maps\southern_cross\turfs\outdoors.dm" #include "maps\southern_sun\southern_cross.dm" #include "maps\submaps\_helpers.dm" @@ -5122,4 +5121,5 @@ #include "modular_chomp\maps\submaps\surface_submaps\valleyend\valleyend_areas.dm" #include "modular_chomp\maps\submaps\surface_submaps\wilderness\wilderness.dm" #include "modular_chomp\maps\submaps\surface_submaps\wilderness\wilderness_areas.dm" +#include "modular_chomp\maps\virtual_reality\constructVR.dm" // END_INCLUDE