From 34c9953d750428f1ef2b51c01bab0ec72da0c261 Mon Sep 17 00:00:00 2001 From: SatinIsle Date: Tue, 22 Aug 2023 21:53:41 +0100 Subject: [PATCH] Rain City Adds a new redgate map: Rain City. This map is a single Z-level, but very very dense, with close to 70 buildinds, most of which are unique (about 18 of them are homes, the rest are all different). It has a LOT of randomly generated loot. Alley ways have random vore mobs, whilst buildings and streets have a variety of preset ones. Makes use of the new fake_sun weather feature to have it raining outside. In addition to this, it also adds a whole bunch of neon signs, and coloured bulbs to go with them. It also adds a new darker pavement type called City Slab, a new road turf and dashed line decals to mark the road. --- .../game/turfs/flooring/flooring_decals_vr.dm | 7 +- .../game/turfs/simulated/outdoors/outdoors.dm | 7 + .../turfs/simulated/outdoors/outdoors_vr.dm | 12 +- code/modules/awaymissions/redgate.dm | 336 +- code/modules/power/lighting_neon.dm | 183 + code/modules/power/lighting_vr.dm | 13 + icons/obj/lighting32x64.dmi | Bin 3137 -> 5393 bytes icons/obj/lighting_neon.dmi | Bin 0 -> 21318 bytes icons/obj/lighting_vr.dmi | Bin 24832 -> 26471 bytes icons/turf/concrete.dmi | Bin 2776 -> 3674 bytes icons/turf/flooring/decals_vr.dmi | Bin 162320 -> 162400 bytes icons/turf/outdoors_vr.dmi | Bin 6546 -> 7823 bytes maps/groundbase/groundbase_defines.dm | 3 +- maps/offmap_vr/common_offmaps.dm | 5 + maps/redgate/cybercity.dmm | 3316 +++++++++++++++++ .../stellar_delight_defines.dm | 3 +- maps/tether/tether_defines.dm | 3 +- vorestation.dme | 1 + 18 files changed, 3883 insertions(+), 6 deletions(-) create mode 100644 code/modules/power/lighting_neon.dm create mode 100644 icons/obj/lighting_neon.dmi create mode 100644 maps/redgate/cybercity.dmm diff --git a/code/game/turfs/flooring/flooring_decals_vr.dm b/code/game/turfs/flooring/flooring_decals_vr.dm index c7518960110..c215d111f3d 100644 --- a/code/game/turfs/flooring/flooring_decals_vr.dm +++ b/code/game/turfs/flooring/flooring_decals_vr.dm @@ -463,4 +463,9 @@ /obj/effect/floor_decal/industrial/warning/color/cee/red color = "#a70000" /obj/effect/floor_decal/industrial/warning/color/tile/red - color = "#a70000" \ No newline at end of file + color = "#a70000" + +//Road markings + +/obj/effect/floor_decal/road/center + icon_state = "center_lines" \ No newline at end of file diff --git a/code/game/turfs/simulated/outdoors/outdoors.dm b/code/game/turfs/simulated/outdoors/outdoors.dm index e0dd29cceb8..e55196aea6c 100644 --- a/code/game/turfs/simulated/outdoors/outdoors.dm +++ b/code/game/turfs/simulated/outdoors/outdoors.dm @@ -179,3 +179,10 @@ var/list/turf_edge_cache = list() if(prob(66)) return demote() + +/turf/simulated/floor/outdoors/road + name = "road" + icon = 'icons/turf/concrete.dmi' + icon_state = "concrete_dark" + desc = "Some sort of material composite road." + edge_blending_priority = -1 \ No newline at end of file diff --git a/code/game/turfs/simulated/outdoors/outdoors_vr.dm b/code/game/turfs/simulated/outdoors/outdoors_vr.dm index 536fea57c64..b8227291651 100644 --- a/code/game/turfs/simulated/outdoors/outdoors_vr.dm +++ b/code/game/turfs/simulated/outdoors/outdoors_vr.dm @@ -140,7 +140,17 @@ icon_base = "slab" build_type = /obj/item/stack/tile/floor/sidewalk/slab -/obj/item/stack/tile/floor/sidewalk/slab +/obj/item/stack/tile/floor/sidewalk/slab/ + +/turf/simulated/floor/outdoors/sidewalk/slab/city + icon_state = "cityslab" + initial_flooring = /decl/flooring/outdoors/sidewalk/slab/city + +/decl/flooring/outdoors/sidewalk/slab/city + icon_base = "cityslab" + build_type = /obj/item/stack/tile/floor/sidewalk/slab/city + +/obj/item/stack/tile/floor/sidewalk/slab/city /obj/item/stack/tile/floor/concrete //Proper concrete tile. name = "concrete tile" diff --git a/code/modules/awaymissions/redgate.dm b/code/modules/awaymissions/redgate.dm index 340fbd7421a..49547ce851b 100644 --- a/code/modules/awaymissions/redgate.dm +++ b/code/modules/awaymissions/redgate.dm @@ -204,4 +204,338 @@ /area/redgate/hotsprings/house/succcave name = "tiny cave" - icon_state = "hotsprings_succcave" \ No newline at end of file + icon_state = "hotsprings_succcave" + +// City areas, there are soooo many + +/area/redgate/city + name = "rain city" + icon_state = "red" + requires_power = 0 + +/area/redgate/city/streets + name = "streets" + icon_state = "red" + forced_ambience = list('sound/effects/weather/acidrain_mid.ogg') + +/area/redgate/city/science + name = "science facility" + icon_state = "purple" + +/area/redgate/city/hospital + name = "hospital" + icon_state = "green" + +/area/redgate/city/casino + name = "casino" + icon_state = "yellow" + +/area/redgate/city/comms + name = "radio tower" + icon_state = "yellow" + +/area/redgate/city/check1 + name = "checkpoint" + icon_state = "purple" + +/area/redgate/city/check2 + name = "checkpoint" + icon_state = "purple" + +/area/redgate/city/apartments + name = "apartments" + icon_state = "bluenew" + +/area/redgate/city/warehouse + name = "warehouse" + icon_state = "green" + +/area/redgate/city/corporation + name = "corporation" + icon_state = "yellow" + +/area/redgate/city/pool + name = "pool" + icon_state = "bluenew" + +/area/redgate/city/morgue + name = "funeral home" + icon_state = "green" + +/area/redgate/city/dealership + name = "car dealership" + icon_state = "yellow" + +/area/redgate/city/hotel + name = "hotel" + icon_state = "purple" + +/area/redgate/city/police + name = "police station" + icon_state = "green" + +/area/redgate/city/church + name = "church" + icon_state = "yellow" + +/area/redgate/city/bar1 + name = "dance bar" + icon_state = "green" + +/area/redgate/city/bar2 + name = "abandoned bar" + icon_state = "green" + +/area/redgate/city/lasertag + name = "laser tag" + icon_state = "purple" + +/area/redgate/city/gym + name = "gym" + icon_state = "green" + +/area/redgate/city/scughouse + name = "abandoned house" + icon_state = "bluenew" + +/area/redgate/city/parkinglot + name = "parking lot" + icon_state = "green" + +/area/redgate/city/supermarket + name = "supermarket" + icon_state = "green" + +/area/redgate/city/nifshop + name = "NIF store" + icon_state = "bluenew" + +/area/redgate/city/clotheshop + name = "unclothe" + icon_state = "yellow" + +/area/redgate/city/toys + name = "toystore" + icon_state = "green" + +/area/redgate/city/offlicense + name = "off-license" + icon_state = "green" + +/area/redgate/city/cafe + name = "cafe" + icon_state = "purple" + +/area/redgate/city/restaurant + name = "restaurant" + icon_state = "green" + +/area/redgate/city/laundry + name = "laundromat" + icon_state = "green" + +/area/redgate/city/wiz + name = "wizard store" + icon_state = "bluenew" + +/area/redgate/city/altevian + name = "altevian imports" + icon_state = "yellow" + +/area/redgate/city/pizza + name = "pizza place" + icon_state = "green" + +/area/redgate/city/pharmacy + name = "pharmacy" + icon_state = "green" + +/area/redgate/city/costumes + name = "costume store" + icon_state = "purple" + +/area/redgate/city/stripclub + name = "strip club" + icon_state = "party" + +/area/redgate/city/cards + name = "card game stadium" + icon_state = "purple" + +/area/redgate/city/waterworks + name = "water treatment plant" + icon_state = "green" + +/area/redgate/city/workshop + name = "ship hanger" + icon_state = "purple" + +/area/redgate/city/ripper + name = "prosthetic lab" + icon_state = "purple" + +/area/redgate/city/engine + name = "singularity power station" + icon_state = "green" + +/area/redgate/city/spa + name = "spa" + icon_state = "purple" + +/area/redgate/city/library + name = "library" + icon_state = "bluenew" + +/area/redgate/city/teppi + name = "farm" + icon_state = "purple" + +/area/redgate/city/gallery + name = "art gallery" + icon_state = "green" + +/area/redgate/city/theatre + name = "theatre" + icon_state = "purple" + +/area/redgate/city/doctor + name = "back alley doctor" + icon_state = "bluenew" + +/area/redgate/city/sims + name = "weird pool" + icon_state = "bluenew" + +/area/redgate/city/weretiger + name = "back alley home" + icon_state = "purple" + +/area/redgate/city/dump + name = "trash pile" + icon_state = "purple" + +/area/redgate/city/succ + name = "alien home" + icon_state = "green" + +/area/redgate/city/chopshop + name = "back alley workshop" + icon_state = "yellow" + +/area/redgate/city/crates + name = "empty building" + icon_state = "purple" + +/area/redgate/city/drugden + name = "back alley home" + icon_state = "purple" + +/area/redgate/city/gamblingden + name = "gambling den" + icon_state = "yellow" + +/area/redgate/city/tarot + name = "tarot card reading" + icon_state = "green" + +/area/redgate/city/fightclub + name = "empty back-alley house" + icon_state = "purple" + +/area/redgate/city/rats + name = "rat infested house" + icon_state = "bluenew" + +/area/redgate/city/shooting + name = "shooting gallery" + icon_state = "green" + +/area/redgate/city/storage + name = "storage units" + icon_state = "bluenew" + +/area/redgate/city/cardmon + name = "back-alley home" + icon_state = "green" + +/area/redgate/city/conveyors + name = "conveyor building" + icon_state = "bluenew" + +/area/redgate/city/dodgypharmacy + name = "back-alley pharmacy" + icon_state = "purple" + +/area/redgate/city/house1 + name = "house" + icon_state = "green" + +/area/redgate/city/house2 + name = "house" + icon_state = "green" + +/area/redgate/city/house3 + name = "house" + icon_state = "green" + +/area/redgate/city/house4 + name = "house" + icon_state = "green" + +/area/redgate/city/house5 + name = "house" + icon_state = "green" + +/area/redgate/city/house6 + name = "house" + icon_state = "green" + +/area/redgate/city/house7 + name = "house" + icon_state = "green" + +/area/redgate/city/house8 + name = "house" + icon_state = "green" + +/area/redgate/city/house9 + name = "house" + icon_state = "green" + +/area/redgate/city/house10 + name = "house" + icon_state = "green" + +/area/redgate/city/house11 + name = "house" + icon_state = "green" + +/area/redgate/city/house12 + name = "house" + icon_state = "green" + +/area/redgate/city/house13 + name = "house" + icon_state = "green" + +/area/redgate/city/house14 + name = "house" + icon_state = "green" + +/area/redgate/city/house15 + name = "house" + icon_state = "green" + +/area/redgate/city/house16 + name = "house" + icon_state = "green" + +/area/redgate/city/house17 + name = "house" + icon_state = "green" + +/area/redgate/city/house18 + name = "house" + icon_state = "green" + + diff --git a/code/modules/power/lighting_neon.dm b/code/modules/power/lighting_neon.dm new file mode 100644 index 00000000000..a4a44e2335f --- /dev/null +++ b/code/modules/power/lighting_neon.dm @@ -0,0 +1,183 @@ +//Coloured lights + +/obj/item/weapon/light/bulb/neon/red + brightness_range = 4 + color = "#da0205" + brightness_color = "#da0205" + init_brightness_range = 4 + +/obj/item/weapon/light/bulb/neon/blue + brightness_range = 4 + color = "#0048ff" + brightness_color = "#0048ff" + init_brightness_range = 4 + +/obj/item/weapon/light/bulb/neon/green + brightness_range = 4 + color = "#00ff15" + brightness_color = "#00ff15" + init_brightness_range = 4 + +/obj/item/weapon/light/bulb/neon/pink + brightness_range = 4 + color = "#ff00ee" + brightness_color = "#ff00ee" + init_brightness_range = 4 + +/obj/item/weapon/light/bulb/neon/yellow + brightness_range = 4 + color = "#fff200" + brightness_color = "#fff200" + init_brightness_range = 4 + +/obj/item/weapon/light/bulb/neon/purple + brightness_range = 4 + color = "#6200ff" + brightness_color = "#6200ff" + init_brightness_range = 4 + +/obj/item/weapon/light/bulb/neon/orange + brightness_range = 4 + color = "#ff8000" + brightness_color = "#ff8000" + init_brightness_range = 4 + +/obj/machinery/light/small/neon + icon = 'icons/obj/lighting_neon.dmi' + name = "Neon Sign" + icon_state = "GenericGreen1" + base_state = "GenericGreen" + desc = "A bright neon wall sign." + light_type = /obj/item/weapon/light/bulb/neon/green + shows_alerts = FALSE + anchored = TRUE + plane = ABOVE_MOB_PLANE + layer = ABOVE_MOB_LAYER + construct_type = null + overlay_color = LIGHT_COLOR_INCANDESCENT_BULB + overlay_above_everything = TRUE + +//Generic Signs + +/obj/machinery/light/small/neon/generic_green + icon_state = "GenericGreen1" + base_state = "GenericGreen" + desc = "A bright neon wall sign." + light_type = /obj/item/weapon/light/bulb/neon/green + +/obj/machinery/light/small/neon/generic_yellow + icon_state = "GenericYellow1" + base_state = "GenericYellow" + desc = "A bright neon wall sign." + light_type = /obj/item/weapon/light/bulb/neon/yellow + +/obj/machinery/light/small/neon/generic_red + icon_state = "GenericRed1" + base_state = "GenericRed" + desc = "A bright neon wall sign." + light_type = /obj/item/weapon/light/bulb/neon/red + +/obj/machinery/light/small/neon/generic_blue + icon_state = "GenericBlue1" + base_state = "GenericBlue" + desc = "A bright neon wall sign." + light_type = /obj/item/weapon/light/bulb/neon/blue + +/obj/machinery/light/small/neon/generic_orange + icon_state = "GenericOrange1" + base_state = "GenericOrange" + desc = "A bright neon wall sign." + light_type = /obj/item/weapon/light/bulb/neon/orange + +/obj/machinery/light/small/neon/generic_pink + icon_state = "GenericPink1" + base_state = "GenericPink" + desc = "A bright neon wall sign." + light_type = /obj/item/weapon/light/bulb/neon/pink + +/obj/machinery/light/small/neon/generic_purple + icon_state = "GenericPurple1" + base_state = "GenericPurple" + desc = "A bright neon wall sign." + light_type = /obj/item/weapon/light/bulb/neon/purple + + +// Specific locations + +/obj/machinery/light/small/neon/booze1 + icon_state = "Booze1" + base_state = "Booze" + desc = "A bright neon wall sign." + light_type = /obj/item/weapon/light/bulb/neon/green + +/obj/machinery/light/small/neon/booze2 + icon_state = "BoozeWord1" + base_state = "BoozeWord" + desc = "A bright neon wall sign." + light_type = /obj/item/weapon/light/bulb/neon/green + +/obj/machinery/light/small/neon/looktoucheat + icon_state = "LookTouchEat1" + base_state = "LookTouchEat" + desc = "A bright neon wall sign." + light_type = /obj/item/weapon/light/bulb/neon/pink + +/obj/machinery/light/small/neon/pharmacy + icon_state = "Pharmacy1" + base_state = "Pharmacy" + desc = "A bright neon wall sign." + light_type = /obj/item/weapon/light/bulb/neon/green + +/obj/machinery/light/small/neon/altevian + icon_state = "Altevian1" + base_state = "Altevian" + desc = "A bright neon wall sign." + light_type = /obj/item/weapon/light/bulb/neon/orange + +/obj/machinery/light/small/neon/nif1 + icon_state = "NIF1" + base_state = "NIF" + desc = "A bright neon wall sign." + light_type = /obj/item/weapon/light/bulb/neon/blue + +/obj/machinery/light/small/neon/nif2 + icon_state = "NIFpic1" + base_state = "NIFpic" + desc = "A bright neon wall sign." + light_type = /obj/item/weapon/light/bulb/neon/blue + +/obj/machinery/light/small/neon/redcross + icon_state = "RedCross1" + base_state = "RedCross" + desc = "A bright neon wall sign." + light_type = /obj/item/weapon/light/bulb/neon/red + +/obj/machinery/light/small/neon/bar + icon_state = "Bar1" + base_state = "Bar" + desc = "A bright neon wall sign." + light_type = /obj/item/weapon/light/bulb/neon/purple + +/obj/machinery/light/small/neon/unclothe + icon_state = "Unclothe1" + base_state = "Unclothe" + desc = "A bright neon wall sign." + light_type = /obj/item/weapon/light/bulb/neon/orange + +/obj/machinery/light/small/neon/import + icon_state = "Import1" + base_state = "Import" + desc = "A bright neon wall sign." + light_type = /obj/item/weapon/light/bulb/neon/yellow + +/obj/machinery/light/small/neon/police + icon_state = "Police1" + base_state = "Police" + desc = "A bright neon wall sign." + light_type = /obj/item/weapon/light/bulb/neon/pink + +/obj/machinery/light/small/neon/dice + icon_state = "Dice1" + base_state = "Dice" + desc = "A bright neon wall sign." + light_type = /obj/item/weapon/light/bulb/neon/yellow \ No newline at end of file diff --git a/code/modules/power/lighting_vr.dm b/code/modules/power/lighting_vr.dm index 6b023141fcc..8fe6a7452d0 100644 --- a/code/modules/power/lighting_vr.dm +++ b/code/modules/power/lighting_vr.dm @@ -188,6 +188,19 @@ qdel(overlay_layer) overlay_layer = null +/obj/machinery/light/lamppost + icon = 'icons/obj/lighting32x64.dmi' + icon_state = "lamppost1" + base_state = "lamppost" + desc = "A tall lampost that extends over an area" + light_type = /obj/item/weapon/light/bulb + shows_alerts = FALSE + anchored = TRUE + plane = ABOVE_MOB_PLANE + layer = ABOVE_MOB_LAYER + construct_type = null + overlay_color = LIGHT_COLOR_INCANDESCENT_BULB + overlay_above_everything = TRUE /* /obj/machinery/light_construct/bigfloorlamp diff --git a/icons/obj/lighting32x64.dmi b/icons/obj/lighting32x64.dmi index 36ccfb03feae1a497be9c91003afb0c6ac1e7050..601493c390b79de66a0f1e58dd5f84e62509d1e9 100644 GIT binary patch literal 5393 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 literal 3137 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 N_;)kp8-qJB{{eclB7Xn? diff --git a/icons/obj/lighting_neon.dmi b/icons/obj/lighting_neon.dmi new file mode 100644 index 0000000000000000000000000000000000000000..4c72f3f24f9d187130811899b8efbe1092a4dbfc GIT binary patch literal 21318 zcmb5W2Q-}D*EXyq2*FPeQGy_PqBBYmJ&4hw3lY6UXN(d-MDK|jWt1R#H%Jh@i*ATE zhGEoE#_*2c|9jT@p6C76`>xMg%$j@7?VS6ZeXhOFwXZ$VuXNPNNtsCT@bJhr)L#Jc z@bC|CzY`=xxGQPqyFPe$1P=lYUVFc=^Ro4H^ze3ccf-T;&rVApam#v68!>x8TljX@ z=v4_&QeekMpeT}~Jn7G-cQZNX({LfFB+QA0wZJE3_%JmBFe!az-+X3Mw+#9EiB10| zqIs&AD#`!+!8xp4=o0wChUL;yM&M-X80H2Ay=uNV0LXpY8X&t)jt7Btv!;xayl} zuFB(I)^tSW2gjH|P&RKIccx?Ys{r1MCw~H{pIj+0c5TGDKD_yTL~z}(k5C!ahWTJ9Z-bnn@Uc26L_#$-o2 z^u6ff7lHhhM}8p*_It-vqJwlq@LW0`@n6;k8sCeWr@7M4d6NC%%6eXQolI=iBNX3n z*n>*Cw_kT@h62?Uy~vdCZ1u;k+^6aXAijh$|dUCDoUjYXtr5H;fM-iI&`-xR{A%l7eAac8H> zbnd^AghD3z&Uc%zO19bw?1j(XiuyifG!ulyxYEa*KRdm_&ze>=Uv~cKkB9dNPveE6 zfq(X1&QRq^e-f&W>FCY<=A&;;UM$TNVo%BPXQ{`{PF?4p%1t)nJ1%cWg!)=Dj~B-i zdyzlj_h%@n)p`0LX{?_( zTQkLT+yETt!m%rF$53t3?-xAApNId-MJ=JPue9D2Qf3p+VNAPVC7XV9D_H0v;HZ)L zA%$s6F!^Wx!Q~r@d@yK?d-i zpNB<0ByhG1?KE7m-4BTh=#7%)@oAp)@v=s7@>@s}qvbtocjeVcu`!L{eb4W(p)0UQ zTLWjOjnOx?Jm#v3_LrT)jpWGC+wLv2GYMx4+~M*$Dl1R2Wky%ppxq5#2YIubIovGO zXQvmt3!QJxR>Fl@j%o=SWImeyl`}(}{9N-iGsN?LPRX`3wX29?5$}RkOUfxA!K9!( zL4p+kaKT@S6&3E6I-TVH_=B)dky;0J^pO-@IT$1Pk2hZ6o04_B zC`Myv(wK0!I?Hsy^cUOS(q5{g2PrcFzl zMKAKQjlc<-YnLD@W*wFWR-+AeCoIL-L1(+;F6Vuf(eA}o zf=Sb=N>g~@U&=t2MO2;oDFhF+NPt_neAiCh7KRq^>a$U{2!LeYw4h_y7rFes%gEtU zd~Rc&^o5j0K|Yx|(EaMOhHW?02v)eMMUW}2IK4b#@ZxgCa^C?x`|#RIYbShh7e4_z zr-(DWhES;RN95Cn8!$7%vg9!t4u(43Ec&oB|uw7`jg7ZR>w^JxOsTO>GOEw zGuXiR4!VQB`b?zgG>ol88nJmxO@PSeMyA`#b=27YAJ9@pq{tp27-{11h zEy+16++HWDYr#0T%wRxf3oB}r7YfxXX0Hgyv@7l*!GiR)exr;1T_trvts`=g{eKb^ zmPWuQ`rAseft7DcMZUhLt2D%Iv)+L{Y+SU+H-?1SkZZ<@e&Ky|@E3%AH8<`#pH@q9 z9C+sr+E;VbM+E(vX6nCvjF`EHg6*_Q*kLGe79)0Pd&Y=37C)pT1A}M_YJL6%j^(hb zpH9~+Uld)eM4p9Kim$ZnVe?SLyZ9ihm<&&Yr@j5oz$FheXv4KbtD;~Sp-yJ@dQ$v!m+a>Abpl3B|L7IGeqX=f zZt&G%SZ;z>7xaGL=S3z>%MRyvG%g)$^0or&y+$(Ekhf-KjVg;S z8Bd^i3G=%WT4qDVz)B|akirSu`qdiwY(9%9l;W=HosiO^w6OX=ABuv@raSm7J0$+t zr`hoT`I(%ab{|=}D?vI32qv#S3xg8E;|BpmtqS!C0O^6l2u_cCas{Yf*_hHf%FLfybIpUS^dd{>M z{O7lO*M=Q5R!84DBW$TZ!@-y1{?9{;dlV=__n$Ar&D(`aT)*bw;U-StEh>Qdd^nc1 zhkLhn)bod^i2kMqo9FngOBJv|1qj)^i=Udm?2G}Vax0kKoH2d_dx#g>|CGMnZ5(L% zoL|e*6gGh1eT7ePULA@qqTMAG>Up5;Z|{G7e&>V(|C&T-=QBN`leNDcOq3_0uam5n zTqSiG=q?s;WBklXG=#1ho z9HRC^+;6;Z_*e%>KzUIauDPQvY6xs3bSyjq`m?3KY>bku<(w_{;FZGid#r1RyWf4m zz6;z&vB&+Rvm3$DO`OTp)HiwMQ7A6JZ=5mb&&Vu71t$Vl>+h=jPWk-2kiTIp|0vFJ z@>GKotTV)d&Ly)+7(c`TZGfYzJ3O8$w@SAN3=FW=(q4b!%$~8R;Kp`E{1^#RSW>^J z4^wz~P5e#nYLTs};AD|*&s9&+^r&@Z$wWRU94gpc3)K%jc1tkIJ01gGd?SP_xFPz4 zkjL)3fd?IpqSS3+DYfNzKvxeRP(taWxKJqB14q%0Ur>&nFw{QFY2$f`eV ziVdwiN0Anwuz_%j?^bvzws1fh(HQ^@>8W93k`qE09=z&?<*B>pIO{0&a?G!jBP&I- zpfnFDiqTuA5e6X+c1E6S_LXDe(|X%2q@Q^d6nACEiJP4x5}rzdJxYVhD0lPrtt1hq zKo>kvOqw4WT%lO!_n|{;9>5-v#}%Rq63scc(&*#^S&>%;-%mq8^mV|w1tkx{#;ytz z-9lH!hTc6;2PO7ge;P0=Xmc1mD|w%_Wwe(6IW=$U=xk~crW3roM4MD>6K;nTl$Iz^ z*8Yz1M9Y&2=DLsQ9UbT9%g@$w7oJ|L1clO!IDF;oXhh+zm>|MIm%#GO-x>y ze1aVfjKW;xm1g;ql58$stP~?{!!NU&FNlk>?APVPE&e-6vEFfz{l~zeuM>-~N$f*A z_mVTcPU$wNZBp^#ZnjnrYuZ-^);~7}Kz`Jg{?TXbIs&?!{jMb==+Ad#mDnh0_dO+=ZqJ+Ma*PwGE%k zewFSf34eJS@MJHj@lv*hQWicGSvLGuiQxf%%I9dc&tv@RP?#Lm+JhY$`9uv zs55c#y_av??GCAh@6za--oRlKm1bd4BaV$(!+HG`7P`Ry5(Y^IkIcg zc2wf80*-%eJaSx(&xJZn;? zeD{*L%D&2x{@wv8uk*pg6A(Z`?ny&3MH+v$DP6@sY71r)O@lC<+~3pAfpaHl-+(D- zatjVvshmmbtIyJQytEVM4!`akf2pkHICvcu$nQ_~LhJP7AmqeVo$h&scu7NQ#X$2I zufAUL25wRTstsI zY(%oB6jq?PKG3)xUK>5$=~Am#@;Bx5&USOg(3EOw`FOhkzJ_%JnWop;w@45@sZ`?$ z{nyJEX~%c>STz5{S2vLX5^O+fqt2s@dwcgU7i~!bC2P*;c8(_%U2^Alyvnk=X>y2j zJ=_2EqWztzUGYNEn^F?e1|36RuINt*ScuLCk zixbjxYLYiJ;Th7dm&yx9W$go3JKzVG!>hjA2 zLaqCIwMj&^F0wLp}DVoVR0(Zc(H$q8Xr7N21aop?=mc z{P(!WmLRfLNI$86MWp0+8)g znR-)uU&DE8UISv*K!_Q#!JXf5r|{C>HohmYMR5+3Qa*=SZMWkIG9R4IScDDbrb{2b zHvOWOclA0>wC%ggQ?A98PNI0&^+&~m`GZ0I?=L}}e}50Hhj3Zg@ETUbkI=BCWmi;4 zpB~(*57jo-0-re0dE#w;nGIs?mnUCbSq%sx9}4Y$y9f|G(pf)lv(gLvOw+`iNcY)@9V6DBJu@YJhWz`g ztld(CGY|=L&np}QMErmpDCtLCofXY?$EmB#w4ckR5;X?p2MM*D>C`0{=p^3-RXMuj z$;#Rdu@J4yid1T4e}T7Pm*q?c-X6i?#?nP-{<^Pet?hL|NMC2^^k@j$YiKIC@&PqP zAk;1vCX>e{?UBO7bD*059}ocUQs_Q5+tuhF;va)}Rfhd#oHnvb;f29WygvZbNHrN9 zY&Ve=y+3&yQs;=4Kd?-SQR#IvQe^s7#aT3UUylK4(f1Dseqxr9O03WRqD^Nm9W5UH ziVmDPpzjZuFz$w!{8sc>8f78={LaEpl-QDnUBf|-CgG9RSS5trHVvAt+4$K0Po3WA zJ#=GX3e?LC+pG60EcvHZqN}#kVB?bp0Dsj!exNqSF=;<1?5WR2{%_KiQOEW>EdD#* z93546^GOAaiX-QIPCXK#94>PhAR3+a`bk7TzjWnGOD@z@XM>}CNIbKepW!@+6)D<*0rsx2q|t zwnBddA^=g=_zmJ^t}6-s^@1p75dBfl;WNxk@5n?l^h5*HvLD-K1URm?>xUSN#!(9w zfBT#I^43L?I_f967^aq-79pMYrj^cqt}T_>RTe%EwwwbA+fsr0CJTWEsrr^Y5>A|6cz5>PK?-VD4Q>pdt53Drd6WeV9PK2Buq!9&mJep* zoZ~dkjUR;2iCz?2PQ&%+E z?EZP^vz4%zx1=_NB$V##99{eQ!G!9(6kk;K*Ep~x-xC7PsBzGa`B*W4DA{aH8w`Wa zHc8^iy(!!1ZZs-Rl4+aW%njs{h@;XY(lv{WpV~{M`jgq7S%3U#Q1mSW@1E;>m{AwZ zQN;H0F(R$b(=;|YZCPNYH0@!8rJ*k#FJx&U>F`+VNJeOF63iu$AkysWt-N-no@BoL z;AW9b1NQ0UY`&!ks_ag!74Xmmk<~AoFX;qnPb=SwGdE6Sv5u7VIxRqxTgRR7w%+KM zEES#D4SE+W@Ja%i3}uX~^yZn$A=+y;|l1h)sj7(Cxx2U}NNv3PKM) z8cV0zHna=3`{K#Ypt<`~X>`QIG3qt%&engLukh?=%M%;N_dDlneJGX^y_Wt}8se)q@8Z`?H7%7aQxw*!y*Y+yhEWyv9pO8~VMAvGt za-}Q?H5Oskggwt{8!6Bgwnj;xAnqcU|3m}M5dCbUK5Gd4M+|H#@6Y+x=?FS(#H%{@5UqoccH>-G zfEDFoma9h2?lwwafY*VUUr;HH(p+U*Wc@myyK+*@w!}9_??AaPLmT!>QuaAlX8D{# zal})mr~MiSIvCcpw;CEyG}6d+^7{Q9%gI^iKf=&vWRbkbC1G;#%V4WrdgszL2a~b` zd1(ZDUAjVT@<$w9i;zMttG?r5-Jgm+o<5%ft1O-z$A3S$7*km3**?Ocn$ChR=aYNw z)Hn~a>HQMKtV$Dpob?-yZp(|2S);tI-5*+`++>*ofrDO zrY7LY;Z8{%9iNa$HZ>GgRvm8361CJP(@lldO_Es5VM+;aSI_HUqG99PJ=uniLIiDX zig2+A(03vOBLAI<%X1^{ONmTi=Dk_SS-bgMTU@q*1&$+XL$`;Oy(ybM4V!(D)j;9< zW`1C*UzG#$)yB?r=b19w(&woF+3KbWGUT#a0^OeWWvBRp>S|4xnPA~+gdIajz{#ia zTy?5n{kyDRVd2oe-6?%;q?{$&?y>!gbyrKLWa_j=&+jnM@vMz_k=EVio+8s*E8FS>?TkR{ercrt>H6 zE+PEZD5%atV}#44WMd~C?l8#XYF5Ba5JhA4+IKr@3Fo!=|3MJDf7O}hz!Pdy+m(H+ zHrcDmgTsq>1dfSxwMT6@zWo?=)FL+>cIsQikSf<|2cs#Y{LHrNgOzTrPbI?*ti1X= zG==%RZx8)`r7>y>16>>?yt#lcR=3O8-yFWg=v0{GyDxvQwxC zZgQK-Xo>j+FcX|c{0^W(c|e91Ei@dRI2u0n(G zE?CqUZk3jqv_Kj6Z3y{~cl;N zeiR|M{cn0v+{pEkKG>Sv8g*RA z6b(R?w6#QG0+a49Z}pLsc&~9Xzk89fq-yX7Y#)CK)^TLZ_E!i(ciRS_z`c7HS(rub z1$!>a*t=-U@W;g0L3D)_i|)r`!%11v2L>gk{O%vS#b$c-i)a#RtwPEuf^fGJ*Q=)W zLg9K0mHij;20K`X%~x+w(!4c(o_F@MnSF?Hsn}R%vtmyEbZPwz#b}{n`uR%-Ue8*q zg(iN`J5$wW@h78;`aYC7hpEQ1yiT-bPp2b02j!Mc2iPd)AbQ-V4(@mE;!1Q0+BenwqN5>nz@?#Y7#WpKW04mLRJ*SuTp#T?N z%!Cw;5(XNj21zH;Nxt@T^9YaF-dr;7SvFuZeLqYMd9B2+eVNDlurgz1Kc5okRfIcp z%5{zI{D6#rAX9R(V5I)A(WpVp5yDD1gJQ#3@yU0c0qTveLYXRpxO3H)Jhn%}%wN1& zu1!r;)bpq|J{dn@F7XE za@|WdXDa!OWzI{Afh2Fojh>Z0A^>WOBCU7_1bAOIq}1HGRflIoH(xr~ZhZG4Q^Yb; z?ys#rvslt7=xmLj-ks4VkP1xhFF8Se9(3_k3%i^wWEA&cO8(cu@_7=hhGkKcE#_)kIHw|x%n^^Pz&qx($k&_ya6Fid zveVQtE$m%7OV!&>W_`KhB=>RKul_imwJveu$*P{Dz!EjCxnCL~YjY$}Sd^M7$aZePFB&oaix2wt7YttOXT&Dule{3i zVdOym(TF?>H#AGPT}79&G7t`%Mp>8#)ZyAwv)tgdBod=kHR9F=?&-9NT0nS-s9B*3 z$HHNzrkogD!l;FeHMfE^bz~!$!-^m*FtK@02{^TCcPcrd?k)Iw$_pdGJl5 z7g!TS%9#JvQq;iVx(*`5$+1MO#F+{j*v08C+)&%V@3Pdo-&&3-RJ!Ta^%^96;#fr6 zd;?ePKYdpNJf)7vl&P$H(X8~&IqsEeR86dW*^8oUncs96ZUE5$kpnRPU%YBpXdCR`C|rOt8k%0cRj;DS*pJk zv=)DKC5>!9wGUJX5LRtZ37Tn2vbbCJ!J=mJZeADc^d;C!Ri($+`->>`S28S2QWY@% zVVuOyU<;RDo_&TT=L56f%idu+FMa*m;4YQOe?jyA?e$9}g25AieXg;s_0#AcI!wg? zuiD1z@`Isdls)d05k{DlaZDj-i*Z2o+#E4r>0E9O*<3@KjMKmx?d!~l#|l0q^3EP> zF^3kbbSa%h3h>f@LPMKk7Z;HL)DuZR)SB4(=prGHTbN%qqfYHt3U=z#m=4P9 z4-s(T=<|3a>j#KKy)kW|;XDHzA#wD5p|Wi%HMe{+LptmME{DGN1Oc~HKLTb0{$@>o zI1zWhuB)faW?*_>M|&BL1(VuoALUQ<5*_?TFy&;?<) zJE=9V2)gwz6F1`UBMQ*szF%(upb^S%w%bz{zNRzGDJ@FYcY84GOSxJO*@yRZzJ-*` zDBhEw#E!bI!E5-@)ekON%)}Eir5rKseCMPV#%YrY zgIfB0C0`<|q~+O=olveQ0Wgnuyw{NjX60fQJ~Mhe6df{ zgR*elESUv6SbeNebQxvI>C0QrYtkc}Gaa1aSeghwRSGA9%Eg`pk>*{jaI2TuTr<>? zjZf8LewyXkEdqW_@|w5TRBL(HFE_mEbfHf+klyD8)Z z=YLG{rW-oB1&`mn2b+5Lu}BN+c5?0w<%bs zXamslI%)F-se`bG#PMncmJAC7qj7pyq?eH9Jfv4 zxfvcZ?JvNnR^9v^!;2iv21v{*|16Y30si z3@VtY8{(T)rn3TNxx!x+M9qA9u-7G8B@ALczpqZw##IMxj~G2mk2mRWUY3_{-1|X6 z?Zgt65ERfiS*ySjE(S)Pn_T|z+Q(v#%51ZFc#p;7oIxdZdBi!DstzFOBW5IQsvj*3 ztSOk`HF?ptATJ*`bVls;H61&>aC(xf`tE=u&4yS$oUrh?u5wIHf5BYI^xl}MaM1t* zWQO-tlXvR(?~cP)v&6zbt=Iyu(>6z=#d=5h(mEfNG*jiL;>3XEDriwDcRU@f;b+BC zHbZH1s%K&A;8iT+GO^pa{J~noIEVu>q+BJ|;8B||J&PBrw7n|=x#5C8;Tj3}Q9TMc zC=xL8;?UVlEJ}U9D<*_T41l<*09BXIG$*vMt6ycZIS9^*IwooH z@M;-P0}Z6!y&_>|#aqoBp1Bbixlz627W3xDi$;XgL&^iM%O@IeSQB68%g*5Oc%w&G z;uqFnkN_`KIzLsKndkrJDe&-qhX$__mQ_#8mYcq2r49lnX}^lr2BUYgW{4;En%;7`)NauK8a9<3{9cPBM- zf*Ze|XpQMp>lGJRcsbW^kMZ$+gxb;9OGaOn>JNFE{~pbf;Tq8BZS;EE`&wizhs$C# zCwZgDW>LCUU~u?lJEghSrbe1fiCXVyLNCXl`Mb}u7e4h5Ufl%=ySw*(o!B<={DK;z z8NOQ;oodV3!9@()$c&)9)Ooko@wiA`g6k+J->RJ(7$0|@&g?(rJep(zBhLL`P-dp0 zR0h9ic#==r5lM9%mIHvHU}dgzZNgwAOIE>SnInquR;AaF=H3ps&8xzy`N#bKWEB)i zA0_E5Y5M9|oozdh4v?nma;EU5S}lzTg0eH2Fj0FOsY)QM7hy#Q<%rd055su zDuLgj{D#3Jq6RxNILaDq)Og0AOze6O+f@cWgnYd0YMZR1ToP3l8^O$Zspe<&uVGYS z;b`z`eP`T$ioDi}&ky;{FP^NGKv%j-M;$w{hFLODl+W6cnr#S_UZ>`P9c_?<;@9Px z&;9=XZ2oWGwj)xXjS29+-^o_u+%VoHoZSZxrarqTO;Ae$Cp0J@;O$3-)t{X zRhz#y{>~eeT=^n~3^v9T6Qr$Hz|cYG+GMk^`qR#+r1BzA;0p)!RM2oxxL!mwwhBcMvK}`A6x2 zsRD3Q^-?wy=cgy8nx~bv`_xU(xi=m(5GfC-TRDkM_h*iUjj2|wF^gB z)Vp@uzR!TEX07cmyzIo#)?;6x4sWM{)gMf9qj#94@K!Y)z^hxF9Y6i+ajCz!4>Q?6 zdM9#HKiR+4^y%T?;U@%9=6k$o^SHxuP%|Y0 zRO2<$rPVh+7|g2$m#_Gt=ln$dOx$40<0T-}ZvV&KfAxyHUD@;DQtvK39~{bU*Pupr zdT5xNy&T;$%R7F565>U*g-G!Lj#h_W26hIqFyC9AohwIq@|(|rWN$UWjwt>^Cl?3z zloU%F8onv&>qxnVVYI9SH_nCAJd!KDG6V&$@VU>oh~Qc~IJ)yrQb4!ZHFgv*NK2CMRh?4`VP=aW3h4uv~`jiPf#2iATQGnUY z<%_c-ug!k$@nH8#cCRP4n?2Dw#3d}wE(apH8?=Fg=s>Fx;c#-u zrDprqx42qHL;O@J*3$EwXVzCksLn9XOM^f{GzR_da8nRR=I*5im>@A&HELDh>^ zq+4DR)?-SR$p-)W704WzOgdhv@nb*P{tKnqRC8_Z!;E3jp&|48`^c5NxZ*@eaZ4Su z>ysTHB~t~1Vzi8jGCLP0X-OT((mXw>?Z~J*uB-nidB(K+`pZdZQ~MV4S8?1_V2&?r zal9e;9Y{-$d!NPaYk()(vG?Zi|Mk$N_mJrlm`4)Z>5!dmq zyc8doV?bQIK^lWLd>GcVm&NCF%L#|JgMW&u%pPazxh`>*k9926yquh+~aLuay%zm^d z4i!1rl6nqF!Ksx<_HPK2w&$i7e{JM+ zl3jiFz}lTR)^Gpv3fa`pU3*2B>%CjGrScZl_Wkc`t= z@BL3)fdvx!11e{1(yt<=pfaV%ZyOOfni{a?|ImaWpIEK@m8rZ35K^l&{fz8i`F!2q z(Q9nLR)l%B*NEk#WUV2ed0j-;1*LqW1s~_8;?6|WgGt-kDCoUvzl9o{N_{FG@?5_T z#;Ad*$G1EAass{IS~6?~eO{Ejc8%I;7`Ip4DI{}knjx&eU6Sf1L16FLSp+k^oYBr) zpzy}z(Or&~YBw_R@FZZQmnJccx-y}{7=nNKZvhL4uOPnVr;-qDCFONo?<0xIXY67Q zAMDaUb(s~<+6e9&nr_(N%51A8tG{iMz2JN1`f`<+3=gl1nU`GqOoP`)aG_Ge(V1-g z3HYzZCGF0u#l%otngrcq1&1)YRqqCXMKGFDr}f?)2@Ir zXERL?wm%UcCc)t?p1|l%YG+e+Ea zbMxmdNLBl3d}R)p40ZO2 z(AS5UQF4z)TaOd-LSAYC`G)BDrdj_pvLD(Zvqw(P9k6pzYent0gp08H2SI&>may0P zeb{G;3ChNI7q^!23^#Mn;L6^s?Od#v`4#4l8}f7MX9f0lgrE=tP|0osLHVK?(*%o0 zuLK391;^V(r;!Kk81@V02Ry~LhmUUO-W`<*6yWgrfi(XQ+tL%cf+7(T`+F+ zR(t@w-Tw|R1X_97$<>z`KrTHBpnp~_;xPXLo1FoFNQy5#uvr?!n?mKYx)4eqDC-+< zP|AEA;C&~Nqq7&fy?l1>_JKoKns8#Fkcn>CXIuXRk$QoZtxe5;IILIx`_s9k z=AcD#o{W=%j}GRq)Y#)M!W&8<1`BYeAS;84*v%Hib*c#c6)xG|yKkcT6&Ei`{OjZb z>})=A%ny6XlB?BYB20p0^4tKmV=aYsF_wfTMUleHoHEn1K6@vJ@JADe;a7e?R)e1e zMhqU_pg4Y#$cla8G*Fe9scl$F*5lRIN%$A>-=Jzm8tUttBtC#V>$ewMKCK_WeKDNh zFzd%ik{;&|`1|}b_EEwBsl*GV@V)H--KIn>hb}GkraG#&$kg58mX+$W*VZUu#*=Jz zmeH4#pt@k>Dv4VrM^m=Fpp@j^u_Bi*1>2sgT0R;024Me?cekikU_o9$jB{WEZhgiv z$MQ`YWVvrZ)>0(joG%YGm(Cnc75Vm`Y9O=&e~rfRx3an>r0tf@)!`wI=x^`*b-D@H zNL2z#w%>|^^@)Jqr>`4*JxLCMP;}e`FIh73#qt_HRWwk;_5!2 zK}}5cQbPfkm=c%4K!-f-B+K&VLy9@;AZc?p@Zfzbq5>J^zn09GgBp4DUVYaN!K|jm zrBpo|a`O$yFHYey}4({cD}{gDthW66YPVmd8(RdYrUnDpiSb;YOnju88oupbpxQ zHn-in5ahv#wGQxQ<>!YxY;arBpelW=%CndBK^3s zU4+T>B?w+1C0`a2EJ+dzIkJsE-aGg>E$+^2kTIl@#81_J>B)G_f`H`>hLy-SHW=3@zP1M+%jjk*$HzXN9oBKtx!IkzxfW^Pfhw`BR}6`QD6a!m!EuKuxYP^g(< zOZF$}nY4T=J}*9ESY~z@C-jojzSPC&)>#|Z`@Q9AJj-_C0X%`mgKlR;bDq{_IvV6a|ewF6JD7AdDy>v0fjJzsLTPWB(ezR}#pr z&7~z(V$#wMctgyJE7X1cPw$%!O2B*=0R2^ev)W(ckr-G E-4+H52yAhV)B6o4f{33uYq$<#DY9(MKJ_IDtl&hy#BGR1J*b1r`m5yI?$vg+(V0Jin&I z|LE~m`RCS+7d+ubuuK;4h(co3hW@Rtd8!iEb+dYXz=}OD$25S7ehl1%W4eEz=G!6s zRIR$dJ^)u)qdHUC)U7&!^fTen6`nZ@9qBe zIqbW#uVQnD7DliV{~L-V&Mje=$AY}rw(aEslZ4z2iH;_F{*}lt!{cX8Ck`4&%SJwi zNgiXhIRML?Sq3?%smbrt$TBLc&3z-}IB6@DEqn3mCfCzAF-I=$r8DAkrsig4{qK24dW1ezWnKxQZ`?K2sQn%e3WygQ>IM4faF75 z_(u+^a&{k2dX*VlGU*>sPHQG8cM_eWuZe{ebpnA=4V&lh=K$KOJMZV(1grg;&4twS z^NbrGgiY0_t;Dn3glF;h8W!l6ay<<6uSXU2e`cu@;=#wc)tYr&8PFd2jEeW_)z7rx zM_2ex(!!!AtGyj5`nd_do3jkbdcdC=n;_&mF34!|W}O3(gTj4q3eGa|A7JSc7hWUE zcyV4jr3wP|%74rZvnMaC-5GHkO1=>KbD=bRPW8HUn^4*3Z@Bcfad=uzR%i{Kzt!w2rKOqEQ9X zO4O>Wp%od9t4=yHxT~7qFq(r2tOkyzOcu-x7Vo^CEcs%_n{h&(9_)9g+Aqhg`s|vS z*G}Ijdje+dij#m3(fbOupJq)i%%I^fI8V%Zd4)~oAxf)uK%k548i|Fzo89xFU$_tq zC!Pa;O-B$fM8VHF!o?-$V;mAa74i_fMltR+BBfj$mck8ao-Ym}_DJJ@Plmg^F> z)YrGQpP>FMQ-U&mWREZblIwUWC8-VenIE8NFN&Dk`I&&w(?Y({2=I5zvnb1E7U1L3 zkPO*>bvw(A1nBg#2ETrUCgIG}S9{ENFkR9$v<%>C#|s!QTUnlPv9b=EiIa@bG-Wys zxM(LmC4N1yXs~!C9GZZu8^g&<5Vymvr#364{t}Tq$W`Lv)KhR8o>pHf$j@s@fu*((3%wOyvowN-%xr1jUN~g9P8vq5Q2vK{#C!p zqltEb_0$ht?KCj~TGPP4w3?=ylYTa7FOdFExOl-Kk)XSv-P_V}g)<~>2)3=%W=@^D z6#4Sp9on6JY(l$HJdXho^9mL1Q}_2)V?Vq8!NdD!;`Vz1q^tcN+#)uwWES*i=9eEm zGi$_8Z99mGdgkKN#W)5jKxxwzU`T+Kdt*RKQG%v9Dj9GJ=_ohX+};o{<3EzJx&F8Zza zb=-#x# z#G#@amxa zkNuFdjOZB}^s9RUC$uF6$F|dKMnY#l>7P z^jaeKGC6JRz*iGPth8|}b|K1*c(ZEz5pGmFD`6+0omK*xH{wK8gvhNAgoeq!gAz0J z#!t3jg6j#dcB&BCLp#I!9E}-sthDz)n@rbxE}F5NIirZ*^M9%^Ey)XSArMo__>5p% z7U0@10c=&{fF=VI>1|D;&A6q5sAfEimO!m={j#!6y1~9!qB}Rbq5TYi02=8ukEl;W zlP8bSYAzJM1Mnk<|D28hhXl99R1O}Q(z1wB^!d#QZ6zv;3=rR*Z>08d3_Qr#~Pxpq~PgwyN}+v!a)DXCydV!A<$0B#+O)fzep`e#xk;5hc$LtF0p7pMQfiYrS@lg zWNsLlyH`U#3A`R!SYAhfDWt%)ua_`)$dtznC;zoEZ}v^q>r;A4)}jkb+52XuB;|D_ z;nd0%H%hcy(xY?}7BO=uiHaP&@9Z`mUXm;3^5)`dMfThS7yCZL_SMgJJ-m4k$qa_# z9X(+N&pS<-GVsQaMxUM{^@+T7+-$91oAzst6u9Jbvka4>azAd526TM;W&sMzKOTn*Lg{iGl?i(t`w47zA^N+fp8Hd^&{EEBt&xqdjo~yE|j5|wR zbvM|&Q5CH}Jh)H~AUgL;&)nxUj$CyH0)+*w)=Q0VbM6e~#UVRq?K#Uog;+@pXV&Tv zcPza;R|wcp8<}!`J%atK))1;BOG1A)vI`%;0x>OO8hREuYN}pQjs&Z|KOr#vCJmgZ zFAysmOS-j#m)ElJ^((zabF~)<1X;_Z0E0zgQT@hD~_+z{Szj zZad0cIij_pMYH7zyf`|3?8~%};>?0VL%04W-0x(AX07Eeso?M(_IdPM!J6(_b6DX(igP={)*IW;7_jG57vJ4W@DMcH?{qZdp4@bqmI3VxE(tFI5m3n{ASjI zGVk0nke+lIkQkgeT5gl!ugt`kldy%TQr203*UDl!Vto)jE92ikZc+4(>-&L{qES|; zny*^9NX0-_51}UPmb$deU0u7G8%$=;B34%%u2tWe7@Q`v>p6<}plfv7v;T^?r^G&a zEa8i^3Wxg#7z38m*vKOTwycHtuz(HB9#;~V0)_{C(eZ@4qMU`jUJX~YL}<2*mhV@w zw(A^6!>yJcJ)7Hz&;c+u!} z(w}%|qt2Jl%ttkHGVR3D)=QNQ>^FM`{)ukW{dw)4Uk|Dq`ICL^-s_?X@IX6Qx!$?C zdBqZ@l1ZE{%$==a80Oc7dI!O?B(y*Fj*fRQI64DzM9v3*5|mLUwZwin95PVByF@&kbKoNidP;%6_75}@$`sCC}L%M;%JNM zTFW84UXRPx1(0RhvP`pw6J4juP3vs{oH~(=)5NCOx}*&0i{_~17*J(GlJV27XAW#& zWc(@FEsJf@0aFB`<2;c>0DFV5^_dECvi_9O*Eb88qw4#vl@4Ux3Fz3HhgFj(Lavia znES=B<@E*T*JR0D^!!;MeOvNy3WqbGAbbYD7Ks~64kl09#sMMIvN*p6k%CnLKjHE3-fmE?=)`72(4YFlAm z8RVZvO_}`09R2BG2r>Oa5PKue2zz8c|4zSOEa9{`B2~k5UgKNC(U#`ZUdxTc2?lE) z<@XLL&>ovPoV@esdxJP6uF}jXuo^tg!EYy$jjd3Hs%1xEw~(dU7QRhaz3?melX%@v zQ=2ZrpWXQ+u00MGr74Dc5rrrGweAh-<9t9^Qoke*Wj+5;|Dz;!F;(w>HrM~pgd4Az zkC{!E-0(Suf~OC~;XVuU#jD)dGYsMQp5nw(C9!0e;dREvz;mwC?4_9E*&`Fd^q;(e zKX+P%r}*OC^4}(2YX2oOd3nJ#;O!a%yAjAF5ZJFG*vpi;^d;=DC@F~N$#81LA{fp& z)pqsoq-P%r;=p6AHvc?n01igMtC3zjH^J9w#-B>-*yBixM%o+FT4lXf@2VBz?`Z6b zJ11-I@O}ojHk!jDwAV;x-e(N(+FD zNKhl~DOM<%*vKlO3Kreyz;BUG!tD-@zdgES*ZH?}BX`az!H6M z02loQ;_5*)Ym;r0voNRS5`wf6zgN~D;M>aA4WX}@zo5njG4{fXZ(cGlFOVsPg0NRU z5p%$zmEdwqJLpjfFfZf=HJUr9_~!`s%w`Hb=(!+|}H2m1D{@WboE0|MMbe$#`Kp6ZW-#$%_Y>;?U{qE66Y%&zJ+0K_0o4?*t$ zl`$7&)h`%Cd*)3$ekf%wWw*bC9Rr!p@eMxN8L)Pe2lf-kDp37zS&ijxi$QmNt8hza z&8nUTnSf6{M$cEzE6$f$I6y8xDtfR!0I-vzBoCa|%{yg) z%$ju?rzW#4kPj8xpTN4Wru4{2uMRV9ycGeHJR(x_b+OQF%H(0zWJLet9dWGhbu0=p z#IJ@V4fa7DR!ajYBhEQCy>*3e7DxqiFh_@d{#1*i&J ip&7TpybDC%MJ|6xsu?>T_xt- z_SVYD>vUeH7hK2W)V?Pq9__DV*Y}{~uuq5j*ITH;mcH!PHIFS!UzHXTo;Tb!Fk&D! za=AV{m&FU$7Ay|7e*8#Sfu;P{Sci~b1{FB^DpqK!6$bi;W%UP=?n3GnbHm;Z=gAdI zSqr`Qt;qx^qZIUnYoARQuXK1X!l(a z>bdPqr4Jk9=kh7aP#iRdi)#k&zzLTTc&=7Vf^qN%S+P#lBzz8UaanK^y>yDkC%I=# z5xB*F-a+jAR0&yg1jDs${U16RQ#O5ce@MwaJ8xNBgbI$7anT|VANa^8S6xW-mU4-i zaC=cKPkau|vGdt|?W1usjXc~e;QmYh0Di|YESi7wMI)0dP3bVoS-|P_DuF%z>5$<0 z*QymgD;T!5RnHo+qVASKI7S-ZNEOXUpT3PpZ^s|U>_GY7{PJbN`(;Sz;Z9E2r~nQw(sYi1YI zga2R!#U@dt(7zGU|3Kre79)7U{t%JPG*W{r;Rix#i#|EF3cu1fm4VN{Fd> zWE^&Q`@GmmhQmpg%!a!)-)&o)AkKXhmu2`OIviRsN3-DLVkDn>d|V~lwDfL;<}&%m z-qHQOyUpy<^}-LuHfRc6y8h(l!cuJ^EhHf{MKOo_H4RNL=yf#M#Dpz|)xcECeGmG` znRX_VVkXP=hby1&WClYjWxFLRCX3Hy%q8mr&Gy2aIJ!cZVxiHFbS#4p5u{md2!3b3 z7_R8o1!=L7K&FJIlO}Yvl+ZzSJlsXGh`jwGz6y11E@1_}P09hSie4X3&XF8;CG(F5f4Ot)=^QZ?k#fc4Wq`omUgNlh28s z^E?;Ou(jYiK#cQ4EW7p%+;pHiZu>hpJtc$+nicV4&id9c5O>~mb_^23MH0ggDt06S zgWh@Zx=SJVxr#AY7=VC5ZqQUIwYoqY?!SY+X;DDN2o_{vbgvigGTU~=$U67vY5cn# ziB-WbB+{10`aRsg6m$G>4f=DXz-HMUK0(G|B$GslGYU>m?BRI~j$fyZigIFIt?Hnp zT%+2uQ7Is0XEeAFA4=um?`sG^52Qrvh7ivn(4hfmi0_|$qXbTPMgPCY@6}8pNencv zYC5KNhGobo>G8(-V~ep1%v4o2k4?|Vg=34!lZJoLCBgw}NhGf{L=qktpS9wdR%xMB zUx!wiW;maQR7J2`+PO^Sjx5sBVnZKNb>56YuX(&c;omz7E@aR(aEOk}Ody-*@Q2he zFbH5GXct_b)^egkFW^*53SwM6Pt1I$O10K~m=cSC>+Y6zNT$-=Csk`n+sov%IhDQM zsRRXwx80RDU!QOZr`rE@rLH7T!ZDsZPsOiF(tklYr@_1sxMDJTMfh-ZW49Sd7w+ur zIs5hd6`0TB%wu1{q0jTr{g4YAjz!jc;ul-*XHC!P$HVwuV>IK%Va)%PNk;{3$XzY0 z6p!=LFCfd3be3YsqAStC4;jPxl%f(2%kZ7WE&>9p6{72P5)0HWkk=T-sY_AK0zP$8 z3f2acQ9SFWdg61;1ivA02wVj*{{J5X_>muyNxzXb$bXB;WNzfL@Jo`=ncd4sj_}Or0jKLL&xQEeE_3YS8-nr;)FO0MUR$iyt^i2b*QWiri zkp*N7Ld!oS-I_A@-`O-jiu8V$cq@L+!{dMNtL!^*)a7c)6^b{ze^Fz%(6~18oeT5} zH7=TzC+5Ub0#{-#=gh*M21tVvnO8~DqUUl14ogD{S z4+cduXEcPd@g$J z4?+TXKrw)wc7)k{wXLzXsVQRiWW7G$F$m1SBRs^5}my8nQ8wbsw6pufhzmoOCM%#P?DWh<- zAi-+`>VBeTH~Go){+l*NY)3nR?)L!H;4m6?e>7!YY57Y2Yf%yhp*RXJVIB^RJ!*dJ z!OZq7CSh;4Ez`VjX?8StwJ|3whFfTq*ckuDn93&4v2kp1Ebu38Ct14=h{NcfLl*YL z1rd1767Kg7nqKCP<0GH)L%S?5fnaL(4?RTW*F_6(;cG!I(xuFb+uMHZl#WN;5l>?^ zh%Zj9oUTYNR${bBH<`?N6R?(8AV+6eW-e=CMJf>;i%9kKe$^l>_G426kJ(r|1N%W< zi{;d?xp9Bn{?_l1!eQ{?!{+B7I}9g)tma&BYN2b$L0LL$Q6S-quzuld%2ok`{)ogS z0xJq!iiBgqS}|UqNu}9R-)vmAMGfhp8PP@elElo}CiV@XR(Kj};RCD1SjJD0l{D1P0^fVBm-G@Q0>FnGu3wJ_Hgr2$}7@l}jfJAR0sKOA?YAJ0+ z=+d8vfpGwq=co-ZHXM$fOyK$g!q%bf1xj$6#Nla^sUQI zJXZI(#j)wdc3>3(!G#uc7lx{9|f$+#O~l1XB`YIvo=L3N3~o zW0ar6L$)xe-tLbCa@_2-3Y`^>ed?M9Gd+Cc=@}mftm~784Gf(7mI4GCv^wXN!Vh#u zt9AaD>O&^BZ)9NehB8E#0Bri+lU{w}(NOyZpy_ZhRwa5M1CEZb@aJ_?9`d^oM4ZR& zFE8lZtRB9j$-+ntzQxA+EhwF9d@%yNm*x{yKM*7k`ARiI7NE)!%X{U%I>ntHGsMYQ#QpYBgN3k%)P0ey?EuRT{KSD^b(x{hhK8V6 z;d90MhQ{@_SfS7`a-ZsAuYxyvOG~#S78FCp8tDHFTTtz-g@{qnF%+o@#ISs16Ro1$ z*wAQfFOM-lKhM!rSXk@@oP5;L2y2|4M!#ZujjVu+WF$JD<&)vI-z^;g7;xc&X3qvVB;S<)^LfJBtMqrv{~ zML$qrxvy`3D5b_ms69)rmhx;eP$YIH!2{+%(sEuxQQhe2vQ|;{{$Ozq7YU4Yb!BP! zEtFr0H3jxiQp<+AzU0>+_T&e3i}I3T1Imw4t!db#^I8)L6FVA01v)b=-(RSrlX>C_ zaR77n9XNfvBxv}kdtw5Y>>a7`84@G_{{_~#wmVj(&pxVIjW|F+^haF6TyK~U{3|91 zR(<@ayPfLMWPo|F!cV*M@VVW>srP=k;xQ)X(`@Y)$H@UZeGL)^VT`e(CGIHK%jXfH zaSD>0Z}?HdMk5`$qb#{YHS^k!aBfjK^GlxRI-(t0B2jFC%c-+ zt8|q!E5B=6Gp25;L|Fdv+R4y#6JuZ*n>ORD)x2&d!yN5=`FDozqrpz#q*d4yRaTW7 zMaE~+KJnL>nAof9h4Q;66ryk9gNyo*!$wh3d%$9p>6OI03skOORiIc{cWaqv{$7>TED6PE)ZCAbfAYFim^YT z$JC$z{*!w2eoy~SRy}i~;Uc8uAtK13T$2G4J&&!SdBIN`DqCGUd@Kt z#@@b@2&CIN_>?Pd=Mph-A`ku^^rM@U3pCq1ep>+R5i>oI@8EAov7zMBMlxWO``GD z2MeslW9^JC5B=foQgRhYFdMY&MdpjF#e23al(-VK!WrLNDl)DB29C8^_cLzXwv46@ z+pUAok5zifwq0sT|5ywPAg$Di$gk>DNx807W-^EXEKfpxU}Lc5n4l?BBCBynh5x*qPBDcVH3 z&%w9^jw&|Hy!b?pHU4OI=|8CPu&J|TL=7?BJ}|Rk;ZVgJq zT+3{6|Fz1p_dr@7g;Kja|I2gUeRjl{@4IatFUQ;|ep(tL`QE-ncyxG8+{|s3`O|wF ze{tM#6K=?TinBP+9;`dmR8)lO>+5^_Sek4GSKL(T1WnA$+?Z-DjOY8%`oRyg;8=zP zjkbKcKZG~cfSXH8(X_8#mDQLHzsAz8MQ{Wam)y*+rX5Snf}^yk0qt+rRhOV*L{gOv z&Un}SVvN^_1?E$wH%| zYiy?OpP{JwlG-_*;LfM$r^bN-WH_nFot1~-E?->u-5w6>;~`F#5NyHUAG2+KyTko#+%Io|Qc}oRfEXJQ)Ck1B zhR;`)@dut<|Jf!Sf$?x1K~~L)=n4(JekLdquqkz_Q-eFdyHzQjlM|jJRs6Y ztfI)kuXcS*uM`N8d-#k%9d!BuarIk-NShnZ-Pq%EqVeqDegTYL3HnrioZ&WKbd}Dj zDjx#P*B=P@i>9YQ-e9ELw=zziU)(d#!v<+96zU(IZWCmOEdfaaLYCc1)5I4*_Cl7I!JVC7e`kS22pSNZMoMN};4f7QlI#A@-O5`?oQ&=K)Aj149tFaw z3Tr!Ax6-Zq94I^>zd9SdYTn%CwrcD}&g($)sb!uWNu~40r%u^$F}2_EziC3HRc^2R zui*Yo<#j#AnNEUa#KG=fhh+9L(p+c1pryDa$?rp+WH* zJPlf$xKSX;pGJBLi%~^k399E6>E+tC1s>5D4s*$MkE$n|O~;79qQ4tWN<|^)_NYJ4 zU>tXAgAvVKCztyl;NPcS+K>;qKk5|C7HL$Lx1S@&ePD;4cllgVfE_<}8dG2c*netz zl&T1Qccj^SH$(A3ETadj&lq#5qsOpV(ju1hXz;kufB!RN`&i%WIuIlEo_co=D`$Ee zDZsE*S8mu$#`n<=0Ib{bOmMZ`9;u!zcUQYz34DyO{(Qj%F6sHRD?einXfQ19GGKo;|mEg+s7dt9n^pZK~^L(SZywEkSr zb<5cGJ}lezYHC=nnQDmW`^?JxJX4ne=T>^(#csa%=~|eXq`Fv>3!W&Zs0?Oht&s;3 zuU~g)6WsJY16f}Q7i9Gm4dvna<^2ZnOLRnIBv;IrIuN#0jI5VLFImtr$-GH=ej|n6 zoFIdK8LxkkIf+S`!O~ZZL!fgVEvDMaEI56p<&yrjB*}nH!5YLKAgXw@pkdC? zT~T~`>BQ=}bs3t3>bde$97)cecyYTo5n|@3zgRS#DpZxn+(N&Y5~r>pBmCs_d~{$T z?C-Y1M5kMI9w`JYY&7JZ!}bzt;I|}_SdpIvK0~?l0wBxm2`bXwR>S&6-%Ihrg>k7` z1c4RdkkwsF$pqWoR$tCRDam99lzG}Y1~f*Z%T^qU*s83PzV`2v&m)lHz6EvoU)#=7xn3wtmWtDcYNy{b7OK zAhb-pIOiPMl$n>210&`tit0Pk_DHcbOE&}w{MkHYK?sXz`Bh(uU#O-avSqms*omj0 ziS4V)>XW@At`0w1uyt%%YMvDd=Ay3usm~er&o2he`(Glyb5MUl70+)trt{d0;TR!u(-N`e;lqy#%K zlqqoormRC|HbQ!gq#bEMMIC}oS3XAqdXq!TfY%5^0HPs8$NelNw4(8=)l3(m;*t_E z2K>M&>)wG~;=Fj?F@t?+z!;Qx3o8>IB)S8mwB!KEL`*4wpK+XB%#cVf`03z~-Dmmhe@MPRCF-K-f)7 z1!b>c=765#@uNSSMycQ;?FcKWP!>S-GB57A=Rw^bDtk`@;9 zgzWm5UwZ>Bxt{^Q9)j3nxVW+XMm3rrRaFsFheOuZjAoBM>$ZD5$HKyrp~2&ZxnVLI zX6BMH$fvUPMv-uVM6szDLa(nsdkB)h3_!`#b*6%nA{J&;w(c__1&Kw)#2BBg_cpuk z;h~_S0{udW-?I?D=YAP7yai0!(%v4$1hYi#nO_&hpede)u2XNY7y2Va5^T_6<32`K zXznV;;JFdAfXs-wvgSD89sAkM?dQfB{-;zmI%3T3HOHK$CJp=d8}>w4gCab0=QGa| zx;O_?;Ip&Dx@<%&gcyB&eUxYj);2b;(GWEGaSA8*BxvxyEF4JzB#iI8r@{NV*y8eg zVgeM~|NeZ2lK`h%8@j0f&iz;y2?6XG(|vFSeDZ)n+z;x}>|Xzuw0{k?5HDeP%2x*> z>grBdjAxDBdIJjpxZ!E7OK6WzsX}0--k(zxt+VY0@hlI_YwP@;T4F6i^S+FC5chI8 zx)@I%LNToc~Twum3Gk-St1C1wjty>V7XT$F#QcLr!)Udxpd#c!4}ccq9iuf21fS z=&PB}H5Ym8@b~r+lz-8E9u;7-qoSixt z(5uE2B10qoFQ!LQX3O|M4+vjqgH6-IRt4ec|A>%DsWg3j(+45uGJ7c(fd6lR*NgT* zjv%%@GmjFjdf}*AyP{U*-3xBiCm2#gDw>Q)NlA%4FL*nfS}8KG>!I09ybX=Q^1W7Trluw zPDTL5z+%+eM)EPPvT{;7r_6*oCXx~MvggjL%j@gzqFL89fZxO~U*aXYe6xMf&;_$= zR)aM3+z9%lq|Y=+MV=Y@aD@h;;;6iVF-f4-QREB0167ARcK8OXN=HB5MXdCErXb|7lw^%G{?rtuu=6}t_UxB^U~3P&9Z;$ z=TE20vI+nWpr3QdTUTCdS6;st7KZZ$BtrgAJ!9W1Pdvf)&o7Z}IpEcOy*8K1Wv)m_~d1t!Yx$;lu9n@7^#VwjkieB*PW zySux?#YA}?A+h?oZOxI_ux<{Zan+SySx1NYZBTnL5EP$0vKt;1DqgPICLtNTEtV-LEpT z>!S+d>i911efbV(FXcP$;asB1gQdV!EJmIT1y5pQ2w)}836-rKM2A|9Yrfg*;hKkS zI@rs=w#|EwUlGK^;}>QUA0`1AEM$K|YQR*cD4sSpz5_u=9V37pqQoHp1lPK5CYrrh^X=1KepUGZ3|KDL)l?en zr4Hs@T)~M$c!w#+hpx`fa;@&s!KisyAvsN*BAZJp8oVijPV($FTEL#Dz>__!CqDk& z#KxH^eo}W;ve6uc*VQL6FN5#;6M#+qT7I?a_s4};P^oqc2PB;+>(QaFt566eG!L%U zE#IJ*uqAZC22=doOVIs;8HRf#rvarq>;FL~11!?jIKWs8o9p92Vt9!MPrE+5rgL?1 zD{xeC;_R(ffq6NKRLyo!7d?1hMi28FW|jNcv!@HV9~XSrw9M3Zd;g!MtTR8!YCrei zOIcuI@*fJ81fUU@jAQFf!66L>U{r~TiQ|^oB>vYrpB|e20n9x4Rra8Mx>Ad^2rFo1 zyd_M6FFvn@y+{R_GD7%&wE(=0DwwPZc^zO-({gtiuB=5FLoONVZiUbqllAQkfBRs6-ytf`D#3(%olyDn|cRM46g!S5Bi@(+5l%jfXcJd z;`i#E#UPw(rXmH=Nf^@NFX0J24HHB|YJIcWwcpWm>ZPjN*R_XV?QB<*^=X;Ec2QD$%UD~n`Bzm zmE-ZQl76~mAo}qMGPfyL@syp%-Re$y_AQC^2}?;;nf}`$j^4v}?DW*PqW%S@ z6GNlKG?rW_7pD)I?yo6nH5EwyLTeAi*cEMeeZ>1mr?fCTZD&r*CVwg;G7Z7K>&r$vx1IE7OtRuPQz>h%;0xZCmCnf0oLCL{^ zeJAUAa=?GMC8c!EV~78=6DxN5%azR%)a*5LoFN~#+`RGm__*jPe7XNT9IpWe(Vu9? zlDZ44stJv+coL-u)**s64XHt!#z9V-@Jz0v-i@n+)54=JrqV12`&%?&cS8}-stX3; z&`ILM6)XI$_sxK>z=OFEXtjspe3fUMV5Xs~HF<4jJd%@DrTTe5WSi#IK;)8u^ALRC z=ztlv^z9E|z`mq>EptCIKRP-B1=LxLBY-Mvw4E4mA-3{PV}OfBDSh2%%qerF55V)} z!Ij1{z>YOO96dg2A{)9;27Hp7CIDh0%az%7!h|k_4t+Q<09};-*A9X&qC`kGI?8Uy z2zt)-Rn89pd<30+TyBLPM4Y30=aRg&5jZx&TEkykww&r!dQ{1mjnsSW!7M;n%%s z1P%efYp*lDiHRIAP$JBk`<;yNgMw1*)NCtD=*V7&CIi8 zOv65(PezD((0@`@$!Gy<2UMI2?<3kaIp`Ppa6bO!Sa%|!_7yQPWbgM$j{iW+6l?a+ z+^iFVPqAu0th~rr#}t9!42hEu@Z1ADHhee7TxeIgZx%YoJDXknq%wnH@um%DA<)^b zPU+-_nIp@=;=}=onP<)Z1K7M85hr|KG2X`yUE;iw8dd=EDB%cJ_V#@#tU9ZHkK|Ks zLe4vU!KrYCApPgbd4NaU^|<3dEdjfqxuI--u&|uYF_;Rk)SVDDCx!v!fk4x&Fl@i8 zKdF(WJJdFv5syW}s31+v8$PJ7Q1IFTBWBiS^j%ol~W@+i^Uo`aB z7P<29c4c7&0eqCKwW$EkLm-dX{9zVsk2$&%1lyOp?x*ux^uJ#$JqzmrhxL5P+Es7=43+g9YkNuTu?j{3 zWj}1vgTqsbzt7WOe#O_lJiW5mDtx1jME1N-G~ud|bZk(*!ecNSp93eO>=)Vzw@STx z1IH-@vAm|{`Ha3dE8xLCRd2~@=g2oX?92;uz(AtAiPFb{sTXgJu&=952BEEg;xJmf z%XJ=JAt9tc2c)}DxlBix8r2v)eEaz$ZNfPq2BLuH3oK7)!?=in@|O3-D36N`d^MV< zw)ZPh{@MKseQMJOtyB+DP(U*3FGI3too|S|5=68h1lt)O2;wyY`$OSc(x0>!+b~Jr`h5T;XR-CN-SHGZYauCyO$>U0h0dm1DhBL%Nj0ps4 z#Qm`pJ9$2&q@-v2W$T0qa2hnA_6UuN9mrHnovL>}tyviMtHAz^wNf8c6qM7cDn9~L zhxT~iWX{?^^uPfOVAqMDJ^4gWI`)mBVDIk!R9Oq70r`v)Zm?4>B}<;E2Xpq8fcqQJ zdBzEKtRPU_^{>=~Lm96`!{2sk3?JZO~k;IY^7!C6*J(wv5j~?tDf153uXW@N9WVTCM}ki=3zci6h< z)N9iORz$r@KiVS86NOo$@`+`^Yry93W=PYy=SroX?Q*-PW{1~X>{tB3KrE!r?aq91 z0BqTNy(V%EfexfOP~oCc;-Y~jZp<-(8A1?os%QB59cT31BQ82@X4G9ZsFwleNVri0 z#=-OEr`pIYOl+Fs4umTd1%LsV(!LM0!^A!H@chL7)}moeR(hbbSoUXYgX%a49Awqly`earIeU^|6b`%82*x^~GRKmQdhB zxI@?Ou-);b@yknypt;fe4GK6hh^f+NWLa2QzkApp1>|ulDnKqYk#$C{{3uhqeB13~ z>tp2C=baq79l$rSyj=MWHB=D300d+$78_*kdvr!eoxZk-E8~*TZymmQ?Th~KM<5pg z0`e_AEj$v1p4O8;Frhpy`>2eD#wtuCrxHgmlJoNOsdw)EJs0cH|6~vs&T?NK@)wGrU-QD8dm)3beIJIpYh@qX9iu7xD5tiGt?ky>` zCude*X<*iYB&P7ez<`3>|G^1#aW;^-qc(Nbn|bji^Hnn(cHgl3QW*>Y;pth04!GVB zen)(Ujzl)x9l@ZsvjlKwDcJRN}BhvU^OnR zO5|&&k>S=CA-*D(AM0xesvfs@b->!R>C)%=(`ebXt&!!Zz!vOz!=l+o06fN*`(@-j z-R@Xj@Y8qA2PgFLeesQAe}-paMZN&EuO?y0YA~Tpeppcb@G9G9gE&RE19R;o+Hu;; z;P_|qjByXLFdF}>^CAXIgtd>wyKh{!8w`OgG2ex@ z9Mef<37B%($0Psxjy+@igl>d9hkk|k-CC<{9G;Yy(GKnyT;Gunx&9Jrq(3b(FGJ9mW0=i-7QK&(Lh14F9~-k zRm+3>Y772_Dp^sE3`uoBhX;}{ZCw#1XxWj7=!U_;S>j1s3Xt&y4Llf)X1v8nW!D?J z*DgB;2;M9*ED?IURVbFws0&(JU<;;&B~lf9o1 ztF3I=VSP6~j4=K6VM<>Fq5;siV!0uL_bO;uOUKz$wCzlZkOTEsLmGtc1LI+q-<=g` zy(d6>@$Fkx*zFHzv1FCbzYG$rAF=%!W=@>vUC5_YfFAGvuSW-HS>q}|rSLy0jZ@N~ zPvW+CM_F-(e}5iO+Un7g6YwYR<5a?{@5R8R@*CmpEQX>K=QG`bn-TM{$=eyfhd5+i zbMlr8vb#{|jTo~>a}G@bgSb_UJTnFYh)UVXFqpcgU8&HzDx2ruTvAq9{Tm*4q6r^o zdT!Zywp#sa1DK9GJ{$6JnA!DAVcFnOGE^l;Az{(1BX8?xeKFeZb0P*@BQ?a!RU^WeZ*(hoq zvIcK;AF^346LL5})0Ysog>G{c+pb<)qTEjV*=Hgucqc(78(HB`7W;O@aHW zbFY+(q{PmDR^(U1qe@&OZTfzP`1}sgoqhJE()rF@rvxWqwaPRf0mli}Pa*P}Nx;MH zr*_X`*0MTo^3C>j+IfiLk5Kq)o~L|qS!yn#(vh?Sy%avASoeE0XLm4%0_t0MFf)SS zx7E0Sbo)rMM=(|CvgAP;r)MDyID0^S0^uBTWhme=(YHY&7Ei|{REHKz&-=&Pd}{Dp zDQt6#kNiu{t8Nt8Tgp{n);D!qdYzi}DI&248uAU%aAOujy%W@jA-g8@4N{C^`6`BS zy`qDA`44>Q(V!Cr2~qPTqt{he>RC_HqXTQdrk*YpbYOCOv@V%GQ&OG?X7Z@&QG-=8 zw@{R*Z~c?dt#R*HwR1Dz3;nQR?}t)WB_LD$=~O>#P~b)E9GB5qipYuEfVlzci1#bD zlQa46)o7KcjRBy}?;iCGvSMq9>uFdepVueh|l$5 zT!t2?Pa5Hs=~^N~(hb<^(6d6F-W~x0GRR6uL1X)-`KWMd;e^-Jr2)?Qj@{2vR)9^` zcU7p+3-T^&U;-mw?oYZ5MozbO5+xsiU`IW3P2P@)uVVE`{7-iXGxAGW=?aE|WtICX zBIreE=(4&bh|qUcD4S8}ZRt{MqC3=)AsB<` z?oEvLN6U`FYXkQGBl^D!A-|~%j=tUQb)Xl4k#0nR- z5b*=n2Dn$e$jM`H1H-r~?0=6o5W@?7-~|DSA9(RqI?w~s&X3d55~eBS&^OsLPS$EE zN>h%Mq&mGCtN~`R7s9pu;Oz_9m~{i$H@6#eoj{hFt%bwL=ZCMmjjWF1{udcnOg4)O zqxsZpaI&tJ#mXKMh??=s@&OsvL%zus?{GDNwacc)c>9{S0CZ zcGm48oHqaOQEJsge54aEbYSa@lxP$%3ik?Bd;;Y)$Uo?C<-alr4q_<+NF0h{KutK7 z9X+|jHY6?jNQZ$X?BuX|*t+*x&LHj~I>MaLk?&e{BxIV9cwEg^ZVNzf|7UJ(C52@6 z0`7`f+ap$eA?{&Y`RZCR&Qle1Rw4SYp+x#TgI%sk=Kv4fQf0|S(8Q$f0^Wt{30?t4Yt$=rs)V7Da3Mat4+o5q&QXZZ0a z5J7Fga80%`+W-O`M)P7EvaS69!aE*0=*es{U+nz^qCX;K7cEOBqJj`?7!O%*@Dcw? zMW5ArVFxgWFj##si=oSV!s-@2!2T}#FC}2wsEgNHUubpz;lnd)3YgN45xlf@hfxLH5%XXh1;@u( zGRoM;fT=vS#eYVNoM8-s%~fPo_sTk1*0vUvKHr>*s{RW=HSj``dzZoO2~{?Rro;IR z_X~B}YeaSVmTSP&Wx3Fw`s7_61_Hx zsl6phT#NEh*W&+fawZ^`H3|au$sd7^P8?W-5>qCbWny~~!v^BPCvavltPO|)YBjch zB$QBknluCRGp4~%xAV-`h6LPt|2fF{O`T9XD7@csJV*&8LLC%I)Lj7YKVLdT9T5=g zB4^cX*ow9WA8=~_Mw2;yw`ZBuTK5{78oFtp8Y5LAkS@L{@~M&W?e}t~2)1j)>7IEO zA?<4GVbb3S(>)G9!vR+?L%L%o6Kk-GdxQ>dT&uW8a;!YzC2LkJ{f`PQNK!Y8k%R5dof0BLZg*l`8t zn|n@(tDRT9;ZzDw8nQx?REw_D)ap7HB8~sXn?hg(Z7Nl65I@iSO*#xsDYt0Y0>kdn z0pF`pf4(~!XUlov`|nql5;Cwpx+;XR8zdUq(N4!s>8V5&Ui_gJbkSTha50m}F2!nX zcJ-UR=CpI`F1U}HI1GSubIH>WHl{}!ED1|Jy_yB_yTrO<^Kaa1yp-=B33T-5FEkRa z=G^(g;W!-a|Ez%5A3C(|q^CCumwkZ*93|SM(b^LDDOJxw{a<~_q|<0tN0d9okEp<` z$hYidrcu!bVU(L$f0*Bu+K*zOy7=+U*(ukP8&uwIy+Z-&k8W8knj%CP+e`$%bW);u z9KCNMpe-sC_{`DPlXd1DDaplk%9|0BcR*Wj20Tu$_rMzc33%Z^ztzZ2c|lwDCVB9f z9;gL@zM1oVIS}VBdjq@$;J@}TS4cR8IrWSf#HP19`Y~#5B#oi=HZ%nD@k|TW!egH+1ju2_g1a6R^*MSKpB zg2Sni*a3@c=E?hocJrqLP^~aAVL0gaEHL114+|&;`zBEKoQMs}@VJ~VL%^Senz~2Z zE%W17(5&q{g|ae94*V}geIbSn2~jZ3lAwML5)G<)Zg-J(wmm4a)*%nWwD4vNs==2Eor<2^!xBad3_z}^ zbG#gFavb$u3F2Bx<=CYV<;MFN7E56=(JmXHI~yl6j?wG`F)QyI!jNS6LLF!LEuDT=5P1uxmEmqvGwoldA_VVfriS6(5WUi8l@gQIWql{Wo{f6&!HQ$cRaX zcpbPoFqM|L-Cijs>NQ=u11l7tPtW0fESN+EFRcw&Vnam&1H2Z!1LmlzoL~F}8T6s( zRbVedYEO(KcPKR~9BGhMOOZDN8xtp5g!99MPIq&<#vKD;^ww2>p9yEM_-nL1yu#KX z`kp;kN;2#oYXV$M$vA~VkmhT&jYuBv)(yZmwkFFIsX(#9gbMaw zIz^{8G8W%oxA8v_DXB6G*1weD?n5}9LAL6d?>PLp-$*6+-z@plFW&wcwzaH&Q(}fJ z_Hprwt*V6|+?P|6 zm9T!q3NqN#cDm4kI>F!dsjl@Z{OzlOB)LL5A38<~C|93h%?IILb47piCavc$RWC%j z2@q`GG2_a2+c$N`BZ#k|5eG=T(Q>t$Q}0-^m*jXUSuqI?TM7jVx^%J*-o3%<%v(=> zCY4XNh``}lO$#ajAyMY&f1Up0wv|x-H>?D~Eh_Z)mI1c2=kHQ6SQ>+&{4`PZ6>68b zjyEann3`w(jKZFM4?`tofB>tX*swu8o0cZvr*%W*3`+++TJ@Z*OhIx2Yef#Al3BC8GP`cp^$7P6(^@coWtM$=k* z!=Zp5uw>tx*;LL_(|;EtCJLx?ov*$^nOkm6Ct;`6+i&UzqJmk$3szxEOauP(iI`^| zc)(}P5r5M96>u|Pi798=Dx}{kXy)kYVbQ(g)j(WO>SXB4)J8-xuWA{(L^R2Dv=9jk z3&D3+*I`no03@Q#*#aK`aXbwGmHr_}Z(3(X?wIf>T3*32AErdpG=v?!3+#L#vTfe;>H;31d= zame!3`g(j2s;QQ-@CqC0w+Nm%3o<5hJ~7GHpCWjHfKc$hl;(ZeKcIgL_WNGBl2!hH8ES z$#P)K@RSRqK@=rrQUlbSgbxSiq2J~!kER}n<6t4= z)gY1CqjsMmNj-8lbEAbn=MdgGx@yLaQJ-B~pZ{MiK;L?Y`MCaeWl4Mxznq($FFh0TgtRF*;QWkVOxF(NHe~g_-09Vg%FpiHkB5Z>PsNzzw;%U-8&>lw{P}7eOucyS==yCze1k<-BA%o%_87!)k)r3Fo zXFT95@bk+3y*rZ-e<&=X;J4QO{0ooq*M=-mWJ;4TSc^3PM1aPlZ9NJ$7{wEB!~R68 z?Db_HHh5HWTtUs+ppm9Xiq8-baC4>tn?OjjNj%2U`0|vt`!$m&K639!VJ6NIwxE3Bn&fmN#|4S}%Fxq?Hk6G7o%H*E(J-{80c~gaw!RI?EOkXFUvJdmJ?A zHEA;eExjJIwuXn({Ny9|Kea{_O1!MGRLHuhSHOF$5Y&*R-H{W@dWngHDj6%O?OCeF zMl%MMUiaj1PP@ZNof$JyOCHVR2u08cK5r!@Av%w-#*Vi zckiCF_teasnK|>DrSa9$$M}xq{cGnMTZK@p1)%d-saj-_1TCjw5=Y$6qh!aKd04jr-7 zSid@8piUTIHG~=$i`5%f0dU0cf%h~zMDzs8%)4)}60kW2fLEDK#7hp%%&a#p-z;WH zDH_;+bvCPxC{q&0jJ$x<1O;S6(jA%8*3m=5Th;eT0JBAjx7mWC;yK-eco@}0NmHDr zZ<{}m;U&u5YI!<+ohr0WZ_i}kk?ZPvL&6|A23(vLtZ$^(xD@gudQQLR25v>HR_7$-cDgu zL$}b`(*AR98>|$?+Dt-p^X)O8b6V7vM?j6P!^fFBR_o}yUt_M*2M`<3>mpcYX-79g zL#nU45Y+rsrNW@Q4YiQg;J`cz?mo?Zj>l;Be{JKf_%k$!LHfsKksL?&sTub!6MF}d zQ5CkW?T^GUgSN;*pg5}VD`U6stQxC+?7&wdEY`;SBrR!PD<4q0J#iB<;ij%P81bU3 z0vQ>brIno(PhCA*7q2r4s{Wi3DkAd}JNA{{jF2e@$;il?14;g9fpG12W7suRGXoeg zI&YcSAB|Wma=6xP*M-)l@Z6hcPTEzhN95d-3~2aMSAj8cA>(RaqMkZ6V%w&}i`lTE zvXiPO9fK2@`o31jnJ#74okFCoiEv0i%4QCNwz)Xm$WV`W^`^5eukvFir&zm+Q`SQ% zlw00Bc7RY=u8hm_VSHf6N<5aS7Wr$8?mtpG?JOe7KKHY+19gPcd6WGaB|M#g_6?dOfE8=Vhbo!^zWpZDC zOEs?DxGv)`+{R*9B>%w45=GC~k6hH7AYp9wghwd5&(o><&z8wW!XE@Gg->Q_Et(L6 zGMCl|)a#gN6Tw6mbg9Gs9ftlaQhEN%B9gSUQKJqqqoBr{BcE7;D=+=H!*;Yp`26c{ z6H3usaop;dXeO(5E?VdQ|XLj(8rX)Q}grGUL!^Gs|d0+bUCfz+>j3|^^-bp9a)Ac+NYI zy7&aBpN-@`#EWzyGG4*Kczf<2-Q4W)*$sny*V(%{PP_qMWm7)hIp0x|2J}v4;3gX7 zJ|x6ZTpl-|n%|BTwPGeb)4?A#%UKKy@dEUDR&!j4uMZdBLI4MDvuOEWyKy`7z6Od= zCWrDgk$O?k^g8SydGTGC5A}-;eUGm*(85=$Y=!*|ZjM3i?d>@8!WWMkxnQC8Fxn zocA3giOHDEznwlIRQohsBU4f9V$j_i2sPx+hxTKDg!Fam-ExciyQ`KJP&sF`0m0t~ zk>Y%1&GvZ&4F>USc)js|2(iq-LkDc9OfQA>yLsIO_MLl=QRT&VBA=i&Mg$&R&m|`E z7}aq3<5C06$l?Z4Ul30F%5FOeTV(;&Cc>|Cs@(+Im;(<*bMLxO{dkMF@6W&8CIdxT z_L1KsS~4H)Mg!*xK9rh@C~{xd zj2=+@9QcVO^?qA?0&CZ<;^X@RB?-qb+}sFh_~M=je2QsNzrMb?P$gd9Qs>N6e4MH% zO#Ou4WpSI88`|g5$egMPF`_4*##4RtQu*U_1D363)`wVHHge)3cPpRr{ZK~P&^ua+ z!8RZyiX>t|kYEsgL$Mw*pGixs$}e6XPGY7&I@Re!wkN}TU+Rx&t!az0Ca1vff?~cB zrPG3cb^^LLbE>BNx=DJ!x*4uJ&-P{Cbe=^rX=XdZ1fQF7Q@4?*X7)HtBT=s)*SI({ zb%Sgr^PeAK0sZ}(G<27W{NK2O`k5K2^wAS0ePJ>vG^ajjQ=+2sEo+Yn;q4CXd!xdWeO0 z`MzViz@{?$>EduYY^|J_nQB)Wb2mt~pY^>G2jN;zyp%TUw)jP5Roc~m03NJ<_be9l z1K|(r9uSATu2whYeT;`u`iv&ZoYwY5Jq^W~dIG&n3iSd$2gj^s{vXq(dMt(Pxd$e- z7ieW?N+$G2frLBk|C8CGeB$fZe@ZCiiKM#Cm`@Q#F0|{$sjji44A;e9eXzY zKCq7-;GPh-xV2@3k^cpF#3~MVN_cAZbkGHPG(^AB8ES28^brEMLGN(mdAm-AJvEP6 zlZ2&MLj>c$F0p%T<_Kn_*-b8`7l^f+{+MX{$zDoI>MY+j5W5pR%t#+7*7&g($wb*T z6byQ}OdsA7&u)TwIb!#U8yg#$RC1nuuqUj8(%F7q3JIT?#8yaItf1294u)h{@PSDk zii@^_HJid&L@}4%`wKCY+tlIlEH~_sOG?%Pl(n`te}|yStxx3B``0<-n!A`-dlu#d zUYwN2(___q={XX9?@z%w=-Ge6`rLJ1#>^(N63LYhzmJ>5J9`s<46)l zxq;$t(1k@mNvQ-*6m2H*w2H@^xUi_`^9**@uud;xwax6~fcw60+sS^(X!JZX!e)jH zAV-Cp(Esz}X#wp1eW-oAb~;MkZ;=Cq6aDm7kyM#VFkF8vG0y130k|E$5fOjzV6kjR zIy_@2Tn;W^O@~dvy#XFijRXZ%2IPAE=LpfA3pwNw`t#E~FYq{o`h$bpeYyKPJJTrR-4j3pJ{b^>5^Ug-d_=XA zLqpsEwjn4=yO^ec20+zW*B$}~-6;nMkwtt)Y2R$*)t=#BKg!s|ds!krXv#QF-wPE% zvNvp*k@oE*kNTCeWdf|8DwxnrT-ku~Vz>_kyw}u!KTu<#D1Z8x6sWiPp=fut13oU5 zAP0<4T-{f8#wXVmPM?4zcr0LWo`_KS){ZY41lFB0ndWJ|;o0(J*-<+d(XG0NeG$VH z%c*401lyL7^_HSwNz;dD_~a*i|G9Bt%jT0OI59+OlPjI&ifCZ@ebCM{nd^d$&PyFA z3qgP&?bvvwc$m&pt#P`BWgXm&rQraZ=8DF>w|SwsA|lP8H$a}bqLR0e-@YuI{&(DV zd@b`gFzD=IN@QGVuoL^av?7H!=SGe)22k%dOr>w$3ua*J-RyL3qs#(I;;S>j!Qd$_ z+D#fK^Ci(0G&0EHn*N&Z^nW*80WAqyYsJOY5i-QqAA|HDzY8FwubY!J8Q5kYj8WFj zf2@w;1`{_C_HPGOu{_?XBxE0z=6iyAp(q752rk0CmXmujt!^U$%+>ef(=tFxA9&Hw zIX|Q8E#z46D2%u3$-U2-nmWB;s1MWqdwrJrkLp}`MB2s3lQ4lVso54~3)>CqK@}r< z+}k{DWib5oslFiIsH@}Ts|#Zu#H<4|5=H%Oe|X}Rjpa#LHB`acjvb2>KuGBCnskL z4o|Lm_KaeWS2Fcfs=m!D=ZamgY#2wsNLfVQEx zNw3)gj9`G4*7kHwsEhtXC(rXwe)h1;Jw7%tT}K}ZdD|8yn`y6iG)Z!QNN!<&fBz-o zbf+P#+isYAV|zOl{QwFrU43fbA}WHv0^@#8ua*D){2wXcxqkTK*iY$#Or+0xkDQ`D zt41z9yBIyGwPQp#U4~WTfdLHLty!`Ddv6;4+~ag_&Jk0epPN%j5mp8(RRw6wj-?PQ zEfo&a#R}#7BExp3;9+hP`Kc**mik`oc)2BMr$LMBLPCtytfI|wXy-;cX*nXo@X1lr zyIzCQ6!tC$m7xmgh33P1;+dL-3x)Tx`31Jr1zT6@RtqTR30O9#Saya?`-ngkHuiTW zym2zm;B>A*?+7geKJ%9Q>}p3b`A?h_4LLT{v-9oN$?fecbFJIt#K=L><#@2DPKslD zYDwuEFI@NjueQb2oYD;<5(L_2xn@FHo{LwGU|6;I3IH2>=einMeCEsyb=~S`?O@uX zl(=0gu`+AxR8%5AXWCsua?E=n(|3w{+p#|=y~N4;K{?glpNj73l8Q|&QYR5dQRV;n z(#tzmz1Zg}tydq?#8pGZp_%wlahAP^6c_Tws}Vz;S!IOdja%_*`_B}O40F-=OHw28 zP10crK+uZ$2?s&kl2s#(kG#jA+WN(phD$n`KtwZk5xTKKgIL*T}~H*#Q5XgpGhY&Sem|ELEI0k4hdjwgo%P(3@M zx}_`yZL1|G+pR~tz6-Cj)W3%mwG0RMs8;V|BRf2ij@K)1!Zl>?mibh8JmEKnJ*}sC zT_HQ`9RWM$Pu>pw{FxQnZdgroJ|lKDJTs$o`m~j+C%*u8>+f$jIU~FLy^{yNdd2hf zXjB`0P2$XoGs3@o67MV6XxU&H!Jj?0J=0S010Lh&-irhRgoBaWH35obsWsy(%$sqm zYpETZ!@m|$#>(-NHcdgd3pU>Id6vs$b#jC|T~}*t=$GdK(#?EG7N9WJA8k4}0H3&S z^X*^3!oDh_T)^HChKFyb#E$v5%TJzdZ+zI9yBc92B9M<~uOf>}J}ACcymXbTNorX+ zykTapF&Z_VWGnHUb!oms9oH_iIPGJ4tqbHoLt6p8c4jq3ZtntCJX)ppEps^bG5LWq zyCl#1cw5wBTCFR2oGIT)LshsBqOk#|`tv_kD|B*sDsa}6oOL!W00-Kcc9p(xGWy`c zaV@MDP_E4jmDLP6Qb!E=g6l#Onp_ zP4e`b#nn0J%S9D6x$Qzs}s_~zqPO+*?X>gw`|`D%OgOcAE` z**ABkqY+^jzSmK2w2l4mE)Mh`--~3{Go^NE4}Esyrp5w$mx<)G>l>=d5w&p-{Or-X zU-jl3!{ddevVE`Ld=Rr{m{sbcvGyAhx%0NzSPP4YlC+InLSZrV-u{R0u!hmP+`pyh zldGPrjl&>BU;lg<%5I?|vXE=XQFCY`L9JtRbXxxTd@Drbrv8P}zRP>a;_#!Ip4#I3 zGFy~!k;i=z2)X0U8?GOF$4FC_TOBs^W!>57YC&|v&27QclgrNCwOz*#wOQ7c&g8Eo z*+|NhTs)NY=)B5i8EK`aljOSJLgrmH?EB!>NQ3ZhR1iC}H-b%$JoOFXv1v2voX>yT zQO-K$Z{JpW+IZmTj#~|$p#H?s63u3GRzZx75H7V zbY$tk(2n)M+_Ar;I0^knufTXaW|S|OG2(`(?Jk{hceF!w)mxamcA9l+uq z@*5!_;w40ZUk+Wu=x0{6Wp`yBk$ZT0k~Aml$?m`uNZf|k2MjGvMJ&Uu&+|@n(V_zl zXx-%Qew?$B5t~{wl?ZJY$rHJ~H-xnHQ>lyVC;35FmbPeUHm|kv2ubJ52#zjUE@mZ& z@%dG-T!-!rLtn6Ju!8ny%PvnP^3=macT*FS!qAbjJJy7>SL}tvk>M$UgzGCyOZ6Wa z2@2Ok|8FUNZ0euSld`g6zJihb+q24@wa)v zyDC)h^;ge9L@ztGSM15B(E&>ULGf!7NFv^r~QCPCLI2$?Bas=w#6LYab$?q^KQ#^0`7 z=kp0|vI8phM-YtN26d>%@<>4&o@;-VP_opl*t&deb$BTi59UKW%w}qWZYfJ^W#ymd z;b=thx%*G^ZqjI7rHe7BNX=KlTcz6H}cXg%#Y@Ce}ARr=j|>%E^2?Gc><6*EWjDhxJ$JBz!T_+`erSc2WxfIvMlYdidEtAf)dbMZ!!_+>M6O&2HNl8+2llO|?4+LC__&u7)xK3k=b4!DFu&dzWEd6d`Pj)uP zNv1>PrmK;~-clZiaIrj*ukHR-_`;<2sT9|p=Cr+Em)KRPC-vtaeh|9)n7KP_iJt=H z#()PW59U$)b!9*c1C(Mva^1fP0?A6S@0GIbflHZ_^#1XCHFQD+%$W%9crZ;Un^FV5-yAJlcgYxz z9aBXEea6v*pF{sxO$D_SQBd2oDf9i7UYW)peMOiJShVO~L6X599$}^Jzj_Xmh+n zul)hVUKC&cD;s7m^klMa1y!4UK^CGXGDL`DQr!wvjvC?U*71G6JvGRyII!YY=B%Z z2-dKj)f^yo|24qKH)R8UWYSCD#k0gOeEpSAq3TvEee`KKt84DlaL4o#-!FTmcS}=} zN0_SL=EBN`cOJ{7H;+H=X&ly*dVW|OiuriqC1bt)+*h(cJ0|_G!g<=S!#m|yr(g`I zeQ#VqWa_@9v=P60lEQn7x50eJGv|)gX55%>2~=wW{+P6}b`gm$y9TrmW4&&DDNtCR zKejt~?Bdx5A|Sg8pDQ;k9to%87rSr0kk^%YC-m0(C&D_xYKncWTyz6e_9%;2cIC33 z2j(&@UOxK}dAz~-<<(Niw4UBVTTnCLH*KUH?4EX5&8V5)@JuH#nY%c$&Y$WB6lLX^ zS6uCL>hj8UhF5_x<+ogef9vAYa+b}iU+FWgyMChgl(#E==qyvYvj}Oa_OWBBbRWD{ z{y3qy_g6H0oKSrgYvIRJ#Fh3f4I&0#vYG-#1j&5kqO%GHdml~dcu2jK&J zJDgu~bPq@!57kWeX?S1nA=qHSjtkEnlc~K8PxtlsuGjSC5v{st z4_7^;ISn)&w+BBHIt<=}br+g$T6uv4LgE`obMsG&UYHlhqI+=nXO$6Lm?xVv-Kllc z7Pwb@Ls#96_sy@mj=4wskOZ$U@eH@_0?gC*;O)Ts`3(;rC27{Hy`m@j`x34)IWcG8 z1F9nSG3tj-`dThFY$bdkTKgS|Q?ygXzdf-{QJJ|^`XF=EC^*gx*yUY=fXjaQ=SHt#0uz;$v5sL6_Ot3^!tl)<6qTQ{rI>J@RW)^0p zZ07)zr-oe)FZ|>Q@)EcWut(xr;O=>+pl+%JBGO`Tbl`zUT^cm&7W3BH=+V+A$S0h2 zU^rhHDpwa=FPqtOj}sNnAFF=`yDkW5l>Epm<;I#s3!A((Q4g&o|5U@8JwrOD-Q}6F zrC!h;g&G(ktKQ|$e241q_lz7^FW$1TyTUI6|Agtg_kt5)D|+Ec`>W^28NA+fUJmjZ z=R94fYXM%@9}!~8y4L!#VA_7zmSP_}Z|pK%6ZI&~7H$=G4vL@)uDOVN6A=MqP}eUp za%wcPTTQAA^s}x1B>is{w&bifp-b-{t6o2Ze%jl!RZHr?9_-CgNA2nS%Rr)4H*A3R zQ$Io4#bsbz8QGC^6R=XfR{%(3&#rAePuX25w7CybzJn<`9eX1w>5O?siyI=w62;R; z(@V)Z2{oJo86D7}g%y?+l5pl<{xe>BBL1$^FP}Z9 z`HxY+K45LUpL62fD->$VG5=2}cZ6(C=+VMU_# zApo5Itu()tl%E1XrNLTiIOdUj023buKLFs6{;R|S(lLLjyvPa@;3tLzs)ux5lmA!w z`|4^u4+I#B0tf*p1UXE5{(&+#*gT1#;H4SweR>+%M?lC}+}A-dD~s=Jf2H6J&0M*b zDojh-^*q6CCXD`y?##^0EMt6}$JEU1{iX37&IJiDe}>vf*80jyGX%IO7TG^0dt|-D8T^K3itaIF7&= zLagO^&q>`!9N+r^)Xo#1=vWSg$f1zznI58w3hQ>szhrA6F3KCK3S8PS5o=V4E=e|j z!vI*H04*7NcEYudWI$m)UN5zJ%T>-19yTzP{O_D%*#H0`6JV~^lgD}}0u-X~db5V_ zwSa3{PXJj`9FC(HcvcJm<%}4hI;Iova^Nr^f&<)=LV1c*ee@I-FJIO`dJVB`2w0-{ d`)GiJGj!H1X$#wE!vFxjo~mdm*DBgX{tr|x)tLYQ literal 24832 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 delta 2457 zcmV;K31;@%9M~0*BsdpPOjJbx003uaXKHF{adB~Sa&l~JY-ng`Zf2vgk9_x+!v!?gbuebQ%3!#Tj5 zIcH{(5GIsyAyGnvC?vRMDa)B*(pr~_65(XMB67L^FMofRb054cs;n*- z$atL9(Pj=8o|IMK(xF&mPb7^xMHaltswlIQmn9`xCA4&ytsw3!izzNhj7()r>nbE{ zYJ-BL6|qqT#H=PtFy_@MTb{iv5;qmZ9W4kxR}%Xo6150*E~zpsilDiuSP{LfGt7`? z!P<=ZI(JqWboN55xj27@ICb@@xj^t-VNd-+bDCAw*OFZL>;zF#h_im$`os^%b?bmejWet#|q*$L8AndF)P_o&3;(Dp?tk?Bo!#t zbxk-Th{i}U9XfTt;zDHT3PMiyXA!a|6wRwVu?Nu30!4dfjz_!4+r#+)q_GgcN-h%yRfRjh4h zVzLB<%Hn@At7@dAEG1**_3Ax;bA=HMdp(JCD{}EmVO#&r?|nDszl|#v* zHWK1-kue83x11%mj&i?yw-K8Vu3QkloRJEhJZgVP3|NDGbu2iiMGZF)Gs+Nd5D3elp9=O z7xOn_ee#0Yien|P$d_4e&J82v=HyC!j0=AaCHO!HiQqbTo&=^m$v9luuqvy5s$Tu> z<#|dTfFs zAu(F6mnwezCxMxjgA&2%30$fKiA=)*FrlTPI#T61*BYc#)jGN;2*R2vglQhQf0uv3 z%u*cY0VqpC0WgsrIEPxyM3H&prAjc@xB|1fM9$9n(h(dy&9Sl|`TT=Qq7-UTQ;lt) zJh|XlNmQ*sT42hOXORbAlosM5*X@!Uax^AMbX-2?p$MG8gx^1@^r`vb0$9~*({IjJs_&!q@A~z8L{w+_Z;pFpj%+JN}Hveu8_CH;}fy*^Ya-*>)H= z2LU#_4ZNRTzwU;y>!$5jLWh5$d%Oo4x9wqocC*`Upaa0guI;v)EkKM=R{P7a?b`M* z2lw~W^!&5>T6_a}UtgPXvuW=hAE(Frg8(OIAFobsZ=mXa*fulqyKd8soALSS^~Jl_ zCkFwBp&7idHLpaG!l;b|PkacJ7z_04}=!8GmLrWuCm zFhB!RY{t#LAKR~e+wJC?^pCf1`@U)V=5PtmQ{O-tcjGvd4&rUbq3{2FHZ;@o^!yC~ zz%>9s5g;cJ5@f^8KTUn#eGMH3n5LlxBE~zgPdmU41;eg9>^u$JBp=8zH~h zZm+K&@TT2%eKYls_YeCS0rLC9ZrpA_L)~Wk{2O?u0WtQ#{dD^T`H$1scLxDLE@O8C zBwn<02O4PMEY4rx^tn6FhXMNSu5EYs7%(7r1o=Ttpv1Y6@b`Zpzytu>-SZmk2ds~? zqM?_~aC<*f_zhl|D}at)LH_KjxuW^<&9Hx*W-T8CxW9jTe!SH%Jen<>JWU{@{uxZr z{JMX7`22Vf;LXYVH>;<%ZDtoh8hii*4xb)QK3-g%d;ig$e2%yFjum=pM zg8)$d06w1Xz8()e%-w66Js)@DJR%PQG}kcLzmA~!;^1u%a^LSS+IgtMbUg?#!1CB_ z+M)UMI8Gp*>G2spk7uCI9W3X=i{*Zvh_DBn;pfkvKYt~;{j}eI`f|tSJqaG)9t8L= XyhNhGJdMzz00000NkvXXu0mjf^rM}k diff --git a/icons/turf/flooring/decals_vr.dmi b/icons/turf/flooring/decals_vr.dmi index 37573c591b6b15dd766522ad6dc04589dbc08c03..ec5a10b009f54ffa6b72fb876d7b466d17fc715c 100644 GIT binary patch delta 13357 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 delta 13293 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 R>AztajP%X)YIW}a`+q_D6P^G7 literal 6546 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 H^8Eh*rrV-Y diff --git a/maps/groundbase/groundbase_defines.dm b/maps/groundbase/groundbase_defines.dm index 2702b3bc4e9..9a41c4a27cf 100644 --- a/maps/groundbase/groundbase_defines.dm +++ b/maps/groundbase/groundbase_defines.dm @@ -217,7 +217,8 @@ list("Redgate - Dark Adventure"), list("Redgate - Eggnog Town Underground","Redgate - Eggnog Town"), list("Redgate - Star Dog"), - list("Redgate - Hotsprings") + list("Redgate - Hotsprings"), + list("Redgate - Rain City") ) lateload_gb_north = list( diff --git a/maps/offmap_vr/common_offmaps.dm b/maps/offmap_vr/common_offmaps.dm index b94abd94355..f58ac6679f3 100644 --- a/maps/offmap_vr/common_offmaps.dm +++ b/maps/offmap_vr/common_offmaps.dm @@ -283,6 +283,11 @@ desc = "This place is rather cosy for somewhere so abandoned!" mappath = 'maps/redgate/hotsprings.dmm' +/datum/map_template/common_lateload/redgate/cybercity + name = "Redgate - Rain City" + desc = "A strange city on lockdown." + mappath = 'maps/redgate/cybercity.dmm' + ////////////////////////////////////////////////////////////////////////////////////// // Admin-use z-levels for loading whenever an admin feels like diff --git a/maps/redgate/cybercity.dmm b/maps/redgate/cybercity.dmm new file mode 100644 index 00000000000..053b6bdcbcc --- /dev/null +++ b/maps/redgate/cybercity.dmm @@ -0,0 +1,3316 @@ +"acu" = (/obj/structure/toilet,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"acv" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/mimedouble,/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/house3) +"acN" = (/obj/machinery/door/airlock/multi_tile/metal,/turf/simulated/floor/tiled/eris/dark,/area/redgate/city/corporation) +"adG" = (/obj/structure/bed/chair/sofa/corp/corner{dir = 8},/turf/simulated/floor/carpet/gaycarpet,/area/redgate/city/stripclub) +"aed" = (/obj/machinery/door/airlock/angled_tgmc/medical,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/hospital) +"aen" = (/obj/structure/table/standard,/obj/machinery/light/small,/obj/random/cash,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"aex" = (/obj/structure/table/rack,/obj/item/weapon/towel/random,/turf/simulated/floor/tiled/neutral,/area/redgate/city/hotel) +"aeE" = (/obj/structure/bed/chair/office/light,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"aeG" = (/turf/simulated/floor/carpet/turcarpet,/area/redgate/city/house13) +"age" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = -3},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house10) +"agT" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"aip" = (/obj/structure/bed/chair/sofa/right/brown,/obj/machinery/light{dir = 1},/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"aiC" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/redgate/city/library) +"ajj" = (/obj/machinery/light/small/neon/redcross{pixel_y = 29},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"ajr" = (/obj/machinery/light_switch{dir = 4; pixel_x = -24; pixel_y = -24},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house17) +"akd" = (/obj/structure/grille,/obj/structure/window/phoronreinforced/full,/obj/structure/window/phoronreinforced{dir = 8},/obj/structure/window/phoronreinforced{dir = 4},/turf/simulated/floor/plating,/area/redgate/city/workshop) +"akH" = (/obj/structure/table/steel,/obj/item/integrated_circuit/memory/large,/obj/item/weapon/circuitboard/sensors,/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"alA" = (/obj/structure/table/rack/shelf,/obj/item/weapon/reagent_containers/food/drinks/bottle/jager,/obj/item/weapon/reagent_containers/food/drinks/bottle/jager,/obj/item/weapon/reagent_containers/food/drinks/bottle/jager,/obj/item/weapon/reagent_containers/food/drinks/bottle/jager,/obj/item/weapon/reagent_containers/food/drinks/bottle/gin,/obj/item/weapon/reagent_containers/food/drinks/bottle/gin,/obj/item/weapon/reagent_containers/food/drinks/bottle/gin,/obj/item/weapon/reagent_containers/food/drinks/bottle/gin,/obj/item/weapon/reagent_containers/food/drinks/bottle/rum,/obj/item/weapon/reagent_containers/food/drinks/bottle/rum,/obj/item/weapon/reagent_containers/food/drinks/bottle/rum,/obj/item/weapon/reagent_containers/food/drinks/bottle/rum,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"alF" = (/obj/structure/bed/chair/comfy/orange{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/house1) +"alG" = (/obj/structure/bed/chair/sofa/blue{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/house17) +"alQ" = (/turf/simulated/floor/carpet/geo,/area/redgate/city/house18) +"alR" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/cafe) +"alW" = (/turf/simulated/floor/tiled/eris/steel/bar_flat,/area/redgate/city/bar1) +"amc" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/parkinglot) +"ame" = (/obj/structure/table/standard,/obj/random/pizzabox,/turf/simulated/floor/tiled/white,/area/redgate/city/house14) +"amo" = (/obj/machinery/light{dir = 1},/obj/structure/table/woodentable,/obj/item/device/tape/random,/turf/simulated/floor/wood,/area/redgate/city/library) +"anE" = (/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/tiled,/area/redgate/city/police) +"anR" = (/obj/structure/closet/crate/trashcart{dir = 1},/obj/random/junk,/obj/random/maintenance/clean,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"aop" = (/obj/machinery/casino_prize_dispenser,/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"aoV" = (/obj/machinery/computer/transhuman/resleeving{dir = 1},/turf/simulated/floor/tiled/milspec,/area/redgate/city/ripper) +"apq" = (/obj/structure/bed/chair/sofa/right/beige,/turf/simulated/floor/wood,/area/redgate/city/house4) +"apx" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood/alt,/area/redgate/city/offlicense) +"apS" = (/obj/structure/bed/chair/wood{dir = 1},/turf/simulated/floor/wood/alt/panel,/area/redgate/city/cardmon) +"aqm" = (/obj/structure/toilet{dir = 8},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house13) +"aqv" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/library) +"ara" = (/obj/structure/simple_door/iron,/turf/simulated/floor/wood,/area/redgate/city/house1) +"arY" = (/obj/structure/closet/crate,/obj/random/projectile/scrapped_gun,/turf/simulated/floor/tiled/eris/white,/area/redgate/city/warehouse) +"asx" = (/obj/structure/fence/door{dir = 4},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"atC" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house11) +"atX" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/bar1) +"atY" = (/turf/simulated/floor/wood,/area/redgate/city/house2) +"auu" = (/obj/structure/closet/wardrobe,/obj/item/clothing/under/pizzaguy,/obj/item/clothing/head/pizzaguy,/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/pizza) +"auy" = (/obj/machinery/light/lamppost{dir = 1; pixel_y = -11},/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"auK" = (/obj/structure/table/glass,/obj/random/maintenance/medical,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"avu" = (/obj/structure/table/steel_reinforced,/obj/random/material/refined,/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"awf" = (/obj/machinery/particle_accelerator/control_box,/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/redgate/city/engine) +"axh" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/steel_dirty,/area/redgate/city/dodgypharmacy) +"axt" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/redgate/city/laundry) +"axN" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/carpet/oracarpet,/area/redgate/city/house3) +"ayj" = (/obj/effect/rune,/obj/machinery/light{dir = 1},/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"ayt" = (/turf/simulated/floor/tiled/eris/white/brown_perforated,/area/redgate/city/lasertag) +"ayL" = (/obj/structure/closet/secure_closet/freezer/fridge,/turf/simulated/floor/tiled/white,/area/redgate/city/restaurant) +"azp" = (/obj/structure/table/woodentable,/obj/random/maintenance/misc,/obj/machinery/light{dir = 1},/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/carpet/turcarpet,/area/redgate/city/house13) +"azU" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/green{pixel_y = 8},/turf/simulated/floor/wood,/area/redgate/city/house18) +"aAA" = (/turf/simulated/floor/tiled/white,/area/redgate/city/house7) +"aAI" = (/obj/structure/table/reinforced,/obj/random/tech_supply,/obj/machinery/cell_charger,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"aAP" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/fightclub) +"aAU" = (/obj/machinery/light/small/neon/dice{pixel_x = -30},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"aBb" = (/obj/structure/prop/machine/alien_tank,/turf/simulated/floor/tiled/milspec,/area/redgate/city/science) +"aBw" = (/obj/structure/table/standard,/obj/item/weapon/reagent_containers/food/condiment/carton/flour,/obj/item/weapon/reagent_containers/food/condiment/carton/flour,/obj/item/weapon/reagent_containers/food/condiment/carton/flour,/obj/item/weapon/reagent_containers/food/condiment/carton/flour,/obj/item/weapon/reagent_containers/food/condiment/carton/flour,/obj/item/weapon/reagent_containers/food/condiment/carton/flour,/obj/item/weapon/reagent_containers/food/condiment/carton/flour,/obj/item/weapon/reagent_containers/food/condiment/carton/flour,/obj/item/weapon/reagent_containers/food/condiment/spacespice,/obj/item/weapon/reagent_containers/food/condiment/spacespice,/obj/item/weapon/reagent_containers/food/condiment/carton/sugar,/obj/item/weapon/reagent_containers/food/condiment/carton/sugar,/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker,/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker,/obj/item/weapon/reagent_containers/food/condiment/small/peppermill,/obj/item/weapon/reagent_containers/food/condiment/small/peppermill,/obj/random/donkpocketbox,/obj/structure/closet/walllocker_double/kitchen/east,/turf/simulated/floor/tiled/white,/area/redgate/city/restaurant) +"aBB" = (/obj/effect/floor_decal/industrial/danger{dir = 1},/turf/simulated/floor/bmarble,/area/redgate/city/police) +"aBL" = (/obj/structure/bed/chair/office/dark{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/supermarket) +"aCc" = (/obj/structure/table/fancyblack,/obj/item/weapon/deck/tarot,/turf/simulated/floor/carpet/brown,/area/redgate/city/tarot) +"aCP" = (/obj/machinery/light_switch{pixel_y = 25},/turf/simulated/floor/carpet/blue,/area/redgate/city/house16) +"aCZ" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/toys) +"aDg" = (/obj/structure/closet/crate/trashcart{dir = 1},/obj/random/maintenance/foodstuff,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"aDw" = (/obj/machinery/appliance/cooker/oven,/turf/simulated/floor/tiled/white,/area/redgate/city/house3) +"aDL" = (/obj/structure/table/rack/steel,/obj/item/clothing/suit/hackercost,/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"aDV" = (/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/bar1) +"aEH" = (/obj/machinery/vending/engivend{dir = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"aGA" = (/obj/structure/dirtybed,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"aGX" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/carpet,/area/redgate/city/house15) +"aHa" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/captaindouble,/turf/simulated/floor/carpet/purple,/area/redgate/city/cardmon) +"aHi" = (/obj/effect/floor_decal/corner/lime/border,/turf/simulated/floor/tiled/white,/area/redgate/city/pharmacy) +"aIe" = (/obj/effect/floor_decal/spline/fancy{dir = 6},/turf/simulated/floor/water/ocean,/area/redgate/city/streets) +"aIn" = (/obj/structure/table/standard,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/house7) +"aIw" = (/obj/structure/table/rack,/obj/structure/largecrate/donksoftvendor,/turf/simulated/floor/tiled/eris/white/gray_perforated,/area/redgate/city/warehouse) +"aII" = (/obj/machinery/wheel_of_fortune,/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"aIJ" = (/turf/simulated/floor/wood/alt,/area/redgate/city/cafe) +"aIS" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/check1) +"aIV" = (/obj/item/weapon/stool/padded{dir = 1},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"aIX" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/wood/alt,/area/redgate/city/offlicense) +"aJO" = (/obj/structure/table/rack,/obj/item/clothing/under/dress/dress_pink,/obj/item/clothing/under/dress/dress_pink,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"aJS" = (/obj/effect/floor_decal/carpet,/turf/simulated/floor/wood,/area/redgate/city/tarot) +"aKo" = (/obj/structure/simple_door/wood,/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/house8) +"aKz" = (/obj/structure/table/standard,/obj/item/weapon/storage/firstaid/surgery,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"aLg" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/police) +"aLw" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/redgate/city/house7) +"aLy" = (/obj/structure/table/rack/steel,/obj/item/clothing/under/sexymime,/obj/item/clothing/mask/gas/sexymime,/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"aLV" = (/obj/structure/bed/chair/backed_red,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"aLW" = (/obj/structure/closet/walllocker_double/south{color = "#8da4a6"; pixel_x = -5},/obj/item/weapon/reagent_containers/food/drinks/metaglass/metapint,/obj/item/weapon/reagent_containers/food/drinks/metaglass/metapint,/obj/item/weapon/reagent_containers/food/drinks/metaglass/metapint,/obj/item/weapon/reagent_containers/food/drinks/metaglass/metapint,/obj/item/weapon/reagent_containers/food/drinks/metaglass/metapint,/obj/item/weapon/reagent_containers/food/drinks/metaglass/metapint,/obj/item/weapon/reagent_containers/food/drinks/metaglass/metapint,/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,/turf/simulated/floor/tiled/eris/steel/techfloor_grid,/area/redgate/city/bar1) +"aMa" = (/turf/simulated/floor/carpet/gaycarpet,/area/redgate/city/theatre) +"aMh" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"aMJ" = (/obj/structure/bed/chair/comfy/purp{dir = 4},/obj/structure/sign/painting/public{pixel_y = 30},/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"aNf" = (/obj/structure/bed/chair/wood{dir = 8},/turf/simulated/floor/wood/alt/panel,/area/redgate/city/cardmon) +"aOX" = (/obj/structure/disposalpipe/broken,/turf/simulated/floor/plating,/area/redgate/city/dump) +"aPr" = (/obj/structure/closet,/obj/random/projectile/scrapped_shotgun,/obj/random/handgun/sec,/obj/random/flashlight,/obj/random/ammo,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/shooting) +"aPC" = (/obj/machinery/light{light_color = "#575656"; name = "dim light"},/obj/structure/table/rack/steel,/obj/random/multiple/underdark/treasure,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/casino) +"aPJ" = (/obj/machinery/light/small{dir = 4},/obj/machinery/light_switch{dir = 8; pixel_x = 24; pixel_y = -24},/turf/simulated/floor/tiled/white,/area/redgate/city/house8) +"aQg" = (/obj/structure/bed,/obj/item/weapon/bedsheet/red,/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"aQx" = (/obj/machinery/recharge_station,/turf/simulated/floor/wood,/area/redgate/city/laundry) +"aQN" = (/obj/effect/floor_decal/spline/plain{dir = 8},/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/stripclub) +"aQQ" = (/obj/machinery/door/blast/angled,/turf/simulated/wall/tgmc/durawall,/area/redgate/city/streets) +"aQT" = (/obj/random/maintenance/engineering,/turf/simulated/floor/wood/alt/parquet,/area/redgate/city/chopshop) +"aQU" = (/obj/structure/table/woodentable,/obj/item/trash/snack_bowl,/turf/simulated/floor/wood/alt,/area/redgate/city/teppi) +"aRx" = (/obj/structure/table/fancyblack,/obj/random/mug,/turf/simulated/floor/tiled/red,/area/redgate/city/corporation) +"aRR" = (/obj/structure/closet/secure_closet/personal,/obj/item/weapon/handcuffs/legcuffs/fuzzy,/obj/item/weapon/handcuffs/fuzzy,/turf/simulated/floor/tiled/milspec,/area/redgate/city/police) +"aRY" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/morgue) +"aSr" = (/obj/structure/filingcabinet/filingcabinet{pixel_x = -11},/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/gym) +"aSu" = (/obj/machinery/light,/turf/simulated/floor/grass,/area/redgate/city/teppi) +"aSD" = (/obj/machinery/door/airlock/multi_tile/glass,/turf/simulated/floor/tiled/neutral,/area/redgate/city/altevian) +"aSH" = (/obj/structure/table/reinforced,/obj/machinery/door/window/eastright{dir = 8},/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"aSO" = (/obj/random/junk,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"aTi" = (/obj/structure/table/woodentable,/obj/random/snack,/turf/simulated/floor/wood,/area/redgate/city/house18) +"aTC" = (/turf/simulated/floor/wood,/area/redgate/city/house8) +"aTH" = (/obj/structure/closet/secure_closet/personal,/obj/random/contraband,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"aTW" = (/obj/structure/closet,/obj/item/weapon/towel/random,/obj/item/weapon/towel/random,/obj/item/weapon/towel/random,/obj/item/weapon/towel/random,/obj/item/clothing/under/bathrobe,/obj/item/clothing/under/bathrobe,/obj/item/clothing/under/bathrobe,/obj/item/clothing/under/bathrobe,/obj/item/clothing/under/bathrobe,/obj/item/clothing/under/bathrobe,/obj/item/clothing/shoes/sandal,/obj/item/clothing/shoes/sandal,/obj/item/clothing/shoes/sandal,/obj/item/clothing/shoes/sandal,/obj/item/clothing/shoes/sandal,/obj/random/coin,/turf/simulated/floor/wood,/area/redgate/city/spa) +"aUs" = (/obj/item/weapon/tank/anesthetic,/turf/simulated/floor/dungeon,/area/redgate/city/doctor) +"aUw" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"aUA" = (/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/casino) +"aVe" = (/obj/structure/closet/wardrobe,/obj/random/junk,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"aVt" = (/obj/random/soap,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house10) +"aVL" = (/obj/structure/table/woodentable,/obj/random/contraband,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"aWy" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled,/area/redgate/city/police) +"aWA" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/random/snack,/obj/random/snack,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"aWN" = (/obj/effect/floor_decal/corner/purple/border{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"aXg" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"aXj" = (/obj/structure/table/glass,/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/turf/simulated/floor/carpet/blue,/area/redgate/city/house16) +"aXJ" = (/obj/item/broken_device/random,/turf/simulated/floor/tiled/milspec,/area/redgate/city/workshop) +"aXR" = (/turf/simulated/wall/tgmc/durawall,/area/redgate/city/police) +"aYz" = (/obj/structure/table/woodentable,/obj/item/device/tape/random,/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/house8) +"aYL" = (/obj/structure/closet,/obj/item/clothing/accessory/jacket/navy,/obj/item/clothing/under/dress/hightrousers,/obj/item/clothing/accessory/hawaiian_random,/obj/random/instrument,/obj/random/cash,/obj/random/tool,/obj/machinery/light{dir = 8},/obj/random/maintenance/research,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"aZr" = (/obj/machinery/mecha_part_fabricator/pros,/turf/simulated/floor/tiled/milspec,/area/redgate/city/ripper) +"aZU" = (/obj/machinery/computer/arcade/battle,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"bac" = (/obj/effect/floor_decal/arrows,/obj/machinery/light/lamppost{dir = 4; pixel_x = -22},/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"bbb" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel,/turf/simulated/shuttle/wall/dark,/area/redgate/city/workshop) +"bco" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/kafel_full,/area/redgate/city/police) +"bcA" = (/obj/structure/table/woodentable,/obj/machinery/light{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/spa) +"bcO" = (/obj/structure/closet/cabinet,/obj/item/clothing/under/overalls,/obj/item/clothing/shoes/boots/jackboots,/obj/item/clothing/gloves/heavy_engineer,/obj/item/clothing/head/hardhat/white,/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"bdg" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/white,/area/redgate/city/restaurant) +"bdH" = (/obj/structure/casino_table/blackjack_m{dir = 4},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"beL" = (/obj/structure/table/rack/shelf,/obj/item/weapon/reagent_containers/food/drinks/bottle/wine,/obj/item/weapon/reagent_containers/food/drinks/bottle/wine,/obj/item/weapon/reagent_containers/food/drinks/bottle/wine,/obj/item/weapon/reagent_containers/food/drinks/bottle/wine,/obj/item/weapon/reagent_containers/food/drinks/bottle/wine,/obj/item/weapon/reagent_containers/food/drinks/bottle/wine,/obj/item/weapon/reagent_containers/food/drinks/bottle/wine,/obj/item/weapon/reagent_containers/food/drinks/bottle/wine,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"beO" = (/obj/structure/table/hardwoodtable,/obj/random/meat,/turf/simulated/floor/wood,/area/redgate/city/scughouse) +"beY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/milspec,/area/redgate/city/workshop) +"bfb" = (/obj/structure/bed/chair/sofa/bench/left,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"bfO" = (/obj/structure/closet/crate/secure/loot,/turf/simulated/floor/tiled/monotile,/area/redgate/city/supermarket) +"bgA" = (/obj/structure/closet,/turf/simulated/floor/wood,/area/redgate/city/supermarket) +"bgP" = (/obj/structure/table/glass,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"bhc" = (/obj/structure/table/rack,/obj/item/weapon/reagent_containers/food/snacks/packaged/vendhotdog,/obj/item/weapon/reagent_containers/food/snacks/packaged/vendhotdog,/obj/item/weapon/reagent_containers/food/snacks/packaged/vendhotdog,/obj/item/weapon/reagent_containers/food/snacks/packaged/vendhotdog,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"bhX" = (/obj/structure/table/hardwoodtable,/obj/item/modular_computer/laptop/preset/custom_loadout/rugged,/turf/simulated/floor/carpet/green,/area/redgate/city/house17) +"bij" = (/obj/structure/curtain/black,/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/rats) +"biz" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/nifshop) +"biP" = (/obj/structure/table/steel,/obj/item/weapon/storage/box/bodybags{pixel_x = 4; pixel_y = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/morgue) +"biQ" = (/obj/machinery/light,/turf/simulated/floor/outdoors/grass,/area/redgate/city/hospital) +"biY" = (/obj/structure/table/reinforced,/obj/item/device/mass_spectrometer/adv,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"bka" = (/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/machinery/portable_atmospherics/canister/phoron,/turf/simulated/floor/tiled/milspec,/area/redgate/city/workshop) +"blf" = (/obj/structure/table/reinforced,/obj/random/maintenance/research,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"blg" = (/obj/machinery/light{dir = 8},/turf/simulated/shuttle/floor/white,/area/redgate/city/cards) +"bll" = (/obj/random/pottedplant,/turf/simulated/floor/wood,/area/redgate/city/house14) +"blC" = (/obj/structure/table/darkglass,/obj/structure/sink/countertop{dir = 1},/obj/machinery/light{light_color = "#575656"; name = "dim light"},/turf/simulated/floor/tiled/eris/steel/techfloor_grid,/area/redgate/city/bar1) +"blS" = (/obj/structure/bed/chair/wood{dir = 4},/mob/living/simple_mob/vore/catgirl,/turf/simulated/floor/wood,/area/redgate/city/house16) +"bmu" = (/obj/machinery/door/window/eastright{dir = 2},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"bog" = (/obj/machinery/sleeper{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"bol" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/offlicense) +"boo" = (/obj/structure/table/rack,/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/cans/waterbottle,/obj/item/weapon/reagent_containers/food/drinks/cans/waterbottle,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"bpi" = (/turf/simulated/floor/tiled/white,/area/redgate/city/house8) +"bpx" = (/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"bpN" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/church) +"bqo" = (/obj/machinery/door/airlock/multi_tile/glass,/turf/simulated/floor/grass,/area/redgate/city/teppi) +"bro" = (/turf/simulated/floor/carpet/tealcarpet,/area/redgate/city/house12) +"brv" = (/obj/random/junk,/turf/simulated/floor/wood,/area/redgate/city/scughouse) +"brC" = (/obj/machinery/door/airlock/maintenance/int{name = "back entrance"},/turf/simulated/floor/wood/alt,/area/redgate/city/teppi) +"btI" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/purple/border{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"btO" = (/obj/structure/table/rack,/obj/item/clothing/gloves/evening,/obj/item/clothing/gloves/evening,/turf/simulated/floor/carpet/sblucarpet,/area/redgate/city/clotheshop) +"buG" = (/obj/effect/floor_decal/carpet/corners{dir = 9},/turf/simulated/floor/wood,/area/redgate/city/tarot) +"buI" = (/turf/simulated/floor/concrete,/area/redgate/city/storage) +"buM" = (/obj/structure/table/woodentable,/obj/structure/sign/painting/public{pixel_y = 30},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"bwP" = (/turf/simulated/floor/wood,/area/redgate/city/supermarket) +"bwZ" = (/obj/structure/table/rack,/obj/item/clothing/shoes/boots/combat,/obj/item/clothing/shoes/boots/combat,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"bxm" = (/obj/machinery/conveyor{dir = 8},/turf/simulated/floor/concrete,/area/redgate/city/conveyors) +"bxC" = (/obj/machinery/light{dir = 4},/obj/structure/sign/poster{dir = 4},/turf/simulated/floor/carpet/blue,/area/redgate/city/theatre) +"bxX" = (/obj/machinery/shower{dir = 4},/obj/structure/window/basic,/obj/effect/floor_decal/borderfloorblack{dir = 4},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house14) +"byS" = (/obj/random/vendordrink{dir = 8; pixel_x = 7},/turf/simulated/floor/wood/alt,/area/redgate/city/hotel) +"bAc" = (/obj/structure/closet/wardrobe,/obj/item/clothing/accessory/scarf/zebra,/obj/item/clothing/under/cheongsam,/obj/item/clothing/suit/hackercost,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"bAz" = (/obj/item/weapon/towel/random,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house3) +"bBb" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/monotile,/area/redgate/city/stripclub) +"bBk" = (/obj/machinery/light,/turf/simulated/floor/tiled/steel_ridged,/area/redgate/city/waterworks) +"bBz" = (/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"bBB" = (/obj/structure/sign/department/morgue{pixel_y = 30},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"bBD" = (/obj/machinery/light{dir = 1},/obj/structure/flora/ausbushes/grassybush,/turf/simulated/floor/grass,/area/redgate/city/teppi) +"bBO" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house8) +"bCo" = (/obj/structure/sink{dir = 4; pixel_x = 12; pixel_y = -3},/obj/item/frame/mirror{pixel_x = 23},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house2) +"bCw" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/outdoors/sidewalk/slab/city{outdoors = -1},/area/redgate/city/parkinglot) +"bCR" = (/obj/structure/table/standard,/obj/random/maintenance/foodstuff,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"bDs" = (/obj/structure/table/standard,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"bDF" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"bEA" = (/obj/structure/bed/chair/sofa/corner/orange{dir = 1},/turf/simulated/floor/wood/alt,/area/redgate/city/cafe) +"bEZ" = (/obj/structure/closet/secure_closet/personal,/obj/random/gun/random,/turf/simulated/floor/tiled/milspec,/area/redgate/city/police) +"bFJ" = (/turf/simulated/floor/tiled/monotile,/area/redgate/city/supermarket) +"bFQ" = (/obj/structure/table/steel,/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"bGq" = (/obj/effect/floor_decal/corner/blue/bordercorner{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"bGz" = (/obj/structure/table/rack/shelf,/obj/item/weapon/reagent_containers/food/snacks/ratpacktaco,/obj/item/weapon/reagent_containers/food/snacks/ratpacktaco,/obj/item/weapon/reagent_containers/food/snacks/ratpacktaco,/obj/item/weapon/reagent_containers/food/snacks/ratpacktaco,/obj/machinery/light/small/neon/import{pixel_y = 25},/turf/simulated/floor/tiled/neutral,/area/redgate/city/altevian) +"bGJ" = (/obj/structure/bed/chair/office/light{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/pool) +"bHw" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house9) +"bIx" = (/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/concrete,/area/redgate/city/house5) +"bIR" = (/obj/effect/floor_decal/borderfloorblack{dir = 8},/turf/simulated/floor/dungeon,/area/redgate/city/doctor) +"bJr" = (/obj/structure/closet/alien,/obj/item/prop/alien/phasecoil,/obj/random/tool/alien,/obj/random/awayloot/looseloot,/turf/simulated/floor/wood/sif,/area/redgate/city/succ) +"bJy" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/green{pixel_y = 8},/turf/simulated/floor/wood,/area/redgate/city/library) +"bJH" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"bJS" = (/obj/structure/closet/wardrobe,/obj/random/junk,/obj/random/junk,/obj/random/junk,/obj/random/junk,/obj/random/junk,/obj/random/junk,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"bKF" = (/obj/structure/prop/machine/tgmc_console4,/turf/simulated/floor/tiled/milspec,/area/redgate/city/science) +"bKX" = (/obj/structure/table/reinforced,/obj/machinery/door/window{dir = 8},/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"bLr" = (/obj/structure/sign/poster{dir = 8},/turf/simulated/floor/carpet/gaycarpet,/area/redgate/city/theatre) +"bLO" = (/obj/structure/table/woodentable,/turf/simulated/floor/carpet/turcarpet,/area/redgate/city/house13) +"bLZ" = (/obj/structure/table/steel_reinforced,/obj/random/toolbox,/turf/simulated/floor/wood/alt/parquet,/area/redgate/city/chopshop) +"bMg" = (/obj/random/maintenance/foodstuff,/turf/simulated/floor/wood/alt,/area/redgate/city/streets) +"bMl" = (/obj/structure/table/darkglass,/obj/machinery/light,/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/house10) +"bMm" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/redgate/city/house10) +"bMx" = (/obj/structure/toilet{dir = 8},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house14) +"bMB" = (/obj/structure/table/woodentable,/turf/simulated/floor/carpet/oracarpet,/area/redgate/city/house1) +"bMI" = (/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/laundry) +"bML" = (/obj/machinery/conveyor{dir = 8},/obj/machinery/conveyor,/turf/simulated/floor/concrete,/area/redgate/city/conveyors) +"bNs" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/rats) +"bNu" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"bPX" = (/turf/simulated/floor/tiled/neutral,/area/redgate/city/house5) +"bQm" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/hotel) +"bQA" = (/obj/item/weapon/tool/crowbar,/obj/machinery/light/small{dir = 1},/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/tiled/milspec,/area/redgate/city/ripper) +"bQY" = (/obj/structure/table/glass,/obj/machinery/light{dir = 8; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"bRf" = (/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/tiled/neutral,/area/redgate/city/weretiger) +"bRw" = (/obj/machinery/door/airlock/maintenance/int{name = "alley door"},/turf/simulated/floor/wood/sif,/area/redgate/city/succ) +"bRx" = (/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/bmarble,/area/redgate/city/police) +"bRz" = (/obj/machinery/door/airlock/multi_tile/glass,/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"bRP" = (/obj/structure/bed/chair/wood{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/house15) +"bSg" = (/obj/structure/bed/chair/office/light{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"bTR" = (/obj/structure/table/rack/shelf,/obj/item/weapon/reagent_containers/food/drinks/bottle/small/beer,/obj/item/weapon/reagent_containers/food/drinks/bottle/small/beer,/obj/item/weapon/reagent_containers/food/drinks/bottle/small/beer,/obj/item/weapon/reagent_containers/food/drinks/bottle/small/beer,/obj/item/weapon/reagent_containers/food/drinks/bottle/small/beer,/obj/item/weapon/reagent_containers/food/drinks/bottle/small/beer,/obj/item/weapon/reagent_containers/food/drinks/bottle/small/beer,/obj/item/weapon/reagent_containers/food/drinks/bottle/small/beer,/obj/item/weapon/reagent_containers/food/drinks/bottle/small/beer,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"bUz" = (/obj/item/weapon/stool/baystool,/turf/simulated/floor/tiled/eris/steel/cyancorner,/area/redgate/city/bar1) +"bUF" = (/obj/structure/bed/chair/office,/turf/simulated/floor/tiled/dark,/area/redgate/city/check2) +"bUI" = (/obj/structure/sink{dir = 4; pixel_x = 12; pixel_y = -3},/obj/item/frame/mirror{pixel_x = 23},/turf/simulated/floor/tiled/neutral,/area/redgate/city/hotel) +"bVT" = (/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/wood,/area/redgate/city/house3) +"bWA" = (/obj/structure/table/steel_reinforced,/obj/item/modular_computer/laptop/preset/custom_loadout/rugged,/turf/simulated/floor/wood/alt/parquet,/area/redgate/city/chopshop) +"bWF" = (/obj/machinery/door/airlock/multi_tile/glass,/turf/simulated/floor/wood/alt,/area/redgate/city/hotel) +"bWH" = (/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"bWY" = (/turf/simulated/floor/tiled/white,/area/redgate/city/house17) +"bXw" = (/obj/structure/table/standard,/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/storage/box/gloves,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"bXx" = (/obj/machinery/atmospherics/pipe/tank{dir = 8},/turf/simulated/floor/tiled/steel_ridged,/area/redgate/city/waterworks) +"bYA" = (/obj/structure/sign/painting/public{pixel_x = -30},/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/gallery) +"bYP" = (/obj/machinery/light/floortube{dir = 8; pixel_x = -6},/turf/simulated/floor/tiled/milspec,/area/redgate/city/science) +"bYU" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house1) +"bZx" = (/obj/structure/simple_door/wood,/turf/simulated/floor/wood/alt,/area/redgate/city/teppi) +"bZO" = (/obj/random/trash,/obj/machinery/light/small,/turf/simulated/floor/plating,/area/redgate/city/dump) +"cag" = (/obj/machinery/bodyscanner,/obj/effect/floor_decal/corner_steel_grid{dir = 10},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"caL" = (/obj/structure/casino_table/blackjack_l{dir = 4},/turf/simulated/floor/carpet/purple,/area/redgate/city/casino) +"caO" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"caQ" = (/obj/item/clothing/shoes/laceup,/turf/simulated/floor/wood,/area/redgate/city/house16) +"caT" = (/obj/machinery/optable,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/morgue) +"caW" = (/obj/machinery/appliance/cooker/oven,/turf/simulated/floor/tiled/white,/area/redgate/city/house18) +"cba" = (/obj/structure/table/alien,/turf/simulated/shuttle/floor/alienplating/blue/half,/area/redgate/city/cards) +"cbi" = (/obj/structure/table/standard,/obj/machinery/door/window/eastright{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/pharmacy) +"cbl" = (/obj/item/weapon/handcuffs/fuzzy,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"cbx" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = -3},/obj/item/frame/mirror{pixel_x = -26},/turf/simulated/floor/tiled/neutral,/area/redgate/city/hotel) +"cbB" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/random/snack,/obj/random/snack,/obj/random/snack,/turf/simulated/floor/tiled/white,/area/redgate/city/house4) +"cdb" = (/obj/structure/table/standard,/obj/item/weapon/storage/box/autoinjectors,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/drugden) +"cdk" = (/turf/simulated/floor/tiled/kafel_full,/area/redgate/city/police) +"cdy" = (/obj/structure/table/rack,/obj/item/weapon/reagent_containers/food/snacks/liquidprotein,/obj/item/weapon/reagent_containers/food/snacks/liquidprotein,/obj/item/weapon/reagent_containers/food/snacks/liquidprotein,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"cdL" = (/obj/random/soap,/obj/item/weapon/towel/random,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house16) +"cdY" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/neutral,/area/redgate/city/fightclub) +"cem" = (/obj/structure/bed/chair/comfy/brown{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/library) +"ceF" = (/obj/machinery/light,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"ceH" = (/obj/machinery/light/small/neon/booze2{pixel_y = 30},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"cfh" = (/obj/structure/table/glass,/obj/machinery/light/floortube{dir = 8; light_color = "#ff8086"; light_type = /obj/item/weapon/light/bulb/red; name = "stripper light"},/turf/simulated/floor/carpet/gaycarpet,/area/redgate/city/stripclub) +"cfm" = (/obj/structure/bed/chair/office/dark{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/supermarket) +"cfu" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/redgate/city/spa) +"cgc" = (/obj/item/weapon/towel/random,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house2) +"cgf" = (/obj/machinery/computer/security/telescreen{pixel_x = 31},/turf/simulated/floor/wood,/area/redgate/city/house11) +"cgt" = (/turf/simulated/floor/lino,/area/redgate/city/stripclub) +"cgy" = (/obj/structure/table/standard,/obj/random/action_figure,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"chb" = (/obj/structure/railing/grey,/obj/structure/railing/grey{dir = 8},/turf/simulated/floor/water/indoors,/area/redgate/city/waterworks) +"chx" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/white,/area/redgate/city/house8) +"ciB" = (/turf/simulated/floor/wood/alt,/area/redgate/city/gym) +"ciO" = (/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"cko" = (/obj/machinery/computer/arcade/clawmachine,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"clf" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/apartments) +"cly" = (/obj/structure/table/rack/shelf/steel,/obj/item/weapon/staff,/turf/simulated/floor/tiled/eris/derelict3,/area/redgate/city/wiz) +"clE" = (/obj/structure/bed/chair/office/light,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"cmo" = (/obj/structure/toilet,/turf/simulated/floor/tiled/white,/area/redgate/city/house6) +"cnz" = (/obj/machinery/light{light_color = "#575656"; name = "dim light"},/obj/machinery/bookbinder,/turf/simulated/floor/wood,/area/redgate/city/library) +"cnF" = (/obj/structure/sign/painting/public{pixel_y = 30},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"cnN" = (/obj/item/frame/mirror{pixel_y = 34},/turf/simulated/floor/carpet/sblucarpet,/area/redgate/city/clotheshop) +"coq" = (/obj/structure/prop/transmitter,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/comms) +"cpd" = (/obj/machinery/light,/turf/simulated/floor/tiled/neutral,/area/redgate/city/altevian) +"cqr" = (/obj/machinery/light/small/neon/booze2{dir = 1; pixel_y = -26},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"cri" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"crj" = (/mob/living/simple_mob/vore/vore_hostile/leaper,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"crm" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/altevian) +"crt" = (/turf/simulated/wall/tgmc/darkwall{can_open = 1; desc = "A huge chunk of metal used to separate rooms. There appears to be thin gaps along the borders."},/area/redgate/city/house3) +"crz" = (/obj/random/mouseremains,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"crU" = (/obj/structure/bed/chair/office/dark{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/offlicense) +"css" = (/obj/structure/dirtybed,/obj/item/weapon/reagent_containers/syringe/drugs,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/drugden) +"ctv" = (/obj/machinery/light/small/neon/generic_green{dir = 4; pixel_x = -24},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"cuw" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/carpet/geo,/area/redgate/city/house18) +"cuN" = (/obj/structure/closet/wardrobe,/obj/random/maintenance/security,/obj/item/clothing/head/pin,/obj/item/clothing/under/stripeddungarees,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"cuU" = (/turf/simulated/floor/carpet/purple,/area/redgate/city/casino) +"cuZ" = (/obj/structure/simple_door/wood,/turf/simulated/floor/carpet/happy,/area/redgate/city/house14) +"cve" = (/obj/machinery/light{dir = 8},/obj/machinery/appliance/cooker/oven,/turf/simulated/floor/tiled/white,/area/redgate/city/restaurant) +"cvF" = (/obj/machinery/appliance/cooker/grill,/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/redgate/city/house17) +"cvJ" = (/obj/structure/bed/chair/sofa/beige,/turf/simulated/floor/wood,/area/redgate/city/house4) +"cvO" = (/turf/simulated/floor/tiled/neutral,/area/redgate/city/house1) +"cwc" = (/obj/structure/railing{dir = 8; icon_state = "railing0"},/obj/structure/railing{dir = 1; icon_state = "railing0"},/turf/simulated/floor/water/indoors,/area/redgate/city/spa) +"cxg" = (/obj/structure/flora/tree/dead{desc = "It's dead though."; name = "a happy little tree"},/turf/simulated/floor/wood/broken,/area/redgate/city/scughouse) +"cxo" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/wood,/area/redgate/city/scughouse) +"cxG" = (/obj/machinery/light/floortube,/turf/simulated/floor/tiled/milspec,/area/redgate/city/science) +"cya" = (/obj/structure/closet/crate/hydroponics,/turf/simulated/floor/tiled/monotile,/area/redgate/city/supermarket) +"cyk" = (/turf/simulated/floor/tiled/red,/area/redgate/city/corporation) +"cyu" = (/turf/simulated/floor/wood/alt,/area/redgate/city/toys) +"cyD" = (/obj/machinery/door/airlock/multi_tile/glass{dir = 2},/turf/simulated/floor/reinforced,/area/redgate/city/corporation) +"cyI" = (/obj/structure/table/woodentable,/obj/machinery/chemical_dispenser/bar_soft{dir = 1},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/bar2) +"cyM" = (/turf/simulated/floor/carpet/blue,/area/redgate/city/house4) +"czs" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/turf/simulated/floor/carpet/happy,/area/redgate/city/costumes) +"czC" = (/obj/structure/bed/chair/sofa/corp/corner{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"czK" = (/obj/structure/table/reinforced,/obj/item/seeds/random,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"czN" = (/obj/machinery/suit_cycler/engineering,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"cAb" = (/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/tiled/neutral,/area/redgate/city/fightclub) +"cAi" = (/obj/machinery/door/airlock/maintenance/int{name = "back entrance"},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/laundry) +"cAA" = (/obj/structure/closet/crate/bin,/turf/simulated/floor/tiled/kafel_full,/area/redgate/city/police) +"cAN" = (/obj/structure/table/woodentable,/obj/machinery/chemical_dispenser/bar_coffee/full,/turf/simulated/floor/wood/alt,/area/redgate/city/cafe) +"cBU" = (/obj/structure/table/standard,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/turf/simulated/floor/tiled/white,/area/redgate/city/house18) +"cCO" = (/obj/structure/table/woodentable,/obj/item/toy/figure/librarian,/turf/simulated/floor/wood,/area/redgate/city/library) +"cDa" = (/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/redgate/city/corporation) +"cDB" = (/obj/item/broken_device/random,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"cEr" = (/obj/machinery/transhuman/synthprinter,/turf/simulated/floor/tiled/milspec,/area/redgate/city/ripper) +"cEA" = (/turf/simulated/floor/wood,/area/redgate/city/crates) +"cFO" = (/obj/structure/bed/chair/sofa/beige,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/cardmon) +"cGc" = (/obj/structure/prop/statue,/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/gallery) +"cGk" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/pharmacy) +"cGr" = (/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{dir = 8},/turf/simulated/shuttle/wall/dark,/area/redgate/city/workshop) +"cGt" = (/obj/machinery/light{dir = 8; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/lino,/area/redgate/city/stripclub) +"cGH" = (/obj/structure/table/rack/steel,/obj/item/clothing/suit/sumo,/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"cGQ" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/house13) +"cHK" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/house17) +"cJg" = (/obj/machinery/door/airlock/multi_tile/metal/mait{dir = 2},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/cards) +"cJl" = (/obj/structure/simple_door/iron,/turf/simulated/floor/wood,/area/redgate/city/house8) +"cJD" = (/obj/structure/table/glass,/obj/machinery/cell_charger,/turf/simulated/floor/tiled/eris/dark/brown_perforated,/area/redgate/city/dealership) +"cJE" = (/obj/structure/table/rack/shelf,/obj/effect/floor_decal/corner/lime/border{dir = 10},/obj/random/maintenance/medical,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/pharmacy) +"cLn" = (/obj/structure/sink{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"cLJ" = (/obj/structure/sign/chemdiamond{pixel_x = -32},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"cMA" = (/turf/simulated/floor/tiled/neutral,/area/redgate/city/house10) +"cMI" = (/obj/structure/closet/coffin,/obj/machinery/light{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/morgue) +"cMR" = (/obj/structure/closet/secure_closet/engineering_welding/double,/obj/machinery/light,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"cNg" = (/obj/structure/table/alien/blue,/obj/random/firstaid,/turf/simulated/floor/tiled/kafel_full/green,/area/redgate/city/lasertag) +"cNz" = (/obj/structure/simple_door/wood,/turf/simulated/floor/wood,/area/redgate/city/house16) +"cNT" = (/mob/living/simple_mob/vore/aggressive/rat/pet{name = "hungry rat"},/turf/simulated/floor/wood/alt/panel,/area/redgate/city/rats) +"cOh" = (/obj/item/weapon/storage/fancy/blackcandle_box,/obj/structure/closet,/obj/item/weapon/storage/fancy/candle_box,/obj/item/weapon/storage/fancy/whitecandle_box,/obj/item/weapon/storage/box/matches,/obj/item/weapon/storage/box/matches,/turf/simulated/floor/wood,/area/redgate/city/tarot) +"cOn" = (/obj/structure/simple_door/wood,/turf/simulated/floor/carpet/turcarpet,/area/redgate/city/house13) +"cOp" = (/obj/structure/bed/chair/office{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/police) +"cOq" = (/obj/random/vendordrink{dir = 8; pixel_x = 7},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"cOD" = (/obj/machinery/door/airlock/maintenance/int{name = "back entrance"},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/bar2) +"cOK" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/gallery) +"cPV" = (/obj/machinery/computer{dir = 8},/turf/simulated/floor/tiled/milspec,/area/redgate/city/workshop) +"cRf" = (/obj/item/weapon/broken_bottle,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/neutral,/area/redgate/city/hotel) +"cRx" = (/obj/structure/table/woodentable,/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{pixel_x = 2; pixel_y = 7},/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{pixel_x = -1; pixel_y = 10},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"cRW" = (/obj/structure/table/woodentable,/obj/machinery/cash_register{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/spa) +"cTo" = (/obj/machinery/light{dir = 8},/turf/simulated/shuttle/floor,/area/redgate/city/nifshop) +"cTr" = (/obj/machinery/door/airlock/glass,/turf/simulated/shuttle/floor,/area/redgate/city/nifshop) +"cUS" = (/obj/machinery/optable{name = "Robotics Operating Table"},/turf/simulated/floor/tiled/milspec,/area/redgate/city/ripper) +"cVg" = (/obj/structure/bed/chair/wood{dir = 4},/turf/simulated/floor/wood/alt/parquet,/area/redgate/city/chopshop) +"cVw" = (/obj/structure/table/standard,/obj/structure/prop/machine/biosyphon,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"cWH" = (/obj/structure/table/standard,/obj/machinery/microwave/advanced,/turf/simulated/floor/tiled/white,/area/redgate/city/house16) +"cXD" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/comms) +"cXN" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/borderfloorblack{dir = 4},/obj/item/weapon/surgical/surgicaldrill,/turf/simulated/floor/dungeon,/area/redgate/city/doctor) +"cXQ" = (/obj/structure/table/glass,/obj/item/device/defib_kit/loaded,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"cYi" = (/obj/structure/dancepole{pixel_y = 14},/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"cYD" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/neutral,/area/redgate/city/scughouse) +"cYY" = (/obj/structure/table/rack,/obj/item/weapon/reagent_containers/food/snacks/liquidvitamin,/obj/item/weapon/reagent_containers/food/snacks/liquidvitamin,/obj/item/weapon/reagent_containers/food/snacks/liquidvitamin,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"cZx" = (/obj/structure/sign/painting/public{pixel_x = 30},/turf/simulated/floor/wood,/area/redgate/city/house1) +"cZV" = (/obj/structure/table/rack/steel,/obj/item/clothing/under/sexyclown,/obj/item/clothing/mask/gas/sexyclown,/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"cZW" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/tiled/white,/area/redgate/city/pool) +"daP" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white,/area/redgate/city/house10) +"dbE" = (/obj/effect/floor_decal/spline/plain,/turf/simulated/floor/wood,/area/redgate/city/sims) +"dbH" = (/obj/machinery/light/small/neon/generic_pink{dir = 4; pixel_x = -25},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"dbQ" = (/obj/effect/floor_decal/corner/blue/border{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"dbV" = (/obj/effect/floor_decal/carpet/blue{dir = 4},/turf/simulated/floor/carpet/blue,/area/redgate/city/house3) +"dcV" = (/obj/structure/sink{dir = 4; pixel_x = 12; pixel_y = -3},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house13) +"dcZ" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/hospital) +"ddc" = (/obj/structure/table/alien,/obj/item/weapon/deck/egy{pixel_x = 15},/turf/simulated/shuttle/floor/alienplating/blue/half{dir = 1},/area/redgate/city/cards) +"ddN" = (/obj/effect/floor_decal/spline/fancy{dir = 9},/turf/simulated/floor/water/ocean,/area/redgate/city/streets) +"ddR" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/random/snack,/obj/random/snack,/obj/random/snack,/obj/item/weapon/reagent_containers/food/snacks/truffle/random,/turf/simulated/floor/tiled/white,/area/redgate/city/house2) +"dew" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/pizza) +"dex" = (/turf/simulated/wall/wood,/area/redgate/city/streets) +"deD" = (/obj/structure/table/rack/gun_rack/steel,/obj/item/weapon/gun/energy/netgun,/turf/simulated/floor/tiled/milspec,/area/redgate/city/police) +"deF" = (/obj/machinery/light{dir = 8},/obj/effect/floor_decal/corner/purple/border{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"deJ" = (/obj/structure/table/rack,/obj/item/device/gps/medical{pixel_y = 3},/obj/item/device/gps/medical,/obj/item/device/gps/medical{pixel_x = -3},/obj/structure/fireaxecabinet/empty{pixel_y = 26},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/hospital) +"deL" = (/obj/structure/table/woodentable,/obj/machinery/light{dir = 4; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"dfT" = (/obj/item/weapon/reagent_containers/syringe,/turf/simulated/floor/tiled/neutral,/area/redgate/city/drugden) +"dgh" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/house6) +"dgi" = (/obj/structure/table/alien,/obj/random/carp_plushie,/turf/simulated/floor/carpet/retro,/area/redgate/city/toys) +"dgq" = (/obj/machinery/recharge_station,/turf/simulated/floor/tiled/eris/techmaint_perforated,/area/redgate/city/altevian) +"dgs" = (/obj/structure/table/steel,/obj/item/weapon/autopsy_scanner,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/morgue) +"dgM" = (/obj/structure/sign/poster{dir = 4},/turf/simulated/floor/carpet/blue,/area/redgate/city/theatre) +"dgU" = (/obj/structure/table/rack,/obj/item/clothing/under/dress/sundress_pinkshort,/obj/item/clothing/under/dress/sundress_pinkshort,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"dgW" = (/obj/effect/floor_decal/industrial/loading/red{pixel_y = -22},/turf/simulated/floor/tiled/milspec,/area/redgate/city/ripper) +"dgY" = (/obj/machinery/door/airlock/multi_tile/glass{dir = 2},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/hospital) +"dhx" = (/obj/item/clothing/under/bathrobe,/obj/item/weapon/towel/random,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house11) +"diU" = (/obj/structure/undies_wardrobe,/obj/machinery/light{dir = 1},/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/house3) +"djs" = (/turf/simulated/floor/tiled/neutral,/area/redgate/city/drugden) +"dkP" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"dlt" = (/obj/machinery/computer/arcade/battle{dir = 1},/turf/simulated/floor/carpet/blue,/area/redgate/city/theatre) +"dlH" = (/obj/structure/simple_door/wood,/turf/simulated/floor/wood,/area/redgate/city/house15) +"dmf" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house5) +"dmS" = (/obj/structure/table/rack/steel,/obj/item/clothing/suit/storage/hooded/knight_costume/galahad,/obj/item/clothing/head/hood/galahad_costume,/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"dna" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/neutral,/area/redgate/city/hotel) +"dom" = (/obj/structure/table/standard,/obj/item/clothing/under/suit_jacket/female,/obj/item/clothing/under/suit_jacket/female,/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"doM" = (/obj/structure/closet/walllocker_double/emergency_engi/north,/obj/item/clothing/gloves/yellow,/obj/item/clothing/head/hardhat,/obj/item/clothing/shoes/magboots,/turf/simulated/floor/tiled/dark,/area/redgate/city/comms) +"doO" = (/obj/structure/table/standard,/obj/structure/sink/countertop{pixel_y = 8},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/drugden) +"dph" = (/obj/structure/table/alien,/obj/random/plushie,/turf/simulated/floor/carpet/retro,/area/redgate/city/toys) +"dpv" = (/obj/structure/simple_door/iron,/turf/simulated/floor/wood,/area/redgate/city/house16) +"dpB" = (/turf/simulated/floor/wood/alt/broken,/area/redgate/city/streets) +"dpF" = (/obj/structure/table/alien,/obj/random/mainttoyloot/nofail,/turf/simulated/floor/carpet/retro,/area/redgate/city/toys) +"dql" = (/obj/structure/closet/walllocker{pixel_y = 31},/turf/simulated/floor/wood,/area/redgate/city/hospital) +"dqv" = (/obj/structure/bed/chair/wood{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"dqQ" = (/obj/machinery/light{light_color = "#575656"; name = "dim light"},/turf/simulated/floor/wood,/area/redgate/city/house4) +"dqY" = (/obj/structure/closet/wardrobe,/obj/random/mainttoyloot,/obj/item/clothing/head/beret,/obj/item/clothing/under/dress/maid/sexy,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"dri" = (/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/house3) +"drJ" = (/turf/simulated/floor/tiled/white,/area/redgate/city/house12) +"dsd" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/alt/panel,/area/redgate/city/cardmon) +"dsF" = (/obj/machinery/portable_atmospherics/canister/phoron,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/redgate/city/engine) +"dsG" = (/obj/structure/simple_door/iron,/turf/simulated/floor/wood,/area/redgate/city/house7) +"dsL" = (/obj/machinery/light{dir = 1},/obj/structure/table/rack/gun_rack/steel,/obj/item/toy/plushie/carp/gold,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/casino) +"dtf" = (/obj/item/weapon/stool/padded,/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"dtg" = (/obj/structure/bed/chair/wood{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/house4) +"dto" = (/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"dty" = (/obj/structure/table/woodentable,/obj/item/toy/character/wizard,/turf/simulated/floor/tiled/eris/derelict3,/area/redgate/city/wiz) +"dtH" = (/obj/structure/closet/wardrobe,/obj/random/mainttoyloot,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"dvE" = (/turf/simulated/floor/tiled/eris/white/brown_platform,/area/redgate/city/lasertag) +"dvQ" = (/turf/simulated/floor/carpet/green,/area/redgate/city/house6) +"dwz" = (/obj/structure/closet,/obj/random/maintenance/security,/obj/item/weapon/folder/red,/obj/item/weapon/folder/red,/obj/item/weapon/folder/red,/obj/item/weapon/folder/red,/obj/item/weapon/folder/red,/obj/item/weapon/paper,/obj/item/weapon/paper,/obj/item/weapon/paper,/obj/item/weapon/paper,/obj/item/weapon/paper,/obj/item/weapon/paper,/obj/item/weapon/paper,/obj/item/weapon/paper,/obj/item/weapon/paper,/turf/simulated/floor/tiled,/area/redgate/city/police) +"dxq" = (/obj/structure/bed/chair/sofa/right/beige{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house18) +"dxM" = (/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/redgate/city/house1) +"dyc" = (/obj/structure/toilet{dir = 1},/turf/simulated/floor/tiled/kafel_full,/area/redgate/city/police) +"dyP" = (/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/redgate/city/dealership) +"dza" = (/obj/structure/closet/secure_closet/brig{id = "Cell A"},/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"dzQ" = (/obj/effect/floor_decal/corner/red/border{dir = 9},/obj/random/vendordrink,/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"dAd" = (/obj/structure/bed/chair/sofa/purp{dir = 1},/obj/machinery/light{light_color = "#575656"; name = "dim light"},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"dAh" = (/obj/effect/floor_decal/spline/fancy{dir = 1},/turf/simulated/floor/water/ocean,/area/redgate/city/streets) +"dAw" = (/obj/structure/table/reinforced,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"dAS" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/dealership) +"dBa" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/bar1) +"dBg" = (/obj/machinery/appliance/cooker/oven,/turf/simulated/floor/tiled/white,/area/redgate/city/house14) +"dBp" = (/obj/structure/table/rack,/mob/living/simple_mob/vore/aggressive/mimic,/turf/simulated/floor/tiled/eris/white/gray_perforated,/area/redgate/city/warehouse) +"dBW" = (/obj/machinery/light/small/flicker{dir = 4},/turf/simulated/floor/wood/alt/panel,/area/redgate/city/rats) +"dBZ" = (/obj/machinery/light{dir = 4; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"dCA" = (/obj/machinery/door/airlock/multi_tile/glass,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/spa) +"dDh" = (/obj/machinery/light/small,/obj/item/weapon/reagent_containers/syringe,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/drugden) +"dDq" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/redgate/city/weretiger) +"dDr" = (/turf/simulated/floor/water/deep/indoors,/area/redgate/city/pool) +"dEe" = (/obj/structure/table/standard,/obj/structure/window/basic{dir = 8},/obj/structure/window/basic{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"dFg" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/random/snack,/obj/random/snack,/obj/random/snack,/turf/simulated/floor/tiled/white,/area/redgate/city/house1) +"dGm" = (/obj/random/material,/turf/simulated/floor/wood/alt/panel/broken,/area/redgate/city/streets) +"dGo" = (/obj/item/stack/cable_coil,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"dGG" = (/obj/effect/floor_decal/spline/plain{dir = 4},/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/stripclub) +"dHh" = (/obj/structure/table/rack/shelf,/obj/item/weapon/storage/fancy/cigarettes/killthroat,/obj/item/weapon/storage/fancy/cigarettes/killthroat,/obj/item/weapon/storage/fancy/cigarettes/killthroat,/obj/item/weapon/storage/fancy/cigarettes/killthroat,/obj/item/weapon/storage/fancy/cigarettes/killthroat,/obj/item/weapon/storage/fancy/cigarettes/killthroat,/obj/item/weapon/storage/fancy/cigarettes/killthroat,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"dHn" = (/obj/machinery/shower{dir = 4},/obj/structure/window/basic{dir = 1},/obj/effect/floor_decal/borderfloorblack{dir = 4},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house12) +"dIt" = (/obj/effect/floor_decal/borderfloorblack{dir = 1},/turf/simulated/floor/dungeon,/area/redgate/city/doctor) +"dIz" = (/obj/machinery/shower{dir = 4},/obj/structure/window/basic,/obj/effect/floor_decal/borderfloorblack{dir = 4},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house4) +"dKm" = (/obj/structure/table/woodentable,/obj/machinery/light{light_color = "#575656"; name = "dim light"},/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{pixel_x = 3; pixel_y = 13},/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{pixel_x = 2; pixel_y = 7},/obj/item/weapon/reagent_containers/food/condiment/small/peppermill,/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"dKy" = (/obj/structure/table/standard,/obj/item/device/camera{pixel_x = 2; pixel_y = 3},/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/gallery) +"dKJ" = (/obj/machinery/shower{dir = 4},/obj/effect/floor_decal/borderfloorblack{dir = 4},/obj/structure/window/basic{dir = 1},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house10) +"dKR" = (/obj/machinery/light/small/neon/booze1{dir = 4; pixel_x = 31},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"dLU" = (/obj/structure/sink{dir = 4; pixel_x = 12; pixel_y = -3},/obj/item/frame/mirror{pixel_x = 23},/turf/simulated/floor/tiled/eris/steel,/area/redgate/city/parkinglot) +"dMu" = (/obj/structure/table/rack,/obj/item/weapon/storage/box/matches,/obj/item/weapon/storage/box/matches,/obj/item/weapon/storage/box/matches,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"dMH" = (/obj/random/pottedplant,/turf/simulated/floor/wood,/area/redgate/city/house7) +"dMY" = (/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house13) +"dNU" = (/obj/structure/closet/cabinet,/obj/item/clothing/suit/storage/hooded/knight_costume/galahad,/obj/item/clothing/suit/storage/hooded/knight_costume/lancelot,/obj/item/clothing/suit/armor/combat/crusader_costume/bedevere,/obj/item/clothing/gloves/combat/knight_costume,/obj/item/clothing/gloves/combat/knight_costume/brown,/obj/item/clothing/head/hood/galahad_costume,/obj/item/clothing/head/hood/lancelot_costume,/obj/random/maintenance/morestuff,/obj/item/toy/katana,/obj/item/toy/sword,/turf/simulated/floor/wood/alt,/area/redgate/city/theatre) +"dNZ" = (/obj/structure/table/standard,/obj/machinery/microwave,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/house12) +"dOR" = (/obj/structure/closet/secure_closet/personal,/obj/random/medical/pillbottle,/obj/item/clothing/under/skirt/colorable/plaid,/turf/simulated/floor/wood,/area/redgate/city/stripclub) +"dPU" = (/obj/structure/simple_door/wood,/turf/simulated/floor/carpet/oracarpet,/area/redgate/city/house1) +"dQv" = (/obj/item/weapon/stool/baystool/padded,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/bar2) +"dQG" = (/obj/structure/closet/cabinet,/obj/item/clothing/under/dress/gothic,/obj/item/clothing/shoes/sandals_elegant,/obj/item/clothing/glasses/monocle,/obj/random/pouch,/turf/simulated/floor/carpet/green,/area/redgate/city/house6) +"dRb" = (/obj/effect/floor_decal/corner/blue/border,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"dRi" = (/turf/simulated/floor/outdoors/sidewalk,/area/redgate/city/hospital) +"dRm" = (/obj/structure/bookcase,/obj/item/weapon/book/bundle/custom_library/fiction/apurrrrfectman,/obj/item/weapon/book/bundle/custom_library/fiction/beyondthedoor,/obj/item/weapon/book/bundle/custom_library/fiction/chroniclesofmargatavol1,/turf/simulated/floor/wood,/area/redgate/city/library) +"dRw" = (/obj/machinery/door/window/eastright{dir = 8},/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/redgate/city/supermarket) +"dRy" = (/obj/structure/table/rack,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/eris/white/gray_perforated,/area/redgate/city/warehouse) +"dSt" = (/obj/effect/floor_decal/carpet/blue{dir = 8},/turf/simulated/floor/carpet/blue,/area/redgate/city/house3) +"dSD" = (/obj/structure/sink{pixel_y = 16},/obj/item/frame/mirror{pixel_y = 34},/turf/simulated/floor/tiled/white,/area/redgate/city/house9) +"dSK" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/structure/closet/walllocker_double/security/north{name = "evidence"},/obj/random/contraband/nofail,/obj/random/contraband/nofail,/obj/random/contraband/nofail,/obj/random/medical/pillbottle,/obj/random/medical/pillbottle,/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"dSV" = (/turf/simulated/wall/tgmc/durawall/deco2,/area/redgate/city/science) +"dTa" = (/obj/machinery/light,/obj/structure/sign/poster,/turf/simulated/floor/carpet/blue,/area/redgate/city/theatre) +"dVk" = (/obj/machinery/vending/loadout/clothing,/turf/simulated/floor/tiled/freezer,/area/redgate/city/laundry) +"dVx" = (/obj/vehicle/train/engine/quadbike/random,/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/redgate/city/dealership) +"dVO" = (/obj/structure/bed/chair/sofa/bench{dir = 1},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"dVV" = (/obj/structure/closet/wardrobe,/obj/random/material,/obj/item/clothing/under/dress/alpine,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"dWc" = (/obj/machinery/door/airlock/angled_tgmc/medical{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"dWg" = (/obj/machinery/computer/security/telescreen/entertainment{name = "presentation monitor"; pixel_x = -31; pixel_y = 15},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"dWz" = (/obj/structure/table/standard,/obj/item/weapon/paper_bin,/obj/item/weapon/pen/blue,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"dWH" = (/turf/simulated/floor/tiled/eris/white/cargo,/area/redgate/city/warehouse) +"dWK" = (/obj/structure/table/standard,/obj/machinery/microwave,/turf/simulated/floor/tiled/white,/area/redgate/city/house14) +"dWR" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/hotel) +"dWV" = (/obj/item/weapon/handcuffs/legcuffs/fuzzy,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"dXc" = (/obj/random/pottedplant,/turf/simulated/floor/tiled/white,/area/redgate/city/cardmon) +"dXC" = (/obj/structure/prop/alien/dispenser,/turf/simulated/floor/wood/sif,/area/redgate/city/succ) +"dXI" = (/obj/machinery/light{dir = 8},/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/redgate/city/house18) +"dYF" = (/obj/machinery/door/airlock/maintenance/int{locked = 1; name = "alley door"},/turf/simulated/floor/dungeon,/area/redgate/city/doctor) +"dYQ" = (/obj/structure/simple_door/wood,/turf/simulated/floor/carpet/green,/area/redgate/city/house6) +"dZs" = (/obj/structure/flora/tree/bigtree,/turf/simulated/floor/grass,/area/redgate/city/teppi) +"dZu" = (/obj/random/soap,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house11) +"dZF" = (/obj/structure/bed/chair/comfy/brown{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/library) +"eal" = (/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"eav" = (/obj/machinery/door/airlock/angled_tgmc/security_glass{name = "police station"},/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"eaJ" = (/obj/structure/closet,/obj/random/maintenance/medical,/turf/simulated/floor/wood,/area/redgate/city/hospital) +"eaW" = (/obj/machinery/light{dir = 4},/obj/effect/decal/cleanable/blood,/turf/simulated/floor/tiled/white,/area/redgate/city/house18) +"ebj" = (/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"ebv" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/house15) +"ebx" = (/obj/structure/simple_door/wood,/turf/simulated/floor/carpet/tealcarpet,/area/redgate/city/house12) +"ebL" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/lasertag) +"ecb" = (/obj/machinery/door/blast/angled_shutter{id = "storage1"; name = "storage unit"},/turf/simulated/floor/concrete,/area/redgate/city/storage) +"ecT" = (/obj/machinery/door/blast/regular/open{dir = 4},/turf/simulated/floor/tiled/milspec,/area/redgate/city/science) +"ecU" = (/obj/random/soap,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house17) +"edk" = (/obj/structure/bed/chair/wood,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/cardmon) +"edL" = (/obj/machinery/light,/turf/simulated/floor/reinforced,/area/redgate/city/corporation) +"eet" = (/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"efA" = (/obj/structure/table/alien,/obj/random/toy,/turf/simulated/floor/carpet/retro,/area/redgate/city/toys) +"egE" = (/obj/machinery/door/airlock/angled_tgmc/medical_glass{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"ehf" = (/obj/machinery/light/floortube,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"ehA" = (/turf/simulated/floor/wood/broken,/area/redgate/city/scughouse) +"ehF" = (/obj/machinery/shower{dir = 8},/obj/structure/window/basic{dir = 1},/obj/effect/floor_decal/borderfloorblack{dir = 8},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house1) +"ehL" = (/obj/structure/closet/radiation,/obj/random/unidentified_medicine/scientific,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"ehM" = (/obj/machinery/door/airlock/multi_tile/metal,/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"ehP" = (/obj/structure/bed/chair/office/dark{dir = 1},/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/gym) +"ehS" = (/obj/structure/table/rack/shelf,/obj/item/weapon/storage/pill_bottle/happy,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/steel,/area/redgate/city/dodgypharmacy) +"ehX" = (/obj/effect/floor_decal/road/center{pixel_y = -1},/turf/simulated/floor/outdoors/road{outdoors = -1},/area/redgate/city/parkinglot) +"eik" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house4) +"eiw" = (/obj/structure/sign/painting/public{pixel_y = -30},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"eiD" = (/obj/structure/toilet,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/laundry) +"ejg" = (/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"eji" = (/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/restaurant) +"ejH" = (/obj/structure/table/woodentable,/obj/machinery/chemical_dispenser/bar_coffee/full{dir = 1},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"ekn" = (/obj/effect/floor_decal/corner_steel_grid{dir = 10},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"ekq" = (/obj/machinery/door/airlock/multi_tile/glass{name = "Hospital Lobby"},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"ekR" = (/obj/structure/bed/chair/comfy/orange,/obj/machinery/light_switch{pixel_y = 25},/turf/simulated/floor/wood,/area/redgate/city/house1) +"elK" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/waterworks) +"emo" = (/turf/simulated/floor/tiled,/area/redgate/city/science) +"emF" = (/obj/structure/closet/athletic_swimwear,/turf/simulated/floor/tiled/eris/dark/brown_perforated,/area/redgate/city/pool) +"enA" = (/obj/structure/bed/chair/wood{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/house10) +"enC" = (/obj/structure/closet/secure_closet/personal/cabinet,/obj/random/multiple/underdark/treasure,/obj/random/projectile/scrapped_grenadelauncher,/obj/random/unidentified_medicine/combat_medicine,/turf/simulated/floor/tiled/white,/area/redgate/city/spa) +"eot" = (/obj/machinery/door/blast/angled_shutter{id = "storage2"; name = "storage unit"},/turf/simulated/floor/concrete,/area/redgate/city/storage) +"eov" = (/obj/random/multiple/random_size_crate/no_weapons,/turf/simulated/floor/concrete,/area/redgate/city/house5) +"eoC" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/pizza) +"epd" = (/obj/structure/filingcabinet/filingcabinet,/turf/simulated/floor/tiled/steel_ridged,/area/redgate/city/dealership) +"epp" = (/obj/structure/table/rack,/obj/item/clothing/suit/jacket/puffer,/obj/item/clothing/suit/jacket/puffer/vest,/obj/machinery/light{dir = 4; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"epr" = (/obj/structure/bed/padded,/obj/item/weapon/bedsheet/clown,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"epQ" = (/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"eqT" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/pool) +"erI" = (/obj/structure/closet/secure_closet/engineering_personal,/obj/item/weapon/storage/briefcase/inflatable{pixel_x = -3},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"erQ" = (/obj/structure/bed/padded,/obj/item/weapon/bedsheet/orange,/turf/simulated/floor/carpet/oracarpet,/area/redgate/city/house3) +"esT" = (/turf/simulated/floor/carpet/blue,/area/redgate/city/stripclub) +"etA" = (/obj/structure/bed/chair/sofa/corp,/turf/simulated/floor/carpet/gaycarpet,/area/redgate/city/stripclub) +"etF" = (/obj/structure/table/steel_reinforced,/obj/random/tool/power,/turf/simulated/floor/wood/alt/parquet,/area/redgate/city/chopshop) +"etG" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/wood/alt/panel,/area/redgate/city/cardmon) +"etU" = (/turf/simulated/floor/wood/alt/parquet/broken,/area/redgate/city/chopshop) +"eub" = (/obj/machinery/light/small/neon/unclothe{pixel_y = 28},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"eud" = (/turf/simulated/floor/tiled/kafel_full/green,/area/redgate/city/lasertag) +"euE" = (/obj/effect/floor_decal/corner/blue/border{dir = 6},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"euP" = (/turf/simulated/wall/tgmc/window/darkwall/reinf,/area/redgate/city/science) +"ewg" = (/obj/structure/closet/walllocker{pixel_y = 33},/obj/item/weapon/deck/cah,/obj/item/weapon/deck/cah,/obj/item/weapon/deck/cah,/obj/item/weapon/deck/cah,/obj/item/weapon/deck/cah,/obj/item/weapon/deck/cah/black,/obj/item/weapon/deck/cah/black,/obj/item/weapon/deck/cah/black,/obj/item/weapon/deck/cah/black,/obj/item/weapon/deck/cah/black,/obj/item/weapon/deck/cah/black,/obj/item/weapon/deck/cah,/obj/item/weapon/deck/cah,/obj/item/weapon/deck/cah,/obj/item/weapon/deck/cah/black,/obj/item/weapon/deck/cah/black,/obj/item/weapon/deck/cah/black,/obj/item/weapon/deck/cah/black,/turf/simulated/shuttle/floor/white,/area/redgate/city/cards) +"ewn" = (/turf/simulated/floor/tiled/white,/area/redgate/city/house18) +"ewv" = (/obj/machinery/computer/arcade/clawmachine,/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"eww" = (/obj/structure/bookcase,/obj/item/weapon/book/bundle/custom_library/reference/ThermodynamicReactionsandResearch,/obj/item/weapon/book/bundle/custom_library/reference/fbpandprostheticmaintenance,/obj/item/weapon/book/bundle/custom_library/reference/recyclingprocedures,/turf/simulated/floor/wood,/area/redgate/city/library) +"ewA" = (/obj/effect/floor_decal/corner/red/border{dir = 10},/obj/structure/table/bench/marble,/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"exb" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/random/snack,/obj/random/snack,/turf/simulated/floor/tiled/white,/area/redgate/city/house14) +"exz" = (/obj/structure/table/woodentable,/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/turf/simulated/floor/wood,/area/redgate/city/hospital) +"exD" = (/obj/machinery/shower{dir = 8},/obj/effect/floor_decal/borderfloorblack{dir = 8},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house17) +"eyl" = (/obj/machinery/door/airlock,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"eyA" = (/obj/structure/table/bench/steel,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/gym) +"ezD" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/carpet/happy,/area/redgate/city/house14) +"eAh" = (/obj/machinery/conveyor{dir = 1},/turf/simulated/floor/concrete,/area/redgate/city/conveyors) +"eAp" = (/turf/simulated/floor/wood,/area/redgate/city/scughouse) +"eAz" = (/obj/machinery/shower{dir = 4},/obj/structure/window/basic{dir = 1},/obj/effect/floor_decal/borderfloorblack{dir = 4},/obj/structure/curtain/open/shower,/turf/simulated/floor/tiled/neutral,/area/redgate/city/hotel) +"eBo" = (/obj/effect/floor_decal/corner/purple/bordercorner{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"eBx" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/house13) +"eBC" = (/obj/machinery/computer/security/telescreen{pixel_y = -30},/turf/simulated/floor/wood/alt/panel,/area/redgate/city/cardmon) +"eBR" = (/obj/structure/closet/crate/trashcart{dir = 2},/obj/random/junk,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"eCL" = (/obj/structure/table/alien/blue,/turf/simulated/floor/tiled/kafel_full/green,/area/redgate/city/lasertag) +"eDj" = (/obj/machinery/atm{pixel_y = 30},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"eDN" = (/obj/structure/table/rack,/obj/item/clothing/under/pants/track/blue,/obj/item/clothing/under/pants/track/green,/obj/item/clothing/under/pants/track/red,/obj/item/clothing/under/pants/track/white,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"eEp" = (/obj/structure/table/woodentable,/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{pixel_x = 3; pixel_y = 13},/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{pixel_x = 14; pixel_y = 13},/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/restaurant) +"eEu" = (/obj/structure/table/woodentable,/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/restaurant) +"eEw" = (/obj/structure/table/rack/shelf/steel,/obj/item/weapon/deck/cards,/turf/simulated/floor/tiled/eris/derelict3,/area/redgate/city/wiz) +"eEz" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/carpet/gaycarpet,/area/redgate/city/stripclub) +"eFe" = (/obj/structure/dispenser{phorontanks = 0},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/hospital) +"eFx" = (/turf/simulated/floor/tiled/white,/area/redgate/city/house16) +"eFS" = (/obj/structure/table/woodentable,/obj/random/fishing_junk,/turf/simulated/floor/wood,/area/redgate/city/house12) +"eGi" = (/obj/machinery/door/airlock/glass,/turf/simulated/floor/wood,/area/redgate/city/morgue) +"eGk" = (/turf/simulated/floor/tiled/steel,/area/redgate/city/waterworks) +"eGC" = (/obj/structure/filingcabinet/filingcabinet,/turf/simulated/floor/wood,/area/redgate/city/laundry) +"eHO" = (/obj/structure/table/woodentable,/obj/machinery/microwave,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/rats) +"eIy" = (/obj/structure/table/standard,/obj/structure/sink/countertop{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/weretiger) +"eJk" = (/obj/structure/closet,/obj/random/toy,/obj/random/toy,/obj/random/mainttoyloot,/obj/random/mainttoyloot,/obj/random/mouseray,/turf/simulated/floor/wood/alt,/area/redgate/city/toys) +"eJt" = (/obj/structure/table/alien,/obj/random/mech_toy,/turf/simulated/floor/carpet/retro,/area/redgate/city/toys) +"eJF" = (/obj/machinery/portable_atmospherics/hydroponics,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"eJH" = (/obj/machinery/atmospherics/pipe/vent{dir = 1},/turf/simulated/floor/tiled/milspec,/area/redgate/city/workshop) +"eJN" = (/obj/structure/bed/chair/sofa/bench/left{dir = 4},/turf/simulated/floor/outdoors/grass,/area/redgate/city/hospital) +"eJU" = (/obj/structure/closet/secure_closet/personal,/obj/random/mainttoyloot,/obj/machinery/light,/turf/simulated/floor/tiled/freezer,/area/redgate/city/laundry) +"eKe" = (/obj/structure/bed/chair/sofa/bench/right{dir = 1},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"eKw" = (/obj/structure/sign/poster{dir = 4},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"eKL" = (/obj/structure/table/woodentable,/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{pixel_x = -1; pixel_y = 10},/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{pixel_x = -3; pixel_y = 4},/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker,/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"eKM" = (/obj/machinery/door/window/eastright{dir = 8},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/supermarket) +"eLk" = (/obj/structure/closet/walllocker_double/misc_civ/north,/obj/random/toy,/obj/random/plushie,/obj/item/weapon/lipstick/random,/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/gallery) +"eLr" = (/obj/structure/table/standard,/obj/random/snack,/turf/simulated/floor/tiled/white,/area/redgate/city/house13) +"eLx" = (/obj/structure/table/standard,/obj/machinery/microwave,/turf/simulated/floor/tiled/white,/area/redgate/city/restaurant) +"eLC" = (/obj/structure/table/steel_reinforced,/obj/machinery/recharger,/turf/simulated/floor/tiled/milspec,/area/redgate/city/police) +"eLO" = (/obj/machinery/light{dir = 4},/turf/simulated/shuttle/floor/white,/area/redgate/city/cards) +"eMq" = (/obj/structure/bed/chair/shuttle{dir = 1},/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"eMG" = (/obj/structure/fitness/punchingbag,/turf/simulated/floor/wood/alt,/area/redgate/city/gym) +"eMQ" = (/obj/structure/bookcase,/obj/item/weapon/book/custom_library/religious/feastofkubera,/obj/item/weapon/book/custom_library/religious/storyoflordganesha,/obj/item/weapon/book/custom_library/religious/sungoddessofkorea,/turf/simulated/floor/wood,/area/redgate/city/library) +"eNy" = (/obj/structure/sink{pixel_y = 16},/obj/item/frame/mirror{pixel_y = 34},/obj/machinery/light_switch{dir = 8; pixel_x = 24; pixel_y = -24},/turf/simulated/floor/tiled/white,/area/redgate/city/house6) +"eNP" = (/obj/structure/bed/chair/office/dark{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/hospital) +"eOb" = (/obj/machinery/door/airlock/glass,/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/gallery) +"eOh" = (/mob/living/simple_mob/vore/catgirl,/turf/simulated/floor/wood,/area/redgate/city/house1) +"eOi" = (/turf/simulated/floor/carpet/turcarpet,/area/redgate/city/house9) +"eOR" = (/turf/simulated/wall/tgmc/darkwall{icon = 'icons/obj/doors/angled/elevator/door.dmi'; icon_state = "preview"; name = "locked elevator"},/area/redgate/city/corporation) +"ePv" = (/obj/structure/fitness/boxing_ropes/turnbuckle{dir = 4},/obj/structure/fitness/boxing_ropes/bottom,/turf/simulated/fitness,/area/redgate/city/gym) +"ePT" = (/obj/structure/bed/chair/comfy/black{dir = 1},/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"ePX" = (/obj/machinery/light{light_color = "#575656"; name = "dim light"},/turf/simulated/floor/wood,/area/redgate/city/library) +"eQf" = (/obj/machinery/vending/event/gadget,/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"eQp" = (/obj/structure/bed/chair/sofa/left/orange{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/cafe) +"eQy" = (/obj/structure/bed/chair/sofa/corner/orange,/turf/simulated/floor/wood/alt,/area/redgate/city/cafe) +"eRt" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/pool) +"eRI" = (/obj/structure/bed/chair/sofa/corner/teal{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/house3) +"eRR" = (/obj/structure/railing/grey{dir = 8},/obj/structure/railing/grey{dir = 1},/turf/simulated/floor/water/digestive_enzymes,/area/redgate/city/waterworks) +"eSM" = (/obj/machinery/disease2/incubator,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"eTR" = (/obj/machinery/washing_machine,/turf/simulated/floor/tiled/freezer,/area/redgate/city/laundry) +"eTZ" = (/obj/random/pottedplant,/turf/simulated/floor/wood,/area/redgate/city/house16) +"eUn" = (/obj/structure/table/rack,/obj/item/clothing/under/lawyer/oldman,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"eUX" = (/turf/simulated/floor/tiled/milspec,/area/redgate/city/police) +"eUY" = (/obj/structure/table/woodentable,/obj/item/toy/figure/chaplain,/turf/simulated/floor/tiled/dark,/area/redgate/city/church) +"eVq" = (/turf/simulated/wall/tgmc/darkwall{icon = 'icons/obj/doors/angled/elevator/door.dmi'; icon_state = "preview"; name = "locked elevator"},/area/redgate/city/parkinglot) +"eVu" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/hospital) +"eVU" = (/obj/machinery/seed_storage/xenobotany,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"eWz" = (/obj/machinery/light/small/neon/generic_purple{dir = 1; pixel_y = -32},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"eWE" = (/obj/machinery/light/small/neon/generic_green{pixel_y = 28},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"eWQ" = (/obj/structure/bed/chair/wood{dir = 4},/turf/simulated/floor/carpet/retro_red,/area/redgate/city/house11) +"eXn" = (/obj/structure/closet/l3closet/virology,/obj/random/firstaid,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"eXC" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/carpet/retro,/area/redgate/city/toys) +"eXX" = (/turf/simulated/floor/tiled/white,/area/redgate/city/house2) +"eYn" = (/obj/structure/closet/cabinet,/obj/machinery/light/small{dir = 1},/obj/item/clothing/under/pirate,/obj/item/clothing/shoes/brown,/turf/simulated/floor/carpet/turcarpet,/area/redgate/city/house9) +"eYv" = (/obj/structure/window/reinforced,/turf/simulated/floor/tiled/milspec,/area/redgate/city/police) +"eYP" = (/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/tiled/dark,/area/redgate/city/check2) +"eYT" = (/turf/simulated/floor/wood,/area/redgate/city/house1) +"eZp" = (/obj/structure/sign/directions/pool{dir = 4},/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/pool) +"faa" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/wood/alt,/area/redgate/city/toys) +"fap" = (/obj/structure/table/woodentable,/obj/item/weapon/reagent_containers/food/drinks/bottle/small/beer/meteor,/obj/item/weapon/reagent_containers/food/drinks/bottle/small/beer/meteor,/obj/item/weapon/reagent_containers/food/drinks/bottle/small/beer/meteor,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"fba" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"fbj" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house12) +"fbr" = (/obj/structure/table/rack,/obj/item/weapon/storage/box/fancy/chewables/tobacco/nico,/obj/item/weapon/storage/box/fancy/chewables/tobacco/nico,/obj/item/weapon/storage/box/fancy/chewables/tobacco/nico,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"fcp" = (/obj/machinery/door/window/brigdoor{dir = 2},/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"fcG" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/neutral,/area/redgate/city/cardmon) +"fdf" = (/obj/machinery/light/small/neon/generic_red{dir = 8; pixel_x = 25},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"fdC" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/carpet/retro_red,/area/redgate/city/house11) +"fdE" = (/obj/machinery/door/airlock/angled_tgmc/medical,/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"fdK" = (/obj/effect/floor_decal/industrial/warning/tile,/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"fdL" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/carpet,/area/redgate/city/house7) +"fdT" = (/obj/machinery/door/blast/multi_tile/two_tile_ver{name = "upper level access"},/turf/simulated/floor/outdoors/road,/area/redgate/city/parkinglot) +"fdW" = (/obj/machinery/computer/arcade/clawmachine,/turf/simulated/floor/carpet/blue,/area/redgate/city/theatre) +"fec" = (/obj/structure/prop/blackbox,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/comms) +"feE" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/carpet/oracarpet,/area/redgate/city/house1) +"ffi" = (/obj/machinery/computer/security/telescreen{pixel_x = -29},/obj/machinery/light{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house16) +"ffH" = (/obj/machinery/door/airlock/multi_tile/glass,/turf/simulated/floor/tiled/red,/area/redgate/city/stripclub) +"fgv" = (/turf/simulated/floor/wood,/area/redgate/city/apartments) +"fhV" = (/obj/structure/simple_door/wood,/turf/simulated/floor/wood/alt,/area/redgate/city/pizza) +"fhY" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white,/area/redgate/city/house4) +"fis" = (/obj/structure/table/woodentable,/obj/random,/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/carpet/turcarpet,/area/redgate/city/house9) +"fjj" = (/obj/machinery/light/small/neon/generic_purple{dir = 4; pixel_x = -31},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"fjw" = (/obj/structure/toilet{dir = 4},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house12) +"fkA" = (/obj/machinery/door/blast/multi_tile/four_tile_hor,/turf/simulated/floor/tiled/eris/white/cargo,/area/redgate/city/warehouse) +"fkX" = (/obj/structure/curtain/black,/turf/simulated/floor/wood/alt,/area/redgate/city/theatre) +"fmo" = (/obj/structure/closet,/obj/random/contraband,/obj/random/maintenance/misc,/obj/item/weapon/reagent_containers/syringe/drugs,/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"fmA" = (/obj/structure/table/standard,/obj/item/weapon/reagent_containers/food/snacks/sliceable/pizza/pineapple,/turf/simulated/floor/tiled/kafel_full/blue,/area/redgate/city/pizza) +"fnj" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/apartments) +"foa" = (/obj/item/clothing/accessory/jacket/navy,/obj/item/clothing/head/beanie,/obj/item/clothing/suit/storage/puffyblue,/obj/item/clothing/under/dress/dress_yellow,/obj/item/clothing/under/color/blackf,/obj/structure/closet/cabinet,/turf/simulated/floor/carpet,/area/redgate/city/house15) +"fps" = (/obj/structure/bed/chair/backed_grey{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/hospital) +"fpI" = (/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"fpX" = (/obj/item/stack/cable_coil/random,/turf/simulated/floor/plating,/area/redgate/city/workshop) +"fqy" = (/obj/effect/floor_decal/corner/purple/bordercorner{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"fqY" = (/obj/random/mainttoyloot,/turf/simulated/floor/plating,/area/redgate/city/dump) +"frf" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/spa) +"fri" = (/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/hospital) +"frx" = (/obj/machinery/recharge_station,/turf/simulated/floor/dungeon,/area/redgate/city/doctor) +"frC" = (/obj/structure/table/glass,/turf/simulated/floor/carpet/gaycarpet,/area/redgate/city/stripclub) +"fsa" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/borderfloorblack{dir = 1},/obj/item/weapon/surgical/cautery,/obj/item/weapon/surgical/bone_clamp,/turf/simulated/floor/dungeon,/area/redgate/city/doctor) +"fsS" = (/obj/structure/filingcabinet/filingcabinet,/turf/simulated/floor/wood,/area/redgate/city/morgue) +"fsW" = (/obj/machinery/recharge_station,/turf/simulated/floor/tiled/milspec,/area/redgate/city/ripper) +"ftj" = (/turf/simulated/floor/tiled/white,/area/redgate/city/scughouse) +"fub" = (/obj/structure/bed/chair/sofa/bench/right{dir = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"fuf" = (/obj/item/weapon/reagent_containers/food/snacks/old/horseburger,/turf/simulated/floor/plating,/area/redgate/city/dump) +"fuu" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/random/snack,/obj/random/snack,/obj/random/meat,/turf/simulated/floor/wood,/area/redgate/city/house6) +"fuW" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/house10) +"fvc" = (/obj/structure/prop/alien/dispenser/twoway,/turf/simulated/floor/wood/sif,/area/redgate/city/succ) +"fvm" = (/obj/structure/bed/chair/office/dark{dir = 8},/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"fvw" = (/obj/vehicle/train/rover/engine{name = "Humvee"},/turf/simulated/floor/outdoors/road{outdoors = -1},/area/redgate/city/parkinglot) +"fwb" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/kafel_full/green,/area/redgate/city/lasertag) +"fwg" = (/turf/simulated/floor/tiled/eris/dark,/area/redgate/city/corporation) +"fwh" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/fightclub) +"fws" = (/obj/effect/floor_decal/spline/fancy{dir = 4},/turf/simulated/floor/water/ocean,/area/redgate/city/streets) +"fwv" = (/obj/machinery/light/small{dir = 1},/obj/structure/toilet{dir = 8},/turf/simulated/floor/tiled/eris/steel,/area/redgate/city/parkinglot) +"fww" = (/obj/structure/bed/chair/sofa/brown,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/rats) +"fxi" = (/obj/machinery/light{dir = 8},/obj/structure/flora/pottedplant/decorative,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"fyg" = (/obj/effect/floor_decal/spline/plain{dir = 6},/obj/machinery/light/floortube{dir = 4; light_color = "#ff8086"; light_type = /obj/item/weapon/light/bulb/red; name = "stripper light"},/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/stripclub) +"fyD" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"fyH" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/steel,/area/redgate/city/waterworks) +"fyM" = (/turf/simulated/floor/dungeon,/area/redgate/city/pizza) +"fyY" = (/obj/item/roller,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/morgue) +"fzf" = (/turf/simulated/floor/wood,/area/redgate/city/house3) +"fzl" = (/obj/machinery/door/airlock/glass,/turf/simulated/floor/wood/alt,/area/redgate/city/hotel) +"fzu" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood/alt,/area/redgate/city/police) +"fzF" = (/turf/simulated/floor/wood/alt,/area/redgate/city/offlicense) +"fAt" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/morgue) +"fAx" = (/obj/structure/bed/chair/sofa/purp{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"fAy" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/sims) +"fAK" = (/obj/structure/table/rack,/obj/structure/closet/crate/critter,/obj/random/medical,/obj/random/medical,/obj/random/medical,/obj/random/unidentified_medicine/combat_medicine,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/eris/white/gray_perforated,/area/redgate/city/warehouse) +"fBC" = (/obj/structure/simple_door/wood,/turf/simulated/floor/wood/alt,/area/redgate/city/toys) +"fBT" = (/obj/random/pottedplant,/obj/machinery/light_switch{pixel_y = 25},/turf/simulated/floor/wood,/area/redgate/city/house11) +"fCm" = (/obj/machinery/mech_recharger,/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"fCx" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/laundry) +"fDd" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/church) +"fDn" = (/obj/structure/table/rack,/obj/item/clothing/under/swimsuit/highclass,/obj/item/clothing/under/swimsuit/highclass,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"fDB" = (/obj/machinery/light{dir = 8; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/tiled/neutral,/area/redgate/city/altevian) +"fDP" = (/obj/structure/bed/chair/comfy/rounded/blue,/obj/structure/mirror{dir = 1; pixel_y = -24},/turf/simulated/floor/wood,/area/redgate/city/stripclub) +"fEp" = (/obj/structure/railing/grey{dir = 8},/obj/structure/railing/grey,/turf/simulated/floor/water/digestive_enzymes,/area/redgate/city/waterworks) +"fEr" = (/obj/structure/table/glass,/obj/random/tetheraid,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"fEG" = (/obj/structure/bed/padded,/obj/item/weapon/bedsheet/yellow,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"fEQ" = (/obj/structure/table/bench/glass,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/eris/steel/cargo,/area/redgate/city/bar1) +"fER" = (/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"fEX" = (/obj/structure/table/woodentable,/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{pixel_x = -1; pixel_y = 10},/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{pixel_x = 3; pixel_y = 13},/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/cafe) +"fFf" = (/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"fFY" = (/obj/machinery/recharge_station,/turf/simulated/floor/tiled/steel_ridged,/area/redgate/city/dealership) +"fGK" = (/obj/structure/table/woodentable,/obj/random/maintenance/misc,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"fGO" = (/obj/machinery/light_switch{pixel_y = 25},/turf/simulated/floor/tiled/white,/area/redgate/city/house16) +"fJl" = (/obj/structure/simple_door/wood,/turf/simulated/floor/carpet/geo,/area/redgate/city/house18) +"fJG" = (/obj/structure/table/standard,/obj/machinery/photocopier/faxmachine,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"fJR" = (/obj/structure/bed/chair/sofa/right/beige{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/house18) +"fKp" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/eris/steel/cyancorner,/area/redgate/city/bar1) +"fKs" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/carpet,/area/redgate/city/house15) +"fKR" = (/obj/structure/bed/chair/wood{dir = 8},/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/restaurant) +"fKU" = (/obj/structure/bed/chair/sofa/corp/right{dir = 1},/turf/simulated/floor/carpet/gaycarpet,/area/redgate/city/stripclub) +"fKX" = (/obj/structure/closet,/obj/random/mainttoyloot,/obj/random/cash/big,/obj/random/maintenance/misc,/obj/random/maintenance/misc,/turf/simulated/floor/wood,/area/redgate/city/clotheshop) +"fLF" = (/obj/machinery/appliance/cooker/oven,/turf/simulated/floor/tiled/kafel_full/blue,/area/redgate/city/pizza) +"fLR" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/neutral,/area/redgate/city/drugden) +"fMn" = (/turf/simulated/floor/wood,/area/redgate/city/sims) +"fNc" = (/turf/simulated/floor/wood/broken,/area/redgate/city/crates) +"fOc" = (/obj/machinery/door/airlock/multi_tile/glass,/turf/simulated/floor/wood,/area/redgate/city/library) +"fOq" = (/obj/structure/table/bench/wooden,/obj/effect/mist,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/spa) +"fOt" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/steel,/area/redgate/city/waterworks) +"fOO" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/altevian) +"fOT" = (/obj/structure/flora/log1,/turf/simulated/floor/wood,/area/redgate/city/scughouse) +"fQn" = (/obj/machinery/vending/loadout/accessory,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/freezer,/area/redgate/city/laundry) +"fQo" = (/obj/machinery/light,/turf/simulated/floor/wood,/area/redgate/city/house14) +"fQt" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/shooting) +"fQC" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/white,/area/redgate/city/house9) +"fQR" = (/obj/structure/table/fancyblack,/obj/structure/window/basic{dir = 8},/obj/item/weapon/storage/wallet/casino,/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"fQX" = (/obj/structure/closet/crate/trashcart{dir = 2},/obj/random/junk,/obj/random/junk,/obj/random/maintenance/morestuff,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"fRu" = (/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"fRW" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/clotheshop) +"fSr" = (/turf/simulated/floor/tiled/white,/area/redgate/city/cardmon) +"fSH" = (/obj/structure/bed/chair/backed_grey{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"fSR" = (/obj/structure/bed/chair/sofa/corp{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"fVa" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/redgate/city/house12) +"fVh" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/corporation) +"fVw" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/redgate/city/hospital) +"fVx" = (/obj/structure/table/glass,/obj/item/weapon/paper_bin,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/clotheshop) +"fVK" = (/obj/machinery/power/rad_collector,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"fVM" = (/obj/structure/table/woodentable,/turf/simulated/floor/carpet/blue,/area/redgate/city/house3) +"fVV" = (/obj/structure/table/steel,/obj/random/maintenance/medical,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/morgue) +"fVZ" = (/obj/structure/bed/chair/comfy/red{dir = 4},/turf/simulated/floor/carpet/brown,/area/redgate/city/tarot) +"fXq" = (/obj/structure/table/glass,/turf/simulated/floor/tiled/eris/dark/brown_perforated,/area/redgate/city/dealership) +"fXw" = (/obj/structure/table/bench/marble,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/hospital) +"fXy" = (/obj/structure/closet/wardrobe,/obj/random/mouseray,/obj/item/clothing/under/croptop,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"fXM" = (/obj/structure/bed/chair/office/dark{dir = 8},/turf/simulated/floor/tiled/dark,/area/redgate/city/church) +"fZJ" = (/obj/structure/table/rack,/obj/item/weapon/storage/firstaid/toxin{pixel_x = -9; pixel_y = 10},/obj/item/weapon/storage/firstaid/o2{pixel_x = 6; pixel_y = 10},/obj/item/weapon/storage/firstaid/adv{pixel_x = -9; pixel_y = 1},/obj/item/weapon/storage/firstaid/fire{pixel_x = 6; pixel_y = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"gav" = (/obj/structure/flora/pottedplant/unusual,/turf/simulated/floor/reinforced,/area/redgate/city/corporation) +"gaM" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/house1) +"gbg" = (/obj/structure/casino_table/blackjack_l{dir = 4},/obj/machinery/light/floortube,/turf/simulated/floor/carpet/purple,/area/redgate/city/casino) +"gbV" = (/obj/structure/table/rack/shelf,/obj/item/weapon/reagent_containers/food/snacks/ratpackcheese,/obj/item/weapon/reagent_containers/food/snacks/ratpackcheese,/obj/item/weapon/reagent_containers/food/snacks/ratpackcheese,/obj/item/weapon/reagent_containers/food/snacks/ratpackcheese,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/neutral,/area/redgate/city/altevian) +"gbX" = (/turf/simulated/floor/carpet/retro_red,/area/redgate/city/house11) +"gbZ" = (/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/wood/alt/tile/broken,/area/redgate/city/fightclub) +"gcn" = (/obj/effect/floor_decal/road/center{pixel_y = -1},/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"gcM" = (/obj/structure/dirtybed,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/bar2) +"gcP" = (/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/redgate/city/engine) +"gcT" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"gdP" = (/obj/random/pottedplant,/turf/simulated/floor/wood,/area/redgate/city/house10) +"geM" = (/obj/structure/bed/chair/sofa/corp/left,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/bar2) +"geR" = (/obj/machinery/atmospherics/pipe/tank/oxygen{dir = 8},/turf/simulated/floor/tiled/steel_ridged,/area/redgate/city/waterworks) +"gff" = (/turf/simulated/floor/tiled/white,/area/redgate/city/house3) +"gfi" = (/obj/structure/medical_stand/anesthetic,/turf/simulated/floor/dungeon,/area/redgate/city/doctor) +"gfq" = (/obj/structure/bed/chair/office/light,/turf/simulated/floor/carpet/blue,/area/redgate/city/house16) +"gfx" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/sims) +"ggq" = (/obj/machinery/biogenerator,/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"ggJ" = (/obj/machinery/door/airlock/multi_tile/glass,/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/redgate/city/dealership) +"ggY" = (/obj/structure/table/rack,/obj/item/clothing/under/pants/ripped,/obj/item/clothing/under/pants/ripped,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"ght" = (/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/dark,/area/redgate/city/check1) +"ghC" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/steel_dirty,/area/redgate/city/dodgypharmacy) +"ghS" = (/obj/structure/table/rack/shelf,/obj/random/snack,/turf/simulated/floor/carpet/blue,/area/redgate/city/theatre) +"ghW" = (/obj/machinery/light{light_color = "#575656"; name = "dim light"},/obj/structure/table/rack/steel,/obj/random/cash/huge,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/casino) +"giS" = (/obj/structure/table/rack,/obj/item/clothing/under/overalls/sleek,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"gjk" = (/obj/structure/closet/walllocker_double/emergency_engi/north,/obj/item/device/multitool,/obj/item/weapon/storage/toolbox/brass,/turf/simulated/floor/tiled/dark,/area/redgate/city/comms) +"gjl" = (/obj/structure/table/steel,/obj/item/device/multitool,/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"gjG" = (/obj/structure/fence/cut/large{dir = 4},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"gjK" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/drugden) +"gkn" = (/obj/structure/prop/prism,/turf/simulated/floor/tiled/milspec,/area/redgate/city/science) +"glW" = (/obj/structure/bed/chair/backed_grey{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"gmb" = (/obj/effect/floor_decal/corner/lime/bordercorner,/turf/simulated/floor/tiled/white,/area/redgate/city/pharmacy) +"gmv" = (/obj/structure/closet/secure_closet/personal,/obj/random/cash/big,/obj/random/technology_scanner,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"gmI" = (/obj/structure/table/standard,/obj/item/device/defib_kit/loaded,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"gmQ" = (/obj/structure/window/basic{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/supermarket) +"gmT" = (/obj/structure/bed/chair/sofa/right/brown,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/rats) +"gov" = (/obj/structure/table/standard,/obj/machinery/microwave,/turf/simulated/floor/tiled/white,/area/redgate/city/house10) +"gox" = (/obj/machinery/light_switch{pixel_y = 25},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house2) +"goE" = (/obj/structure/casino_table/blackjack_m{dir = 4},/obj/item/weapon/deck/cards/casino,/turf/simulated/floor/carpet/purple,/area/redgate/city/casino) +"gpj" = (/obj/structure/closet/crate,/obj/random/meat,/obj/random/meat,/obj/random/mre,/obj/random/mre,/obj/random/snack,/turf/simulated/floor/wood/alt,/area/redgate/city/streets) +"gpw" = (/obj/structure/table/rack,/obj/item/clothing/under/psyche,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"gpI" = (/obj/machinery/appliance/cooker/oven,/turf/simulated/floor/tiled/white,/area/redgate/city/cardmon) +"gpM" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/cafe) +"gqh" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/costumes) +"gqX" = (/obj/structure/table/rack,/obj/item/clothing/under/swimsuit/red,/obj/item/clothing/under/swimsuit/red,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"gra" = (/turf/simulated/floor/carpet/turcarpet,/area/redgate/city/cafe) +"grj" = (/obj/machinery/appliance/cooker/fryer,/turf/simulated/floor/tiled/kafel_full/blue,/area/redgate/city/pizza) +"gsr" = (/obj/vehicle/train/rover/engine/dunebuggy{name = "Dune Buggy"},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/redgate/city/dealership) +"gsI" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/weretiger) +"gsU" = (/obj/item/clothing/shoes/orange,/turf/simulated/floor/carpet/green,/area/redgate/city/house17) +"gsW" = (/turf/simulated/floor/tiled/steel_ridged,/area/redgate/city/workshop) +"gtb" = (/turf/simulated/floor/outdoors/grass,/area/redgate/city/streets) +"gtg" = (/obj/machinery/door/airlock/angled_tgmc/medical,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"gtp" = (/obj/structure/table/woodentable,/obj/machinery/chemical_dispenser/bar_soft/full,/turf/simulated/floor/wood/alt,/area/redgate/city/cafe) +"gue" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/pool) +"gxL" = (/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/bar1) +"gxQ" = (/obj/structure/simple_door/iron,/turf/simulated/floor/wood,/area/redgate/city/house15) +"gxW" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/lasertag) +"gya" = (/obj/machinery/light/small,/turf/simulated/floor/concrete,/area/redgate/city/storage) +"gyl" = (/obj/structure/table/rack/shelf,/obj/item/weapon/reagent_containers/food/drinks/bottle/pwine,/obj/item/weapon/reagent_containers/food/drinks/bottle/pwine,/obj/item/weapon/reagent_containers/food/drinks/bottle/pwine,/obj/item/weapon/reagent_containers/food/drinks/bottle/pwine,/obj/item/weapon/reagent_containers/food/drinks/bottle/pwine,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"gyB" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/toys) +"gzn" = (/obj/structure/closet/wardrobe,/obj/item/clothing/suit/storage/hooded/wintercoat/bar,/obj/item/clothing/under/rank/bartender,/obj/item/clothing/under/rank/bartender/skirt,/obj/random/contraband,/obj/random/maintenance/morestuff,/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/bar1) +"gzA" = (/obj/machinery/appliance/cooker/grill,/turf/simulated/floor/tiled/kafel_full/blue,/area/redgate/city/pizza) +"gAt" = (/obj/structure/closet,/obj/item/clothing/under/altevian/sci,/obj/item/clothing/suit/storage/apron/altevian,/turf/simulated/floor/tiled/eris/techmaint_perforated,/area/redgate/city/altevian) +"gAw" = (/obj/structure/toilet{dir = 8},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house3) +"gAH" = (/obj/structure/particle_accelerator/power_box{dir = 8},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/redgate/city/engine) +"gAX" = (/obj/structure/bed/chair/sofa/right/purp{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"gBk" = (/obj/structure/table/rack/shelf,/obj/random/firstaid,/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/tiled/steel_dirty,/area/redgate/city/dodgypharmacy) +"gBR" = (/obj/machinery/vitals_monitor,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"gEX" = (/obj/structure/table/woodentable,/obj/item/device/retail_scanner,/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"gFk" = (/obj/structure/simple_door/iron,/turf/simulated/floor/wood,/area/redgate/city/house6) +"gFr" = (/obj/machinery/door/window{dir = 2},/turf/simulated/floor/tiled/eris/white/brown_perforated,/area/redgate/city/lasertag) +"gFB" = (/obj/structure/table/rack,/obj/item/clothing/under/wedding/bride_white,/turf/simulated/floor/wood,/area/redgate/city/clotheshop) +"gFM" = (/obj/machinery/door/airlock/angled_tgmc/engineering,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"gGb" = (/obj/machinery/conveyor{dir = 1},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/concrete,/area/redgate/city/conveyors) +"gGf" = (/obj/structure/bed/chair/comfy/brown{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/library) +"gHg" = (/obj/structure/fitness/boxing_ropes,/obj/structure/fitness/boxing_ropes/turnbuckle{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/gym) +"gHj" = (/obj/machinery/clonepod/transhuman,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/doctor) +"gHp" = (/obj/structure/bed/chair/sofa/right/blue{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house9) +"gHE" = (/obj/random/pottedplant,/turf/simulated/floor/wood,/area/redgate/city/house17) +"gIb" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/green{pixel_y = 8},/turf/simulated/floor/carpet/blue,/area/redgate/city/stripclub) +"gIf" = (/obj/structure/table/rack/shelf,/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka,/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka,/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka,/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka,/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey,/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey,/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey,/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey,/obj/item/weapon/reagent_containers/food/drinks/bottle/absinthe,/obj/item/weapon/reagent_containers/food/drinks/bottle/absinthe,/obj/item/weapon/reagent_containers/food/drinks/bottle/absinthe,/obj/item/weapon/reagent_containers/food/drinks/bottle/absinthe,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"gJm" = (/obj/structure/table/rack,/obj/item/clothing/under/pj/blue,/obj/item/clothing/under/pj/blue,/obj/item/clothing/under/pj/red,/obj/item/clothing/under/pj/red,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"gJw" = (/obj/structure/sink{dir = 4; pixel_x = 12; pixel_y = -3},/obj/item/frame/mirror{pixel_x = 23},/obj/random/medical/pillbottle,/turf/simulated/floor/tiled/neutral,/area/redgate/city/weretiger) +"gJC" = (/obj/random/multiple/random_size_crate/no_weapons,/turf/simulated/floor/wood,/area/redgate/city/house5) +"gKj" = (/obj/structure/table/woodentable,/obj/item/weapon/tool/wrench/brass,/obj/item/weapon/tool/screwdriver/brass{pixel_y = 5},/turf/simulated/floor/wood/alt,/area/redgate/city/teppi) +"gKn" = (/obj/machinery/vending/donksoft,/obj/effect/floor_decal/spline/fancy/wood,/turf/simulated/floor/wood/alt,/area/redgate/city/toys) +"gMt" = (/obj/structure/table/woodentable,/obj/machinery/chemical_dispenser/bar_soft/full{dir = 1},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"gMx" = (/obj/machinery/door/airlock/multi_tile/metal,/turf/simulated/floor/reinforced,/area/redgate/city/corporation) +"gMH" = (/obj/structure/closet/walllocker{pixel_y = 33},/obj/item/weapon/deck/egy,/obj/item/weapon/deck/egy,/obj/item/weapon/deck/egy,/obj/item/weapon/deck/egy,/obj/item/weapon/deck/egy,/obj/item/weapon/deck/egy,/turf/simulated/shuttle/floor/white,/area/redgate/city/cards) +"gMN" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/eris/white,/area/redgate/city/warehouse) +"gMO" = (/obj/structure/table/woodentable,/turf/simulated/floor/carpet,/area/redgate/city/morgue) +"gNu" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/greendouble,/turf/simulated/floor/carpet/green,/area/redgate/city/house17) +"gNx" = (/obj/structure/closet/wardrobe,/obj/item/clothing/head/cakehat,/obj/item/clothing/under/flower_skirt,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"gOe" = (/obj/structure/table/standard,/obj/structure/sink/countertop{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house7) +"gOs" = (/obj/structure/bed/chair/sofa/right/brown,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"gOW" = (/obj/structure/closet/radiation,/obj/item/weapon/reagent_containers/glass/beaker/vial/random/toxin,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"gPf" = (/turf/simulated/floor/wood,/area/redgate/city/stripclub) +"gPD" = (/obj/machinery/vending/event/costume,/turf/simulated/floor/wood,/area/redgate/city/stripclub) +"gPN" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/random/snack,/obj/random/snack,/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/redgate/city/house13) +"gPQ" = (/obj/machinery/light/small/neon/generic_green{dir = 8; pixel_x = 25; pixel_y = 4},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"gQo" = (/obj/structure/closet,/obj/item/weapon/folder/red,/obj/item/weapon/folder/red,/obj/item/device/tape/random,/obj/random/powercell/device,/turf/simulated/floor/tiled/red,/area/redgate/city/corporation) +"gQA" = (/obj/structure/table/standard,/obj/item/weapon/reagent_containers/glass/beaker/large,/turf/simulated/floor/wood/alt,/area/redgate/city/pharmacy) +"gRW" = (/obj/machinery/door/airlock/glass{name = "A&E entrance"},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"gSc" = (/turf/simulated/floor/wood,/area/redgate/city/library) +"gSf" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/storage) +"gSj" = (/obj/effect/floor_decal/corner/purple/border{dir = 9},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"gSs" = (/obj/structure/bed/chair/sofa/left/brown{dir = 1},/turf/simulated/floor/wood/alt/panel/broken,/area/redgate/city/rats) +"gSL" = (/obj/item/clothing/under/dress/polka,/obj/item/clothing/shoes/ballet,/obj/item/clothing/head/nursehat,/obj/structure/closet/cabinet,/turf/simulated/floor/carpet/oracarpet,/area/redgate/city/house1) +"gSN" = (/obj/structure/table/woodentable,/obj/machinery/chemical_dispenser/bar_soft/full{dir = 1},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"gSV" = (/obj/structure/bed/padded,/obj/item/weapon/bedsheet/ian,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"gTg" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/steel_dirty,/area/redgate/city/dodgypharmacy) +"gTz" = (/obj/machinery/power/rad_collector,/turf/simulated/floor/concrete,/area/redgate/city/storage) +"gTN" = (/obj/structure/bed/chair/wood{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/house6) +"gTV" = (/obj/structure/casino_table/roulette_chart,/turf/simulated/floor/carpet/purple,/area/redgate/city/casino) +"gTW" = (/turf/simulated/floor/carpet/blue,/area/redgate/city/theatre) +"gUu" = (/obj/effect/floor_decal/road/center{dir = 8; pixel_x = -1},/obj/machinery/light/lamppost{dir = 8; pixel_x = 22},/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"gUJ" = (/turf/simulated/floor/wood,/area/redgate/city/house4) +"gVb" = (/turf/simulated/floor/tiled/eris/steel/cargo,/area/redgate/city/bar1) +"gVH" = (/obj/structure/closet/secure_closet/freezer/money,/turf/simulated/floor/tiled/freezer,/area/redgate/city/restaurant) +"gVV" = (/obj/structure/closet,/obj/random/contraband,/obj/random/medical/pillbottle,/obj/random/cash/huge,/obj/item/weapon/reagent_containers/syringe/drugs,/obj/item/weapon/reagent_containers/syringe/drugs,/obj/item/weapon/reagent_containers/syringe/drugs,/obj/random/unidentified_medicine/drug_den,/turf/simulated/floor/carpet/blue,/area/redgate/city/stripclub) +"gWf" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/carpet/sblucarpet,/area/redgate/city/clotheshop) +"gWn" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/spline/fancy/wood{dir = 6},/turf/simulated/floor/wood/alt,/area/redgate/city/toys) +"gWu" = (/obj/structure/prop/machine/conduit,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"gXx" = (/obj/structure/bed/chair/comfy/purp{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"gXy" = (/obj/structure/closet,/obj/random/coin,/obj/random/maintenance/clean,/obj/item/device/camera,/obj/item/clothing/under/librarian,/turf/simulated/floor/wood,/area/redgate/city/library) +"gXA" = (/obj/structure/bed/chair/sofa/right/brown{dir = 8},/turf/simulated/floor/tiled/monotile,/area/redgate/city/stripclub) +"gYd" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/carpet/green,/area/redgate/city/house6) +"gYm" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/warehouse) +"gYq" = (/obj/structure/sink{dir = 4; pixel_x = 12; pixel_y = -3},/obj/item/frame/mirror{pixel_x = 23},/obj/random/soap_common,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house18) +"gYr" = (/obj/machinery/light{dir = 4; light_color = "#575656"; name = "dim light"},/obj/structure/table/steel_reinforced,/obj/item/weapon/surgical/scalpel,/obj/item/weapon/surgical/circular_saw{pixel_y = 7},/turf/simulated/floor/dungeon,/area/redgate/city/doctor) +"gYX" = (/obj/machinery/computer/security/telescreen{pixel_x = -29},/turf/simulated/floor/wood,/area/redgate/city/house2) +"gZc" = (/turf/simulated/floor/carpet/blue,/area/redgate/city/house16) +"gZr" = (/obj/random/mainttoyloot,/turf/simulated/floor/wood/alt/tile/broken,/area/redgate/city/streets) +"gZv" = (/obj/structure/railing{dir = 8; icon_state = "railing0"},/obj/structure/bonfire/permanent,/obj/effect/mist,/turf/simulated/floor/water/indoors,/area/redgate/city/spa) +"gZN" = (/turf/simulated/floor/tiled/freezer,/area/redgate/city/laundry) +"gZO" = (/turf/simulated/floor/wood/alt/tile,/area/redgate/city/drugden) +"gZY" = (/obj/structure/toilet,/turf/simulated/floor/tiled/white,/area/redgate/city/house8) +"hag" = (/obj/structure/closet,/obj/item/weapon/storage/briefcase/inflatable{pixel_x = -3},/turf/simulated/floor/wood/alt,/area/redgate/city/dealership) +"hao" = (/obj/machinery/light/small/neon/altevian{pixel_y = 27},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"haD" = (/obj/machinery/vending/loadout/overwear,/turf/simulated/floor/tiled/freezer,/area/redgate/city/laundry) +"hbg" = (/obj/structure/bed/chair/sofa/right/lime{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house2) +"hbk" = (/obj/machinery/light/small,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/warehouse) +"hct" = (/obj/structure/table/alien/blue,/obj/structure/window/basic,/turf/simulated/floor/tiled/eris/white/brown_perforated,/area/redgate/city/lasertag) +"hcM" = (/obj/structure/bed/chair/wood{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house16) +"hdb" = (/obj/random/pottedplant,/obj/machinery/light_switch{dir = 8; pixel_x = 26; pixel_y = -9},/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/house3) +"hdO" = (/obj/structure/redgate/away,/turf/simulated/floor/tiled/milspec/raised,/area/redgate/city/science) +"hdR" = (/obj/structure/table/woodentable,/obj/item/weapon/pack/cardemon,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/cardmon) +"hea" = (/obj/machinery/light/small/neon/generic_yellow{pixel_y = 24},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"heQ" = (/obj/structure/table/rack/shelf,/obj/item/weapon/reagent_containers/food/drinks/bottle/absinthe,/obj/item/weapon/reagent_containers/food/drinks/bottle/absinthe,/obj/item/weapon/reagent_containers/food/drinks/bottle/absinthe,/obj/item/weapon/reagent_containers/food/drinks/bottle/absinthe,/obj/item/weapon/reagent_containers/food/drinks/bottle/absinthe,/obj/item/weapon/reagent_containers/food/drinks/bottle/absinthe,/obj/item/weapon/reagent_containers/food/drinks/bottle/absinthe,/obj/item/weapon/reagent_containers/food/drinks/bottle/absinthe,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"heW" = (/obj/structure/railing{dir = 1; icon_state = "railing0"},/obj/structure/flora/lily3,/turf/simulated/floor/water/indoors,/area/redgate/city/spa) +"hff" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/wood,/area/redgate/city/stripclub) +"hfq" = (/obj/effect/floor_decal/industrial/hatch/yellow,/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"hft" = (/obj/structure/bed/chair/wood{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/house12) +"hfz" = (/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/wood/alt/panel,/area/redgate/city/cardmon) +"hfF" = (/obj/structure/bed/padded,/obj/item/weapon/bedsheet/hos,/turf/simulated/floor/carpet/oracarpet,/area/redgate/city/house1) +"hfG" = (/obj/structure/bed/chair/sofa/pew/left{dir = 4},/turf/simulated/floor/tiled/dark,/area/redgate/city/church) +"hfO" = (/obj/structure/bed/chair/office/light,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/wood/alt,/area/redgate/city/pharmacy) +"hgi" = (/obj/machinery/papershredder,/turf/simulated/floor/carpet,/area/redgate/city/house15) +"hgs" = (/obj/structure/bed/chair/sofa/left/blue{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house9) +"hgC" = (/obj/machinery/conveyor,/turf/simulated/floor/concrete,/area/redgate/city/conveyors) +"hgK" = (/obj/structure/table/rack,/obj/structure/closet/crate,/obj/random/mainttoyloot,/obj/random/mainttoyloot,/turf/simulated/floor/tiled/eris/white/gray_perforated,/area/redgate/city/warehouse) +"hgX" = (/obj/structure/table/standard,/obj/structure/window/basic{dir = 8},/obj/structure/window/basic{dir = 1},/obj/item/device/retail_scanner,/turf/simulated/floor/tiled/white,/area/redgate/city/pharmacy) +"hip" = (/obj/structure/fence/corner{dir = 10},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"hiy" = (/obj/structure/table/woodentable,/obj/random_multi/single_item,/turf/simulated/floor/wood,/area/redgate/city/house7) +"hkP" = (/obj/structure/sign/directions/medical/operating_2{dir = 4; pixel_y = 25},/obj/effect/floor_decal/corner/blue/border{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"hly" = (/obj/structure/toilet,/turf/simulated/floor/tiled/white,/area/redgate/city/house9) +"hlL" = (/obj/machinery/light/small/neon/generic_purple{pixel_y = 33},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"hlO" = (/obj/structure/bed/chair/wood,/mob/living/simple_mob/vore/wolfgirl,/turf/simulated/floor/wood,/area/redgate/city/house17) +"hmg" = (/turf/simulated/floor/tiled/neutral,/area/redgate/city/weretiger) +"hnf" = (/obj/item/weapon/reagent_containers/food/snacks/old/fries,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/rats) +"hny" = (/obj/effect/floor_decal/corner/blue/border{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"hnA" = (/obj/machinery/conveyor{dir = 10},/turf/simulated/floor/concrete,/area/redgate/city/conveyors) +"hoI" = (/obj/machinery/appliance/cooker/oven,/turf/simulated/floor/tiled/white,/area/redgate/city/house17) +"hoK" = (/obj/random/junk,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"hoQ" = (/obj/structure/table/glass,/obj/item/clothing/accessory/choker,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"hpo" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/casino) +"hqz" = (/obj/structure/simple_door/wood,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/drugden) +"hqM" = (/obj/structure/table/glass,/obj/item/modular_computer/laptop/preset/custom_loadout/elite,/turf/simulated/floor/carpet/purple,/area/redgate/city/cardmon) +"hre" = (/obj/structure/closet/secure_closet/personal,/obj/item/clothing/under/swimsuit/streamlined,/obj/random/plushie,/obj/machinery/light{dir = 8; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/wood,/area/redgate/city/stripclub) +"hrD" = (/obj/structure/table/standard,/obj/machinery/light/small,/obj/random/maintenance/foodstuff,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"hrY" = (/obj/structure/table/woodentable,/obj/random/mainttoyloot,/turf/simulated/floor/wood,/area/redgate/city/house13) +"hsn" = (/obj/structure/bed/double/padded,/turf/simulated/floor/dungeon,/area/redgate/city/scughouse) +"hsD" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/clotheshop) +"hsO" = (/obj/effect/floor_decal/carpet{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/tarot) +"hud" = (/obj/structure/table/rack/shelf,/obj/effect/floor_decal/corner/lime/border{dir = 8},/obj/random/maintenance/medical,/turf/simulated/floor/tiled/white,/area/redgate/city/pharmacy) +"huu" = (/obj/machinery/light/small{dir = 4},/mob/living/simple_mob/vore/catgirl,/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"hvK" = (/obj/structure/table/rack/shelf,/obj/random/mainttoyloot,/turf/simulated/floor/concrete,/area/redgate/city/storage) +"hvV" = (/obj/effect/floor_decal/industrial/danger{dir = 1},/obj/structure/table/woodentable,/obj/machinery/recharger,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/shooting) +"hxi" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white,/area/redgate/city/house3) +"hyp" = (/obj/structure/table/woodentable,/obj/item/clothing/accessory/pride,/turf/simulated/floor/carpet/blue,/area/redgate/city/house16) +"hyM" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/freezer,/area/redgate/city/restaurant) +"hze" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/redgate/city/house15) +"hzU" = (/obj/structure/simple_door/wood,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/spa) +"hzV" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/turf/simulated/floor/tiled/milspec,/area/redgate/city/workshop) +"hAZ" = (/obj/structure/table/glass,/obj/item/device/flashlight/lamp,/turf/simulated/floor/carpet/purple,/area/redgate/city/house2) +"hBj" = (/obj/structure/bed/chair/sofa/bench/left{dir = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"hBw" = (/obj/structure/table/rack/shelf,/obj/effect/floor_decal/corner/lime/border{dir = 9},/obj/random/medical/lite,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/pharmacy) +"hBE" = (/obj/structure/table/rack/shelf,/obj/item/weapon/reagent_containers/food/snacks/ratveggies,/obj/item/weapon/reagent_containers/food/snacks/ratveggies,/obj/item/weapon/reagent_containers/food/snacks/ratveggies,/obj/item/weapon/reagent_containers/food/snacks/ratveggies,/turf/simulated/floor/tiled/neutral,/area/redgate/city/altevian) +"hCn" = (/obj/structure/bed/chair/sofa/left/brown,/obj/item/weapon/reagent_containers/food/drinks/bottle/small/beer/meteor,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"hCP" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/supermarket) +"hCU" = (/obj/structure/bed/chair/wood{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"hCX" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/house16) +"hDO" = (/obj/structure/simple_door/iron,/turf/simulated/floor/wood,/area/redgate/city/house11) +"hDZ" = (/obj/structure/table/alien,/obj/random/plushielarge,/turf/simulated/floor/carpet/retro,/area/redgate/city/toys) +"hEm" = (/obj/structure/bed/chair/comfy{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"hEw" = (/obj/structure/closet/secure_closet/personal,/obj/item/weapon/handcuffs/legcuffs/bola,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/milspec,/area/redgate/city/police) +"hEG" = (/obj/structure/bed/chair/office/dark{dir = 1},/turf/simulated/floor/carpet/green,/area/redgate/city/house17) +"hEO" = (/obj/effect/floor_decal/corner/purple/border{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"hEQ" = (/obj/structure/table/rack/shelf,/obj/item/weapon/reagent_containers/syringe/drugs,/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/steel_dirty,/area/redgate/city/dodgypharmacy) +"hFp" = (/obj/structure/table/woodentable,/turf/simulated/floor/carpet/blue,/area/redgate/city/stripclub) +"hFs" = (/obj/structure/table/woodentable,/obj/item/device/retail_scanner,/turf/simulated/floor/wood/alt,/area/redgate/city/hotel) +"hFF" = (/obj/structure/closet/cabinet,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/bar2) +"hFV" = (/obj/structure/bed/chair/wheelchair,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"hGr" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/browndouble,/turf/simulated/floor/carpet/turcarpet,/area/redgate/city/house13) +"hGN" = (/obj/random/maintenance/engineering,/turf/unsimulated/floor/techfloor_grid{name = "singularity flooring"},/area/redgate/city/engine) +"hHq" = (/obj/structure/closet{name = "chips"},/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c10,/obj/item/weapon/spacecasinocash/c10,/obj/item/weapon/spacecasinocash/c10,/obj/item/weapon/spacecasinocash/c10,/obj/item/weapon/spacecasinocash/c10,/obj/item/weapon/spacecasinocash/c10,/obj/item/weapon/spacecasinocash/c10,/obj/item/weapon/spacecasinocash/c10,/obj/item/weapon/spacecasinocash/c10,/obj/item/weapon/spacecasinocash/c10,/obj/item/weapon/spacecasinocash/c10,/obj/item/weapon/spacecasinocash/c10,/obj/item/weapon/spacecasinocash/c10,/obj/item/weapon/spacecasinocash/c10,/obj/item/weapon/spacecasinocash/c100,/obj/item/weapon/spacecasinocash/c100,/obj/item/weapon/spacecasinocash/c100,/obj/item/weapon/spacecasinocash/c100,/obj/item/weapon/spacecasinocash/c100,/obj/item/roulette_ball/gold,/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"hIR" = (/obj/machinery/light,/turf/simulated/floor/tiled/neutral,/area/redgate/city/weretiger) +"hJG" = (/obj/structure/closet/wardrobe,/obj/item/clothing/head/shiny_hood,/obj/item/clothing/accessory/shiny/gloves,/obj/item/clothing/under/shiny/catsuit,/obj/item/clothing/accessory/shiny/socks,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"hJK" = (/obj/structure/filingcabinet/chestdrawer,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"hKr" = (/obj/structure/dirtybed,/turf/simulated/floor/wood/alt/tile/broken,/area/redgate/city/streets) +"hKR" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/pool) +"hLh" = (/obj/structure/railing/grey{dir = 1},/turf/simulated/floor/water/indoors,/area/redgate/city/waterworks) +"hLm" = (/obj/structure/bed/chair/office{dir = 1},/obj/structure/sign/poster,/turf/simulated/floor/carpet/blue,/area/redgate/city/theatre) +"hMM" = (/obj/structure/table/steel_reinforced,/obj/item/device/mmi,/obj/item/device/robotanalyzer,/turf/simulated/floor/tiled/milspec,/area/redgate/city/ripper) +"hNk" = (/obj/structure/railing/grey{dir = 1},/turf/simulated/floor/water/digestive_enzymes,/area/redgate/city/waterworks) +"hNH" = (/turf/simulated/floor/wood,/area/redgate/city/house10) +"hNP" = (/obj/structure/window/basic,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house15) +"hOZ" = (/obj/machinery/door/airlock/maintenance/int{name = "alley door"},/turf/simulated/floor/tiled/steel,/area/redgate/city/dodgypharmacy) +"hPP" = (/mob/living/simple_mob/vore/wolfgirl,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"hPX" = (/obj/structure/table/rack,/obj/item/clothing/under/chameleon,/turf/simulated/floor/wood,/area/redgate/city/clotheshop) +"hQa" = (/obj/machinery/vending/snlvend{dir = 8; pixel_x = 7},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"hQh" = (/obj/structure/table/rack,/obj/item/weapon/reagent_containers/food/drinks/cans/bodaplus,/obj/item/weapon/reagent_containers/food/drinks/cans/bodaplus,/obj/item/weapon/reagent_containers/food/drinks/cans/bodaplus,/obj/item/weapon/reagent_containers/food/drinks/cans/bodaplus,/obj/item/weapon/reagent_containers/food/drinks/cans/bodaplus,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"hQZ" = (/obj/structure/closet/secure_closet/freezer/meat,/obj/random/unidentified_medicine/drug_den,/obj/item/weapon/reagent_containers/syringe/steroid,/obj/item/weapon/reagent_containers/syringe/steroid,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/drugden) +"hRb" = (/obj/structure/table/rack,/obj/item/weapon/reagent_containers/food/snacks/tuna,/obj/item/weapon/reagent_containers/food/snacks/tuna,/obj/item/weapon/reagent_containers/food/snacks/tuna,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"hRs" = (/mob/living/simple_mob/vore/seagull,/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"hRw" = (/obj/machinery/light_switch{dir = 4; pixel_x = -24; pixel_y = -24},/turf/simulated/floor/carpet/green,/area/redgate/city/house17) +"hRC" = (/obj/structure/sign/department/bar{pixel_y = -28},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"hRG" = (/obj/machinery/shower{dir = 4},/obj/structure/window/basic{dir = 1},/obj/effect/floor_decal/borderfloorblack{dir = 4},/obj/structure/curtain/open/shower,/obj/structure/barricade/cutout/shadowling,/turf/simulated/floor/tiled/neutral,/area/redgate/city/hotel) +"hRZ" = (/obj/random/crate,/turf/simulated/floor/tiled/monotile,/area/redgate/city/supermarket) +"hSi" = (/obj/structure/particle_accelerator/end_cap{dir = 8},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/redgate/city/engine) +"hSz" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/bluedouble,/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/house8) +"hSA" = (/obj/structure/table/rack/shelf,/obj/item/weapon/flame/lighter/random,/obj/item/weapon/flame/lighter/random,/obj/item/weapon/flame/lighter/random,/obj/item/weapon/flame/lighter/random,/obj/item/weapon/flame/lighter/random,/obj/item/weapon/flame/lighter/random,/obj/item/weapon/flame/lighter/random,/obj/item/weapon/flame/lighter/random,/obj/item/weapon/flame/lighter/random,/obj/item/weapon/flame/lighter/random,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"hSV" = (/obj/structure/sink{dir = 4; pixel_x = 12; pixel_y = -3},/obj/item/frame/mirror{pixel_x = 23},/turf/simulated/floor/tiled/neutral,/area/redgate/city/cardmon) +"hTt" = (/obj/structure/prop/statue{pixel_x = 15},/obj/effect/floor_decal/spline/plain{dir = 9},/obj/machinery/light/floortube{dir = 1},/turf/simulated/floor/outdoors/grass,/area/redgate/city/streets) +"hTN" = (/obj/machinery/door/airlock/maintenance/int{name = "back entrance"},/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/warehouse) +"hUq" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/redgate/city/house13) +"hUv" = (/obj/structure/bed/chair/office{dir = 8},/turf/simulated/floor/tiled/dark,/area/redgate/city/check1) +"hUI" = (/obj/effect/floor_decal/corner/red/bordercorner{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"hVi" = (/obj/random/multiple/corp_crate/no_weapons,/turf/simulated/floor/tiled/eris/white,/area/redgate/city/warehouse) +"hVn" = (/obj/machinery/light/small/neon/pharmacy{pixel_x = 32},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"hVt" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/spa) +"hVW" = (/obj/structure/simple_door/iron,/turf/simulated/floor/wood,/area/redgate/city/house14) +"hVY" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/tarot) +"hWC" = (/obj/structure/filingcabinet/chestdrawer{desc = "A large drawer filled with autopsy reports."; name = "Autopsy Reports"},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/morgue) +"hYt" = (/obj/structure/table/woodentable,/obj/item/weapon/folder/red,/turf/simulated/floor/wood/alt,/area/redgate/city/police) +"hYX" = (/obj/structure/bed/chair/office{dir = 1},/turf/simulated/floor/tiled,/area/redgate/city/police) +"hZa" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/house1) +"hZp" = (/obj/structure/table/alien,/obj/random/plushie,/obj/machinery/light{dir = 1},/turf/simulated/floor/carpet/retro,/area/redgate/city/toys) +"hZB" = (/obj/structure/table/standard,/obj/machinery/cash_register{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/supermarket) +"hZI" = (/turf/simulated/floor/wood,/area/redgate/city/morgue) +"iai" = (/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/house10) +"iaL" = (/obj/effect/floor_decal/road/center{dir = 8; pixel_x = -1},/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"ibI" = (/obj/vehicle/train/rover/engine{name = "Humvee"},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/redgate/city/dealership) +"ibS" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white,/area/redgate/city/house12) +"ica" = (/turf/simulated/floor/tiled/neutral,/area/redgate/city/house2) +"icx" = (/obj/effect/floor_decal/spline/plain{dir = 8},/obj/effect/floor_decal/spline/plain{dir = 4},/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/stripclub) +"icy" = (/obj/structure/table/rack/steel,/obj/item/clothing/suit/storage/hooded/foodcostume/turnip,/obj/machinery/light{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"icA" = (/obj/structure/table/glass,/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"icH" = (/obj/structure/table/reinforced,/obj/structure/sink/countertop,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"icW" = (/obj/machinery/door/airlock/multi_tile/glass,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"icX" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/hotel) +"ida" = (/obj/structure/dirtybed,/turf/simulated/floor/wood/broken,/area/redgate/city/streets) +"idT" = (/obj/structure/table/fancyblack,/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"ieH" = (/obj/structure/prop/machine/tgmc_console1,/turf/simulated/floor/tiled/milspec,/area/redgate/city/science) +"ifo" = (/obj/machinery/door/airlock/hatch,/turf/simulated/floor/tiled/eris/white/brown_platform,/area/redgate/city/lasertag) +"ifu" = (/obj/structure/bed/padded,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/spa) +"ifN" = (/obj/machinery/light/small/neon/dice{pixel_y = -26},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"ifQ" = (/obj/structure/closet/cabinet,/obj/effect/landmark/costume/cutewitch,/obj/random/maintenance/clean,/turf/simulated/floor/wood/alt,/area/redgate/city/theatre) +"igD" = (/obj/random/junk,/turf/simulated/floor/plating,/area/redgate/city/dump) +"igG" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house15) +"igV" = (/obj/structure/simple_door/iron,/turf/simulated/floor/wood,/area/redgate/city/house12) +"ihH" = (/turf/simulated/floor/wood,/area/redgate/city/weretiger) +"ihL" = (/obj/structure/bed/chair/wood{dir = 1},/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/restaurant) +"ijk" = (/mob/living/simple_mob/vore/lamia/cobra/bra,/turf/simulated/floor/wood,/area/redgate/city/house12) +"ijr" = (/obj/random/crate,/obj/machinery/light/small,/turf/simulated/floor/tiled/eris/white,/area/redgate/city/warehouse) +"ijs" = (/obj/structure/table/standard,/obj/item/weapon/material/knife/butch,/obj/item/weapon/material/kitchen/rollingpin,/turf/simulated/floor/tiled/kafel_full/blue,/area/redgate/city/pizza) +"ikt" = (/obj/machinery/door/airlock,/turf/simulated/floor/tiled/eris/steel,/area/redgate/city/parkinglot) +"ikU" = (/obj/effect/floor_decal/spline/fancy{dir = 10},/turf/simulated/floor/water/ocean,/area/redgate/city/streets) +"ikX" = (/obj/machinery/door/airlock/maintenance/int{locked = 1; name = "alley door"},/turf/simulated/floor/tiled/kafel_full/green,/area/redgate/city/lasertag) +"ilf" = (/obj/structure/table/glass,/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/turf/simulated/floor/carpet/purple,/area/redgate/city/house2) +"ili" = (/obj/machinery/light/small,/turf/simulated/floor/wood/alt,/area/redgate/city/theatre) +"imA" = (/obj/structure/table/steel_reinforced,/obj/random/toolbox,/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"imF" = (/obj/structure/filingcabinet/filingcabinet,/turf/simulated/floor/wood,/area/redgate/city/supermarket) +"imI" = (/obj/structure/table/alien,/obj/item/weapon/deck/egy{pixel_x = 15},/turf/simulated/shuttle/floor/alienplating/blue/half,/area/redgate/city/cards) +"imR" = (/obj/machinery/door/airlock/angled_tgmc/security_glass{name = "checkpoint"},/turf/simulated/floor/tiled/dark,/area/redgate/city/check1) +"imS" = (/obj/structure/table/steel,/obj/item/device/electronic_assembly/large/default,/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"imV" = (/obj/structure/railing{dir = 1; icon_state = "railing0"},/turf/simulated/floor/water/indoors,/area/redgate/city/spa) +"inb" = (/obj/machinery/door/airlock/multi_tile/glass{name = "EMT entrance"},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"inm" = (/obj/random/maintenance/morestuff,/turf/simulated/floor/plating,/area/redgate/city/dump) +"inY" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/house5) +"iox" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/house3) +"ipc" = (/obj/structure/simple_door/wood,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"ipu" = (/obj/structure/table/standard,/obj/structure/sink/countertop{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house8) +"iqr" = (/obj/structure/bed/double/padded,/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/weretiger) +"iqw" = (/obj/structure/closet/secure_closet/personal/patient,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"iqA" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/bar2) +"irV" = (/obj/structure/table/woodentable,/obj/item/clothing/ears/earring/stud/gold,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"isM" = (/obj/structure/table/fancyblack,/turf/simulated/floor/carpet/retro_red,/area/redgate/city/house11) +"its" = (/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"itG" = (/obj/structure/table/alien,/obj/item/ammo_casing/afoam_dart,/obj/item/ammo_casing/afoam_dart,/obj/item/ammo_casing/afoam_dart,/obj/item/ammo_casing/afoam_dart,/obj/item/ammo_casing/afoam_dart,/obj/item/ammo_casing/afoam_dart,/obj/item/ammo_casing/afoam_dart,/obj/item/ammo_casing/afoam_dart,/obj/item/ammo_casing/afoam_dart,/obj/item/ammo_casing/afoam_dart,/obj/item/ammo_casing/afoam_dart,/turf/simulated/floor/carpet/retro,/area/redgate/city/toys) +"itN" = (/obj/structure/table/glass,/obj/item/device/nif/bad{name = "display model NIF"},/obj/machinery/light{dir = 4},/turf/simulated/shuttle/floor,/area/redgate/city/nifshop) +"iuB" = (/obj/structure/table/rack/gun_rack/steel,/obj/item/weapon/reagent_containers/food/drinks/golden_cup,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/casino) +"ivG" = (/obj/machinery/light{dir = 1},/turf/simulated/shuttle/floor/white,/area/redgate/city/cards) +"ivI" = (/turf/simulated/floor/grass,/area/redgate/city/teppi) +"iwm" = (/obj/structure/prop/machine/tgmc_console3,/turf/simulated/floor/tiled/milspec,/area/redgate/city/science) +"iwB" = (/turf/simulated/floor/plating,/area/redgate/city/dump) +"iwS" = (/obj/structure/table/steel,/obj/random/cigarettes,/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"iwV" = (/obj/structure/bed/chair/comfy/brown{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house10) +"ixg" = (/obj/structure/table/glass,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/gym) +"ixx" = (/obj/random/soap,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house15) +"ixD" = (/obj/machinery/mech_recharger,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"ixF" = (/obj/random/pottedplant,/turf/simulated/floor/wood,/area/redgate/city/laundry) +"iyb" = (/obj/structure/table/standard,/obj/item/weapon/reagent_containers/spray/cleaner,/obj/item/weapon/storage/box/beakers,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"iyu" = (/obj/machinery/shower{dir = 4},/obj/effect/floor_decal/borderfloorblack{dir = 4},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house16) +"iyv" = (/obj/machinery/chem_master,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"izm" = (/obj/structure/table/rack,/obj/item/weapon/storage/box/brainzsnax,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"izw" = (/obj/effect/floor_decal/spline/fancy{dir = 8},/turf/simulated/floor/water/ocean,/area/redgate/city/streets) +"izB" = (/turf/simulated/floor/carpet/blue,/area/redgate/city/house3) +"iAv" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/green,/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/house3) +"iAW" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 10},/turf/simulated/floor/plating,/area/redgate/city/workshop) +"iBG" = (/turf/simulated/floor/redgrid/animated,/area/redgate/city/corporation) +"iCg" = (/obj/structure/bookcase,/obj/item/weapon/book/bundle/custom_library/fiction/metalglen,/obj/item/weapon/book/bundle/custom_library/fiction/poemsforarainyday,/obj/item/weapon/book/bundle/custom_library/fiction/raissue142,/turf/simulated/floor/wood,/area/redgate/city/library) +"iCp" = (/obj/random/trash_pile,/turf/simulated/floor/wood,/area/redgate/city/scughouse) +"iCN" = (/obj/structure/closet/secure_closet/personal,/obj/random/projectile/scrapped_pistol,/obj/item/clothing/under/dress/black_corset,/turf/simulated/floor/wood,/area/redgate/city/stripclub) +"iCY" = (/obj/machinery/optable,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"iDE" = (/obj/structure/table/reinforced,/obj/item/weapon/reagent_containers/glass/beaker/large,/obj/machinery/injector_maker{pixel_y = 21},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"iDJ" = (/obj/structure/table/gamblingtable,/turf/simulated/floor/carpet/purple,/area/redgate/city/casino) +"iDM" = (/obj/structure/table/woodentable,/obj/random/junk,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/bar2) +"iDR" = (/obj/effect/floor_decal/arrows{dir = 1},/obj/effect/floor_decal/road/center{dir = 8; pixel_x = -1},/obj/machinery/light/lamppost{dir = 8; pixel_x = 22},/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"iDV" = (/obj/structure/table/alien/blue,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/kafel_full/green,/area/redgate/city/lasertag) +"iEi" = (/obj/structure/particle_accelerator/particle_emitter/left{dir = 8},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/redgate/city/engine) +"iEA" = (/obj/structure/bed/chair/wood/wings{dir = 1},/turf/simulated/floor/wood/alt,/area/redgate/city/cafe) +"iER" = (/obj/structure/medical_stand,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"iEU" = (/obj/structure/casino_table/craps{dir = 1},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"iFq" = (/obj/structure/bed/chair/sofa/left/blue{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/house17) +"iFA" = (/turf/simulated/floor/wood,/area/redgate/city/clotheshop) +"iFY" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 6},/turf/simulated/floor/carpet/happy,/area/redgate/city/costumes) +"iGz" = (/obj/structure/table/rack/steel,/obj/item/clothing/suit/storage/hooded/costume/carp,/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"iGB" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/redgate/city/house17) +"iGW" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/carpet/green,/area/redgate/city/house17) +"iHa" = (/obj/structure/table/woodentable,/obj/structure/sign/painting/public{pixel_x = -30},/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{pixel_x = 2; pixel_y = 7},/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{pixel_x = -1; pixel_y = 10},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"iHd" = (/obj/random/pottedplant,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/cardmon) +"iHr" = (/obj/structure/table/woodentable,/obj/item/modular_computer/laptop/preset/custom_loadout/hybrid,/turf/simulated/floor/carpet,/area/redgate/city/house7) +"iId" = (/obj/structure/table/standard,/obj/machinery/light{dir = 4},/obj/item/clothing/under/suit_jacket/gambler,/obj/item/clothing/under/suit_jacket/gambler,/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"iIC" = (/obj/structure/table/standard,/obj/structure/sink/countertop{dir = 1},/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"iIG" = (/obj/machinery/light{dir = 1},/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/wood,/area/redgate/city/weretiger) +"iIN" = (/obj/machinery/vending/loadout,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/freezer,/area/redgate/city/laundry) +"iJb" = (/obj/random/vendordrink{dir = 8; pixel_x = 7},/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/apartments) +"iJF" = (/obj/structure/table/fancyblack,/obj/machinery/light,/turf/simulated/floor/carpet/retro_red,/area/redgate/city/house11) +"iJP" = (/obj/structure/bed/chair/sofa/left/brown{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"iKb" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/redgate/city/house4) +"iKi" = (/mob/living/simple_mob/vore/alienanimals/skeleton/alt,/turf/simulated/floor/plating,/area/redgate/city/dump) +"iLu" = (/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"iLH" = (/obj/machinery/light/small,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/fightclub) +"iLK" = (/obj/machinery/door/airlock/angled_tgmc/medical_glass{dir = 8},/obj/effect/floor_decal/corner/blue/border,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"iMH" = (/obj/machinery/door/airlock/angled_bay/double/glass{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"iMQ" = (/obj/structure/bed/chair/wood/wings{dir = 8},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"iNz" = (/obj/structure/table/glass,/obj/machinery/cash_register{dir = 4},/turf/simulated/floor/carpet/sblucarpet,/area/redgate/city/clotheshop) +"iNH" = (/obj/structure/curtain,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/spa) +"iOG" = (/obj/random/pottedplant,/turf/simulated/floor/wood,/area/redgate/city/morgue) +"iPk" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/scughouse) +"iPY" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/check2) +"iQt" = (/obj/structure/table/rack/shelf,/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka,/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka,/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka,/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka,/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka,/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka,/obj/item/weapon/reagent_containers/food/drinks/bottle/vodka,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"iRO" = (/turf/simulated/floor/tiled/eris/techmaint_cargo,/area/redgate/city/altevian) +"iSs" = (/obj/machinery/computer/security/telescreen{pixel_y = -30},/turf/simulated/floor/wood,/area/redgate/city/house15) +"iSt" = (/obj/structure/table/darkglass,/obj/machinery/chemical_dispenser/bar_alc/full{dir = 1},/turf/simulated/floor/tiled/eris/steel/techfloor_grid,/area/redgate/city/bar1) +"iSM" = (/obj/machinery/door/airlock/glass,/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"iTf" = (/obj/structure/barricade/planks,/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/bar2) +"iTq" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 5},/turf/simulated/floor/carpet/happy,/area/redgate/city/costumes) +"iTL" = (/mob/living/simple_mob/animal/passive/cow,/turf/simulated/floor/grass,/area/redgate/city/teppi) +"iUa" = (/turf/simulated/floor/wood/alt/panel,/area/redgate/city/shooting) +"iUb" = (/obj/machinery/door/airlock/angled_tgmc/medical_glass{dir = 8},/obj/effect/floor_decal/corner/blue/border{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"iUh" = (/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/drugden) +"iUI" = (/obj/structure/table/rack/shelf,/obj/item/weapon/reagent_containers/food/drinks/bottle/champagne,/obj/item/weapon/reagent_containers/food/drinks/bottle/champagne,/obj/item/weapon/reagent_containers/food/drinks/bottle/champagne,/obj/item/weapon/reagent_containers/food/drinks/bottle/champagne,/obj/item/weapon/reagent_containers/food/drinks/bottle/champagne,/obj/item/weapon/reagent_containers/food/drinks/bottle/champagne,/obj/item/weapon/reagent_containers/food/drinks/bottle/champagne,/obj/item/weapon/reagent_containers/food/drinks/bottle/champagne,/obj/item/weapon/reagent_containers/food/drinks/bottle/champagne,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"iVh" = (/turf/simulated/shuttle/wall/dark,/area/redgate/city/workshop) +"iVK" = (/obj/structure/closet/secure_closet/freezer/money,/turf/simulated/floor/tiled/white,/area/redgate/city/scughouse) +"iWt" = (/obj/structure/prop/dominator,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"iWN" = (/obj/machinery/door/airlock/glass,/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"iXw" = (/obj/structure/toilet{dir = 4},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house4) +"iXS" = (/obj/machinery/vending/blood,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"iYh" = (/obj/structure/table/standard,/obj/random/maintenance/medical,/turf/simulated/floor/tiled/steel,/area/redgate/city/dodgypharmacy) +"iYM" = (/obj/machinery/light,/turf/simulated/floor/wood,/area/redgate/city/house10) +"iYR" = (/obj/structure/table/standard,/obj/structure/sink/countertop{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/house5) +"iZq" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/carpet/turcarpet,/area/redgate/city/house13) +"iZA" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/spline/fancy/wood,/obj/machinery/cash_register{dir = 1},/turf/simulated/floor/wood/alt,/area/redgate/city/toys) +"iZD" = (/obj/structure/closet/secure_closet/personal,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"jao" = (/obj/machinery/light{dir = 1},/obj/machinery/vending/medical,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"jaC" = (/obj/structure/closet/cabinet,/obj/item/weapon/bone/arm,/obj/item/weapon/bone/leg,/obj/item/clothing/under/pizzaguy,/obj/item/clothing/head/pizzaguy,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/rats) +"jaF" = (/obj/structure/closet/wardrobe,/obj/random/maintenance/misc,/obj/random/maintenance/misc,/obj/random/maintenance/misc,/obj/random/curseditem,/turf/simulated/floor/tiled/dark,/area/redgate/city/church) +"jaJ" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/bluedouble,/turf/simulated/floor/carpet/blue,/area/redgate/city/house16) +"jbM" = (/obj/machinery/light{light_color = "#575656"; name = "dim light"},/turf/simulated/floor/tiled/techfloor,/area/redgate/city/casino) +"jbQ" = (/obj/structure/closet/wardrobe,/obj/item/clothing/suit/space/void/engineering/alt2,/obj/item/clothing/head/helmet/space/void/engineering/alt2,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"jce" = (/obj/machinery/light/small/neon/generic_blue{pixel_y = 25},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"jcw" = (/obj/machinery/power/rad_collector,/obj/machinery/light/small,/turf/simulated/floor/concrete,/area/redgate/city/storage) +"jcF" = (/turf/simulated/floor/tiled/white,/area/redgate/city/house9) +"jcT" = (/obj/structure/table/standard,/obj/machinery/microwave,/obj/machinery/light/small,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"jdC" = (/obj/structure/table/glass,/obj/item/weapon/disk/nifsoft/compliance,/turf/simulated/shuttle/floor,/area/redgate/city/nifshop) +"jdR" = (/obj/item/weapon/stool/padded,/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"jec" = (/obj/structure/bed/chair/office/dark{dir = 8},/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/house3) +"jeO" = (/obj/structure/table/glass,/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"jfk" = (/obj/machinery/light{dir = 8},/obj/random/vendorfood{dir = 4; pixel_x = -7},/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/apartments) +"jfs" = (/obj/structure/table/rack,/obj/item/weapon/storage/box/donut,/obj/item/weapon/storage/box/donut,/obj/item/weapon/storage/box/donut,/obj/item/weapon/storage/box/donut,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"jgR" = (/obj/structure/salvageable/console_os,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"jhn" = (/mob/living/simple_mob/vore/lamia/cobra,/turf/simulated/floor/wood,/area/redgate/city/house8) +"jiB" = (/obj/machinery/field_generator{anchored = 1; state = 1},/obj/machinery/light,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"jiF" = (/obj/structure/flora/pottedplant/unusual,/turf/simulated/floor/tiled/red,/area/redgate/city/corporation) +"jiS" = (/obj/structure/table/steel,/obj/item/device/integrated_electronics/wirer{pixel_x = 5},/obj/item/device/integrated_electronics/debugger{pixel_x = -5},/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"jiZ" = (/obj/machinery/shower{dir = 4},/obj/structure/window/basic,/turf/simulated/floor/water/indoors,/area/redgate/city/scughouse) +"jjc" = (/obj/random/pottedplant,/turf/simulated/floor/wood,/area/redgate/city/house3) +"jjh" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house18) +"jjG" = (/obj/machinery/door/airlock/maintenance/int{name = "back entrance"},/turf/simulated/floor/wood/alt,/area/redgate/city/theatre) +"jjN" = (/obj/machinery/door/airlock/maintenance/int{name = "back entrance"},/turf/simulated/floor/tiled/monotile,/area/redgate/city/stripclub) +"jkh" = (/obj/structure/filingcabinet/filingcabinet,/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"jkl" = (/obj/structure/table/steel_reinforced,/obj/item/weapon/reagent_containers/glass/bottle/biomass{pixel_x = -4; pixel_y = 8},/obj/item/weapon/reagent_containers/glass/bottle/biomass{pixel_x = 6; pixel_y = 8},/obj/effect/floor_decal/borderfloorblack{dir = 4},/turf/simulated/floor/dungeon,/area/redgate/city/doctor) +"jkB" = (/obj/structure/reagent_dispensers/watertank,/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"jlg" = (/obj/structure/table/rack/shelf,/obj/item/weapon/reagent_containers/food/snacks/ratprotein,/obj/item/weapon/reagent_containers/food/snacks/ratprotein,/obj/item/weapon/reagent_containers/food/snacks/ratprotein,/obj/item/weapon/reagent_containers/food/snacks/ratprotein,/turf/simulated/floor/tiled/neutral,/area/redgate/city/altevian) +"jlA" = (/obj/structure/toilet{dir = 4},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house5) +"jmg" = (/obj/structure/table/rack/steel,/obj/item/clothing/suit/iasexy,/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"jmk" = (/turf/simulated/floor/tiled/neutral,/area/redgate/city/hotel) +"jnH" = (/obj/structure/bed/chair/wood{dir = 8},/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/bar1) +"jnK" = (/obj/structure/table/rack,/obj/item/clothing/suit/space/void/medical/emt,/obj/item/clothing/head/helmet/space/void/medical/emt,/obj/structure/fireaxecabinet/empty{pixel_y = 26},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/hospital) +"jnN" = (/obj/machinery/computer/security/telescreen{icon_scale_x = 3; icon_scale_y = 3; pixel_y = -30},/turf/simulated/floor/wood/alt,/area/redgate/city/theatre) +"jpB" = (/turf/simulated/floor/tiled/eris/derelict3,/area/redgate/city/wiz) +"jpC" = (/obj/structure/table/rack/shelf,/obj/item/weapon/reagent_containers/food/snacks/ratpackramen,/obj/item/weapon/reagent_containers/food/snacks/ratpackramen,/obj/item/weapon/reagent_containers/food/snacks/ratpackramen,/obj/item/weapon/reagent_containers/food/snacks/ratpackramen,/turf/simulated/floor/tiled/neutral,/area/redgate/city/altevian) +"jpH" = (/obj/random/pottedplant,/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/wood,/area/redgate/city/house8) +"jqs" = (/obj/structure/closet,/obj/random/maintenance/medical,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"jqG" = (/obj/structure/table/standard,/obj/item/device/retail_scanner,/turf/simulated/floor/tiled/monotile,/area/redgate/city/stripclub) +"jqI" = (/turf/simulated/floor/tiled/dark,/area/redgate/city/church) +"jrA" = (/obj/machinery/button/remote/blast_door{id = "storage5"; name = "storage unit lock"; pixel_y = -23},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"jrF" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 1},/turf/simulated/floor/wood/alt,/area/redgate/city/theatre) +"jsa" = (/obj/random/material,/turf/simulated/floor/wood,/area/redgate/city/house6) +"jsV" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/police) +"jtA" = (/obj/random/vendorfood{dir = 8; pixel_x = 7},/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"jud" = (/obj/random/pottedplant,/turf/simulated/floor/wood,/area/redgate/city/house13) +"jut" = (/obj/machinery/door/airlock/angled_tgmc/personal{dir = 8; name = "Research Facility"},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"juD" = (/obj/structure/easel,/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/gallery) +"juX" = (/obj/structure/table/rack,/obj/item/clothing/gloves/fingerless,/obj/item/clothing/gloves/fingerless,/turf/simulated/floor/carpet/sblucarpet,/area/redgate/city/clotheshop) +"jva" = (/obj/structure/table/rack,/obj/item/clothing/shoes/hitops/black,/obj/item/clothing/shoes/hitops/brown,/obj/item/clothing/shoes/hitops/red,/obj/item/clothing/shoes/hitops/green,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"jvc" = (/obj/structure/bed/chair/sofa/bench{dir = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"jvm" = (/obj/structure/table/woodentable,/turf/simulated/floor/tiled/eris/derelict3,/area/redgate/city/wiz) +"jvN" = (/obj/structure/table/woodentable,/obj/random/junk,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"jvV" = (/obj/machinery/light/small/neon/generic_yellow{pixel_x = -25},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"jwD" = (/obj/structure/bed/padded,/obj/item/weapon/bedsheet/hop,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"jwI" = (/obj/machinery/appliance/cooker/oven,/obj/machinery/light{light_color = "#575656"; name = "dim light"},/turf/simulated/floor/tiled/white,/area/redgate/city/house2) +"jxm" = (/obj/machinery/door/airlock/angled_bay/external/glass,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/workshop) +"jxA" = (/obj/structure/toilet{dir = 4},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/neutral,/area/redgate/city/drugden) +"jyc" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/white,/area/redgate/city/house7) +"jyg" = (/obj/structure/bed/chair/sofa/left/brown,/obj/machinery/light{dir = 1},/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"jzY" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/wood,/area/redgate/city/supermarket) +"jAk" = (/obj/item/clothing/under/cyberpunkharness,/obj/item/clothing/shoes/circuitry,/obj/item/clothing/glasses/gglasses,/obj/random/maintenance/research,/obj/structure/closet/cabinet,/turf/simulated/floor/carpet/retro_red,/area/redgate/city/house11) +"jAm" = (/obj/structure/bed/chair/sofa/right/blue{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/house9) +"jAs" = (/obj/effect/floor_decal/corner/red/border,/obj/machinery/light,/turf/simulated/floor/tiled/steel_dirty,/area/redgate/city/dodgypharmacy) +"jBh" = (/obj/structure/closet/secure_closet/personal/cabinet,/obj/item/capture_crystal/random,/obj/random/drinksoft,/obj/random/mainttoyloot,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/spa) +"jBt" = (/obj/structure/closet/wardrobe/chaplain_black,/obj/item/clothing/suit/storage/hooded/chaplain_hoodie,/obj/item/clothing/suit/storage/hooded/chaplain_hoodie/whiteout,/turf/simulated/floor/tiled/dark,/area/redgate/city/church) +"jBw" = (/obj/structure/window/basic{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"jBO" = (/obj/structure/closet/crate/trashcart,/obj/random/junk,/obj/random/junk,/obj/random/junk,/obj/random/action_figure,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"jBZ" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/dungeon,/area/redgate/city/doctor) +"jCC" = (/obj/structure/table/woodentable,/obj/item/weapon/material/knife/butch,/turf/simulated/floor/wood/alt,/area/redgate/city/streets) +"jCN" = (/obj/structure/table/woodentable,/obj/random/toy,/turf/simulated/floor/wood,/area/redgate/city/house17) +"jDb" = (/obj/machinery/door/airlock/maintenance/int{name = "alley door"},/turf/simulated/floor/wood,/area/redgate/city/crates) +"jDA" = (/turf/simulated/floor/tiled/neutral,/area/redgate/city/house18) +"jDR" = (/obj/structure/bed/chair/sofa/left/lime,/turf/simulated/floor/wood,/area/redgate/city/house8) +"jEf" = (/obj/structure/bed/chair/sofa/left/brown{dir = 8},/turf/simulated/floor/tiled/monotile,/area/redgate/city/stripclub) +"jEC" = (/obj/structure/table/alien,/obj/item/weapon/gun/projectile/revolver/toy/big_iron,/turf/simulated/floor/carpet/retro,/area/redgate/city/toys) +"jED" = (/obj/machinery/door/blast/multi_tile/two_tile_ver{name = "vault blast door"},/turf/simulated/floor/tiled/techfloor,/area/redgate/city/casino) +"jFJ" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/milspec,/area/redgate/city/police) +"jGo" = (/obj/machinery/power/smes,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/redgate/city/engine) +"jGv" = (/obj/effect/floor_decal/road/center{pixel_y = -1},/obj/effect/floor_decal/road/center{pixel_y = -1},/obj/effect/floor_decal/road/center{dir = 8; pixel_x = -1},/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"jGw" = (/obj/structure/bed/chair/backed_grey{dir = 8},/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"jGB" = (/turf/simulated/floor/wood/broken,/area/redgate/city/apartments) +"jGE" = (/obj/structure/largecrate/tits,/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"jGK" = (/obj/random/multiple/large_corp_crate/no_weapons,/turf/simulated/floor/tiled/eris/white,/area/redgate/city/warehouse) +"jGP" = (/obj/structure/table/fancyblack,/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"jGZ" = (/obj/structure/closet/wardrobe/chemistry_white,/obj/item/weapon/storage/bag/chemistry,/obj/item/clothing/accessory/solgov/department/research/jumper{desc = "Insignia denoting assignment to the research department."},/obj/item/clothing/accessory/solgov/department/research/jumper{desc = "Insignia denoting assignment to the research department."},/obj/item/clothing/accessory/solgov/department/research/jumper{desc = "Insignia denoting assignment to the research department."},/obj/item/clothing/accessory/solgov/department/research/jumper{desc = "Insignia denoting assignment to the research department."},/obj/item/clothing/accessory/solgov/department/research/jumper{desc = "Insignia denoting assignment to the research department."},/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/suit/storage/toggle/labcoat,/obj/item/clothing/suit/storage/toggle/labcoat,/obj/item/clothing/suit/storage/toggle/labcoat,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"jHD" = (/obj/machinery/light/flicker,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"jHI" = (/obj/structure/table/alien,/turf/simulated/shuttle/floor/alienplating/blue/half{dir = 8},/area/redgate/city/cards) +"jIG" = (/obj/machinery/light,/turf/simulated/floor/tiled/kafel_full/green,/area/redgate/city/lasertag) +"jJa" = (/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/tiled/steel_dirty,/area/redgate/city/dodgypharmacy) +"jJI" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white,/area/redgate/city/house1) +"jJW" = (/obj/machinery/door/airlock/multi_tile/glass,/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"jKw" = (/obj/structure/closet/lasertag/red,/turf/simulated/floor/tiled/eris/white/brown_platform,/area/redgate/city/lasertag) +"jLg" = (/obj/structure/simple_door/iron,/turf/simulated/floor/tiled/dark,/area/redgate/city/church) +"jLz" = (/mob/living/simple_mob/vore/wolfgirl,/turf/simulated/floor/wood,/area/redgate/city/house2) +"jLN" = (/obj/machinery/light/small/neon/generic_purple{dir = 8; pixel_x = 32},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"jMB" = (/obj/structure/table/rack,/obj/structure/closet/crate,/obj/random/grenade/less_lethal,/obj/random/grenade/less_lethal,/obj/random/grenade/less_lethal,/obj/machinery/light/small,/turf/simulated/floor/tiled/eris/white/gray_perforated,/area/redgate/city/warehouse) +"jMC" = (/obj/structure/sink{dir = 1; pixel_y = -9},/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/warehouse) +"jMQ" = (/obj/structure/bed/chair/comfy/purp{dir = 8},/obj/structure/sign/painting/public{pixel_y = 30},/obj/machinery/light{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"jNC" = (/obj/structure/table/alien,/obj/structure/table/alien,/turf/simulated/shuttle/floor/alienplating/blue/half{dir = 1},/area/redgate/city/cards) +"jND" = (/obj/structure/railing/grey{dir = 1},/obj/structure/railing/grey{dir = 8},/turf/simulated/floor/water/indoors,/area/redgate/city/waterworks) +"jNE" = (/obj/machinery/light{dir = 4},/obj/effect/floor_decal/corner/purple/border{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"jOy" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 9},/turf/simulated/floor/carpet/happy,/area/redgate/city/costumes) +"jPs" = (/obj/machinery/door/airlock/maintenance/int{name = "back entrance"},/turf/simulated/floor/tiled/monotile,/area/redgate/city/supermarket) +"jPE" = (/obj/structure/table/fancyblack,/obj/item/weapon/melee/umbrella/random,/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/bar1) +"jPW" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/apartments) +"jPZ" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/concrete,/area/redgate/city/shooting) +"jQa" = (/obj/machinery/conveyor{dir = 9},/turf/simulated/floor/concrete,/area/redgate/city/conveyors) +"jQl" = (/obj/structure/table/standard,/obj/structure/window/basic{dir = 8},/obj/item/weapon/reagent_containers/glass/beaker/large,/turf/simulated/floor/tiled/white,/area/redgate/city/pharmacy) +"jQG" = (/obj/structure/closet/wardrobe,/obj/item/clothing/under/pizzaguy,/obj/item/clothing/head/pizzaguy,/turf/simulated/floor/wood/alt,/area/redgate/city/pizza) +"jQK" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/gamblingden) +"jQQ" = (/turf/simulated/floor/wood/alt/parquet,/area/redgate/city/chopshop) +"jRE" = (/obj/structure/closet/l3closet/scientist,/obj/item/weapon/reagent_containers/glass/beaker/vial/random,/obj/random/slimecore,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"jRK" = (/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/weretiger) +"jRU" = (/obj/machinery/libraryscanner,/turf/simulated/floor/wood,/area/redgate/city/library) +"jSh" = (/turf/simulated/floor/tiled/milspec/raised,/area/redgate/city/science) +"jSC" = (/obj/structure/table/rack/steel,/obj/item/weapon/handcuffs,/obj/item/weapon/handcuffs,/obj/item/weapon/handcuffs/legcuffs,/obj/item/weapon/handcuffs/legcuffs,/turf/simulated/floor/tiled/milspec,/area/redgate/city/police) +"jTu" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"jTZ" = (/turf/simulated/floor/wood/alt/tile/broken,/area/redgate/city/bar2) +"jUI" = (/obj/effect/floor_decal/carpet/corners{dir = 6},/turf/simulated/floor/wood,/area/redgate/city/tarot) +"jVc" = (/obj/structure/bed/chair/bay/comfy/blue{dir = 4},/obj/effect/floor_decal/corner/blue/border{dir = 8},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"jVo" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/random/snack,/obj/random/snack,/obj/random/snack,/turf/simulated/floor/tiled/white,/area/redgate/city/house17) +"jVD" = (/obj/item/weapon/reagent_containers/food/snacks/old/taco,/turf/simulated/floor/plating,/area/redgate/city/dump) +"jVJ" = (/obj/structure/table/standard,/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/steel_dirty,/area/redgate/city/dodgypharmacy) +"jVT" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/random/snack,/obj/random/snack,/turf/simulated/floor/tiled/white,/area/redgate/city/house15) +"jWT" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/monotile,/area/redgate/city/supermarket) +"jWV" = (/obj/machinery/light,/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/gallery) +"jYd" = (/obj/effect/floor_decal/corner/red/bordercorner{dir = 1},/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"jYk" = (/obj/structure/closet/walllocker_double/science/east{dir = 2; name = "material sheets"; pixel_x = 2; pixel_y = 32},/obj/item/stack/material/plasteel{amount = 10},/obj/item/stack/material/plasteel{amount = 10},/turf/simulated/floor/tiled/milspec,/area/redgate/city/ripper) +"jYx" = (/obj/structure/closet,/obj/item/clothing/head/soft/paramed,/obj/item/clothing/suit/storage/toggle/paramedic,/obj/item/clothing/under/rank/medical/paramedic,/obj/item/clothing/shoes/boots/duty,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/hospital) +"jZg" = (/obj/structure/simple_door/iron,/turf/simulated/floor/wood,/area/redgate/city/house9) +"jZl" = (/obj/structure/closet/wardrobe,/obj/random/maintenance/misc,/obj/item/clothing/accessory/hawaiian,/obj/item/clothing/under/color/lightred,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"jZT" = (/obj/structure/ladder/up{pixel_y = 7},/turf/simulated/floor/water/indoors,/area/redgate/city/pool) +"kay" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = -3},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house4) +"kaY" = (/obj/structure/table/standard,/obj/item/weapon/reagent_containers/glass/beaker{pixel_x = 5},/turf/simulated/floor/tiled/kafel_full/blue,/area/redgate/city/pizza) +"kbo" = (/obj/structure/table/glass,/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"kbC" = (/obj/structure/prop/poicanister,/turf/unsimulated/floor/techfloor_grid{name = "singularity flooring"},/area/redgate/city/engine) +"kbV" = (/obj/structure/railing/grey{dir = 8},/turf/simulated/floor/water/indoors,/area/redgate/city/waterworks) +"kcE" = (/obj/structure/table/sifwoodentable,/obj/item/weapon/storage/box/casino/costume_plaguedoctor,/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"kcU" = (/obj/structure/table/steel_reinforced,/obj/item/stack/cable_coil/random,/turf/simulated/floor/tiled/steel_ridged,/area/redgate/city/workshop) +"kdF" = (/obj/structure/table/steel,/obj/item/weapon/surgical/cautery,/obj/item/weapon/surgical/scalpel,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/morgue) +"kdK" = (/obj/machinery/light{dir = 1},/obj/structure/table/rack/gun_rack/steel,/obj/structure/sign/goldenplaque,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/casino) +"kej" = (/obj/structure/railing/grey,/turf/simulated/floor/water/indoors,/area/redgate/city/waterworks) +"keS" = (/obj/machinery/light,/turf/simulated/floor/wood,/area/redgate/city/house12) +"keV" = (/obj/structure/bed/chair/office{dir = 8},/turf/simulated/floor/carpet,/area/redgate/city/house15) +"kff" = (/obj/structure/casino_table/roulette_long,/turf/simulated/floor/carpet/purple,/area/redgate/city/casino) +"kfy" = (/obj/structure/table/fancyblack,/obj/machinery/door/window/eastright{dir = 8},/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"kfL" = (/obj/effect/floor_decal/corner/purple/border{dir = 6},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"kfS" = (/obj/machinery/computer{dir = 4},/turf/simulated/floor/tiled/dark,/area/redgate/city/check1) +"kgk" = (/obj/structure/curtain/black,/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/workshop) +"kgl" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 9},/turf/simulated/floor/plating,/area/redgate/city/workshop) +"kgG" = (/obj/machinery/door/airlock/maintenance/int{name = "alley door"},/turf/simulated/floor/wood/alt/panel,/area/redgate/city/cardmon) +"khk" = (/obj/structure/table/rack,/obj/item/clothing/shoes/skater,/obj/item/clothing/shoes/skater,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"khq" = (/obj/structure/prop/machine/tgmc_console3/starts_on,/turf/simulated/floor/tiled/eris/dark,/area/redgate/city/corporation) +"khO" = (/obj/structure/table/standard,/obj/item/weapon/storage/fancy/crayons,/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/gallery) +"kih" = (/obj/structure/table/reinforced,/obj/machinery/chemical_dispenser/biochemistry/full,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"kiw" = (/obj/machinery/door/airlock/maintenance/int{name = "back entrance"},/turf/simulated/floor/tiled/techfloor,/area/redgate/city/morgue) +"kiO" = (/obj/random/multiple/random_size_crate,/turf/simulated/floor/concrete,/area/redgate/city/storage) +"kjH" = (/obj/structure/table/rack/shelf,/obj/effect/floor_decal/corner/lime/border{dir = 1},/obj/item/weapon/storage/pill_bottle/paracetamol,/obj/item/weapon/storage/pill_bottle/paracetamol,/obj/item/weapon/storage/pill_bottle/paracetamol,/turf/simulated/floor/tiled/white,/area/redgate/city/pharmacy) +"kjI" = (/obj/structure/bed/chair/comfy/rounded/red,/obj/machinery/light{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/theatre) +"kjP" = (/obj/vehicle/train/engine/quadbike/random{dir = 8},/turf/simulated/floor/outdoors/road{outdoors = -1},/area/redgate/city/parkinglot) +"kjV" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"kjW" = (/turf/simulated/floor/tiled/eris/steel/bar_dance,/area/redgate/city/bar1) +"kjX" = (/obj/structure/closet/wardrobe,/obj/random/coin,/obj/random/cash/big,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"kkW" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/bar2) +"klf" = (/obj/structure/curtain/black,/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/doctor) +"klz" = (/obj/structure/table/standard,/obj/machinery/microwave,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"klG" = (/obj/machinery/computer/arcade/battle,/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"klJ" = (/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"klN" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/theatre) +"kmh" = (/obj/structure/table/rack,/obj/item/clothing/under/pants/baggy,/obj/item/clothing/under/pants/baggy/classicjeans,/obj/item/clothing/under/pants/baggy/khaki,/obj/item/clothing/under/pants/baggy/red,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"kmk" = (/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/carpet/purple,/area/redgate/city/cardmon) +"kmr" = (/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/morgue) +"kmC" = (/obj/machinery/light/small/neon/generic_green{dir = 1; pixel_y = -23},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"knJ" = (/obj/structure/table/rack/shelf,/obj/item/clothing/accessory/scarf/altevian,/obj/item/clothing/accessory/scarf/altevian/green,/obj/item/clothing/accessory/scarf/altevian/purple,/obj/item/clothing/accessory/scarf/altevian/red,/obj/item/clothing/accessory/scarf/altevian/yellow,/turf/simulated/floor/tiled/neutral,/area/redgate/city/altevian) +"knN" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/dark,/area/redgate/city/comms) +"knY" = (/obj/structure/table/darkglass,/turf/simulated/floor/tiled/eris/steel/bar_flat,/area/redgate/city/bar1) +"koe" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"kog" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/cards) +"koQ" = (/obj/structure/table/rack/steel,/obj/item/clothing/suit/storage/hooded/costume/ian,/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"koX" = (/obj/structure/table/woodentable,/obj/random/tool,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"kpo" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/apartments) +"kpy" = (/obj/machinery/field_generator{anchored = 1; state = 1},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/redgate/city/engine) +"kpN" = (/obj/structure/table/standard,/obj/item/weapon/pen/fountain2,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"kqd" = (/obj/structure/table/woodentable,/obj/machinery/light{dir = 1},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"krj" = (/obj/structure/closet/coffin,/turf/simulated/floor/wood,/area/redgate/city/morgue) +"ktE" = (/obj/structure/kitchenspike,/obj/effect/decal/cleanable/blood,/turf/simulated/floor/dungeon,/area/redgate/city/pizza) +"ktL" = (/turf/simulated/floor/wood,/area/redgate/city/tarot) +"kua" = (/obj/structure/table/alien,/obj/item/weapon/deck/egy{pixel_y = -16},/turf/simulated/shuttle/floor/alienplating/blue/half{dir = 4},/area/redgate/city/cards) +"kuj" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/steel_ridged,/area/redgate/city/dealership) +"kuk" = (/obj/structure/casino_table/roulette_table/long,/turf/simulated/floor/carpet/purple,/area/redgate/city/casino) +"kuv" = (/obj/machinery/door/airlock/multi_tile/glass{dir = 2},/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"kuA" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/carpet/happy,/area/redgate/city/costumes) +"kuC" = (/obj/structure/toilet{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"kuV" = (/obj/structure/table/rack,/obj/item/roller,/obj/item/roller{pixel_y = 8},/obj/item/roller{pixel_y = 16},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"kvH" = (/obj/structure/table/glass,/turf/simulated/floor/carpet/sblucarpet,/area/redgate/city/clotheshop) +"kvR" = (/obj/effect/floor_decal/corner/blue/border{dir = 1},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"kyw" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/neutral,/area/redgate/city/pizza) +"kzg" = (/obj/machinery/seed_extractor,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"kzu" = (/obj/structure/table/standard,/obj/machinery/microwave,/turf/simulated/floor/wood,/area/redgate/city/house7) +"kzz" = (/obj/effect/floor_decal/spline/plain{dir = 10},/obj/machinery/light/floortube{dir = 8; light_color = "#ff8086"; light_type = /obj/item/weapon/light/bulb/red; name = "stripper light"},/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/stripclub) +"kAh" = (/turf/simulated/floor/tiled/white,/area/redgate/city/restaurant) +"kAu" = (/obj/machinery/light/small/neon/generic_yellow{pixel_x = -31; pixel_y = 12},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"kAO" = (/obj/machinery/icecream_vat,/turf/simulated/floor/wood/alt,/area/redgate/city/cafe) +"kBj" = (/obj/structure/table/steel,/obj/machinery/recharger,/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"kBr" = (/obj/machinery/light/small/neon/generic_yellow{pixel_x = 4; pixel_y = -33},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"kBN" = (/obj/random/trash,/turf/simulated/floor/wood/alt/parquet/broken,/area/redgate/city/streets) +"kBV" = (/obj/machinery/light{dir = 4},/turf/simulated/shuttle/floor,/area/redgate/city/nifshop) +"kDq" = (/obj/structure/table/bench/padded,/turf/simulated/floor/tiled/eris/dark/brown_perforated,/area/redgate/city/pool) +"kDs" = (/obj/structure/bed/chair/comfy/rounded/red,/turf/simulated/floor/wood,/area/redgate/city/theatre) +"kEy" = (/obj/machinery/light{dir = 1},/obj/structure/table/rack/gun_rack/steel,/obj/item/clothing/accessory/medal/gold,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/casino) +"kEQ" = (/obj/effect/floor_decal/spline/fancy{dir = 5},/turf/simulated/floor/water/ocean,/area/redgate/city/streets) +"kFe" = (/obj/machinery/computer/security/telescreen{pixel_y = -30},/turf/simulated/floor/wood,/area/redgate/city/house4) +"kFi" = (/obj/item/weapon/towel/random,/obj/random/soap_common,/turf/simulated/floor/tiled/neutral,/area/redgate/city/cardmon) +"kFj" = (/obj/structure/closet/cabinet,/obj/item/clothing/head/cowboy,/obj/item/clothing/shoes/boots/cowboy,/obj/item/clothing/under/cowboy,/obj/item/clothing/accessory/cowboy_vest,/turf/simulated/floor/wood/alt,/area/redgate/city/teppi) +"kGF" = (/mob/living/simple_mob/vore/catgirl,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"kGL" = (/obj/machinery/light_switch{dir = 4; pixel_x = -24; pixel_y = -24},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house15) +"kGZ" = (/obj/structure/table/woodentable,/turf/simulated/floor/carpet/happy,/area/redgate/city/house14) +"kHd" = (/obj/structure/table/fancyblack,/obj/item/weapon/flame/candle/candelabra{pixel_y = 13},/turf/simulated/floor/carpet/brown,/area/redgate/city/tarot) +"kHx" = (/obj/structure/curtain/black,/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/drugden) +"kHF" = (/turf/simulated/floor/tiled/techfloor,/area/redgate/city/workshop) +"kHP" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/redgate/city/house3) +"kIG" = (/mob/living/simple_mob/vore/catgirl,/turf/simulated/floor/wood,/area/redgate/city/house14) +"kIN" = (/obj/structure/prop/machine/tgmc_console3,/turf/simulated/floor/tiled/eris/dark,/area/redgate/city/corporation) +"kKb" = (/obj/machinery/light_switch{dir = 4; pixel_x = -24; pixel_y = -24},/turf/simulated/floor/wood,/area/redgate/city/house15) +"kLb" = (/turf/simulated/floor/tiled/dark,/area/redgate/city/check1) +"kLj" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/house18) +"kLo" = (/obj/machinery/light,/turf/simulated/floor/wood,/area/redgate/city/house3) +"kLq" = (/obj/item/weapon/reagent_containers/food/snacks/old/pizza,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/rats) +"kLU" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/dark,/area/redgate/city/church) +"kNk" = (/obj/machinery/light/small/neon/import{dir = 4; pixel_x = -21},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"kNm" = (/turf/simulated/floor/tiled/techfloor,/area/redgate/city/doctor) +"kNT" = (/obj/structure/fitness/boxing_ropes,/obj/structure/fitness/boxing_ropes/turnbuckle{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/gym) +"kOD" = (/obj/structure/bed/chair/comfy/purp{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"kOS" = (/obj/machinery/shower{dir = 4},/obj/structure/window/basic,/obj/effect/floor_decal/borderfloorblack{dir = 4},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house13) +"kOU" = (/obj/structure/fitness/boxing_ropes,/turf/simulated/floor/wood/alt,/area/redgate/city/gym) +"kPb" = (/obj/structure/dancepole{pixel_y = 14},/turf/simulated/floor/carpet/gaycarpet,/area/redgate/city/stripclub) +"kPy" = (/obj/structure/table/alien,/turf/simulated/shuttle/floor/purple,/area/redgate/city/church) +"kPC" = (/obj/machinery/recharge_station,/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"kPJ" = (/mob/living/simple_mob/vore/fennec/huge,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"kQn" = (/obj/machinery/light,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/hospital) +"kQo" = (/mob/living/simple_mob/vore/aggressive/frog{ai_holder_type = /datum/ai_holder/simple_mob/retaliate},/turf/simulated/floor/water/indoors,/area/redgate/city/sims) +"kQy" = (/obj/machinery/vending/loadout/costume,/turf/simulated/floor/wood/alt,/area/redgate/city/theatre) +"kQK" = (/obj/structure/table/glass,/obj/item/bodybag/cryobag{pixel_x = -2; pixel_y = -2},/obj/item/bodybag/cryobag{pixel_x = 1; pixel_y = 1},/obj/item/bodybag/cryobag{pixel_x = 2; pixel_y = 2},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"kQW" = (/obj/structure/closet/secure_closet/personal/patient,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"kRg" = (/obj/structure/table/rack,/obj/item/clothing/under/dress/dress_saloon,/obj/item/clothing/under/dress/dress_saloon,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"kRm" = (/obj/effect/floor_decal/corner/red/border{dir = 5},/obj/structure/sign/department/prison{pixel_y = 29},/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"kRC" = (/obj/item/clothing/under/boater,/obj/item/clothing/shoes/rainbow,/obj/structure/closet/cabinet,/turf/simulated/floor/carpet/tealcarpet,/area/redgate/city/house12) +"kRQ" = (/obj/machinery/door/blast/angled_shutter{id = "storage4"; name = "storage unit"},/turf/simulated/floor/concrete,/area/redgate/city/storage) +"kRR" = (/obj/structure/table/woodentable,/obj/machinery/chemical_dispenser/bar_alc/full{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"kSn" = (/obj/structure/closet/wardrobe,/obj/random/medical/lite,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"kSq" = (/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/cards) +"kSZ" = (/turf/simulated/shuttle/floor/white,/area/redgate/city/cards) +"kTe" = (/obj/structure/casino_table/blackjack_r{dir = 4},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"kTn" = (/obj/structure/closet/crate/secure{req_one_access = list(101)},/obj/item/weapon/melee/altevian_wrench,/obj/random/junk,/obj/random/grenade/less_lethal,/obj/item/clothing/mask/altevian_breath,/obj/random/awayloot/nofail,/turf/simulated/floor/tiled/eris/techmaint_perforated,/area/redgate/city/altevian) +"kTx" = (/obj/machinery/light/small/neon/generic_blue{dir = 4; pixel_x = -26},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"kTK" = (/obj/machinery/door/airlock/angled_tgmc/security{name = "police station"},/turf/simulated/floor/bmarble,/area/redgate/city/police) +"kUl" = (/obj/structure/simple_door/wood,/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/house10) +"kUV" = (/obj/structure/bed/chair/sofa/bench{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"kVk" = (/obj/machinery/atm{pixel_y = 26},/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"kVt" = (/obj/machinery/light/small/neon/generic_red{dir = 4; pixel_x = -22},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"kVy" = (/turf/simulated/floor/tiled/red,/area/redgate/city/stripclub) +"kVH" = (/obj/structure/bed/chair/sofa/corp/right{dir = 8},/turf/simulated/floor/carpet/gaycarpet,/area/redgate/city/stripclub) +"kWt" = (/obj/effect/floor_decal/corner/purple/border,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"kWw" = (/turf/simulated/floor/tiled/milspec,/area/redgate/city/workshop) +"kWL" = (/obj/structure/table/glass,/obj/item/weapon/paper_bin,/obj/item/weapon/pen/fountain9,/obj/random/mug,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"kWW" = (/obj/structure/bed/chair/office/light{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/dealership) +"kXs" = (/obj/machinery/door/airlock/maintenance/int{name = "alley door"},/turf/simulated/floor/plating,/area/redgate/city/dump) +"kXK" = (/obj/random/vendorfood,/turf/simulated/floor/tiled/white,/area/redgate/city/supermarket) +"kXY" = (/obj/machinery/light{dir = 1},/obj/machinery/light_switch{pixel_y = 25},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house11) +"kYl" = (/obj/structure/window/basic,/obj/machinery/shower{dir = 4},/obj/effect/floor_decal/borderfloorblack{dir = 4},/obj/random/soap_common,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house3) +"kYC" = (/obj/effect/floor_decal/industrial/loading{dir = 1},/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"kYK" = (/obj/effect/mist,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/spa) +"kZm" = (/obj/structure/table/rack,/obj/item/weapon/reagent_containers/food/snacks/packaged/meatration,/obj/item/weapon/reagent_containers/food/snacks/packaged/meatration,/obj/item/weapon/reagent_containers/food/snacks/packaged/meatration,/obj/item/weapon/reagent_containers/food/snacks/packaged/meatration,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"kZP" = (/obj/structure/table/standard,/obj/structure/window/basic,/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"lah" = (/obj/structure/railing,/obj/structure/railing{dir = 4; icon_state = "railing0"},/turf/simulated/floor/water/indoors,/area/redgate/city/spa) +"lbi" = (/obj/structure/table/rack,/obj/item/paint_palette,/obj/item/paint_palette,/obj/item/paint_brush,/obj/item/paint_brush,/turf/simulated/floor/wood,/area/redgate/city/library) +"lbl" = (/obj/structure/table/rack,/obj/item/weapon/reagent_containers/food/snacks/liquidfood,/obj/item/weapon/reagent_containers/food/snacks/liquidfood,/obj/item/weapon/reagent_containers/food/snacks/liquidfood,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"lbt" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/carpet/sblucarpet,/area/redgate/city/clotheshop) +"lbS" = (/obj/structure/bed/chair/sofa/corp/right,/obj/machinery/light/floortube{dir = 8; light_color = "#ff8086"; light_type = /obj/item/weapon/light/bulb/red; name = "stripper light"},/turf/simulated/floor/carpet/gaycarpet,/area/redgate/city/stripclub) +"lbZ" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/grass,/area/redgate/city/teppi) +"lcp" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = -3},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house11) +"lcw" = (/obj/machinery/door/window/survival_pod{dir = 2},/obj/structure/window/reinforced/polarized{dir = 8; opacity = 1},/obj/structure/toilet{pixel_y = 13},/obj/structure/sink{dir = 4; pixel_x = 11},/turf/simulated/floor/tiled/white,/area/redgate/city/apartments) +"lex" = (/obj/effect/floor_decal/corner/lime/border{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/pharmacy) +"leJ" = (/obj/effect/floor_decal/road/center{pixel_y = -1},/obj/effect/floor_decal/road/center{pixel_y = -1},/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"leS" = (/obj/structure/table/rack/shelf,/obj/item/weapon/reagent_containers/food/drinks/bottle/whitewine,/obj/item/weapon/reagent_containers/food/drinks/bottle/whitewine,/obj/item/weapon/reagent_containers/food/drinks/bottle/whitewine,/obj/item/weapon/reagent_containers/food/drinks/bottle/whitewine,/obj/item/weapon/reagent_containers/food/drinks/bottle/whitewine,/obj/item/weapon/reagent_containers/food/drinks/bottle/whitewine,/obj/item/weapon/reagent_containers/food/drinks/bottle/whitewine,/obj/item/weapon/reagent_containers/food/drinks/bottle/whitewine,/obj/item/weapon/reagent_containers/food/drinks/bottle/whitewine,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"lfd" = (/obj/machinery/light/small/neon/generic_pink{pixel_y = 27},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"lfQ" = (/obj/structure/table/woodentable,/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{pixel_x = -1; pixel_y = 10},/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{pixel_x = 3; pixel_y = 13},/turf/simulated/floor/carpet/turcarpet,/area/redgate/city/cafe) +"lfT" = (/obj/structure/table/rack,/obj/item/weapon/reagent_containers/food/drinks/cans/root_beer,/obj/item/weapon/reagent_containers/food/drinks/cans/root_beer,/obj/item/weapon/reagent_containers/food/drinks/cans/root_beer,/obj/item/weapon/reagent_containers/food/drinks/cans/root_beer,/obj/item/weapon/reagent_containers/food/drinks/cans/root_beer,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"lgF" = (/obj/structure/closet/alien{name = "tall container"},/obj/random/mainttoyloot/nofail,/obj/random/mainttoyloot/nofail,/obj/random/material/precious,/obj/random/material/precious,/obj/random/powercell,/obj/random/tool/alien,/turf/simulated/floor/tiled/eris/dark,/area/redgate/city/corporation) +"lgO" = (/obj/structure/sink{dir = 4; pixel_x = 12; pixel_y = -3},/turf/simulated/floor/tiled/kafel_full/blue,/area/redgate/city/pizza) +"lhd" = (/obj/machinery/door/airlock/angled_bay/double/glass,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"lhh" = (/obj/machinery/optable,/turf/simulated/floor/dungeon,/area/redgate/city/doctor) +"lir" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/hospital) +"liE" = (/obj/structure/filingcabinet/filingcabinet{pixel_x = -11},/turf/simulated/floor/wood,/area/redgate/city/hospital) +"lja" = (/obj/machinery/door/airlock/maintenance/int{locked = 1; name = "alley door"},/turf/simulated/floor/wood,/area/redgate/city/sims) +"ljy" = (/obj/machinery/light/small/neon/looktoucheat{dir = 8; pixel_x = 27},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"ljL" = (/obj/machinery/light{light_color = "#575656"; name = "dim light"},/turf/simulated/floor/tiled/white,/area/redgate/city/house4) +"lkM" = (/obj/structure/closet/crate/bin{anchored = 1; pixel_y = 20},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/morgue) +"llz" = (/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/tiled/neutral,/area/redgate/city/cardmon) +"lmn" = (/obj/machinery/door/blast/angled_shutter{id = "storage5"; name = "storage unit"},/turf/simulated/floor/concrete,/area/redgate/city/storage) +"lmu" = (/obj/structure/table/steel_reinforced,/obj/machinery/cell_charger,/obj/machinery/light/small,/turf/simulated/floor/tiled/milspec,/area/redgate/city/ripper) +"lnC" = (/turf/simulated/fitness,/area/redgate/city/gym) +"lnJ" = (/obj/structure/table/reinforced,/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = 3},/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = 3},/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = 3},/obj/item/stack/cable_coil{pixel_x = 3; pixel_y = 3},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"lnK" = (/obj/structure/prop/machine/nt_pod,/turf/simulated/floor/tiled/eris/dark,/area/redgate/city/corporation) +"lnN" = (/obj/machinery/door/airlock/glass,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"loA" = (/obj/structure/table/standard,/obj/item/weapon/reagent_containers/spray/cleaner,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"loR" = (/obj/structure/bed/chair/sofa/corp/right{dir = 8},/obj/random/snack,/turf/simulated/floor/concrete,/area/redgate/city/storage) +"lpt" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/house4) +"lpx" = (/obj/machinery/computer/arcade/orion_trail,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"lpN" = (/obj/structure/table/rack,/obj/item/weapon/storage/briefcase,/turf/simulated/floor/wood,/area/redgate/city/library) +"lpQ" = (/obj/effect/floor_decal/industrial/warning/color/yellow,/obj/effect/floor_decal/spline/plain{dir = 4},/obj/effect/floor_decal/spline/plain{dir = 8},/obj/structure/curtain/black,/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/stripclub) +"lrZ" = (/obj/structure/table/rack/shelf/steel,/obj/item/clothing/suit/wizrobe/fake,/turf/simulated/floor/tiled/eris/derelict3,/area/redgate/city/wiz) +"lsL" = (/obj/machinery/telecomms/relay/preset/station{name = "city telecomms relay"},/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/comms) +"lsR" = (/obj/machinery/conveyor{dir = 8},/obj/structure/window/basic{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/supermarket) +"ltu" = (/obj/structure/closet/walllocker_double/medical/north,/obj/item/weapon/cane,/obj/item/weapon/cane,/obj/random/maintenance/medical,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"ltX" = (/turf/simulated/floor/tiled/milspec,/area/redgate/city/science) +"lud" = (/turf/simulated/floor/tiled/kafel_full/blue,/area/redgate/city/pizza) +"luj" = (/obj/structure/table/woodentable,/obj/item/weapon/book/manual/medical_diagnostics_manual{pixel_y = 7},/turf/simulated/floor/wood,/area/redgate/city/house2) +"luE" = (/obj/structure/bed/chair/sofa/left/beige{dir = 4},/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/wood,/area/redgate/city/house7) +"lvg" = (/obj/machinery/door/airlock/angled_tgmc/engineering{dir = 8},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"lvN" = (/obj/machinery/light_switch{dir = 8; pixel_x = 26; pixel_y = -9},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house3) +"lwy" = (/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/dark,/area/redgate/city/check2) +"lwE" = (/obj/machinery/door/airlock/glass,/turf/simulated/floor/tiled/freezer,/area/redgate/city/laundry) +"lwI" = (/obj/machinery/vending/fitness,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/warehouse) +"lxg" = (/turf/simulated/floor/water/indoors,/area/redgate/city/pool) +"lxh" = (/obj/structure/table/rack,/obj/item/weapon/reagent_containers/food/snacks/packaged/vendburrito,/obj/item/weapon/reagent_containers/food/snacks/packaged/vendburrito,/obj/item/weapon/reagent_containers/food/snacks/packaged/vendburrito,/obj/item/weapon/reagent_containers/food/snacks/packaged/vendburrito,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"lxv" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/gallery) +"lxB" = (/obj/structure/filingcabinet/filingcabinet,/turf/simulated/floor/wood/alt,/area/redgate/city/offlicense) +"lye" = (/obj/effect/floor_decal/spline/fancy/wood,/turf/simulated/floor/carpet/blue,/area/redgate/city/stripclub) +"lyJ" = (/obj/effect/floor_decal/corner/purple/bordercorner,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"lAk" = (/obj/structure/table/rack,/obj/random/snack,/obj/random/snack,/obj/random/snack,/obj/random/snack,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"lCs" = (/turf/simulated/floor/tiled/eris/dark/brown_perforated,/area/redgate/city/dealership) +"lCA" = (/obj/structure/table/darkglass,/obj/item/weapon/storage/belt/holding,/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/redgate/city/corporation) +"lCD" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house2) +"lCW" = (/turf/simulated/floor/tiled/eris/dark/brown_perforated,/area/redgate/city/pool) +"lDc" = (/obj/machinery/light_switch{pixel_y = 25},/turf/simulated/floor/wood,/area/redgate/city/house2) +"lDG" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"lDW" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/milspec,/area/redgate/city/ripper) +"lEp" = (/obj/structure/table/standard,/obj/structure/sink/countertop{dir = 1},/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/redgate/city/house17) +"lEv" = (/obj/machinery/door/window/eastright{dir = 8; name = "Chemistry"},/turf/simulated/floor/tiled/white,/area/redgate/city/pharmacy) +"lEI" = (/obj/structure/fence/door/opened,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"lEV" = (/obj/machinery/light_switch{pixel_y = 25},/turf/simulated/floor/wood,/area/redgate/city/house10) +"lFu" = (/obj/structure/table/darkglass,/obj/item/weapon/bluespace_crystal,/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/redgate/city/corporation) +"lFx" = (/obj/structure/table/rack,/obj/random/multiple/random_size_crate/no_weapons,/turf/simulated/floor/tiled/eris/white/gray_perforated,/area/redgate/city/warehouse) +"lFz" = (/obj/structure/bed/padded,/obj/item/weapon/bedsheet/orange,/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"lFH" = (/obj/structure/prop/machine/tgmc_console1/starts_on,/turf/simulated/floor/tiled/eris/dark,/area/redgate/city/corporation) +"lGl" = (/obj/structure/railing/grey{dir = 4},/turf/simulated/floor/water/digestive_enzymes,/area/redgate/city/waterworks) +"lGA" = (/turf/simulated/floor/outdoors/grass,/area/redgate/city/hospital) +"lGP" = (/obj/machinery/the_singularitygen,/turf/unsimulated/floor/techfloor_grid{name = "singularity flooring"},/area/redgate/city/engine) +"lGU" = (/obj/structure/railing/grey,/obj/structure/railing/grey{dir = 4},/turf/simulated/floor/water/indoors,/area/redgate/city/waterworks) +"lHr" = (/obj/machinery/light{light_color = "#575656"; name = "dim light"},/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/apartments) +"lHH" = (/obj/machinery/computer/security/telescreen{pixel_y = -30},/turf/simulated/floor/wood,/area/redgate/city/house8) +"lIn" = (/obj/machinery/door/airlock/glass,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/toys) +"lIR" = (/obj/machinery/computer/operating,/obj/machinery/oxygen_pump/anesthetic{pixel_y = 31},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"lJp" = (/obj/structure/table/woodentable,/obj/random/flashlight,/turf/simulated/floor/wood,/area/redgate/city/house15) +"lJW" = (/obj/structure/table/standard,/obj/item/pizzabox/margherita{pixel_y = 16},/obj/random/pizzabox,/turf/simulated/floor/tiled/kafel_full/blue,/area/redgate/city/pizza) +"lKh" = (/obj/structure/closet/crate/trashcart,/obj/random/junk,/obj/random/junk,/obj/random/junk,/obj/item/broken_device/random,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"lKB" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/carpet/gaycarpet,/area/redgate/city/theatre) +"lKL" = (/obj/structure/table/woodentable,/obj/item/weapon/book/bundle/custom_library/fiction/metalglen,/turf/simulated/floor/wood,/area/redgate/city/house18) +"lKP" = (/obj/structure/table/woodentable,/obj/random/mainttoyloot,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"lLc" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/morgue) +"lLu" = (/obj/structure/table/woodentable,/obj/item/clothing/glasses/artist,/turf/simulated/floor/wood,/area/redgate/city/house9) +"lMg" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/house9) +"lMk" = (/obj/random/pottedplant,/turf/simulated/floor/wood/alt,/area/redgate/city/police) +"lMm" = (/obj/random/pottedplant,/turf/simulated/floor/wood,/area/redgate/city/house8) +"lMx" = (/obj/structure/table/rack/shelf,/obj/random/grenade/less_lethal,/obj/item/weapon/gun/energy/plasmastun,/obj/machinery/light/small,/turf/simulated/floor/concrete,/area/redgate/city/storage) +"lMS" = (/obj/effect/floor_decal/spline/fancy/wood,/turf/simulated/floor/carpet/happy,/area/redgate/city/costumes) +"lNm" = (/obj/structure/table/standard,/obj/structure/closet/walllocker/medical/south,/obj/random/unidentified_medicine/drug_den,/obj/random/unidentified_medicine/drug_den,/obj/item/weapon/storage/box/pillbottles,/obj/random/medical/pillbottle,/obj/random/medical/pillbottle,/obj/random/medical/pillbottle,/obj/random/medical/pillbottle,/obj/item/weapon/reagent_containers/pill/vermicetol,/turf/simulated/floor/wood/alt,/area/redgate/city/pharmacy) +"lNn" = (/obj/structure/table/hardwoodtable,/obj/item/weapon/paper_bin,/obj/item/weapon/pen/fountain5,/turf/simulated/floor/carpet,/area/redgate/city/house15) +"lNM" = (/obj/structure/table/bench/glass,/turf/simulated/floor/tiled/eris/white/brown_perforated,/area/redgate/city/lasertag) +"lPc" = (/obj/machinery/light/small,/turf/simulated/floor/tiled/dark,/area/redgate/city/comms) +"lPd" = (/obj/structure/bed/chair/office/dark{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/toys) +"lPv" = (/obj/item/weapon/reagent_containers/syringe,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/drugden) +"lPB" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house18) +"lQw" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"lQx" = (/obj/machinery/computer/arcade/orion_trail,/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"lQO" = (/obj/machinery/light{dir = 4},/obj/structure/reagent_dispensers/water_cooler/full{dir = 8; pixel_x = 7},/turf/simulated/floor/wood/alt,/area/redgate/city/hotel) +"lRp" = (/obj/structure/bookcase,/obj/item/weapon/book/manual/chef_recipes,/obj/item/weapon/book/manual/bar_guide,/obj/item/weapon/book/manual/barman_recipes,/turf/simulated/floor/wood,/area/redgate/city/library) +"lRH" = (/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"lRP" = (/obj/structure/sign/department/rnd{pixel_y = 30},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"lSJ" = (/obj/structure/table/standard,/obj/structure/sink/countertop{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house9) +"lUp" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/hotel) +"lUF" = (/mob/living/simple_mob/vore/cookiegirl,/turf/simulated/floor/wood,/area/redgate/city/house11) +"lUM" = (/obj/item/device/communicator/watch,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"lVa" = (/obj/effect/floor_decal/corner/red/border{dir = 5},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"lVC" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/eris/steel/cyancorner,/area/redgate/city/bar1) +"lVW" = (/obj/machinery/door/airlock/multi_tile/glass,/turf/simulated/floor/tiled/white,/area/redgate/city/supermarket) +"lXc" = (/obj/item/clothing/gloves/knuckledusters,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/fightclub) +"lXi" = (/obj/machinery/appliance/cooker/grill,/turf/simulated/floor/tiled/white,/area/redgate/city/restaurant) +"lXy" = (/mob/living/simple_mob/animal/passive/mouse/black,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"lXO" = (/obj/structure/table/rack,/obj/item/clothing/under/dress/golddress,/obj/item/clothing/under/dress/golddress,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"lXT" = (/turf/simulated/floor/tiled/white,/area/redgate/city/house13) +"lXZ" = (/obj/structure/bed/chair/sofa/corp/left{dir = 8},/obj/machinery/light{dir = 4; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"lZc" = (/obj/structure/reagent_dispensers/fueltank,/turf/simulated/floor/tiled/milspec,/area/redgate/city/ripper) +"lZj" = (/obj/structure/casino_table/blackjack_r{dir = 4},/turf/simulated/floor/carpet/purple,/area/redgate/city/casino) +"lZn" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/neutral,/area/redgate/city/hotel) +"lZw" = (/obj/structure/curtain,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/gym) +"mak" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"mbd" = (/obj/structure/bed/chair/sofa/bench/right{dir = 4},/turf/simulated/floor/outdoors/grass,/area/redgate/city/hospital) +"mbf" = (/obj/structure/table/standard,/obj/machinery/microwave,/turf/simulated/floor/tiled/white,/area/redgate/city/house17) +"mbk" = (/obj/machinery/vending/altevian,/turf/simulated/floor/tiled/neutral,/area/redgate/city/altevian) +"mbB" = (/turf/simulated/floor/carpet/sblucarpet,/area/redgate/city/clotheshop) +"mbT" = (/obj/structure/table/glass,/obj/item/weapon/paper_bin,/turf/simulated/floor/wood/alt,/area/redgate/city/dealership) +"mck" = (/obj/structure/table/standard,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/apartments) +"mcm" = (/obj/structure/table/reinforced,/obj/item/device/multitool{pixel_x = 5},/obj/item/weapon/reagent_containers/spray/cleaner,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"mds" = (/obj/structure/curtain,/turf/simulated/floor/carpet/sblucarpet,/area/redgate/city/clotheshop) +"mdv" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/green,/turf/simulated/floor/carpet/blue,/area/redgate/city/house4) +"mdY" = (/turf/simulated/floor/tiled/white,/area/redgate/city/weretiger) +"mfq" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/house17) +"mfA" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/random/snack,/obj/random/snack,/turf/simulated/floor/wood,/area/redgate/city/house7) +"mfK" = (/obj/effect/floor_decal/road/center{dir = 8; pixel_x = -1},/obj/effect/floor_decal/road/center{pixel_y = -1},/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"mgb" = (/obj/structure/table/fancyblack,/turf/simulated/floor/carpet/blue,/area/redgate/city/house4) +"mgj" = (/obj/random/trash,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"mhI" = (/obj/structure/largecrate/animal/wolfgirl,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/warehouse) +"mib" = (/obj/structure/table/standard,/obj/item/weapon/material/kitchen/rollingpin,/obj/item/weapon/material/knife/butch,/turf/simulated/floor/tiled/white,/area/redgate/city/restaurant) +"mii" = (/obj/machinery/light/small/neon/bar{pixel_y = 25},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"miw" = (/obj/structure/bed/chair/sofa/pew/right{dir = 4},/turf/simulated/floor/tiled/dark,/area/redgate/city/church) +"miz" = (/obj/structure/bed/chair/sofa/bench/left{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"miC" = (/obj/structure/simple_door/iron,/turf/simulated/floor/wood,/area/redgate/city/house13) +"miE" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"mjx" = (/obj/structure/table/reinforced,/obj/item/device/gps/engineering{pixel_x = -3},/obj/item/device/gps/engineering{pixel_y = 3},/obj/item/device/gps/engineering{pixel_x = 3; pixel_y = 6},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"mjK" = (/obj/structure/morgue{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/redgate/city/morgue) +"mjS" = (/obj/machinery/casinosentientprize_handler,/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/casino) +"mkj" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/hopdouble,/turf/simulated/floor/carpet/blue,/area/redgate/city/house4) +"mkK" = (/turf/simulated/floor/wood/alt/tile/broken,/area/redgate/city/fightclub) +"mkP" = (/obj/structure/closet/wardrobe,/obj/item/weapon/bone/skull,/obj/random/meat,/obj/random/meat,/obj/random/maintenance/security,/obj/random/maintenance/security,/obj/random/humanoidremains,/obj/item/pizzavoucher,/turf/simulated/floor/dungeon,/area/redgate/city/pizza) +"mlr" = (/obj/structure/table/woodentable,/obj/random/maintenance/misc,/turf/simulated/floor/wood/alt,/area/redgate/city/gym) +"mnf" = (/obj/machinery/light/small/neon/generic_orange{pixel_y = 25},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"mnq" = (/turf/simulated/floor/outdoors/sidewalk/slab/city{outdoors = -1},/area/redgate/city/parkinglot) +"mnV" = (/obj/structure/table/hardwoodtable,/obj/random/instrument,/turf/simulated/floor/carpet/geo,/area/redgate/city/house18) +"mod" = (/obj/machinery/door/airlock/multi_tile/metal{dir = 2},/turf/simulated/floor/tiled/dark,/area/redgate/city/comms) +"moi" = (/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"mon" = (/obj/structure/table/standard,/obj/machinery/microwave,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/apartments) +"moo" = (/obj/structure/table/woodentable,/obj/item/weapon/reagent_containers/syringe,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/drugden) +"mpi" = (/obj/structure/bed/chair/wood{dir = 4},/turf/simulated/floor/tiled/eris/derelict3,/area/redgate/city/wiz) +"mpQ" = (/obj/structure/toilet{dir = 8},/turf/simulated/floor/tiled/neutral,/area/redgate/city/hotel) +"mqi" = (/obj/random/vendorfood{dir = 8; pixel_x = 7},/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/apartments) +"mqz" = (/obj/structure/table/standard,/obj/item/weapon/paper_bin,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"mqA" = (/obj/structure/table/rack,/obj/item/clothing/suit/cyberpunk,/obj/item/clothing/suit/cyberpunk,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"mqF" = (/obj/machinery/light{dir = 4; light_color = "#575656"; name = "dim light"},/obj/structure/flora/pottedplant/decorative,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"mrn" = (/obj/structure/toilet{dir = 4},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house11) +"mrW" = (/obj/structure/toilet{dir = 8},/turf/simulated/floor/tiled/neutral,/area/redgate/city/fightclub) +"mrZ" = (/obj/structure/table/rack,/obj/item/weapon/storage/box/lights/bulbs,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"msj" = (/obj/machinery/photocopier,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"msF" = (/obj/structure/table/rack,/obj/item/weapon/reagent_containers/food/snacks/packaged/vegration,/obj/item/weapon/reagent_containers/food/snacks/packaged/vegration,/obj/item/weapon/reagent_containers/food/snacks/packaged/vegration,/obj/item/weapon/reagent_containers/food/snacks/packaged/vegration,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"msM" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/random/snack,/obj/random/snack,/obj/random/snack,/turf/simulated/floor/tiled/white,/area/redgate/city/house11) +"mti" = (/obj/structure/table/woodentable,/obj/random/forgotten_tram,/obj/machinery/light_switch{dir = 8; pixel_x = 26; pixel_y = -9},/turf/simulated/floor/carpet/oracarpet,/area/redgate/city/house3) +"mtT" = (/obj/structure/closet,/obj/random/tool,/obj/random/tool,/obj/random/tool/power,/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"muC" = (/obj/structure/simple_door/iron,/turf/simulated/floor/wood,/area/redgate/city/house10) +"mvM" = (/obj/structure/table/standard,/obj/item/weapon/tape_roll{pixel_x = 4; pixel_y = 4},/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/gallery) +"mvY" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/teppi) +"mwe" = (/obj/structure/closet/walllocker_double/kitchen/north,/obj/item/weapon/reagent_containers/food/condiment/enzyme{layer = 5},/obj/item/weapon/reagent_containers/food/condiment/enzyme{layer = 5},/obj/item/weapon/reagent_containers/glass/beaker{pixel_x = 5},/obj/item/weapon/reagent_containers/dropper,/obj/item/weapon/storage/box/beakers{name = "box of measuring cups"; pixel_x = 2; pixel_y = 3; starts_with = list(/obj/item/weapon/reagent_containers/glass/beaker/measuring_cup=7)},/obj/item/weapon/soap/nanotrasen,/obj/random/medical/lite,/turf/simulated/floor/tiled/white,/area/redgate/city/restaurant) +"mwl" = (/turf/simulated/floor/wood,/area/redgate/city/laundry) +"mwq" = (/obj/structure/closet/wardrobe,/obj/random/maintenance/cargo,/obj/item/clothing/glasses/goggles,/obj/item/clothing/gloves/ring/material/plastic,/obj/item/clothing/under/cuttop/red,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"mwF" = (/obj/structure/bed/chair/sofa/corner/green{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/house14) +"mxe" = (/obj/structure/closet/wardrobe,/obj/random/maintenance/research,/obj/item/clothing/accessory/poncho/red,/obj/item/clothing/under/customs/khaki,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"mxs" = (/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{dir = 1},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"mxM" = (/obj/structure/casino_table/craps,/turf/simulated/floor/carpet/purple,/area/redgate/city/casino) +"mxU" = (/obj/structure/window/basic/full,/turf/simulated/floor/wood/alt,/area/redgate/city/teppi) +"myL" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/redgate/city/house8) +"mzz" = (/obj/structure/table/rack/gun_rack/steel,/obj/item/weapon/coin/gold,/obj/item/weapon/coin/gold,/obj/item/weapon/coin/gold,/obj/item/weapon/coin/gold,/obj/item/weapon/coin/gold,/obj/item/weapon/coin/gold,/obj/item/weapon/coin/gold,/obj/item/weapon/coin/gold,/obj/item/weapon/coin/gold,/obj/item/weapon/coin/gold,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/casino) +"mBu" = (/obj/structure/bed/chair/office/dark{dir = 4},/turf/simulated/floor/tiled/monotile,/area/redgate/city/stripclub) +"mBy" = (/obj/machinery/vending/coffee{dir = 8; pixel_x = 7},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"mCK" = (/mob/living/simple_mob/vore/pakkun,/turf/simulated/floor/tiled/steel_ridged,/area/redgate/city/waterworks) +"mEd" = (/obj/item/weapon/stool/padded{dir = 4},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"mEk" = (/obj/structure/prop/alien/pod,/turf/simulated/floor/wood/sif,/area/redgate/city/succ) +"mFb" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/steel_dirty,/area/redgate/city/dodgypharmacy) +"mFA" = (/obj/machinery/light{light_color = "#575656"; name = "dim light"},/turf/simulated/floor/wood,/area/redgate/city/spa) +"mFG" = (/obj/machinery/light/small/neon/generic_orange{dir = 4; pixel_x = -26},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"mFO" = (/obj/machinery/door/airlock/glass,/turf/simulated/floor/tiled/white,/area/redgate/city/pool) +"mFY" = (/obj/machinery/power/emitter{anchored = 1; icon_state = "emitter1"; state = 1},/turf/unsimulated/floor/techfloor_grid{name = "singularity flooring"},/area/redgate/city/engine) +"mGj" = (/obj/structure/bed/chair/sofa/corp/left,/turf/simulated/floor/carpet/gaycarpet,/area/redgate/city/stripclub) +"mGr" = (/obj/structure/simple_door/wood,/turf/simulated/floor/wood,/area/redgate/city/library) +"mGB" = (/obj/structure/closet,/obj/item/clothing/suit/bio_suit/general,/obj/item/clothing/head/bio_hood/general,/obj/random/toolbox,/obj/random/tool/power,/turf/simulated/floor/tiled/steel,/area/redgate/city/waterworks) +"mHq" = (/obj/structure/table/rack,/obj/item/clothing/under/pants/khaki,/obj/item/clothing/under/pants/khaki,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"mHD" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/redgate/city/house6) +"mHP" = (/obj/structure/closet/wardrobe,/obj/item/clothing/suit/engicost,/obj/random/tool/alien,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"mHV" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/dark,/area/redgate/city/comms) +"mIp" = (/obj/structure/table/standard,/obj/machinery/chemical_dispenser/full,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/pharmacy) +"mIr" = (/obj/structure/sink{pixel_y = 16},/obj/item/frame/mirror{pixel_y = 34},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house15) +"mIB" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 6},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"mIP" = (/turf/simulated/floor/wood/alt,/area/redgate/city/theatre) +"mIR" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"mIS" = (/obj/machinery/door/airlock/angled_tgmc/personal{name = "Research Facility"},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"mIX" = (/obj/structure/sign/department/sci{pixel_x = -29},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"mJz" = (/obj/structure/table/standard,/obj/item/paint_palette,/obj/item/paint_palette,/obj/item/paint_brush,/obj/item/paint_brush,/obj/machinery/light{dir = 8; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/gallery) +"mJK" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/milspec/raised,/area/redgate/city/nifshop) +"mJT" = (/obj/structure/table/standard,/obj/item/clothing/under/suit_jacket/really_black,/obj/item/clothing/under/suit_jacket/really_black,/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"mKK" = (/obj/structure/table/woodentable,/obj/random/firstaid,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"mLP" = (/turf/simulated/floor/tiled/neutral,/area/redgate/city/house4) +"mMx" = (/obj/machinery/light/small,/turf/simulated/floor/tiled/eris/white/gray_perforated,/area/redgate/city/warehouse) +"mMG" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/house14) +"mMX" = (/obj/effect/floor_decal/industrial/danger{dir = 1},/obj/structure/table/woodentable,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/shooting) +"mNe" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"mNg" = (/obj/structure/fitness/boxing_ropes/bottom,/obj/structure/fitness/boxing_ropes/turnbuckle{dir = 8},/turf/simulated/fitness,/area/redgate/city/gym) +"mNh" = (/obj/structure/table/woodentable,/obj/item/device/taperecorder,/turf/simulated/floor/wood,/area/redgate/city/library) +"mNF" = (/obj/structure/table/standard,/obj/structure/sink/countertop,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/house16) +"mOi" = (/obj/structure/bed/chair/wood{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/weretiger) +"mOp" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white,/area/redgate/city/house15) +"mOP" = (/obj/machinery/door/airlock/silver{locked = 1},/turf/simulated/floor/wood/alt,/area/redgate/city/pharmacy) +"mPI" = (/obj/structure/bed/chair/wood{dir = 4},/turf/simulated/floor/wood/alt/panel,/area/redgate/city/cardmon) +"mPK" = (/obj/structure/bed/chair/office/light{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/dealership) +"mPN" = (/obj/structure/table/standard,/obj/item/weapon/reagent_containers/food/snacks/popcorn,/obj/item/weapon/reagent_containers/food/snacks/popcorn,/obj/item/weapon/reagent_containers/food/snacks/popcorn,/obj/item/weapon/reagent_containers/food/snacks/popcorn,/turf/simulated/floor/carpet/blue,/area/redgate/city/theatre) +"mQe" = (/obj/machinery/light/small/neon/police{pixel_y = 34},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"mQu" = (/obj/machinery/space_heater,/obj/machinery/computer/security/telescreen{pixel_x = -29},/turf/simulated/floor/concrete,/area/redgate/city/storage) +"mQN" = (/obj/structure/bed/chair/sofa/right/green{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/house14) +"mRu" = (/turf/simulated/floor/water/digestive_enzymes,/area/redgate/city/waterworks) +"mRD" = (/obj/structure/railing{dir = 1; icon_state = "railing0"},/obj/structure/railing{dir = 4; icon_state = "railing0"},/turf/simulated/floor/water/indoors,/area/redgate/city/spa) +"mSf" = (/obj/structure/bed/padded,/obj/item/weapon/bedsheet/purple,/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/house10) +"mSj" = (/obj/structure/table/rack/shelf,/obj/item/weapon/reagent_containers/food/drinks/bottle/cognac,/obj/item/weapon/reagent_containers/food/drinks/bottle/cognac,/obj/item/weapon/reagent_containers/food/drinks/bottle/cognac,/obj/item/weapon/reagent_containers/food/drinks/bottle/cognac,/obj/item/weapon/reagent_containers/food/drinks/bottle/cognac,/obj/item/weapon/reagent_containers/food/drinks/bottle/cognac,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"mSy" = (/obj/structure/table/woodentable,/obj/machinery/cash_register{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/morgue) +"mSF" = (/obj/structure/table/rack/shelf,/obj/item/clothing/under/pants/altevian,/obj/item/clothing/under/pants/altevian,/obj/item/clothing/under/pants/altevian,/turf/simulated/floor/tiled/neutral,/area/redgate/city/altevian) +"mTa" = (/obj/structure/dogbed,/turf/simulated/floor/wood/broken,/area/redgate/city/streets) +"mUf" = (/obj/structure/bed/chair/wood,/turf/simulated/floor/wood/alt,/area/redgate/city/hotel) +"mUl" = (/turf/simulated/floor/tiled/steel_ridged,/area/redgate/city/dealership) +"mUy" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/toys) +"mVx" = (/obj/structure/sign/directions/medical/operating_1{dir = 4; pixel_y = 25},/obj/effect/floor_decal/corner/blue/border{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"mWF" = (/obj/structure/dancepole{pixel_y = 14},/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/stripclub) +"mXo" = (/turf/simulated/floor/carpet/green,/area/redgate/city/house17) +"mXp" = (/obj/structure/table/standard,/obj/random/maintenance/research,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"mXt" = (/obj/structure/bed/chair/sofa/left/orange,/turf/simulated/floor/wood/alt,/area/redgate/city/cafe) +"mXN" = (/obj/structure/closet/secure_closet/freezer/fridge,/turf/simulated/floor/tiled/kafel_full/blue,/area/redgate/city/pizza) +"mXP" = (/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"mXZ" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/weretiger) +"mYM" = (/obj/item/target/syndicate,/turf/simulated/floor/concrete,/area/redgate/city/shooting) +"mZi" = (/obj/item/clothing/under/punpun,/obj/item/clothing/shoes/athletic,/obj/item/clothing/head/orangebandana,/obj/structure/closet/cabinet,/turf/simulated/floor/carpet/oracarpet,/area/redgate/city/house3) +"mZl" = (/obj/structure/bed/chair/sofa/bench{dir = 1},/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"mZE" = (/obj/effect/floor_decal/road/center{pixel_x = 15; pixel_y = -1},/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"nac" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/dump) +"nbu" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/carpet/oracarpet,/area/redgate/city/house3) +"nby" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/house17) +"nbz" = (/obj/structure/table/rack/shelf,/obj/effect/floor_decal/corner/lime/border{dir = 8},/obj/random/medical,/turf/simulated/floor/tiled/white,/area/redgate/city/pharmacy) +"nca" = (/obj/random/carp_plushie,/turf/simulated/floor/carpet/purple,/area/redgate/city/house2) +"ncC" = (/obj/structure/table/alien/blue,/turf/simulated/shuttle/floor,/area/redgate/city/nifshop) +"ndq" = (/obj/structure/railing/grey{dir = 1},/obj/structure/disposalpipe/broken{dir = 1},/turf/simulated/floor/water/digestive_enzymes,/area/redgate/city/waterworks) +"ndI" = (/obj/structure/closet/secure_closet/personal,/obj/random/maintenance/misc,/obj/item/clothing/under/skirt/loincloth,/obj/random/unidentified_medicine/drug_den,/turf/simulated/floor/wood,/area/redgate/city/stripclub) +"nee" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/apartments) +"nen" = (/obj/structure/bed/chair/sofa/corp/corner{dir = 1},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/bar2) +"nfa" = (/obj/structure/table/rack/shelf/steel,/obj/item/weapon/book/tome,/turf/simulated/floor/tiled/eris/derelict3,/area/redgate/city/wiz) +"nfg" = (/obj/machinery/door/airlock/glass,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"nfl" = (/turf/simulated/floor/carpet/happy,/area/redgate/city/costumes) +"nfW" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/house2) +"nfX" = (/obj/structure/sink{dir = 4; pixel_x = 12; pixel_y = -3},/obj/item/frame/mirror{pixel_x = 23},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house3) +"ngr" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/spa) +"ngy" = (/obj/structure/shuttle/engine/propulsion{dir = 8},/turf/simulated/floor/tiled/steel_ridged,/area/redgate/city/workshop) +"nhA" = (/obj/structure/bed/chair/wood{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/house18) +"nhE" = (/obj/structure/table/darkglass,/turf/simulated/floor/tiled/eris/steel/cargo,/area/redgate/city/bar1) +"nib" = (/turf/simulated/floor/wood,/area/redgate/city/house17) +"niF" = (/obj/effect/floor_decal/corner/red/border{dir = 6},/obj/structure/flora/pottedplant/large,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"niI" = (/obj/machinery/appliance/mixer/cereal,/turf/simulated/floor/tiled/white,/area/redgate/city/restaurant) +"nja" = (/obj/machinery/light{light_color = "#575656"; name = "dim light"},/obj/structure/table/rack/steel,/obj/random/material/precious,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/casino) +"nje" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/borderfloorblack{dir = 4},/obj/item/weapon/surgical/bioregen,/turf/simulated/floor/dungeon,/area/redgate/city/doctor) +"njA" = (/obj/machinery/recharge_station,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"nkD" = (/obj/structure/table/rack,/obj/item/weapon/reagent_containers/food/snacks/packaged/vendburger,/obj/item/weapon/reagent_containers/food/snacks/packaged/vendburger,/obj/item/weapon/reagent_containers/food/snacks/packaged/vendburger,/obj/item/weapon/reagent_containers/food/snacks/packaged/vendburger,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"nlQ" = (/obj/structure/sign/painting/public{pixel_x = -30},/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/restaurant) +"nlZ" = (/obj/machinery/light/small/neon/redcross{pixel_x = 30},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"nmi" = (/obj/structure/closet,/obj/item/clothing/head/flatcap,/obj/item/clothing/suit/storage/toggle/paramedic,/obj/item/clothing/under/rank/medical/paramedic,/obj/item/clothing/shoes/boots/duty,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/hospital) +"nns" = (/turf/simulated/floor/tiled/white,/area/redgate/city/supermarket) +"nnt" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/gym) +"noL" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp,/turf/simulated/floor/carpet/blue,/area/redgate/city/house16) +"npc" = (/obj/structure/filingcabinet/filingcabinet,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"npJ" = (/obj/structure/closet,/obj/random/contraband,/turf/simulated/floor/tiled/monotile,/area/redgate/city/stripclub) +"npS" = (/obj/structure/fitness/boxing_ropes{dir = 4},/turf/simulated/fitness,/area/redgate/city/gym) +"nqa" = (/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"nqc" = (/obj/structure/table/glass,/obj/item/device/flashlight/lamp,/turf/simulated/floor/carpet/purple,/area/redgate/city/cardmon) +"nqu" = (/obj/machinery/organ_printer/flesh,/turf/simulated/floor/dungeon,/area/redgate/city/doctor) +"nqO" = (/obj/structure/bed/padded,/obj/item/weapon/bedsheet/rainbow,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"nqT" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/parkinglot) +"nrC" = (/obj/structure/window/reinforced,/obj/structure/table/rack/steel,/obj/random/maintenance/security,/obj/random/maintenance/security,/obj/random/maintenance/security,/turf/simulated/floor/tiled/milspec,/area/redgate/city/police) +"nsc" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/random/drinksoft,/obj/random/drinksoft,/obj/random/maintenance/foodstuff,/obj/random/maintenance/foodstuff,/turf/simulated/floor/tiled/white,/area/redgate/city/cardmon) +"nsG" = (/turf/simulated/floor/wood,/area/redgate/city/house12) +"ntl" = (/turf/simulated/floor/tiled/white,/area/redgate/city/house10) +"ntC" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house17) +"nuh" = (/obj/effect/floor_decal/carpet{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/tarot) +"nul" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/house14) +"nuE" = (/obj/structure/table/woodentable,/obj/random/plushie,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"nuM" = (/obj/effect/decal/cleanable/blood/drip,/turf/simulated/floor/wood,/area/redgate/city/house18) +"nvb" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/random/mre,/obj/random/snack,/obj/random/snack,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"nvG" = (/obj/structure/table/standard,/obj/item/clothing/accessory/altevian_badge,/turf/simulated/floor/tiled/eris/techmaint_cargo,/area/redgate/city/altevian) +"nvN" = (/obj/structure/table/steel_reinforced,/obj/item/device/defib_kit/jumper_kit,/turf/simulated/floor/tiled/milspec,/area/redgate/city/ripper) +"nwI" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/monotile,/area/redgate/city/stripclub) +"nxk" = (/obj/structure/window/basic,/obj/machinery/shower{dir = 4},/obj/effect/floor_decal/borderfloorblack{dir = 4},/turf/simulated/floor/tiled/neutral,/area/redgate/city/cardmon) +"nxp" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/obj/effect/floor_decal/industrial/danger{dir = 1},/turf/simulated/floor/bmarble,/area/redgate/city/police) +"nxq" = (/turf/simulated/floor/tiled/milspec/raised,/area/redgate/city/nifshop) +"nxr" = (/obj/structure/closet/secure_closet/personal,/obj/random/maintenance/morestuff,/obj/item/clothing/accessory/maidcorset,/obj/machinery/light{dir = 8; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/wood,/area/redgate/city/stripclub) +"nxu" = (/obj/structure/table/rack/steel,/obj/item/clothing/suit/engicost,/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"nxB" = (/obj/structure/table/standard,/obj/machinery/light/small{dir = 1},/obj/random/maintenance/morestuff,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"nyg" = (/obj/effect/floor_decal/corner/lime/border{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/pharmacy) +"nyu" = (/obj/machinery/light{dir = 1},/obj/structure/table/rack/gun_rack/steel,/obj/item/weapon/flame/lighter/zippo/gold,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/casino) +"nyv" = (/obj/machinery/light/small/neon/nif2{pixel_y = 28},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"nzd" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/water/indoors,/area/redgate/city/teppi) +"nzz" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/neutral,/area/redgate/city/cardmon) +"nAd" = (/obj/structure/table/standard,/obj/machinery/microwave,/turf/simulated/floor/tiled/kafel_full/blue,/area/redgate/city/pizza) +"nAm" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/reagent_dispensers/watertank/high,/turf/simulated/floor/tiled/steel,/area/redgate/city/waterworks) +"nAC" = (/obj/structure/table/rack,/obj/item/device/suit_cooling_unit{pixel_y = -5},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/hospital) +"nBM" = (/obj/item/weapon/reagent_containers/food/snacks/sliceable/pizza/oldpizza,/turf/simulated/floor/dungeon,/area/redgate/city/pizza) +"nCg" = (/obj/structure/closet/lasertag/blue,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/eris/white/brown_platform,/area/redgate/city/lasertag) +"nCo" = (/obj/structure/table/glass,/obj/machinery/recharger,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"nCA" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"nCZ" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/gallery) +"nDU" = (/obj/structure/closet/wardrobe,/obj/random/maintenance/morestuff,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"nFY" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/dodgypharmacy) +"nGg" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/effect/floor_decal/corner/red/bordercorner{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"nGr" = (/obj/structure/table/steel,/obj/item/integrated_circuit/power/transmitter,/obj/item/integrated_circuit/time/clock,/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"nGu" = (/obj/structure/prop/statue/phoron{pixel_y = 8},/turf/simulated/floor/water/ocean,/area/redgate/city/streets) +"nGY" = (/obj/structure/bed/chair/wood/wings{dir = 4},/obj/machinery/neonsign/cafe{pixel_y = -30},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"nHd" = (/turf/simulated/floor/tiled/white,/area/redgate/city/house5) +"nHD" = (/obj/structure/bed/chair/sofa/right/teal{dir = 1},/obj/machinery/light,/turf/simulated/floor/wood,/area/redgate/city/house3) +"nHO" = (/obj/structure/closet/cabinet,/obj/machinery/light/small{dir = 1},/obj/item/clothing/under/leotard,/obj/item/clothing/shoes/bhop,/obj/item/clothing/suit/chococoat,/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/house8) +"nHS" = (/obj/structure/closet/wardrobe,/obj/item/clothing/head/fedora,/obj/item/clothing/under/kilt,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"nIb" = (/obj/structure/table/darkglass,/obj/random/mech_toy,/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/house10) +"nIg" = (/obj/structure/casino_table/roulette_table,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"nJL" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/house4) +"nKb" = (/obj/effect/floor_decal/corner/purple/border{dir = 5},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"nKS" = (/obj/structure/table/reinforced,/obj/random/maintenance/research,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"nLj" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/outdoors/grass,/area/redgate/city/hospital) +"nLV" = (/obj/structure/closet/crate/trashcart{dir = 8},/obj/random/junk,/obj/random/cash/big,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"nMn" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/redgate/city/house14) +"nMA" = (/turf/simulated/floor/wood,/area/redgate/city/house16) +"nNs" = (/obj/random/vendorfood{dir = 8; pixel_x = 7},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"nNz" = (/obj/structure/table/reinforced,/obj/item/seeds/random,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"nNX" = (/obj/structure/table/standard,/obj/random/drinkbottle,/turf/simulated/floor/tiled/white,/area/redgate/city/cardmon) +"nOh" = (/obj/structure/bed/padded,/obj/item/weapon/bedsheet/hos,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"nOE" = (/obj/structure/prop/machine/nt_obelisk/starts_on{name = "odd device"},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/redgate/city/corporation) +"nON" = (/obj/machinery/light{dir = 4; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/dungeon,/area/redgate/city/doctor) +"nOQ" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/borderfloorblack{dir = 1},/obj/item/device/healthanalyzer,/obj/item/clothing/mask/breath/anesthetic,/turf/simulated/floor/dungeon,/area/redgate/city/doctor) +"nPi" = (/obj/structure/bed/chair/office/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"nPN" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/tiled/monotile,/area/redgate/city/stripclub) +"nPR" = (/obj/structure/salvageable/console{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"nPT" = (/obj/structure/bed/chair/bay/chair/padded/red{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"nQb" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/restaurant) +"nQd" = (/obj/structure/table/standard,/obj/item/broken_device/random,/turf/simulated/floor/tiled/white,/area/redgate/city/house3) +"nQB" = (/obj/machinery/oxygen_pump/anesthetic{pixel_y = 31},/obj/machinery/computer/operating,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"nQZ" = (/obj/structure/bed/chair/office/dark{dir = 4},/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"nSF" = (/obj/machinery/light/small{dir = 1},/obj/item/weapon/stool/padded,/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/church) +"nSS" = (/obj/machinery/light/small/neon/generic_blue{dir = 8; pixel_x = 26},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"nUy" = (/obj/structure/table/standard,/obj/machinery/microwave,/turf/simulated/floor/tiled/white,/area/redgate/city/house15) +"nUC" = (/obj/structure/table/reinforced,/obj/random/powercell,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"nVb" = (/mob/living/simple_mob/vore/lamia/random,/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/casino) +"nVK" = (/obj/machinery/light,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house13) +"nVU" = (/obj/machinery/atm{pixel_y = 30},/turf/simulated/floor/tiled/eris/steel,/area/redgate/city/parkinglot) +"nWn" = (/obj/machinery/light{light_color = "#575656"; name = "dim light"},/turf/simulated/shuttle/floor/white,/area/redgate/city/cards) +"nWw" = (/obj/structure/table/rack,/obj/item/weapon/storage/box/lights/tubes,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"nWH" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/reinforced,/area/redgate/city/corporation) +"nXi" = (/obj/machinery/light/floortube{dir = 1},/turf/simulated/floor/tiled/milspec,/area/redgate/city/science) +"nXo" = (/obj/structure/bed/chair/wood{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house6) +"nXR" = (/obj/structure/bed/padded,/obj/item/weapon/bedsheet/blue,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"nYE" = (/obj/structure/bed/chair/sofa/corp/left{dir = 1},/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"nYV" = (/obj/structure/bed/chair/wood/wings,/turf/simulated/floor/wood/alt,/area/redgate/city/cafe) +"nZu" = (/obj/effect/floor_decal/corner/blue/bordercorner{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"nZI" = (/obj/structure/dirtybed,/turf/simulated/floor/wood/alt/parquet,/area/redgate/city/streets) +"oao" = (/obj/structure/table/woodentable,/obj/random/drinksoft,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"obc" = (/obj/random/trash,/turf/simulated/floor/plating,/area/redgate/city/dump) +"obe" = (/obj/machinery/recharge_station,/turf/simulated/shuttle/floor,/area/redgate/city/nifshop) +"obx" = (/obj/structure/flora/ausbushes/fernybush,/turf/simulated/floor/grass,/area/redgate/city/teppi) +"ocE" = (/obj/structure/closet/crate/trashcart{dir = 2},/obj/random/junk,/obj/random/material,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"ocF" = (/obj/machinery/light{light_color = "#575656"; name = "dim light"},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"ocG" = (/obj/structure/railing/grey{dir = 4},/turf/simulated/floor/water/indoors,/area/redgate/city/waterworks) +"odl" = (/obj/effect/floor_decal/corner/red/border,/obj/machinery/light,/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"odF" = (/obj/machinery/light{dir = 8; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/tiled/eris/techmaint_perforated,/area/redgate/city/altevian) +"odO" = (/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"oem" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/steel_ridged,/area/redgate/city/dealership) +"oes" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house14) +"oeE" = (/obj/machinery/smartfridge/virology,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"oeM" = (/obj/structure/prop/alien/computer/camera/flipped,/turf/simulated/floor/wood/sif,/area/redgate/city/succ) +"ofb" = (/obj/structure/table/standard,/obj/machinery/light,/obj/random/maintenance/morestuff,/turf/simulated/floor/tiled/white,/area/redgate/city/weretiger) +"ofi" = (/obj/machinery/door/airlock/maintenance/int{locked = 1; name = "alley door"},/turf/simulated/floor/concrete,/area/redgate/city/conveyors) +"ofy" = (/obj/structure/simple_door/wood,/turf/simulated/floor/carpet/purple,/area/redgate/city/cardmon) +"ofO" = (/turf/simulated/floor/carpet/gaycarpet,/area/redgate/city/stripclub) +"ogb" = (/obj/structure/closet/crate/bin{anchored = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"ogu" = (/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/redgate/city/pool) +"ogz" = (/obj/effect/floor_decal/carpet/corners{dir = 10},/turf/simulated/floor/wood,/area/redgate/city/tarot) +"ogS" = (/obj/structure/closet,/obj/item/clothing/head/kitty,/obj/item/clothing/suit/storage/toggle/paramedic,/obj/item/clothing/under/rank/medical/paramedic,/obj/item/clothing/shoes/boots/duty,/obj/machinery/light,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/hospital) +"ogW" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/hosdouble,/obj/item/weapon/paper,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"ohf" = (/obj/structure/table/alien/blue,/obj/item/weapon/storage/briefcase/inflatable,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/kafel_full/green,/area/redgate/city/lasertag) +"ohk" = (/obj/structure/curtain/black,/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/church) +"ohq" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/purpledouble,/turf/simulated/floor/carpet/purple,/area/redgate/city/house2) +"oht" = (/obj/effect/decal/mecha_wreckage/gorilla,/turf/simulated/floor/wood/alt/parquet,/area/redgate/city/chopshop) +"ois" = (/obj/random/mob/semirandom_mob_spawner/vore/retaliate,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"oix" = (/obj/structure/closet/crate/trashcart{dir = 2},/obj/random/junk,/obj/random/junk,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"oiA" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/engine) +"ojr" = (/obj/structure/bed/chair/sofa/bench/right,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"ojZ" = (/obj/structure/railing/grey{dir = 4},/obj/structure/railing/grey{dir = 1},/turf/simulated/floor/water/indoors,/area/redgate/city/waterworks) +"okB" = (/obj/structure/table/woodentable,/obj/item/weapon/book/custom_library/religious/feastofkubera,/turf/simulated/floor/wood,/area/redgate/city/house4) +"okP" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/house11) +"olc" = (/obj/structure/table/standard,/obj/structure/window/basic{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/pharmacy) +"olv" = (/obj/structure/table/rack,/obj/item/clothing/gloves/rainbow,/obj/item/clothing/gloves/rainbow,/turf/simulated/floor/carpet/sblucarpet,/area/redgate/city/clotheshop) +"olK" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = -3},/obj/item/frame/mirror{pixel_x = -26},/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/bar1) +"omf" = (/obj/structure/table/darkglass,/obj/machinery/cash_register,/turf/simulated/floor/tiled/eris/steel/techfloor_grid,/area/redgate/city/bar1) +"omB" = (/obj/structure/toilet,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house15) +"omL" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood/alt,/area/redgate/city/cafe) +"onO" = (/obj/machinery/light{dir = 8; light_color = "#575656"; name = "dim light"},/obj/structure/sign/poster{dir = 8},/turf/simulated/floor/carpet/gaycarpet,/area/redgate/city/theatre) +"onS" = (/obj/structure/simple_door/wood,/turf/simulated/floor/concrete,/area/redgate/city/house5) +"onT" = (/obj/random/pottedplant,/turf/simulated/floor/wood,/area/redgate/city/house9) +"oog" = (/obj/structure/morgue,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/morgue) +"ooo" = (/obj/structure/bed/padded,/obj/item/weapon/bedsheet/ce,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"oov" = (/obj/structure/table/alien/blue,/obj/random/toolbox,/turf/simulated/floor/tiled/kafel_full/green,/area/redgate/city/lasertag) +"ooT" = (/turf/simulated/floor/carpet,/area/redgate/city/morgue) +"opF" = (/obj/structure/bed/chair/wood{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/house16) +"oqj" = (/obj/structure/table/steel_reinforced,/obj/item/clothing/head/welding{pixel_x = -3; pixel_y = 5},/obj/random/contraband,/turf/simulated/floor/tiled/milspec,/area/redgate/city/ripper) +"oqO" = (/obj/structure/dirtybed,/turf/simulated/floor/wood/alt/broken,/area/redgate/city/streets) +"oqS" = (/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/warehouse) +"oqU" = (/obj/structure/table/reinforced,/obj/machinery/chemical_dispenser/xenoflora/full,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"orm" = (/obj/structure/closet/wardrobe,/obj/item/clothing/under/cohesion,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"orD" = (/obj/structure/table/rack,/obj/item/clothing/under/modjump2,/obj/item/clothing/under/modjump2,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"osd" = (/obj/machinery/door/airlock/multi_tile/glass,/turf/simulated/floor/tiled/eris/white/brown_perforated,/area/redgate/city/lasertag) +"osz" = (/obj/structure/table/steel_reinforced,/obj/random/maintenance/engineering,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/workshop) +"osK" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/cedouble,/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/carpet/green,/area/redgate/city/house6) +"osL" = (/obj/effect/floor_decal/corner/purple/border{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"otp" = (/obj/structure/table/rack,/obj/item/canvas/twentythree_twentythree,/obj/item/canvas/twentythree_twentythree,/obj/item/canvas/twentythree_twentythree,/obj/item/canvas/twentythree_twentythree,/turf/simulated/floor/wood,/area/redgate/city/library) +"otK" = (/turf/simulated/floor/wood,/area/redgate/city/spa) +"otL" = (/turf/simulated/floor/carpet/brown,/area/redgate/city/tarot) +"otX" = (/obj/machinery/light/small/neon/generic_blue{dir = 1; pixel_y = -25},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"ouN" = (/obj/structure/sign/poster{dir = 8},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"owk" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/house3) +"owK" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/offlicense) +"owW" = (/obj/machinery/recharge_station,/turf/simulated/floor/tiled/monotile,/area/redgate/city/stripclub) +"oxo" = (/turf/simulated/floor/carpet/oracarpet,/area/redgate/city/house3) +"oxB" = (/obj/machinery/appliance/cooker/oven,/turf/simulated/floor/tiled/white,/area/redgate/city/house12) +"oym" = (/obj/structure/closet/crate/trashcart{dir = 1},/obj/random/junk,/obj/random/junk,/obj/random/maintenance/cargo,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"oyr" = (/obj/effect/floor_decal/corner/red/border{dir = 5},/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"oyK" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/tiled/freezer,/area/redgate/city/laundry) +"ozW" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/redgate/city/engine) +"oAs" = (/obj/machinery/light/small,/turf/simulated/floor/wood/alt/tile/broken,/area/redgate/city/fightclub) +"oAw" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/steel/cyancorner,/area/redgate/city/bar1) +"oBk" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/house15) +"oBn" = (/obj/machinery/transhuman/resleever,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/doctor) +"oBp" = (/obj/structure/table/reinforced,/obj/structure/window/reinforced{dir = 8},/obj/item/weapon/paper_bin{pixel_y = 4},/obj/item/weapon/pen{pixel_y = 4},/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"oBN" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/drugden) +"oBS" = (/obj/machinery/light/bigfloorlamp,/turf/simulated/floor/outdoors/grass,/area/redgate/city/streets) +"oCK" = (/mob/living/simple_mob/animal/passive/mouse/rat,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/rats) +"oDk" = (/obj/effect/floor_decal/corner/blue/bordercorner,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"oDs" = (/obj/machinery/shower{dir = 4},/obj/effect/floor_decal/borderfloorblack{dir = 4},/obj/structure/window/basic,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house2) +"oEF" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/carpet/turcarpet,/area/redgate/city/house9) +"oES" = (/obj/structure/bed/chair/sofa/right/brown,/obj/item/weapon/card/id/event/polymorphic/altcard,/obj/item/clothing/shoes/heels,/obj/machinery/light{dir = 1},/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"oEY" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white,/area/redgate/city/house14) +"oFk" = (/obj/structure/table/glass,/obj/item/clothing/gloves/bluespace,/turf/simulated/floor/carpet/sblucarpet,/area/redgate/city/clotheshop) +"oFu" = (/obj/structure/bed/chair/office/light{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/dealership) +"oFT" = (/obj/machinery/door/airlock/maintenance/int{name = "alley door"},/turf/simulated/floor/wood/alt/panel,/area/redgate/city/rats) +"oGh" = (/obj/structure/bed/chair/sofa/right/blue{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/house13) +"oGK" = (/obj/structure/table/rack,/obj/item/weapon/storage/box/donut,/obj/item/weapon/storage/box/donut,/obj/item/weapon/storage/box/donut,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"oHL" = (/obj/effect/floor_decal/spline/fancy,/turf/simulated/floor/water/ocean,/area/redgate/city/streets) +"oHX" = (/obj/effect/decal/mecha_wreckage/ripley,/turf/simulated/floor/tiled/eris/white/gray_perforated,/area/redgate/city/warehouse) +"oIl" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house14) +"oIH" = (/obj/structure/closet/wardrobe,/obj/random/tool/powermaint,/obj/item/clothing/head/fez,/obj/item/clothing/under/owl,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"oII" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/plating,/area/redgate/city/dump) +"oJe" = (/obj/random/empty_or_lootable_crate,/turf/simulated/floor/wood/alt,/area/redgate/city/streets) +"oJh" = (/obj/item/weapon/stool/padded{dir = 4},/obj/item/weapon/stool/padded{dir = 4},/obj/item/weapon/stool/padded{dir = 4},/obj/item/weapon/stool/padded{dir = 4},/obj/item/weapon/stool/padded{dir = 4},/obj/item/weapon/stool/padded{dir = 4},/obj/item/weapon/stool/padded{dir = 4},/obj/item/weapon/stool/padded{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"oJq" = (/obj/structure/bed/chair/wood{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/spa) +"oJw" = (/obj/structure/table/bench/glass,/obj/machinery/light{light_color = "#575656"; name = "dim light"},/turf/simulated/floor/tiled/eris/steel/cargo,/area/redgate/city/bar1) +"oJx" = (/obj/structure/railing/grey{dir = 4},/obj/structure/railing/grey{dir = 1},/turf/simulated/floor/water/digestive_enzymes,/area/redgate/city/waterworks) +"oJz" = (/obj/structure/bed/chair/sofa/right/orange,/turf/simulated/floor/wood/alt,/area/redgate/city/cafe) +"oKF" = (/obj/structure/bed/chair/shuttle{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"oLo" = (/obj/structure/bed/chair/bay/comfy/red{dir = 8},/turf/simulated/floor/reinforced,/area/redgate/city/corporation) +"oLF" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/pharmacy) +"oLI" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"oMk" = (/obj/structure/closet/wardrobe/chemistry_white,/obj/random/medical/pillbottle,/obj/random/medical/pillbottle,/obj/random/medical/pillbottle,/obj/random/medical/pillbottle,/obj/random/medical/pillbottle,/obj/random/medical/pillbottle,/obj/random/medical/pillbottle,/obj/item/weapon/reagent_containers/glass/beaker/vial/random,/obj/item/weapon/reagent_containers/glass/beaker/vial/random,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"oML" = (/obj/structure/filingcabinet/filingcabinet,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"oNf" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/house16) +"oNv" = (/obj/structure/table/standard,/obj/structure/window/basic{dir = 8},/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"oNN" = (/obj/structure/table/standard,/obj/machinery/microwave,/turf/simulated/floor/tiled/white,/area/redgate/city/house18) +"oOU" = (/obj/machinery/light,/turf/simulated/floor/wood/sif,/area/redgate/city/succ) +"oPf" = (/obj/structure/table/standard,/obj/item/weapon/reagent_containers/food/snacks/mint,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"oPT" = (/obj/structure/bed/chair/sofa/left/beige{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/house18) +"oQk" = (/turf/simulated/floor/tiled/neutral,/area/redgate/city/house15) +"oQq" = (/obj/machinery/light,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/redgate/city/engine) +"oQP" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"oQV" = (/obj/structure/table/alien/blue,/obj/item/device/retail_scanner,/turf/simulated/shuttle/floor,/area/redgate/city/nifshop) +"oQW" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/steel_dirty,/area/redgate/city/dodgypharmacy) +"oRj" = (/obj/structure/bed/chair/sofa/brown{dir = 1},/turf/simulated/floor/wood/alt/panel,/area/redgate/city/rats) +"oRI" = (/turf/simulated/wall/tgmc/durawall,/area/redgate/city/streets) +"oRM" = (/obj/structure/simple_door/iron,/turf/simulated/floor/wood,/area/redgate/city/house17) +"oSC" = (/obj/machinery/door/airlock/multi_tile/glass{name = "Research Facility"},/turf/simulated/floor/tiled,/area/redgate/city/science) +"oTj" = (/obj/machinery/door/window/survival_pod,/obj/structure/window/reinforced/polarized{dir = 1; opacity = 1},/obj/structure/toilet{dir = 4},/obj/structure/sink{dir = 1; pixel_y = -9},/turf/simulated/floor/tiled/white,/area/redgate/city/apartments) +"oTp" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/hosdouble,/turf/simulated/floor/carpet,/area/redgate/city/house7) +"oUG" = (/obj/structure/fitness/boxing_ropes{dir = 8},/turf/simulated/fitness,/area/redgate/city/gym) +"oUL" = (/obj/item/weapon/stool/padded{dir = 4},/obj/item/weapon/stool/padded{dir = 4},/obj/item/weapon/stool/padded{dir = 4},/obj/item/weapon/stool/padded{dir = 4},/obj/item/weapon/stool/padded{dir = 4},/obj/item/weapon/stool/padded{dir = 4},/obj/item/weapon/stool/padded{dir = 4},/obj/item/weapon/stool/padded{dir = 4},/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"oVF" = (/obj/structure/table/woodentable,/obj/random/toy,/turf/simulated/floor/carpet/green,/area/redgate/city/house6) +"oVG" = (/obj/random/trash_pile,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"oWg" = (/obj/structure/toilet{dir = 8},/obj/machinery/light{dir = 1},/obj/machinery/light_switch{pixel_y = 25},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house1) +"oWC" = (/obj/structure/table/rack,/obj/item/clothing/under/dress/vneck,/obj/item/clothing/under/dress/vneck,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"oXo" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/bar1) +"oXJ" = (/obj/structure/table/rack,/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/machinery/light,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"oYp" = (/obj/machinery/conveyor{dir = 8},/obj/structure/window/basic,/turf/simulated/floor/tiled/white,/area/redgate/city/supermarket) +"oYq" = (/turf/simulated/floor/tiled/neutral,/area/redgate/city/cardmon) +"oYB" = (/obj/machinery/appliance/cooker/oven,/turf/simulated/floor/tiled/white,/area/redgate/city/house15) +"oYI" = (/obj/structure/table/standard,/obj/machinery/door/window/eastright{dir = 8; name = "Chemistry"},/turf/simulated/floor/tiled/white,/area/redgate/city/pharmacy) +"oYK" = (/obj/structure/bed/chair/office/light,/turf/simulated/floor/carpet,/area/redgate/city/morgue) +"oYM" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/hosdouble,/turf/simulated/floor/carpet,/area/redgate/city/house15) +"oYO" = (/obj/structure/door_assembly,/turf/simulated/floor/wood,/area/redgate/city/scughouse) +"oYS" = (/obj/structure/table/glass,/obj/item/weapon/paper_bin,/obj/item/weapon/pen/blue,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/gym) +"oZa" = (/obj/machinery/door/airlock/freezer,/turf/simulated/floor/tiled/freezer,/area/redgate/city/restaurant) +"oZs" = (/obj/structure/dirtybed,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"oZW" = (/obj/structure/casino_table/craps{dir = 1},/obj/item/weapon/storage/pill_bottle/dice,/turf/simulated/floor/carpet/purple,/area/redgate/city/casino) +"paA" = (/turf/simulated/floor/water/indoors,/area/redgate/city/sims) +"paD" = (/obj/structure/closet/firecloset/full,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/hospital) +"paE" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/random/snack,/obj/random/snack,/obj/random/snack,/turf/simulated/floor/tiled/white,/area/redgate/city/house3) +"pbQ" = (/obj/structure/casino_table/craps,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"pca" = (/obj/structure/table/rack,/obj/random/donkpocketbox,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"pck" = (/obj/structure/table/alien,/obj/item/weapon/deck/egy{pixel_y = -16},/turf/simulated/shuttle/floor/alienplating/blue/half{dir = 8},/area/redgate/city/cards) +"pcD" = (/obj/structure/table/standard,/obj/item/weapon/folder/white,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"pcG" = (/obj/machinery/conveyor{dir = 5},/turf/simulated/floor/concrete,/area/redgate/city/conveyors) +"pdm" = (/obj/structure/table/rack/shelf,/obj/item/weapon/storage/fancy/cigarettes/dromedaryco,/obj/item/weapon/storage/fancy/cigarettes/dromedaryco,/obj/item/weapon/storage/fancy/cigarettes/dromedaryco,/obj/item/weapon/storage/fancy/cigarettes/dromedaryco,/obj/item/weapon/storage/fancy/cigarettes/dromedaryco,/obj/item/weapon/storage/fancy/cigarettes/dromedaryco,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"pdK" = (/obj/structure/table/rack/shelf,/obj/item/weapon/reagent_containers/food/snacks/ratpackburger,/obj/item/weapon/reagent_containers/food/snacks/ratpackburger,/obj/item/weapon/reagent_containers/food/snacks/ratpackburger,/turf/simulated/floor/tiled/neutral,/area/redgate/city/altevian) +"pdR" = (/obj/structure/table/woodentable,/obj/item/weapon/paper_bin,/turf/simulated/floor/wood,/area/redgate/city/laundry) +"pdY" = (/obj/effect/floor_decal/corner/blue/border{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"pez" = (/obj/structure/closet/crate/trashcart{dir = 8},/obj/random/junk,/obj/random/junk,/obj/random/maintenance/security,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"pfJ" = (/mob/living/simple_mob/vore/catgirl,/turf/simulated/floor/tiled/white,/area/redgate/city/supermarket) +"pfK" = (/obj/structure/bed/chair/sofa/right/brown{dir = 1},/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"pfT" = (/obj/structure/closet,/obj/random/contraband,/obj/item/weapon/storage/secure/briefcase/money,/obj/random/forgotten_tram,/turf/simulated/floor/wood/alt,/area/redgate/city/offlicense) +"pgb" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/police) +"pgd" = (/obj/machinery/conveyor{dir = 4},/turf/simulated/floor/concrete,/area/redgate/city/conveyors) +"pgg" = (/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/steel,/area/redgate/city/dodgypharmacy) +"pgy" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white,/area/redgate/city/weretiger) +"pgB" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 10},/turf/simulated/floor/carpet/happy,/area/redgate/city/costumes) +"pgV" = (/obj/effect/floor_decal/industrial/danger{dir = 1},/turf/simulated/floor/wood/alt/panel,/area/redgate/city/shooting) +"pgY" = (/obj/machinery/light/floortube{dir = 8; light_color = "#ff8086"; light_type = /obj/item/weapon/light/bulb/red; name = "stripper light"},/turf/simulated/floor/carpet/gaycarpet,/area/redgate/city/stripclub) +"phn" = (/turf/simulated/floor/concrete,/area/redgate/city/shooting) +"pht" = (/obj/structure/table/woodentable,/obj/machinery/librarycomp,/turf/simulated/floor/wood,/area/redgate/city/library) +"phF" = (/obj/structure/bed/chair/office/dark{dir = 1},/turf/simulated/floor/carpet/purple,/area/redgate/city/house2) +"pip" = (/obj/machinery/shower{dir = 8},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"piq" = (/obj/structure/closet/wardrobe,/obj/random/tool,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"piJ" = (/turf/simulated/wall/tgmc/durawall/deco0,/area/redgate/city/science) +"pje" = (/obj/machinery/vending/boozeomat,/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"pjR" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/bar1) +"pjY" = (/obj/structure/bed/chair/office{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/redgate/city/doctor) +"pkr" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white,/area/redgate/city/house11) +"pkt" = (/obj/effect/floor_decal/corner/red/border,/obj/machinery/light,/turf/simulated/floor/bmarble,/area/redgate/city/police) +"pky" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/chopshop) +"ple" = (/obj/structure/table/standard,/obj/item/device/healthanalyzer,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"plq" = (/obj/effect/floor_decal/corner/lime/border{dir = 6},/turf/simulated/floor/tiled/white,/area/redgate/city/pharmacy) +"plw" = (/obj/structure/bed/chair/bay/comfy/blue{dir = 4},/obj/effect/floor_decal/corner/blue/border{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"pmf" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/library) +"pnk" = (/obj/machinery/door/airlock/multi_tile/glass,/obj/structure/barricade/planks,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/bar2) +"pns" = (/obj/machinery/power/rad_collector,/turf/unsimulated/floor/techfloor_grid{name = "singularity flooring"},/area/redgate/city/engine) +"poo" = (/obj/structure/sign/painting/public{pixel_x = 30},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"ppn" = (/obj/machinery/appliance/cooker/oven,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/kafel_full/blue,/area/redgate/city/pizza) +"ppT" = (/obj/structure/table/standard,/obj/random/soap,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"pqk" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/succ) +"pqS" = (/turf/simulated/floor/tiled/eris/bcircuit,/area/redgate/city/lasertag) +"prL" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/eris/dark/brown_perforated,/area/redgate/city/pool) +"psl" = (/obj/structure/table/fancyblack,/obj/item/weapon/paper_bin,/turf/simulated/floor/carpet/blue,/area/redgate/city/house4) +"psB" = (/obj/machinery/computer/arcade/orion_trail{dir = 1},/turf/simulated/floor/carpet/blue,/area/redgate/city/theatre) +"psQ" = (/obj/structure/table/standard,/obj/machinery/reagentgrinder{pixel_y = 10},/turf/simulated/floor/tiled/white,/area/redgate/city/restaurant) +"psW" = (/obj/structure/bed/chair/sofa/left/beige,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/cardmon) +"ptw" = (/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/comms) +"ptC" = (/obj/structure/window/bay/reinforced,/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/engine) +"ptH" = (/obj/machinery/door/blast/angled_shutter{id = "storage3"; name = "storage unit"},/turf/simulated/floor/concrete,/area/redgate/city/storage) +"pue" = (/obj/structure/closet/crate/bin,/obj/random/trash,/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/laundry) +"puw" = (/obj/machinery/door/airlock/maintenance/int{locked = 1; name = "alley door"},/turf/simulated/floor/wood/alt/panel,/area/redgate/city/shooting) +"puH" = (/obj/structure/window/reinforced,/obj/structure/table/rack/gun_rack/steel,/obj/item/weapon/gun/projectile/shotgun/doublebarrel/flare,/turf/simulated/floor/tiled/milspec,/area/redgate/city/police) +"pvu" = (/obj/structure/table/woodentable,/obj/random/maintenance/engineering,/obj/machinery/light{dir = 1},/obj/machinery/light_switch{pixel_y = 25},/turf/simulated/floor/carpet/oracarpet,/area/redgate/city/house1) +"pxf" = (/obj/structure/sink{pixel_y = 16},/obj/item/frame/mirror{pixel_y = 34},/turf/simulated/floor/tiled/white,/area/redgate/city/house8) +"pxC" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/redgate/city/supermarket) +"pxL" = (/obj/structure/table/standard,/obj/machinery/cash_register{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/pool) +"pyi" = (/obj/machinery/light{dir = 4; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/wood,/area/redgate/city/stripclub) +"pyq" = (/obj/structure/prop/machine/conduit,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/comms) +"pzw" = (/obj/item/tape/police,/obj/structure/simple_door/iron,/turf/simulated/floor/wood,/area/redgate/city/house18) +"pzQ" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house3) +"pzR" = (/turf/simulated/floor/tiled/neutral,/area/redgate/city/house14) +"pAl" = (/obj/item/weapon/melee/umbrella/random,/turf/simulated/floor/wood,/area/redgate/city/house15) +"pAF" = (/turf/simulated/floor/wood,/area/redgate/city/house6) +"pAJ" = (/obj/machinery/recharge_station,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/warehouse) +"pAR" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/steel,/area/redgate/city/dodgypharmacy) +"pBh" = (/obj/machinery/light{dir = 8},/obj/machinery/chem_master/condimaster,/turf/simulated/floor/tiled/white,/area/redgate/city/restaurant) +"pBK" = (/obj/structure/bed/chair/sofa/bench/left{dir = 1},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"pBM" = (/obj/structure/curtain,/turf/simulated/floor/tiled/white,/area/redgate/city/spa) +"pBV" = (/turf/simulated/floor/carpet/retro,/area/redgate/city/toys) +"pCC" = (/obj/structure/table/alien/blue,/obj/item/weapon/storage/briefcase/inflatable,/turf/simulated/floor/tiled/kafel_full/green,/area/redgate/city/lasertag) +"pCI" = (/obj/structure/table/rack,/obj/item/clothing/under/librarian,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"pCT" = (/turf/simulated/floor/wood/alt,/area/redgate/city/teppi) +"pCV" = (/obj/structure/simple_door/wood,/turf/simulated/floor/carpet,/area/redgate/city/house7) +"pDd" = (/obj/structure/sink{pixel_y = 16},/obj/item/frame/mirror{pixel_y = 34},/obj/machinery/light_switch{dir = 8; pixel_x = 24; pixel_y = -24},/turf/simulated/floor/tiled/white,/area/redgate/city/house7) +"pFl" = (/obj/machinery/botany/editor,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"pFu" = (/obj/structure/toilet{dir = 8},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house18) +"pGk" = (/obj/machinery/light/lamppost{dir = 4; pixel_x = -22},/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"pGG" = (/obj/structure/table/woodentable,/obj/item/toy/figure/wizard,/turf/simulated/floor/tiled/eris/derelict3,/area/redgate/city/wiz) +"pGO" = (/obj/structure/bed/chair/wood{dir = 8},/obj/machinery/light{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/house1) +"pGV" = (/obj/structure/sink{pixel_y = 16},/obj/item/frame/mirror{pixel_y = 34},/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/laundry) +"pGW" = (/obj/structure/table/alien,/obj/item/weapon/aliencoin/phoron,/turf/simulated/floor/wood/sif,/area/redgate/city/succ) +"pGZ" = (/obj/structure/sign/poster{dir = 1},/turf/simulated/floor/outdoors/sidewalk/slab/city{outdoors = -1},/area/redgate/city/parkinglot) +"pHc" = (/obj/structure/bed/chair/sofa/bench,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"pHy" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/laundry) +"pHH" = (/turf/simulated/floor/wood/alt,/area/redgate/city/pizza) +"pIl" = (/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/wood,/area/redgate/city/house6) +"pIU" = (/obj/structure/table/rack/shelf,/obj/item/weapon/reagent_containers/food/drinks/bottle/redeemersbrew,/obj/item/weapon/reagent_containers/food/drinks/bottle/redeemersbrew,/obj/item/weapon/reagent_containers/food/drinks/bottle/redeemersbrew,/obj/item/weapon/reagent_containers/food/drinks/bottle/redeemersbrew,/obj/item/weapon/reagent_containers/food/drinks/bottle/redeemersbrew,/obj/item/weapon/reagent_containers/food/drinks/bottle/redeemersbrew,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"pKp" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/wood,/area/redgate/city/laundry) +"pKK" = (/obj/structure/table/standard,/obj/structure/window/basic,/obj/item/weapon/paper_bin{pixel_y = 4},/obj/item/weapon/pen{pixel_y = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"pKX" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/wood/alt/panel,/area/redgate/city/cardmon) +"pLm" = (/obj/structure/table/alien,/turf/simulated/shuttle/floor/alienplating/blue/half{dir = 4},/area/redgate/city/cards) +"pLK" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white,/area/redgate/city/house16) +"pMd" = (/obj/structure/table/woodentable,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"pMt" = (/obj/effect/floor_decal/road/center{pixel_y = -1},/obj/effect/floor_decal/road/center{dir = 8; pixel_x = -1},/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"pMT" = (/obj/effect/floor_decal/spline/plain{dir = 9},/obj/machinery/light/floortube{dir = 8; light_color = "#ff8086"; light_type = /obj/item/weapon/light/bulb/red; name = "stripper light"},/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/stripclub) +"pNj" = (/obj/machinery/vending/loadout/uniform,/turf/simulated/floor/dungeon,/area/redgate/city/doctor) +"pNk" = (/turf/simulated/floor/carpet/oracarpet,/area/redgate/city/house1) +"pNn" = (/obj/structure/table/fancyblack,/obj/item/weapon/paper_bin,/obj/item/weapon/pen/fountain6,/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/bar1) +"pNA" = (/obj/structure/fence,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"pNR" = (/obj/effect/floor_decal/corner/blue/border{dir = 9},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"pOD" = (/obj/machinery/atmospherics/portables_connector{dir = 4},/obj/machinery/portable_atmospherics/canister/air,/turf/simulated/floor/tiled/milspec,/area/redgate/city/workshop) +"pOF" = (/obj/structure/closet/crate/trashcart{dir = 8},/obj/random/junk,/obj/random/junk,/obj/random/maintenance/research,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"pOQ" = (/obj/structure/table/standard,/obj/structure/sink/countertop{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/scughouse) +"pPi" = (/obj/structure/closet/wardrobe,/obj/random/contraband,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"pPH" = (/obj/structure/bed/chair/wood,/turf/simulated/floor/wood,/area/redgate/city/house17) +"pPI" = (/obj/machinery/door/airlock/silver{locked = 1},/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/warehouse) +"pPZ" = (/obj/random/maintenance/misc,/turf/simulated/floor/plating,/area/redgate/city/dump) +"pQe" = (/obj/structure/table/rack,/obj/item/clothing/suit/oversize,/obj/item/clothing/suit/oversize,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"pQz" = (/turf/simulated/floor/tiled/white,/area/redgate/city/spa) +"pQU" = (/obj/structure/table/fancyblack,/obj/machinery/light/small{dir = 1},/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"pRe" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/borderfloorblack{dir = 1},/obj/item/weapon/surgical/hemostat,/turf/simulated/floor/dungeon,/area/redgate/city/doctor) +"pRq" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/white,/area/redgate/city/house6) +"pRz" = (/turf/simulated/floor/carpet/purple,/area/redgate/city/cardmon) +"pRJ" = (/obj/structure/bed/chair/wood,/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/restaurant) +"pRK" = (/obj/structure/table/rack,/obj/item/clothing/shoes/flipflop,/obj/item/clothing/shoes/flipflop,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"pSj" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/weretiger) +"pSI" = (/turf/simulated/wall/tgmc/darkwall{can_open = 1; desc = "A huge chunk of metal used to separate rooms. There appears to be thin gaps along the borders."},/area/redgate/city/pizza) +"pTa" = (/obj/machinery/computer/security/telescreen{pixel_x = -29},/turf/simulated/floor/wood,/area/redgate/city/house10) +"pTX" = (/turf/simulated/floor/wood,/area/redgate/city/hospital) +"pUG" = (/obj/structure/table/standard,/obj/machinery/microwave/advanced,/turf/simulated/floor/wood,/area/redgate/city/house6) +"pVb" = (/obj/machinery/door/window{dir = 2},/turf/simulated/floor/tiled/milspec,/area/redgate/city/police) +"pVc" = (/obj/structure/table/standard,/obj/item/weapon/reagent_containers/food/condiment/carton/flour,/turf/simulated/floor/tiled/kafel_full/blue,/area/redgate/city/pizza) +"pVH" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/piratedouble,/turf/simulated/floor/carpet/geo,/area/redgate/city/house18) +"pVJ" = (/mob/living/simple_mob/vore/lamia/random,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"pVK" = (/obj/structure/bed/chair/wood/wings{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/laundry) +"pWg" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/supermarket) +"pWw" = (/obj/structure/bed/chair/sofa/left/beige,/turf/simulated/floor/wood,/area/redgate/city/house4) +"pWC" = (/obj/structure/table/rack,/obj/item/weapon/storage/box/pocky,/obj/item/weapon/storage/box/pocky,/obj/item/weapon/storage/box/pocky,/obj/item/weapon/storage/box/pocky,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"pWU" = (/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"pXG" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/stripclub) +"pXT" = (/obj/structure/bed/chair/office/dark{dir = 4},/turf/simulated/floor/tiled/dark,/area/redgate/city/church) +"pZp" = (/obj/structure/fitness/weightlifter,/turf/simulated/floor/wood/alt,/area/redgate/city/gym) +"pZR" = (/obj/structure/bed/chair/office/light{dir = 1},/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"qac" = (/obj/structure/filingcabinet/filingcabinet,/turf/simulated/floor/carpet/blue,/area/redgate/city/stripclub) +"qaq" = (/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/wood,/area/redgate/city/house5) +"qaH" = (/obj/structure/table/rack,/obj/item/weapon/storage/box/freezer,/obj/item/weapon/storage/box/freezer,/obj/item/weapon/storage/box/freezer,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"qaR" = (/obj/machinery/vending/tool{dir = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"qcu" = (/obj/random/multiple/underdark/miningdrills,/turf/simulated/floor/wood/alt/panel/broken,/area/redgate/city/streets) +"qcz" = (/turf/simulated/floor/wood/alt/tile,/area/redgate/city/fightclub) +"qdc" = (/obj/structure/bed/chair/wood/wings{dir = 4},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"qdy" = (/obj/structure/table/steel_reinforced,/obj/random/powercell,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/workshop) +"qdD" = (/obj/structure/table/woodentable,/obj/random/flashlight,/turf/simulated/floor/wood,/area/redgate/city/house2) +"qdE" = (/obj/structure/railing,/obj/structure/flora/lily1,/turf/simulated/floor/water/indoors,/area/redgate/city/spa) +"qdF" = (/obj/structure/table/standard,/obj/structure/sink/countertop{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/cardmon) +"qdP" = (/obj/structure/table/fancyblack,/turf/simulated/floor/reinforced,/area/redgate/city/corporation) +"qea" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"qeb" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/drugden) +"qef" = (/obj/item/clothing/accessory/scarf/stripedred,/obj/item/clothing/gloves/evening,/obj/item/clothing/suit/storage/hooded/wintercoat,/obj/item/clothing/under/dress/pinktutu,/obj/item/clothing/under/bathrobe,/obj/structure/closet/cabinet,/turf/simulated/floor/carpet/green,/area/redgate/city/house17) +"qet" = (/turf/simulated/floor/tiled/neutral,/area/redgate/city/house17) +"qeA" = (/obj/machinery/shower{dir = 8},/obj/effect/floor_decal/borderfloorblack{dir = 8},/obj/structure/window/basic,/turf/simulated/floor/tiled/neutral,/area/redgate/city/weretiger) +"qfb" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/house8) +"qfc" = (/turf/simulated/floor/tiled/techfloor,/area/redgate/city/morgue) +"qfn" = (/obj/machinery/light{dir = 4; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/tiled/white,/area/redgate/city/pool) +"qfB" = (/obj/item/weapon/broken_bottle,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/bar2) +"qfY" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/purple/border{dir = 1},/obj/structure/sign/department/xenolab{pixel_y = 31},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"qgx" = (/obj/structure/table/standard,/obj/machinery/cash_register{dir = 1},/turf/simulated/floor/tiled/kafel_full/blue,/area/redgate/city/pizza) +"qgL" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/apartments) +"qhL" = (/obj/machinery/light_switch{dir = 4; pixel_x = -24; pixel_y = -24},/turf/simulated/floor/wood,/area/redgate/city/house17) +"qhS" = (/obj/structure/table/woodentable,/obj/random/snack,/turf/simulated/floor/wood,/area/redgate/city/house11) +"qhV" = (/obj/structure/table/rack/shelf,/obj/item/clothing/under/altevian,/obj/item/clothing/under/altevian,/obj/item/clothing/under/altevian,/turf/simulated/floor/tiled/neutral,/area/redgate/city/altevian) +"qiD" = (/obj/effect/floor_decal/corner/blue/border,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/door/airlock/multi_tile/glass{dir = 2},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"qiS" = (/obj/effect/floor_decal/corner/blue/border,/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"qjc" = (/turf/unsimulated/floor/techfloor_grid{name = "singularity flooring"},/area/redgate/city/engine) +"qjp" = (/obj/structure/dirtybed,/turf/simulated/floor/wood/alt/panel/broken,/area/redgate/city/streets) +"qkz" = (/obj/structure/bed/chair/sofa/bench/right{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"qlb" = (/obj/structure/closet,/obj/machinery/light{dir = 4},/obj/item/weapon/storage/briefcase/inflatable{pixel_x = -3},/turf/simulated/floor/wood/alt,/area/redgate/city/dealership) +"qlc" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/concrete,/area/redgate/city/shooting) +"qlB" = (/obj/item/weapon/stool/padded{dir = 8},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"qlH" = (/obj/machinery/button/remote/blast_door{id = "storage3"; name = "storage unit lock"; pixel_y = -23; req_one_access = list(101)},/obj/structure/sign/poster{dir = 1},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"qlS" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/workshop) +"qmH" = (/obj/machinery/button/remote/blast_door{id = "storage1"; name = "storage unit lock"; pixel_y = -23},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"qmK" = (/obj/structure/table/woodentable,/obj/random/snack,/turf/simulated/floor/wood,/area/redgate/city/supermarket) +"qmM" = (/obj/structure/table/reinforced,/obj/random/maintenance/engineering,/obj/item/weapon/storage/toolbox/mechanical,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"qnY" = (/obj/structure/closet/crate/freezer/rations,/turf/simulated/floor/tiled/monotile,/area/redgate/city/supermarket) +"qok" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/milspec,/area/redgate/city/workshop) +"qov" = (/obj/structure/table/standard,/obj/machinery/cash_register,/turf/simulated/floor/tiled/eris/techmaint_cargo,/area/redgate/city/altevian) +"qoV" = (/mob/living/simple_mob/vore/weretiger,/turf/simulated/floor/wood,/area/redgate/city/weretiger) +"qpj" = (/obj/machinery/button/remote/blast_door{id = "storage4"; name = "storage unit lock"; pixel_y = -23},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"qpn" = (/turf/simulated/floor/tiled/white,/area/redgate/city/house15) +"qpq" = (/turf/simulated/floor/wood/alt/panel,/area/redgate/city/rats) +"qpG" = (/obj/machinery/field_generator{anchored = 1; state = 1},/turf/unsimulated/floor/techfloor_grid{name = "singularity flooring"},/area/redgate/city/engine) +"qqd" = (/obj/structure/sign/poster,/turf/simulated/floor/carpet/blue,/area/redgate/city/theatre) +"qqL" = (/obj/structure/toilet,/turf/simulated/floor/tiled/white,/area/redgate/city/house7) +"qrp" = (/obj/machinery/shower{dir = 4},/obj/effect/floor_decal/borderfloorblack{dir = 4},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house18) +"qrt" = (/turf/simulated/floor/water/indoors,/area/redgate/city/teppi) +"qrN" = (/obj/structure/sign/department/biblio{pixel_y = -29},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"qrV" = (/obj/structure/table/rack,/obj/item/clothing/under/kilt,/obj/item/clothing/under/kilt,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"qsq" = (/obj/structure/simple_door/wood,/turf/simulated/floor/carpet/blue,/area/redgate/city/house4) +"qsE" = (/obj/structure/table/reinforced,/obj/machinery/chemical_dispenser/biochemistry/full,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"qsL" = (/obj/machinery/vending/loadout/uniform,/turf/simulated/floor/tiled/freezer,/area/redgate/city/laundry) +"qtk" = (/obj/structure/bed/chair/sofa/lime{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house2) +"qtM" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/cafe) +"quo" = (/obj/random/plushielarge,/turf/simulated/floor/carpet/oracarpet,/area/redgate/city/house3) +"quX" = (/obj/structure/table/gamblingtable,/obj/item/weapon/deck/cards/casino,/turf/simulated/floor/carpet/purple,/area/redgate/city/casino) +"qvg" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white,/area/redgate/city/supermarket) +"qvr" = (/obj/structure/table/steel_reinforced,/obj/item/weapon/storage/toolbox/electrical{pixel_x = 1; pixel_y = 6},/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/house3) +"qwc" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/spa) +"qwu" = (/turf/simulated/floor/tiled/techfloor,/area/redgate/city/comms) +"qwD" = (/obj/structure/bed/chair/sofa/corner/blue{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/house17) +"qwR" = (/turf/simulated/floor/tiled/eris/steel/techfloor_grid,/area/redgate/city/bar1) +"qxx" = (/obj/structure/table/glass,/obj/item/weapon/paper_bin{pixel_y = 4},/obj/item/weapon/pen{pixel_y = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"qys" = (/obj/structure/table/rack,/obj/item/clothing/under/oldwoman,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"qzK" = (/obj/structure/table/woodentable,/obj/structure/sink/countertop{pixel_y = 8},/obj/structure/closet/walllocker{pixel_y = 33},/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/metaglass/metapint,/obj/item/weapon/reagent_containers/food/drinks/metaglass/metapint,/obj/item/weapon/reagent_containers/food/drinks/metaglass/metapint,/obj/item/weapon/reagent_containers/food/drinks/metaglass/metapint,/obj/item/weapon/reagent_containers/food/drinks/metaglass/metapint,/obj/item/weapon/reagent_containers/food/drinks/metaglass/metapint,/obj/item/weapon/reagent_containers/food/drinks/metaglass/metapint,/obj/item/weapon/reagent_containers/food/drinks/metaglass/metapint,/obj/item/weapon/reagent_containers/food/drinks/metaglass/metapint,/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"qzT" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/wood/alt,/area/redgate/city/teppi) +"qAi" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/carpet/purple,/area/redgate/city/house2) +"qBb" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"qBt" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/green,/obj/random/action_figure,/turf/simulated/floor/carpet,/area/redgate/city/house15) +"qBE" = (/obj/structure/table/rack,/obj/item/weapon/reagent_containers/food/drinks/cans/baconsoda,/obj/item/weapon/reagent_containers/food/drinks/cans/baconsoda,/obj/item/weapon/reagent_containers/food/drinks/cans/baconsoda,/obj/item/weapon/reagent_containers/food/drinks/cans/baconsoda,/obj/machinery/light{dir = 8; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"qCg" = (/obj/machinery/light{dir = 4},/obj/machinery/light_switch{dir = 8; pixel_x = 24; pixel_y = 9},/turf/simulated/floor/wood,/area/redgate/city/house18) +"qCy" = (/obj/effect/decal/cleanable/blood,/turf/simulated/floor/tiled/white,/area/redgate/city/house18) +"qCI" = (/turf/simulated/floor/tiled,/area/redgate/city/police) +"qCR" = (/obj/item/weapon/stool/padded,/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"qCT" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/wood/alt,/area/redgate/city/hotel) +"qCV" = (/obj/structure/bed/padded,/obj/item/weapon/bedsheet/brown,/turf/simulated/floor/wood/alt,/area/redgate/city/teppi) +"qDU" = (/obj/machinery/vending/radren{dir = 8; pixel_x = 7},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"qDV" = (/obj/structure/table/rack,/obj/item/weapon/reagent_containers/food/condiment/ketchup,/obj/item/weapon/reagent_containers/food/condiment/ketchup,/obj/item/weapon/reagent_containers/food/condiment/ketchup,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"qEc" = (/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/wood/alt/panel/broken,/area/redgate/city/rats) +"qEM" = (/mob/living/simple_mob/animal/passive/mouse,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"qFr" = (/obj/structure/table/rack,/obj/item/clothing/suit/leathercoat,/obj/item/clothing/suit/leathercoat,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"qFy" = (/obj/structure/closet/wardrobe,/obj/item/clothing/suit/skeleton,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"qFB" = (/obj/structure/table/hardwoodtable,/turf/simulated/floor/carpet/geo,/area/redgate/city/house18) +"qFP" = (/mob/living/simple_mob/vore/alienanimals/teppi,/turf/simulated/floor/grass,/area/redgate/city/teppi) +"qHR" = (/turf/simulated/floor/tiled/techfloor,/area/redgate/city/casino) +"qIc" = (/obj/structure/bed/chair/sofa/brown,/obj/item/pizzabox/old,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/rats) +"qIm" = (/obj/structure/closet/secure_closet/freezer/meat,/obj/random/maintenance/foodstuff,/obj/random/maintenance/foodstuff,/obj/random/maintenance/foodstuff,/obj/random/maintenance/foodstuff,/turf/simulated/floor/tiled/freezer,/area/redgate/city/restaurant) +"qIz" = (/turf/simulated/floor/tiled/neutral,/area/redgate/city/house11) +"qIN" = (/turf/simulated/floor/tiled/eris/steel/cyancorner,/area/redgate/city/bar1) +"qJf" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/house8) +"qJn" = (/mob/living/simple_mob/animal/passive/mouse/rat,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"qJF" = (/obj/machinery/power/emitter{anchored = 1; icon_state = "emitter1"; state = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"qJI" = (/obj/structure/undies_wardrobe,/obj/machinery/light,/turf/simulated/floor/carpet/tealcarpet,/area/redgate/city/house12) +"qJK" = (/turf/simulated/floor/outdoors/road{outdoors = -1},/area/redgate/city/parkinglot) +"qJY" = (/mob/living/simple_mob/vore/cookiegirl,/turf/simulated/floor/wood,/area/redgate/city/house13) +"qJZ" = (/obj/structure/table/woodentable,/obj/machinery/chemical_dispenser/bar_alc,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/bar2) +"qKc" = (/obj/structure/railing{dir = 8; icon_state = "railing0"},/obj/structure/railing,/obj/structure/flora/lily3,/turf/simulated/floor/water/indoors,/area/redgate/city/spa) +"qKl" = (/obj/machinery/computer{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"qKI" = (/obj/structure/table/woodentable,/obj/machinery/chemical_dispenser/bar_coffee/full,/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"qKV" = (/obj/structure/table/standard,/obj/machinery/microwave,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/house8) +"qLh" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/carpet/blue,/area/redgate/city/house16) +"qLM" = (/obj/structure/closet/wardrobe,/obj/item/clothing/head/helmet/merc,/obj/item/clothing/under/pants/yogapants,/obj/item/clothing/under/rank/mailman,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"qLO" = (/mob/living/simple_mob/vore/seagull,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"qMJ" = (/obj/random/junk,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/bar2) +"qMR" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/effect/floor_decal/industrial/danger{dir = 1},/turf/simulated/floor/bmarble,/area/redgate/city/police) +"qNa" = (/obj/structure/railing/grey{dir = 8},/turf/simulated/floor/water/digestive_enzymes,/area/redgate/city/waterworks) +"qOv" = (/obj/structure/table/glass,/obj/item/device/nif/bad{name = "display model NIF"},/obj/machinery/light{dir = 8},/turf/simulated/shuttle/floor,/area/redgate/city/nifshop) +"qOA" = (/obj/structure/bed/padded,/obj/item/weapon/bedsheet/brown,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"qOG" = (/turf/simulated/floor/tiled/eris/steel,/area/redgate/city/parkinglot) +"qOX" = (/obj/structure/dispenser{phorontanks = 0},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"qPc" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/corporation) +"qPt" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/random/maintenance/foodstuff,/turf/simulated/floor/tiled/white,/area/redgate/city/weretiger) +"qQa" = (/obj/machinery/shower{dir = 4},/obj/structure/window/basic{dir = 1},/obj/effect/floor_decal/borderfloorblack{dir = 4},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house11) +"qQu" = (/obj/structure/bed/chair/wood{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/house7) +"qQx" = (/obj/machinery/door/airlock/multi_tile/glass,/turf/simulated/floor/carpet/gaycarpet,/area/redgate/city/theatre) +"qQz" = (/obj/machinery/door/airlock/multi_tile/glass{dir = 2},/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"qQA" = (/obj/structure/table/bench/padded,/turf/simulated/floor/carpet/sblucarpet,/area/redgate/city/clotheshop) +"qQC" = (/obj/structure/closet/cabinet,/obj/item/clothing/under/curator,/obj/item/clothing/suit/iasexy,/obj/item/clothing/shoes/black,/turf/simulated/floor/carpet/blue,/area/redgate/city/house4) +"qQD" = (/obj/structure/table/alien,/turf/simulated/floor/wood/sif,/area/redgate/city/succ) +"qQU" = (/obj/item/weapon/melee/umbrella/random,/turf/simulated/floor/carpet/blue,/area/redgate/city/house16) +"qSg" = (/obj/machinery/smartfridge/chemistry,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"qSU" = (/obj/structure/table/woodentable,/obj/machinery/computer/security/telescreen{pixel_y = -30},/turf/simulated/floor/wood,/area/redgate/city/house9) +"qTi" = (/obj/structure/simple_door/wood,/turf/simulated/floor/carpet/turcarpet,/area/redgate/city/house9) +"qTM" = (/obj/structure/prop/machine/tgmc_console5/starts_on,/turf/simulated/floor/tiled/eris/dark,/area/redgate/city/corporation) +"qUh" = (/obj/structure/table/rack,/obj/item/clothing/shoes/galoshes,/obj/item/clothing/shoes/galoshes,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"qUj" = (/turf/simulated/floor/wood/alt/panel,/area/redgate/city/cardmon) +"qUm" = (/obj/machinery/appliance/cooker/oven,/turf/simulated/floor/tiled/white,/area/redgate/city/house16) +"qUF" = (/obj/item/clothing/suit/syndicatefake,/obj/item/clothing/head/syndicatefake,/obj/structure/closet/wardrobe,/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"qUP" = (/obj/structure/table/steel_reinforced,/obj/structure/sink/countertop{pixel_y = 8},/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"qVN" = (/obj/structure/closet,/obj/random/mainttoyloot/nofail,/obj/random/forgotten_tram,/turf/simulated/floor/wood/alt,/area/redgate/city/police) +"qWh" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/dark,/area/redgate/city/check1) +"qYp" = (/obj/structure/bed/chair/wood{dir = 4},/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/restaurant) +"qYM" = (/obj/structure/bed/padded,/obj/item/weapon/bedsheet/purple,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"qYT" = (/obj/structure/bed/chair/office/light{dir = 1},/turf/simulated/floor/carpet/turcarpet,/area/redgate/city/house13) +"qZL" = (/obj/machinery/light/floortube{dir = 8; pixel_x = -6},/turf/simulated/floor/carpet/purple,/area/redgate/city/casino) +"rao" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/wood/sif,/area/redgate/city/succ) +"raL" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/house2) +"rbd" = (/obj/item/weapon/melee/umbrella/random,/turf/simulated/floor/wood,/area/redgate/city/house18) +"rbl" = (/obj/structure/table/rack,/obj/item/clothing/shoes/black/cuffs,/obj/item/clothing/shoes/black/cuffs,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"rbm" = (/obj/structure/table/woodentable,/obj/random/meat,/turf/simulated/floor/wood/alt,/area/redgate/city/streets) +"rbP" = (/obj/structure/table/glass,/obj/item/weapon/paper_bin,/obj/machinery/light{dir = 1},/turf/simulated/floor/wood/alt,/area/redgate/city/dealership) +"rbU" = (/obj/structure/bed/chair/sofa/right/brown{dir = 4},/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"rcx" = (/obj/structure/table/glass,/obj/random/mug,/turf/simulated/floor/wood,/area/redgate/city/clotheshop) +"rdM" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/science) +"rex" = (/obj/structure/bed/chair/office{dir = 1},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled,/area/redgate/city/police) +"rfn" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/police) +"rfY" = (/obj/structure/fence/door/locked,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"rfZ" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/redgate/city/house11) +"rgS" = (/obj/machinery/portable_atmospherics/canister/phoron,/obj/machinery/light,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/redgate/city/engine) +"rhA" = (/obj/effect/floor_decal/industrial/danger{dir = 1},/obj/structure/table/woodentable,/obj/item/weapon/gun/energy/taser/disabler,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/shooting) +"ris" = (/obj/structure/reagent_dispensers/water_cooler/full,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/warehouse) +"rks" = (/obj/structure/bed/chair/bay/chair/padded/red{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"rkV" = (/obj/structure/table/rack/gun_rack/steel,/obj/item/weapon/gun/energy/sickshot,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/tiled/milspec,/area/redgate/city/police) +"rll" = (/obj/structure/morgue{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/redgate/city/morgue) +"rly" = (/obj/structure/closet/secure_closet/personal,/obj/random/flashlight,/obj/random/mech_toy,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"rlM" = (/obj/machinery/light/small,/turf/simulated/floor/tiled/eris/white,/area/redgate/city/warehouse) +"rmF" = (/obj/structure/bed/chair/wood{dir = 1},/turf/simulated/floor/wood/alt,/area/redgate/city/hotel) +"rmI" = (/obj/structure/table/rack/steel,/obj/random/grenade/less_lethal,/obj/random/grenade/less_lethal,/obj/random/grenade/less_lethal,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/milspec,/area/redgate/city/police) +"rnd" = (/obj/effect/floor_decal/industrial/danger{dir = 1},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/wood/alt/panel,/area/redgate/city/shooting) +"rne" = (/obj/structure/closet,/obj/item/weapon/storage/box/casino/costume_wizard,/turf/simulated/floor/tiled/eris/derelict3,/area/redgate/city/wiz) +"rni" = (/obj/item/weapon/stool/padded,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"rno" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/check2) +"rnW" = (/obj/structure/table/woodentable,/obj/random/maintenance/clean,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"rov" = (/obj/machinery/light{dir = 1},/obj/structure/undies_wardrobe,/turf/simulated/floor/carpet/purple,/area/redgate/city/cardmon) +"roK" = (/obj/machinery/vitals_monitor,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"roV" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"rps" = (/turf/simulated/floor/wood,/area/redgate/city/house18) +"rpP" = (/obj/structure/simple_door/wood,/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/house3) +"rqN" = (/obj/structure/bed/chair/sofa/left/purp{dir = 1},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"rqP" = (/turf/simulated/floor/tiled/milspec,/area/redgate/city/ripper) +"rqV" = (/obj/machinery/door/airlock/silver{locked = 1},/turf/simulated/floor/tiled/eris/white/gray_perforated,/area/redgate/city/corporation) +"rri" = (/obj/structure/closet/cabinet,/obj/item/clothing/accessory/gaiter,/obj/item/clothing/head/bowler,/obj/item/clothing/under/rippedpunk,/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/weretiger) +"rrn" = (/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house5) +"rrp" = (/obj/structure/closet{name = "prize closet"},/obj/item/weapon/grenade/spawnergrenade/casino/chicken,/obj/item/weapon/grenade/spawnergrenade/casino,/obj/item/weapon/grenade/spawnergrenade/casino/corgi,/obj/item/weapon/grenade/spawnergrenade/casino/cow,/obj/item/weapon/grenade/spawnergrenade/casino/fennec,/obj/item/weapon/grenade/spawnergrenade/casino/fox,/obj/item/weapon/grenade/spawnergrenade/casino/goldcrest,/obj/item/weapon/grenade/spawnergrenade/casino/otie,/obj/item/weapon/grenade/spawnergrenade/casino/penguin,/obj/item/weapon/grenade/spawnergrenade/casino/redpanda,/obj/item/weapon/grenade/spawnergrenade/casino/snake,/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"rsi" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/random/snack,/obj/random/snack,/turf/simulated/floor/wood,/area/redgate/city/house8) +"rsK" = (/obj/structure/railing/grey,/turf/simulated/floor/water/digestive_enzymes,/area/redgate/city/waterworks) +"rsT" = (/obj/structure/closet,/turf/simulated/floor/wood/alt,/area/redgate/city/hotel) +"rte" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house13) +"rtZ" = (/obj/structure/closet/walllocker{pixel_y = 33},/obj/item/weapon/deck/wizoff,/obj/item/weapon/deck/wizoff,/obj/item/weapon/deck/wizoff,/obj/item/weapon/deck/wizoff,/obj/item/weapon/deck/wizoff,/obj/item/weapon/deck/wizoff,/obj/item/weapon/deck/wizoff,/obj/item/weapon/deck/wizoff,/turf/simulated/shuttle/floor/white,/area/redgate/city/cards) +"ruI" = (/turf/simulated/floor/tiled/steel_ridged,/area/redgate/city/waterworks) +"ruV" = (/obj/structure/table/standard,/obj/machinery/microwave,/turf/simulated/floor/tiled/white,/area/redgate/city/cardmon) +"rvb" = (/obj/structure/fake_stairs/east/bottom{pixel_y = 16},/obj/structure/fake_stairs/east/bottom,/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/parkinglot) +"rve" = (/obj/effect/floor_decal/spline/plain{dir = 1},/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/stripclub) +"rvm" = (/obj/effect/floor_decal/road/center{dir = 8; pixel_x = -1},/turf/simulated/floor/outdoors/road{outdoors = -1},/area/redgate/city/parkinglot) +"rvn" = (/obj/structure/closet/secure_closet/freezer/meat,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/kafel_full/blue,/area/redgate/city/pizza) +"rvu" = (/obj/structure/closet/secure_closet/freezer/fridge,/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"rvy" = (/obj/effect/floor_decal/corner/blue/border{dir = 5},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"rwt" = (/obj/structure/bed/chair/sofa/left/teal{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/house3) +"rwu" = (/obj/machinery/light,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house17) +"rwz" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white,/area/redgate/city/house2) +"rwX" = (/obj/structure/table/standard,/obj/random/snack,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"rxa" = (/obj/effect/floor_decal/spline/fancy/wood,/obj/structure/bed/chair/office{dir = 1},/turf/simulated/floor/carpet/blue,/area/redgate/city/stripclub) +"rxX" = (/obj/random/vendorfood{dir = 4; pixel_x = -7},/turf/simulated/floor/wood/alt,/area/redgate/city/hotel) +"ryq" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/concrete,/area/redgate/city/shooting) +"ryX" = (/obj/structure/closet,/obj/item/weapon/bone/skull,/obj/item/weapon/bone/skull/tajaran,/obj/item/weapon/bone/skull/unathi,/obj/item/weapon/bone/skull/unknown,/obj/item/weapon/reagent_containers/spray/waterflower,/obj/random/maintenance,/turf/simulated/floor/wood,/area/redgate/city/tarot) +"rzm" = (/turf/simulated/floor/water/indoors,/area/redgate/city/scughouse) +"rzL" = (/obj/structure/table/rack/steel,/obj/fiftyspawner/gold,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/casino) +"rAd" = (/obj/structure/bed/chair/sofa/right/beige,/obj/machinery/light{dir = 8},/obj/random/mainttoyloot,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/cardmon) +"rBx" = (/obj/structure/table/standard,/obj/item/device/camera_film{pixel_x = 4; pixel_y = 11},/obj/item/device/camera_film{pixel_x = -3; pixel_y = 4},/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/gallery) +"rBC" = (/obj/structure/bed/chair/sofa/brown{dir = 8},/obj/machinery/light{dir = 4; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/tiled/monotile,/area/redgate/city/stripclub) +"rCk" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/teppi) +"rCt" = (/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/spa) +"rCw" = (/obj/random/mob/semirandom_mob_spawner/vore/retaliate/c,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"rCH" = (/obj/effect/floor_decal/steeldecal/steel_decals10,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"rEd" = (/obj/structure/bed/chair/sofa/right/blue{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/house17) +"rEQ" = (/turf/simulated/floor/wood,/area/redgate/city/house7) +"rFs" = (/obj/structure/prop/machine/tube,/turf/simulated/floor/tiled/eris/dark,/area/redgate/city/corporation) +"rFu" = (/obj/structure/table/standard,/obj/machinery/cash_register,/turf/simulated/floor/carpet/blue,/area/redgate/city/theatre) +"rFD" = (/obj/machinery/door/airlock/multi_tile/glass,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/bar1) +"rFG" = (/obj/machinery/door/airlock/maintenance/int{name = "alley door"},/turf/simulated/floor/wood/alt,/area/redgate/city/gamblingden) +"rFM" = (/obj/structure/table/rack,/obj/item/clothing/under/dress/gothic2,/obj/item/clothing/under/dress/gothic2,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"rFV" = (/turf/simulated/floor/wood/alt/panel/broken,/area/redgate/city/rats) +"rHn" = (/obj/structure/prop/machine/stamper/starts_on,/turf/simulated/floor/tiled/eris/dark,/area/redgate/city/corporation) +"rHD" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/drugden) +"rHU" = (/obj/structure/bed/chair/sofa/left/green{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/house14) +"rIh" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/kafel_full/green,/area/redgate/city/lasertag) +"rIY" = (/turf/simulated/floor/wood,/area/redgate/city/house5) +"rJB" = (/obj/machinery/door/airlock/maintenance/int{name = "alley door"},/obj/structure/curtain/black,/turf/simulated/floor/wood,/area/redgate/city/tarot) +"rJG" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/turf/simulated/shuttle/wall/dark,/area/redgate/city/workshop) +"rKT" = (/obj/machinery/vending/boozeomat,/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/bar1) +"rKY" = (/obj/structure/table/standard,/obj/machinery/light{dir = 8; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/tiled/white,/area/redgate/city/supermarket) +"rLg" = (/obj/structure/bed/chair/wood{dir = 1},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"rLS" = (/obj/machinery/conveyor,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/concrete,/area/redgate/city/conveyors) +"rLY" = (/obj/structure/bed/chair/wood,/turf/simulated/floor/carpet/blue,/area/redgate/city/house3) +"rMi" = (/obj/effect/fake_sun{do_sun = 0; do_weather = 1; light_power = 1; weather_visuals_icon_state = "storm"},/turf/simulated/wall/tgmc/durawall,/area/redgate/city/streets) +"rMS" = (/obj/effect/floor_decal/spline/plain/corner{dir = 8},/obj/effect/floor_decal/spline/plain/corner,/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/stripclub) +"rNF" = (/turf/simulated/floor/wood/alt,/area/redgate/city/hotel) +"rNU" = (/obj/machinery/smartfridge/secure/extract,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"rOt" = (/obj/random/snack,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"rPo" = (/turf/simulated/floor/concrete,/area/redgate/city/house5) +"rPq" = (/obj/structure/bed/chair/sofa/bench/right,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"rPC" = (/obj/machinery/light/small/neon/generic_yellow{pixel_x = 28},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"rPE" = (/obj/structure/flora/ausbushes/fernybush,/turf/simulated/floor/water/indoors,/area/redgate/city/teppi) +"rPM" = (/obj/machinery/computer/transhuman/resleeving,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/doctor) +"rPN" = (/obj/structure/casino_table/roulette_chart,/obj/item/roulette_ball,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"rQf" = (/obj/structure/table/standard,/obj/machinery/microwave,/turf/simulated/floor/tiled/white,/area/redgate/city/house2) +"rQX" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white,/area/redgate/city/house5) +"rRT" = (/obj/effect/floor_decal/corner/red/border{dir = 10},/turf/simulated/floor/bmarble,/area/redgate/city/police) +"rSg" = (/obj/effect/floor_decal/corner/purple/bordercorner{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"rSD" = (/obj/structure/closet/secure_closet/medical2,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"rSG" = (/obj/machinery/door/airlock/glass,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/gym) +"rTL" = (/obj/machinery/light/small/flicker{dir = 4},/turf/simulated/floor/wood/alt/tile/broken,/area/redgate/city/drugden) +"rUl" = (/turf/simulated/floor/wood,/area/redgate/city/house15) +"rUw" = (/obj/machinery/computer/security/telescreen{pixel_x = 31},/turf/simulated/floor/wood,/area/redgate/city/house13) +"rUH" = (/obj/structure/table/woodentable,/obj/machinery/light/small{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/offlicense) +"rUR" = (/obj/structure/bed/chair/wood{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/house2) +"rUX" = (/turf/simulated/floor/tiled/dark,/area/redgate/city/comms) +"rVh" = (/obj/structure/table/standard,/obj/machinery/microwave,/turf/simulated/floor/wood,/area/redgate/city/house9) +"rVC" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/house3) +"rVI" = (/obj/machinery/door/airlock/maintenance/int{name = "alley door"},/turf/simulated/floor/wood/alt/parquet/broken,/area/redgate/city/chopshop) +"rVU" = (/turf/simulated/floor/wood,/area/redgate/city/house13) +"rWv" = (/obj/machinery/light{dir = 8; light_color = "#575656"; name = "dim light"},/obj/structure/closet/crate/bin,/turf/simulated/floor/wood/alt,/area/redgate/city/toys) +"rXX" = (/obj/structure/table/hardwoodtable,/obj/item/broken_device/random,/turf/simulated/floor/wood,/area/redgate/city/scughouse) +"rYn" = (/obj/effect/floor_decal/industrial/hatch/yellow,/obj/machinery/light/lamppost{dir = 1; pixel_y = -11},/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"rYH" = (/obj/structure/table/bench/marble,/turf/simulated/floor/tiled/milspec,/area/redgate/city/police) +"rZh" = (/obj/machinery/light/small,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/drugden) +"rZE" = (/obj/machinery/light/small/neon/generic_pink{dir = 8; pixel_x = 25},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"rZT" = (/mob/living/simple_mob/animal/passive/cat/bluespace,/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/redgate/city/corporation) +"saY" = (/obj/effect/floor_decal/corner/purple/border{dir = 1},/obj/effect/floor_decal/industrial/danger{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"sbi" = (/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/apartments) +"sbr" = (/obj/effect/floor_decal/corner/blue/border{dir = 4},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"sbv" = (/obj/structure/closet/crate/trashcart,/obj/random/mre,/obj/random/junk,/obj/random/junk,/obj/random/maintenance/engineering,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"sbI" = (/obj/effect/rune,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"scK" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/hosdouble,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"scP" = (/obj/structure/table/rack/shelf,/obj/item/weapon/storage/fancy/cigarettes/jerichos,/obj/item/weapon/storage/fancy/cigarettes/jerichos,/obj/item/weapon/storage/fancy/cigarettes/jerichos,/obj/item/weapon/storage/fancy/cigarettes/jerichos,/obj/item/weapon/storage/fancy/cigarettes/jerichos,/obj/item/weapon/storage/fancy/cigarettes/jerichos,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"scY" = (/obj/structure/table/alien/blue,/obj/random/grenade/less_lethal,/turf/simulated/floor/tiled/kafel_full/green,/area/redgate/city/lasertag) +"sdu" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/random/snack,/obj/random/snack,/obj/random/snack,/turf/simulated/floor/tiled/white,/area/redgate/city/house16) +"sdB" = (/obj/machinery/suit_cycler/medical,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/hospital) +"sdP" = (/turf/simulated/floor/carpet,/area/redgate/city/house15) +"sdR" = (/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/church) +"sdZ" = (/turf/simulated/floor/wood/alt,/area/redgate/city/police) +"seb" = (/turf/simulated/floor/tiled/eris/white,/area/redgate/city/warehouse) +"sew" = (/obj/machinery/light,/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"sfx" = (/obj/structure/bed/chair/wood,/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"sfO" = (/obj/machinery/light_switch{dir = 8; pixel_x = 26; pixel_y = -11},/turf/simulated/floor/tiled/white,/area/redgate/city/house12) +"sgv" = (/obj/structure/table/woodentable,/obj/machinery/photocopier/faxmachine{department = "Library Conference Room"},/turf/simulated/floor/wood,/area/redgate/city/library) +"sgA" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/hospital) +"sgH" = (/obj/structure/table/standard,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"shS" = (/obj/structure/closet/crate/trashcart,/obj/random/junk,/obj/random/junk,/obj/random/junk,/obj/random/junk,/obj/random/maintenance/engineering,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"shT" = (/obj/machinery/appliance/cooker/grill,/turf/simulated/floor/tiled/white,/area/redgate/city/house15) +"siU" = (/obj/structure/table/glass,/obj/item/weapon/paper_bin,/obj/item/weapon/pen/fountain8,/obj/machinery/light_switch{pixel_y = 25},/turf/simulated/floor/carpet/purple,/area/redgate/city/house2) +"sje" = (/obj/item/frame/mirror{pixel_x = -26},/obj/machinery/shower{pixel_y = 17},/turf/simulated/floor/tiled/eris/dark/brown_perforated,/area/redgate/city/pool) +"sjP" = (/obj/machinery/light{light_color = "#575656"; name = "dim light"},/turf/simulated/floor/carpet/blue,/area/redgate/city/house4) +"skt" = (/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"skR" = (/obj/random/trash_pile,/turf/simulated/floor/plating,/area/redgate/city/dump) +"sln" = (/obj/structure/table/rack/shelf,/obj/random/medical/pillbottle,/obj/effect/floor_decal/corner/red/border,/obj/machinery/light,/turf/simulated/floor/tiled/steel_dirty,/area/redgate/city/dodgypharmacy) +"slD" = (/obj/machinery/door/airlock/maintenance/int{name = "back entrance"},/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"slS" = (/obj/structure/bed/chair/sofa/left/purp{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"slY" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"smc" = (/obj/structure/table/woodentable,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"smh" = (/obj/structure/coatrack,/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"smH" = (/obj/random/snack,/turf/simulated/floor/wood,/area/redgate/city/scughouse) +"smL" = (/obj/structure/curtain/black,/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/church) +"sne" = (/turf/simulated/floor/wood/alt,/area/redgate/city/dealership) +"sno" = (/obj/machinery/conveyor{dir = 8},/mob/living/simple_mob/vore/aggressive/deathclaw,/turf/simulated/floor/concrete,/area/redgate/city/conveyors) +"snw" = (/obj/machinery/light_switch{pixel_y = 25},/turf/simulated/floor/carpet/retro_red,/area/redgate/city/house11) +"snB" = (/obj/structure/table/standard,/obj/machinery/light/small{dir = 4},/obj/random/fishing_junk,/turf/simulated/floor/wood,/area/redgate/city/house9) +"snH" = (/obj/structure/window/basic,/obj/structure/bed/chair/comfy/rounded/blue{dir = 4},/turf/simulated/floor/tiled/eris/white/brown_perforated,/area/redgate/city/lasertag) +"sot" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"soO" = (/obj/structure/table/darkglass,/turf/simulated/floor/tiled/eris/steel/techfloor_grid,/area/redgate/city/bar1) +"spj" = (/obj/structure/table/standard,/obj/structure/window/basic,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"spA" = (/obj/structure/table/woodentable,/obj/random/mug,/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"spI" = (/obj/item/clothing/under/cowboy/brown,/obj/item/clothing/shoes/orange,/obj/item/clothing/head/sombrero,/obj/random/maintenance/morestuff,/obj/structure/closet/cabinet,/turf/simulated/floor/carpet/happy,/area/redgate/city/house14) +"spN" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/kafel_full/blue,/area/redgate/city/pizza) +"spX" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/house13) +"spY" = (/obj/structure/prop/alien/computer,/turf/simulated/floor/wood/sif,/area/redgate/city/succ) +"sqH" = (/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/gym) +"sqJ" = (/obj/effect/floor_decal/corner/blue/bordercorner{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"sqR" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/science) +"sqT" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/check1) +"srj" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood/alt,/area/redgate/city/toys) +"srx" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/random/snack,/obj/random/snack,/obj/random/snack,/turf/simulated/floor/tiled/white,/area/redgate/city/house18) +"srF" = (/obj/structure/closet/secure_closet/personal/patient,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"srG" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/wood,/area/redgate/city/clotheshop) +"srI" = (/obj/structure/table/woodentable,/obj/random/unidentified_medicine/drug_den,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/drugden) +"sst" = (/obj/structure/closet/secure_closet/medical3,/obj/item/device/glasses_kit,/obj/item/weapon/storage/box/bloodpacks,/obj/item/weapon/storage/box/autoinjectors,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"ssv" = (/obj/structure/table/rack/shelf,/obj/item/weapon/storage/fancy/cigarettes/professionals,/obj/item/weapon/storage/fancy/cigarettes/professionals,/obj/item/weapon/storage/fancy/cigarettes/professionals,/obj/item/weapon/storage/fancy/cigarettes/professionals,/obj/item/weapon/storage/fancy/cigarettes/professionals,/obj/item/weapon/storage/fancy/cigarettes/professionals,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"ssJ" = (/obj/machinery/door/airlock{locked = 1},/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"stU" = (/obj/structure/table/standard,/obj/item/weapon/melee/umbrella/random,/turf/simulated/floor/tiled/white,/area/redgate/city/house17) +"suq" = (/obj/item/weapon/reagent_containers/food/snacks/old/hotdog,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/rats) +"suC" = (/obj/random/pottedplant,/turf/simulated/floor/carpet/blue,/area/redgate/city/theatre) +"suJ" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/wiz) +"svl" = (/obj/machinery/light/floortube{dir = 4; pixel_x = 6},/turf/simulated/floor/tiled/milspec,/area/redgate/city/science) +"svq" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/eris/techmaint_cargo,/area/redgate/city/altevian) +"svr" = (/obj/structure/table/standard,/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"svz" = (/obj/structure/simple_door/wood,/turf/simulated/floor/carpet/retro_red,/area/redgate/city/house11) +"svB" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/house11) +"swP" = (/obj/structure/table/rack,/obj/item/clothing/under/dress/twistfront,/obj/item/clothing/under/dress/twistfront,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"sxk" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"sxm" = (/obj/structure/table/standard,/obj/structure/window/basic{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"sxn" = (/obj/structure/bed/chair/office/dark{dir = 4},/obj/machinery/light{dir = 8; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/wood,/area/redgate/city/supermarket) +"sxw" = (/obj/machinery/door/airlock/multi_tile/glass,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/apartments) +"sxA" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/outdoors/sidewalk/slab/city{outdoors = -1},/area/redgate/city/parkinglot) +"sxF" = (/obj/structure/bed/chair/sofa/corp/left{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"sxH" = (/obj/structure/reagent_dispensers/water_cooler/full,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"sxI" = (/obj/machinery/door/window/survival_pod{dir = 1},/obj/structure/window/reinforced/polarized{dir = 8; opacity = 1},/obj/structure/toilet{dir = 1},/obj/structure/sink{dir = 4; pixel_x = 11},/turf/simulated/floor/tiled/white,/area/redgate/city/apartments) +"sye" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/house10) +"szr" = (/obj/machinery/light,/turf/simulated/floor/tiled/eris/dark,/area/redgate/city/corporation) +"szA" = (/mob/living/simple_mob/vore/catgirl,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"szC" = (/obj/structure/table/rack,/obj/item/weapon/storage/box/wormcan,/obj/item/weapon/storage/box/wormcan,/obj/item/weapon/storage/box/wormcan,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"szL" = (/obj/random/crate,/turf/simulated/floor/concrete,/area/redgate/city/storage) +"szM" = (/obj/structure/simple_door/wood,/turf/simulated/floor/carpet/gaycarpet,/area/redgate/city/house3) +"szT" = (/obj/item/clothing/under/dress/dress_green,/obj/item/clothing/shoes/cookflop,/obj/item/clothing/head/jingasa,/obj/structure/closet/cabinet,/turf/simulated/floor/carpet/turcarpet,/area/redgate/city/house13) +"szX" = (/obj/random/meat,/turf/simulated/floor/wood,/area/redgate/city/scughouse) +"sAB" = (/obj/structure/bed/chair/comfy/red{dir = 8},/turf/simulated/floor/carpet/brown,/area/redgate/city/tarot) +"sAV" = (/obj/structure/table/standard,/obj/structure/table/standard,/turf/simulated/floor/tiled/white,/area/redgate/city/scughouse) +"sCb" = (/obj/structure/table/woodentable,/obj/random/maintenance/clean,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"sCz" = (/mob/living/simple_mob/vore/cookiegirl,/turf/simulated/floor/tiled/white,/area/redgate/city/supermarket) +"sDe" = (/obj/effect/floor_decal/corner/red/bordercee,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"sDj" = (/turf/simulated/floor/wood/sif,/area/redgate/city/succ) +"sEu" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/cardmon) +"sEw" = (/obj/machinery/light/small/neon/generic_orange{dir = 1; pixel_y = -25},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"sFj" = (/obj/structure/bookcase,/obj/item/weapon/book/bundle/custom_library/nonfiction/riseandfallofpersianempire,/obj/item/weapon/book/bundle/custom_library/nonfiction/skrelliancastesystem,/obj/item/weapon/book/bundle/custom_library/nonfiction/viabilityofcorporategov,/turf/simulated/floor/wood,/area/redgate/city/library) +"sFv" = (/obj/random/multiple/corp_crate/no_weapons,/turf/simulated/floor/tiled/steel_ridged,/area/redgate/city/workshop) +"sGs" = (/obj/structure/table/rack,/obj/item/weapon/storage/box/gum,/obj/item/weapon/storage/box/gum,/obj/item/weapon/storage/box/gum,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"sGF" = (/obj/structure/bed/chair/office/light{dir = 1},/turf/simulated/floor/carpet/oracarpet,/area/redgate/city/house1) +"sGT" = (/obj/structure/bed/chair/sofa/left/beige{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house18) +"sHL" = (/obj/machinery/light_switch{dir = 4; pixel_x = -24; pixel_y = -24},/turf/simulated/floor/carpet,/area/redgate/city/house15) +"sIw" = (/obj/random/crate,/turf/simulated/floor/tiled/eris/white,/area/redgate/city/warehouse) +"sJD" = (/obj/effect/floor_decal/corner/blue/border{dir = 1},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"sJK" = (/obj/machinery/computer{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"sJL" = (/obj/structure/toilet{dir = 4},/obj/machinery/light{dir = 1},/obj/machinery/light_switch{pixel_y = 25},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house10) +"sLw" = (/obj/machinery/computer/centrifuge,/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"sLB" = (/obj/structure/bed/chair/backed_grey{dir = 4},/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"sMq" = (/obj/machinery/light/small/neon/nif1{pixel_x = 2; pixel_y = 31},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"sMI" = (/obj/structure/railing{dir = 1; icon_state = "railing0"},/obj/structure/flora/lily1,/turf/simulated/floor/water/indoors,/area/redgate/city/spa) +"sML" = (/obj/machinery/door/airlock/glass,/turf/simulated/floor/tiled/neutral,/area/redgate/city/pizza) +"sMS" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/laundry) +"sNy" = (/obj/structure/table/standard,/obj/structure/window/basic{dir = 8},/obj/structure/window/basic,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"sNL" = (/obj/structure/table/steel_reinforced,/obj/random/tool,/turf/simulated/floor/wood/alt/parquet,/area/redgate/city/chopshop) +"sNY" = (/obj/structure/morgue,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/redgate/city/morgue) +"sOc" = (/mob/living/simple_mob/vore/horse/big,/turf/simulated/floor/concrete,/area/redgate/city/storage) +"sOh" = (/obj/random/pottedplant,/turf/simulated/floor/wood,/area/redgate/city/house15) +"sOv" = (/obj/structure/table/rack,/obj/item/weapon/storage/box/gloves,/obj/item/weapon/storage/box/gloves,/obj/random/maintenance/medical,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"sOS" = (/obj/structure/table/woodentable,/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/wood,/area/redgate/city/house4) +"sPJ" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/house7) +"sQy" = (/obj/structure/bed/chair/office/dark{dir = 8},/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/carpet/blue,/area/redgate/city/house4) +"sRA" = (/obj/structure/bed/chair/sofa/teal{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/house3) +"sRM" = (/obj/structure/closet/wardrobe,/obj/random/flashlight,/obj/item/clothing/gloves/duty,/obj/item/clothing/under/tactical,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"sSc" = (/turf/simulated/floor/wood,/area/redgate/city/theatre) +"sSp" = (/obj/structure/closet/wardrobe,/obj/item/clothing/under/fiendsuit,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"sTr" = (/obj/structure/table/woodentable,/obj/item/modular_computer/laptop/preset/custom_loadout/standard,/turf/simulated/floor/tiled,/area/redgate/city/police) +"sUA" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"sUF" = (/obj/structure/closet/secure_closet/freezer/fridge,/turf/simulated/floor/tiled/white,/area/redgate/city/house5) +"sUJ" = (/turf/simulated/floor/carpet,/area/redgate/city/house7) +"sVe" = (/obj/structure/table/steel,/obj/item/device/integrated_circuit_printer,/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"sVm" = (/obj/structure/closet/secure_closet/personal,/turf/simulated/floor/tiled/freezer,/area/redgate/city/laundry) +"sVr" = (/obj/structure/table/darkglass,/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/redgate/city/corporation) +"sVy" = (/obj/structure/bed/chair/sofa/teal{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/house3) +"sVD" = (/obj/structure/bed/chair/sofa/right/blue{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/house11) +"sVX" = (/obj/random/maintenance/morestuff,/turf/simulated/floor/water/indoors,/area/redgate/city/scughouse) +"sWt" = (/obj/item/prop/alien/junk,/turf/simulated/floor/wood/sif,/area/redgate/city/succ) +"sWz" = (/obj/machinery/autolathe{dir = 1; hacked = 1},/turf/simulated/floor/tiled/milspec,/area/redgate/city/ripper) +"sXm" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/wood,/area/redgate/city/stripclub) +"sXz" = (/obj/structure/table/glass,/obj/random/medical{pixel_x = -4; pixel_y = 5},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"sXS" = (/obj/machinery/recharge_station,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"sYk" = (/obj/structure/bed/chair/office{dir = 8},/turf/simulated/floor/tiled/steel_dirty,/area/redgate/city/dodgypharmacy) +"sYm" = (/obj/item/clothing/shoes/syndigaloshes,/obj/item/clothing/under/syndicate/tacticool,/obj/item/clothing/glasses/welding/superior,/obj/random/maintenance/research,/obj/random/tool/alien,/obj/random/projectile/scrapped_gun,/obj/structure/closet/cabinet,/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/house3) +"sYo" = (/obj/machinery/power/emitter{anchored = 1; icon_state = "emitter1"; state = 1},/obj/machinery/light,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"sYp" = (/obj/structure/closet/wardrobe,/obj/item/clothing/shoes/boots/singer,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"sYD" = (/obj/structure/simple_door/iron,/turf/simulated/floor/wood,/area/redgate/city/house3) +"sYQ" = (/turf/simulated/floor/wood,/area/redgate/city/house14) +"sYV" = (/turf/simulated/floor/water/indoors,/area/redgate/city/waterworks) +"sZi" = (/obj/structure/table/darkglass,/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/house10) +"sZm" = (/obj/random/vendorfood{dir = 4; pixel_x = -7},/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/apartments) +"sZR" = (/obj/structure/salvageable/computer_os,/turf/simulated/floor/wood,/area/redgate/city/scughouse) +"sZW" = (/obj/structure/table/woodentable,/obj/random/drinksoft,/turf/simulated/floor/wood,/area/redgate/city/house1) +"tah" = (/obj/structure/disposalpipe/down,/turf/simulated/floor/water/indoors,/area/redgate/city/waterworks) +"tau" = (/obj/structure/bed/chair/sofa/right/beige{dir = 4},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house7) +"taM" = (/obj/structure/table/rack,/turf/simulated/floor/tiled/eris/white/gray_perforated,/area/redgate/city/warehouse) +"tbc" = (/mob/living/simple_mob/vore/vore_hostile/leaper,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"tbL" = (/obj/machinery/photocopier,/turf/simulated/floor/wood,/area/redgate/city/library) +"tcH" = (/obj/structure/safe/floor,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c10,/obj/item/weapon/spacecasinocash/c10,/obj/item/weapon/spacecasinocash/c10,/obj/item/weapon/spacecasinocash/c10,/obj/item/weapon/spacecasinocash/c10,/obj/item/weapon/spacecasinocash/c10,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c1,/obj/item/weapon/spacecasinocash/c100,/obj/item/weapon/spacecasinocash/c100,/obj/item/weapon/spacecasinocash/c100,/obj/item/weapon/spacecasinocash/c100,/obj/item/weapon/spacecasinocash/c100,/obj/item/weapon/spacecasinocash/c100,/obj/item/weapon/spacecasinocash/c1000,/obj/item/weapon/spacecasinocash/c1000,/obj/item/weapon/spacecasinocash/c1000,/obj/item/weapon/spacecasinocash/c1000,/obj/item/weapon/spacecasinocash/c100,/obj/item/weapon/spacecasinocash/c100,/obj/item/weapon/spacecasinocash/c100,/obj/item/weapon/spacecasinocash/c100,/obj/item/weapon/spacecasinocash/c10,/obj/item/weapon/spacecasinocash/c10,/obj/item/weapon/spacecasinocash/c20,/obj/item/weapon/spacecasinocash/c20,/obj/item/weapon/spacecasinocash/c20,/obj/item/weapon/spacecasinocash/c20,/obj/item/weapon/spacecasinocash/c20,/obj/item/weapon/spacecasinocash/c200,/obj/item/weapon/spacecasinocash/c200,/obj/item/weapon/spacecasinocash/c200,/obj/item/weapon/spacecasinocash/c200,/obj/item/weapon/spacecasinocash/c200,/obj/item/weapon/spacecasinocash/c200,/obj/item/weapon/spacecasinocash/c50,/obj/item/weapon/spacecasinocash/c50,/obj/item/weapon/spacecasinocash/c50,/obj/item/weapon/spacecasinocash/c50,/obj/item/weapon/casino_platinum_chip,/obj/random/cash/big,/obj/random/maintenance/morestuff,/obj/item/roulette_ball/cheat/black,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"tcI" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/nifshop) +"tcO" = (/obj/structure/sink{pixel_y = 16},/obj/machinery/light_switch{dir = 8; pixel_x = 26; pixel_y = -11},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house12) +"tdw" = (/obj/item/weapon/reagent_containers/food/drinks/shaker{pixel_x = -7; pixel_y = 11},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/bar2) +"tdM" = (/obj/item/weapon/broken_bottle,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"ten" = (/obj/machinery/vending/coffee{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"teK" = (/obj/random/plushielarge,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"tfh" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/turf/simulated/floor/tiled/steel,/area/redgate/city/dodgypharmacy) +"tfn" = (/obj/structure/table/standard,/obj/structure/sink/countertop{pixel_y = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/house18) +"tfH" = (/turf/simulated/shuttle/floor/alien,/area/redgate/city/cards) +"tgl" = (/obj/structure/bed/chair/sofa/corp/right,/turf/simulated/floor/carpet/gaycarpet,/area/redgate/city/stripclub) +"tgM" = (/obj/structure/bed/chair/wood,/mob/living/simple_mob/vore/lamia/copper/bra,/turf/simulated/floor/carpet/blue,/area/redgate/city/house3) +"thg" = (/turf/simulated/floor/tiled/neutral,/area/redgate/city/house3) +"tiA" = (/turf/simulated/floor/tiled/milspec/raised,/area/redgate/city/lasertag) +"tjb" = (/turf/simulated/floor/carpet/oracarpet,/area/redgate/city/dealership) +"tjw" = (/obj/random/soap,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house13) +"tjF" = (/obj/structure/ladder_assembly,/turf/simulated/floor/wood,/area/redgate/city/sims) +"tjT" = (/obj/structure/closet/athletic_mixed,/turf/simulated/floor/tiled/eris/dark/brown_perforated,/area/redgate/city/pool) +"tkS" = (/obj/structure/table/woodentable,/obj/item/weapon/tape_roll,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"tkZ" = (/obj/structure/table/alien/blue,/obj/machinery/cash_register{dir = 8},/turf/simulated/floor/tiled/eris/white/brown_perforated,/area/redgate/city/lasertag) +"tlH" = (/obj/machinery/holosign/surgery,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"tlN" = (/obj/effect/floor_decal/road/center{pixel_y = -1},/obj/machinery/light/lamppost{pixel_y = 28},/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"tlO" = (/obj/structure/fitness/boxing_ropes/bottom,/turf/simulated/fitness,/area/redgate/city/gym) +"tnp" = (/obj/item/clothing/accessory/poncho/roles/cloak/half,/obj/item/clothing/head/cowboy/black,/obj/item/clothing/suit/storage/star,/obj/item/clothing/under/dress/cropdress,/obj/item/clothing/under/cuttop,/obj/structure/closet/cabinet,/turf/simulated/floor/carpet/blue,/area/redgate/city/house16) +"tnq" = (/obj/machinery/light_switch{dir = 4; pixel_x = -24; pixel_y = -24},/turf/simulated/floor/carpet/geo,/area/redgate/city/house18) +"toA" = (/obj/structure/sign/poster{dir = 1},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"toF" = (/obj/structure/closet{name = "prize closet"},/obj/item/clothing/accessory/collar/casinosentientprize,/obj/item/clothing/accessory/collar/casinosentientprize,/obj/item/clothing/accessory/collar/casinosentientprize,/obj/item/clothing/accessory/collar/casinosentientprize_fake,/obj/item/clothing/accessory/collar/casinosentientprize_fake,/obj/item/clothing/accessory/collar/casinosentientprize_fake,/obj/item/clothing/under/fienddress,/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"tpp" = (/obj/machinery/door/airlock/multi_tile/glass{dir = 2},/turf/simulated/shuttle/floor/purple,/area/redgate/city/church) +"tpJ" = (/obj/structure/table/woodentable,/obj/machinery/chemical_dispenser/bar_alc/full,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"tpU" = (/obj/item/weapon/storage/box/donkpockets/pizza,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/rats) +"tpX" = (/obj/effect/floor_decal/carpet/corners{dir = 5},/turf/simulated/floor/wood,/area/redgate/city/tarot) +"tqo" = (/obj/structure/bed/chair/wood{dir = 1},/mob/living/simple_mob/vore/lamia/albino/shirt,/turf/simulated/floor/wood,/area/redgate/city/house4) +"tqz" = (/obj/structure/curtain/black,/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/weretiger) +"tqB" = (/turf/simulated/floor/tiled/neutral,/area/redgate/city/house12) +"tqY" = (/obj/structure/bed/chair/wood{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/house11) +"trw" = (/obj/effect/floor_decal/spline/plain{dir = 5},/obj/machinery/light/floortube{dir = 1},/turf/simulated/floor/outdoors/grass,/area/redgate/city/streets) +"trD" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/house12) +"tsF" = (/obj/structure/closet/crate/trashcart,/obj/random/junk,/obj/random/junk,/obj/random/maintenance/medical,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"tsY" = (/turf/simulated/floor/tiled/white,/area/redgate/city/pool) +"ttq" = (/obj/structure/bed/chair/office/light{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/clotheshop) +"tts" = (/obj/machinery/light/floortube{dir = 4; pixel_x = 6},/turf/simulated/floor/carpet/purple,/area/redgate/city/casino) +"ttv" = (/obj/structure/table/standard,/obj/machinery/light/small{dir = 1},/obj/random/mainttoyloot,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"ttD" = (/obj/structure/barricade/cutout/wizard,/turf/simulated/floor/tiled/eris/derelict3,/area/redgate/city/wiz) +"tub" = (/obj/structure/table/woodentable,/obj/item/device/flashlight/lamp/green,/obj/item/clothing/glasses/regular,/turf/simulated/floor/carpet/green,/area/redgate/city/house17) +"tur" = (/obj/structure/table/woodentable,/obj/machinery/microwave,/turf/simulated/floor/wood/alt,/area/redgate/city/cafe) +"tuW" = (/obj/structure/particle_accelerator/particle_emitter/right{dir = 8},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/redgate/city/engine) +"tvl" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/carpet/geo,/area/redgate/city/house18) +"tvn" = (/obj/machinery/processor,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"tvG" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = -3},/obj/item/frame/mirror{pixel_x = -26},/turf/simulated/floor/tiled/neutral,/area/redgate/city/drugden) +"tvL" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood/alt,/area/redgate/city/hotel) +"twb" = (/obj/structure/table/standard,/obj/structure/sink/countertop,/turf/simulated/floor/tiled/white,/area/redgate/city/house15) +"tws" = (/mob/living/simple_mob/vore/alienanimals/catslug,/turf/simulated/floor/wood,/area/redgate/city/scughouse) +"twJ" = (/obj/effect/floor_decal/spline/plain{dir = 6},/obj/machinery/light/floortube,/turf/simulated/floor/outdoors/grass,/area/redgate/city/streets) +"txF" = (/obj/machinery/light,/turf/simulated/floor/wood,/area/redgate/city/house16) +"tyl" = (/obj/structure/table/woodentable,/obj/item/weapon/reagent_containers/food/snacks/sliceable/pizza/oldpizza,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/rats) +"tyH" = (/obj/structure/closet/walllocker_double/south{color = "#8da4a6"; pixel_x = -5},/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/random/mug,/obj/random/mug,/obj/random/mug,/obj/random/mug,/obj/random/mug,/obj/random/mug,/obj/random/mug,/turf/simulated/floor/wood/alt,/area/redgate/city/cafe) +"tzd" = (/turf/simulated/floor/wood,/area/redgate/city/house11) +"tzk" = (/obj/structure/table/standard,/obj/random/mainttoyloot,/turf/simulated/floor/wood,/area/redgate/city/house8) +"tzl" = (/obj/structure/bed/chair/comfy/rounded/blue{dir = 4},/turf/simulated/floor/tiled/eris/white/brown_perforated,/area/redgate/city/lasertag) +"tAO" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/random/snack,/obj/random/snack,/turf/simulated/floor/wood,/area/redgate/city/house9) +"tBD" = (/obj/structure/table/rack,/obj/structure/closet/crate/mimic,/turf/simulated/floor/tiled/eris/white/gray_perforated,/area/redgate/city/warehouse) +"tCE" = (/obj/machinery/light{light_color = "#575656"; name = "dim light"},/obj/structure/table/woodentable,/turf/simulated/floor/tiled/dark,/area/redgate/city/church) +"tCM" = (/obj/structure/bed/chair/comfy/black,/turf/simulated/floor/carpet/blue,/area/redgate/city/stripclub) +"tDu" = (/obj/structure/table/standard,/obj/random/humanoidremains,/turf/simulated/floor/tiled/white,/area/redgate/city/house18) +"tDz" = (/obj/structure/table/standard,/obj/item/paint_palette,/obj/item/paint_palette,/obj/item/paint_brush,/obj/item/paint_brush,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/gallery) +"tDD" = (/obj/structure/closet/wardrobe,/obj/random/medical/lite,/obj/item/clothing/accessory/armband/med/cross,/obj/item/clothing/under/christmas/croptop/red,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"tDJ" = (/obj/structure/bed/chair/sofa/right/brown{dir = 1},/turf/simulated/floor/wood/alt/panel,/area/redgate/city/rats) +"tDL" = (/obj/structure/table/standard,/obj/item/weapon/paper_bin{pixel_y = 4},/obj/item/weapon/pen{pixel_y = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"tDT" = (/turf/simulated/floor/tiled/white,/area/redgate/city/house1) +"tEc" = (/obj/structure/closet/walllocker{dir = 1; name = "game supplies"; pixel_y = -30},/obj/item/clothing/accessory/collar/casinosentientprize_fake,/obj/item/clothing/accessory/medal/gold/casino,/obj/item/weapon/deck/cards/casino,/obj/item/weapon/deck/cards/casino,/obj/item/weapon/deck/cards/casino,/obj/item/weapon/deck/cards/casino,/obj/item/weapon/deck/cards/casino,/obj/item/weapon/deck/cards/casino,/obj/item/weapon/storage/pill_bottle/dice,/obj/item/weapon/storage/pill_bottle/dice_nerd,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"tEB" = (/obj/item/weapon/towel/random,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house13) +"tFX" = (/obj/structure/bed/chair/sofa/corner/purp{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"tGj" = (/obj/structure/table/woodentable,/obj/random/junk,/turf/simulated/floor/wood,/area/redgate/city/house18) +"tGw" = (/obj/structure/table/rack/shelf,/obj/item/weapon/reagent_containers/food/drinks/bottle/melonliquor,/obj/item/weapon/reagent_containers/food/drinks/bottle/melonliquor,/obj/item/weapon/reagent_containers/food/drinks/bottle/melonliquor,/obj/item/weapon/reagent_containers/food/drinks/bottle/melonliquor,/obj/item/weapon/reagent_containers/food/drinks/bottle/melonliquor,/obj/item/weapon/reagent_containers/food/drinks/bottle/melonliquor,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"tGx" = (/obj/machinery/light/small,/turf/simulated/floor/wood/alt/parquet,/area/redgate/city/chopshop) +"tGz" = (/obj/structure/table/standard,/obj/item/weapon/paper,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"tGJ" = (/obj/structure/table/standard,/obj/item/weapon/storage/box/roulette_balls_fancy,/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"tHt" = (/obj/machinery/portable_atmospherics/canister/empty,/turf/unsimulated/floor/techfloor_grid{name = "singularity flooring"},/area/redgate/city/engine) +"tHL" = (/obj/effect/decal/remains/human,/turf/simulated/floor/water/indoors,/area/redgate/city/sims) +"tHT" = (/obj/item/clothing/under/schoolgirl,/obj/item/clothing/under/leotard,/obj/item/clothing/shoes/dress,/obj/item/clothing/head/poppy_crown,/obj/random/maintenance/security,/obj/machinery/light{dir = 1},/obj/structure/closet/cabinet,/obj/machinery/light_switch{pixel_y = 25},/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/house10) +"tId" = (/obj/structure/closet/athletic_mixed,/obj/random/unidentified_medicine/drug_den,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/gym) +"tIe" = (/obj/machinery/door/airlock/multi_tile/glass{dir = 2},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"tIA" = (/obj/random/vendordrink,/turf/simulated/floor/tiled/white,/area/redgate/city/supermarket) +"tIP" = (/obj/structure/filingcabinet/chestdrawer{pixel_x = -8},/turf/simulated/floor/wood,/area/redgate/city/hospital) +"tJu" = (/obj/structure/table/standard,/obj/random/snack,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/warehouse) +"tJM" = (/obj/random/contraband,/obj/random/contraband,/obj/random/maintenance/misc,/obj/item/clothing/accessory/gaiter/charcoal,/obj/item/clothing/suit/storage/teshari/cloak/standard/black_red,/obj/item/clothing/mask/pig,/obj/random/tank,/obj/structure/closet/cabinet,/obj/item/weapon/moneybag,/turf/simulated/floor/carpet/geo,/area/redgate/city/house18) +"tKE" = (/obj/machinery/light/small/neon/unclothe{pixel_x = 32},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"tKS" = (/obj/machinery/vending/loadout/loadout_misc,/turf/simulated/floor/tiled/freezer,/area/redgate/city/laundry) +"tKT" = (/turf/simulated/wall/wood,/area/redgate/city/teppi) +"tMi" = (/obj/structure/toilet{dir = 8},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house16) +"tMG" = (/obj/effect/floor_decal/carpet{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/tarot) +"tNC" = (/obj/structure/table/standard,/obj/structure/sink/countertop{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/house4) +"tNT" = (/obj/machinery/vending/event/costume{dir = 4; pixel_x = 7},/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"tNV" = (/obj/effect/floor_decal/borderfloorblack/corner{dir = 1},/turf/simulated/floor/dungeon,/area/redgate/city/doctor) +"tNY" = (/obj/structure/closet/radiation,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"tON" = (/obj/effect/floor_decal/road/center{dir = 8; pixel_x = 16},/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"tPn" = (/obj/structure/table/woodentable,/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/turf/simulated/floor/carpet,/area/redgate/city/morgue) +"tPW" = (/obj/machinery/light/small/neon/redcross{pixel_y = -30},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"tQL" = (/obj/machinery/body_scanconsole{dir = 1},/obj/effect/floor_decal/corner_steel_grid{dir = 10},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"tQS" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/supermarket) +"tRU" = (/obj/machinery/shower{pixel_y = 17},/obj/effect/floor_decal/borderfloorblack,/obj/random/soap,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"tSf" = (/obj/structure/table/darkglass,/obj/item/weapon/reagent_containers/food/drinks/shaker,/turf/simulated/floor/tiled/eris/steel/techfloor_grid,/area/redgate/city/bar1) +"tSF" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/house9) +"tTJ" = (/obj/item/weapon/inflatable_duck,/turf/simulated/floor/water/deep/indoors,/area/redgate/city/pool) +"tUh" = (/obj/effect/floor_decal/industrial/warning/tile,/obj/effect/floor_decal/road/center{dir = 8; pixel_x = -1},/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"tUK" = (/obj/machinery/atm{pixel_y = 30},/turf/simulated/floor/wood/alt,/area/redgate/city/hotel) +"tVk" = (/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/gallery) +"tWj" = (/turf/simulated/floor/tiled/eris/dark/brown_platform,/area/redgate/city/dealership) +"tWC" = (/obj/machinery/shower{pixel_y = 17},/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/gym) +"tXh" = (/turf/simulated/floor/tiled/monotile,/area/redgate/city/stripclub) +"tXr" = (/turf/simulated/floor/tiled/neutral,/area/redgate/city/house13) +"tXy" = (/obj/structure/medical_stand,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"tXV" = (/obj/structure/bed/chair/backed_red{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"tYb" = (/obj/structure/prop/statue/angel{dir = 8; pixel_x = -2; pixel_y = -6},/turf/simulated/floor/outdoors/grass,/area/redgate/city/hospital) +"tYe" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/morgue) +"tYj" = (/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/house8) +"tYu" = (/obj/machinery/light/small/neon/dice{pixel_y = 28},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"tYG" = (/obj/structure/table/woodentable,/obj/item/clothing/mask/chewable/tobacco/cheap,/turf/simulated/floor/wood,/area/redgate/city/weretiger) +"tZb" = (/obj/machinery/cablelayer,/turf/simulated/floor/wood/alt/parquet,/area/redgate/city/chopshop) +"tZD" = (/obj/structure/filingcabinet/filingcabinet,/turf/simulated/floor/wood/alt,/area/redgate/city/toys) +"uaD" = (/obj/effect/floor_decal/corner/red/border{dir = 1},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"uaT" = (/turf/simulated/floor/tiled/neutral,/area/redgate/city/pizza) +"uaY" = (/obj/structure/table/woodentable,/obj/machinery/light{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/house14) +"ubH" = (/obj/machinery/vending/dinnerware{dir = 1},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"ubS" = (/obj/structure/table/standard,/obj/machinery/microwave,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"udc" = (/obj/structure/closet,/turf/simulated/floor/tiled/dark,/area/redgate/city/check1) +"ufu" = (/turf/simulated/shuttle/floor,/area/redgate/city/nifshop) +"ufM" = (/obj/effect/floor_decal/corner/purple/border{dir = 10},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"ufT" = (/obj/machinery/shower{dir = 4},/obj/structure/window/basic{dir = 1},/obj/effect/floor_decal/borderfloorblack{dir = 4},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house5) +"ugd" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/restaurant) +"ugv" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/carpet/green,/area/redgate/city/house6) +"uha" = (/obj/structure/bed/chair/office/dark{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/supermarket) +"uhd" = (/obj/structure/closet/cabinet,/obj/item/clothing/accessory/storage/pouches/large/blue,/obj/item/clothing/accessory/wcoat/grey,/obj/item/clothing/glasses/sunglasses/aviator,/obj/item/clothing/gloves/fingerless,/obj/item/clothing/head/fedora,/obj/item/clothing/under/soviet,/turf/simulated/floor/carpet/purple,/area/redgate/city/cardmon) +"uhn" = (/turf/simulated/floor/wood/alt,/area/redgate/city/streets) +"uhs" = (/obj/structure/table/standard,/turf/simulated/floor/carpet/blue,/area/redgate/city/theatre) +"uiO" = (/obj/structure/bed/chair/sofa/corp/right,/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"ujs" = (/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/bmarble,/area/redgate/city/police) +"ujx" = (/obj/structure/sink{dir = 4; pixel_x = 12; pixel_y = -3},/obj/item/frame/mirror{pixel_x = 23},/obj/machinery/light_switch{pixel_y = 25},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house16) +"ujz" = (/obj/structure/table/rack,/obj/item/device/radio{pixel_x = -1; pixel_y = -3},/obj/item/device/radio{pixel_x = 2},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/hospital) +"ujM" = (/obj/structure/table/woodentable,/obj/machinery/chemical_dispenser/bar_coffee{dir = 1},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/bar2) +"ujQ" = (/turf/simulated/floor/tiled/steel_dirty,/area/redgate/city/dodgypharmacy) +"ukm" = (/obj/structure/table/standard,/obj/random/material/precious,/turf/simulated/floor/dungeon,/area/redgate/city/scughouse) +"uky" = (/obj/item/weapon/towel/random,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house17) +"ulB" = (/obj/structure/table/rack,/obj/item/clothing/under/swimsuit/cowbikini,/obj/item/clothing/under/swimsuit/cowbikini,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"ulI" = (/turf/simulated/floor/carpet,/area/redgate/city/corporation) +"ulL" = (/obj/structure/table/sifwoodentable,/obj/machinery/cash_register{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"umn" = (/obj/structure/bed/chair/sofa/right/beige,/turf/simulated/floor/wood,/area/redgate/city/house15) +"umt" = (/obj/random/medical/pillbottle,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"unF" = (/obj/random/unidentified_medicine/drug_den,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/drugden) +"uot" = (/turf/simulated/floor/tiled/eris/steel/bar_light,/area/redgate/city/bar1) +"uoC" = (/obj/structure/table/woodentable,/obj/machinery/cash_register,/turf/simulated/floor/wood/alt,/area/redgate/city/cafe) +"uoW" = (/obj/structure/closet/secure_closet/engineering_electrical/double{anchored = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"upg" = (/obj/structure/bed/chair/sofa/corp/corner,/turf/simulated/floor/carpet/gaycarpet,/area/redgate/city/stripclub) +"upx" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/dealership) +"uql" = (/obj/structure/table/reinforced,/obj/machinery/chemical_dispenser/full,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"uqr" = (/obj/structure/table/rack/shelf,/obj/effect/floor_decal/corner/lime/border{dir = 5},/obj/item/weapon/storage/pill_bottle/iron,/obj/item/weapon/storage/pill_bottle/iron,/obj/item/weapon/storage/pill_bottle/iron,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/pharmacy) +"usk" = (/obj/structure/closet/crate/trashcart{dir = 1},/obj/random/junk,/obj/random/junk,/obj/random/mainttoyloot,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"usM" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/casino) +"utb" = (/obj/random/multiple/corp_crate,/turf/simulated/floor/tiled/eris/white,/area/redgate/city/warehouse) +"utw" = (/obj/structure/bed/chair/office/light{dir = 1},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"utx" = (/obj/structure/bed/chair/office/dark{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"uui" = (/obj/item/weapon/towel/random,/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house4) +"uuK" = (/obj/machinery/sleep_console{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"uwc" = (/obj/machinery/portable_atmospherics/canister/oxygen/prechilled,/obj/machinery/atmospherics/portables_connector{dir = 1},/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/hospital) +"uwj" = (/obj/structure/table/glass,/obj/item/device/healthanalyzer,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"uwE" = (/obj/structure/table/rack/shelf,/obj/item/weapon/reagent_containers/food/drinks/bottle/kahlua,/obj/item/weapon/reagent_containers/food/drinks/bottle/kahlua,/obj/item/weapon/reagent_containers/food/drinks/bottle/kahlua,/obj/item/weapon/reagent_containers/food/drinks/bottle/kahlua,/obj/item/weapon/reagent_containers/food/drinks/bottle/kahlua,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"uxg" = (/obj/machinery/smartfridge/drying_rack,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"uxm" = (/obj/machinery/light/small/neon/generic_red{dir = 1; pixel_x = 6; pixel_y = -27},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"uxt" = (/obj/item/weapon/storage/laundry_basket{name = "shopping basket"},/obj/item/weapon/storage/laundry_basket{name = "shopping basket"},/obj/item/weapon/storage/laundry_basket{name = "shopping basket"},/obj/item/weapon/storage/laundry_basket{name = "shopping basket"},/obj/item/weapon/storage/laundry_basket{name = "shopping basket"},/turf/simulated/floor/tiled/white,/area/redgate/city/supermarket) +"uzC" = (/obj/structure/table/rack,/obj/structure/largecrate/animal/fennec,/turf/simulated/floor/tiled/eris/white/gray_perforated,/area/redgate/city/warehouse) +"uBe" = (/obj/machinery/door/airlock/maintenance/int{name = "alley door"},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/fightclub) +"uBu" = (/obj/structure/table/rack/shelf,/obj/random/unidentified_medicine/drug_den,/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled/steel_dirty,/area/redgate/city/dodgypharmacy) +"uBz" = (/obj/structure/reagent_dispensers/watertank,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"uBM" = (/obj/structure/curtain/open/shower/medical,/obj/machinery/shower{pixel_y = 18},/obj/effect/floor_decal/borderfloorblack,/obj/structure/window/basic{dir = 4},/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/hospital) +"uCc" = (/obj/structure/prop/dominator,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/comms) +"uCi" = (/obj/machinery/transhuman/resleever,/turf/simulated/floor/tiled/milspec,/area/redgate/city/ripper) +"uCP" = (/obj/structure/table/rack,/obj/item/clothing/suit/poncho,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"uCV" = (/obj/random/internal_organ,/turf/simulated/floor/tiled/white,/area/redgate/city/house18) +"uCZ" = (/obj/structure/closet/boxinggloves,/turf/simulated/floor/wood/alt,/area/redgate/city/gym) +"uDi" = (/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{dir = 4},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"uDk" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/gallery) +"uDr" = (/obj/structure/table/rack,/obj/item/weapon/reagent_containers/food/drinks/cans/alecan,/obj/item/weapon/reagent_containers/food/drinks/cans/alecan,/obj/item/weapon/reagent_containers/food/drinks/cans/alecan,/obj/item/weapon/reagent_containers/food/drinks/cans/alecan,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"uDH" = (/obj/machinery/vending/nifsoft_shop{pixel_y = -10},/turf/simulated/floor/tiled/eris/bcircuit,/area/redgate/city/nifshop) +"uDL" = (/obj/item/weapon/towel/random,/obj/machinery/light_switch{dir = 8; pixel_x = 24; pixel_y = 9},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house14) +"uEa" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"uEd" = (/turf/simulated/wall/tgmc/window/darkwall/reinf,/area/redgate/city/police) +"uEt" = (/turf/simulated/floor/wood/alt/panel/broken,/area/redgate/city/streets) +"uEQ" = (/obj/structure/table/woodentable,/obj/item/capture_crystal/random,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"uER" = (/obj/structure/sink{dir = 4; pixel_x = 12; pixel_y = -3},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house14) +"uFg" = (/obj/structure/flora/pottedplant/large,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/gym) +"uFV" = (/turf/simulated/floor/tiled/eris/techmaint_perforated,/area/redgate/city/altevian) +"uGf" = (/obj/structure/closet{name = "prize closet"},/obj/item/weapon/storage/box/casino/costume_commie,/obj/item/weapon/storage/box/casino/costume_cowboy,/obj/item/weapon/storage/box/casino/costume_marine,/obj/item/weapon/storage/box/casino/costume_pirate,/obj/item/weapon/storage/box/casino/costume_plaguedoctor,/obj/item/weapon/storage/box/casino/costume_wizard,/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"uGR" = (/obj/structure/bed/chair/office{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/police) +"uHc" = (/obj/machinery/light/small/neon/generic_red{pixel_y = 25},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"uHd" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house18) +"uHf" = (/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/wood,/area/redgate/city/house9) +"uHg" = (/obj/machinery/atmospherics/unary/cryo_cell,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/hospital) +"uHo" = (/obj/machinery/atmospherics/pipe/simple/hidden/cyan{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"uHC" = (/obj/machinery/light{dir = 8; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/gallery) +"uHF" = (/obj/structure/table/steel_reinforced,/obj/item/weapon/storage/toolbox/mechanical,/obj/random/tool/power,/obj/machinery/light/small,/turf/simulated/floor/tiled/milspec,/area/redgate/city/ripper) +"uIt" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/pool) +"uIN" = (/obj/structure/bookcase,/obj/item/weapon/book/bundle/custom_library/fiction/raissue147,/obj/item/weapon/book/bundle/custom_library/fiction/silence,/obj/item/weapon/book/bundle/custom_library/fiction/taleoftherainbowcat,/turf/simulated/floor/wood,/area/redgate/city/library) +"uJn" = (/obj/effect/floor_decal/industrial/danger{dir = 1},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/wood/alt/panel,/area/redgate/city/shooting) +"uJv" = (/obj/structure/bed/chair/wood{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house13) +"uKe" = (/obj/structure/table/woodentable,/obj/item/weapon/paper_bin,/obj/item/weapon/pen/blue,/turf/simulated/floor/tiled,/area/redgate/city/police) +"uLj" = (/obj/machinery/light/small,/turf/simulated/floor/plating,/area/redgate/city/dump) +"uLp" = (/obj/structure/casino_table/blackjack_l{dir = 4},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"uMb" = (/obj/machinery/door/airlock/multi_tile/glass,/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/casino) +"uMc" = (/obj/machinery/botany/extractor,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"uMr" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/wood/alt/parquet,/area/redgate/city/chopshop) +"uMt" = (/obj/item/weapon/reagent_containers/food/drinks/bottle/small/beer/meteor,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"uMU" = (/obj/structure/bed/chair/wood{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/house17) +"uNl" = (/obj/structure/prop/machine/alien_tank/starts_broken,/turf/simulated/floor/tiled/milspec,/area/redgate/city/science) +"uNn" = (/obj/structure/sink{dir = 4; pixel_x = 12; pixel_y = -3},/obj/random/soap,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house1) +"uNP" = (/obj/vehicle/train/rover/engine{dir = 8; name = "Humvee"},/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"uOz" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/redgate/city/house10) +"uOV" = (/obj/structure/table/rack,/obj/item/clothing/under/swimsuit/risque,/obj/item/clothing/under/swimsuit/risque,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"uPj" = (/obj/effect/floor_decal/road/center{pixel_y = -1},/obj/effect/floor_decal/road/center{dir = 8; pixel_x = -1},/turf/simulated/floor/outdoors/road{outdoors = -1},/area/redgate/city/parkinglot) +"uPn" = (/obj/structure/table/rack,/obj/item/clothing/under/pants/chaps/black,/obj/item/clothing/under/pants/chaps/black,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"uPI" = (/obj/machinery/light{light_color = "#575656"; name = "dim light"},/turf/simulated/floor/carpet/retro,/area/redgate/city/toys) +"uPK" = (/obj/item/weapon/material/knife/tacknife/combatknife,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/fightclub) +"uQh" = (/obj/structure/table/standard,/obj/machinery/microwave,/turf/simulated/floor/tiled/white,/area/redgate/city/house3) +"uQv" = (/obj/structure/toilet{dir = 4},/turf/simulated/floor/tiled/neutral,/area/redgate/city/hotel) +"uRa" = (/obj/structure/table/standard,/obj/machinery/microwave,/turf/simulated/floor/tiled/white,/area/redgate/city/house11) +"uRw" = (/obj/structure/railing/grey{dir = 4},/obj/structure/railing/grey,/turf/simulated/floor/water/digestive_enzymes,/area/redgate/city/waterworks) +"uRz" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/house11) +"uSl" = (/obj/machinery/shower{dir = 1},/obj/effect/floor_decal/borderfloorblack{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"uSq" = (/obj/random/cutout,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"uSD" = (/obj/random/maintenance/research,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"uSK" = (/obj/structure/table/standard,/obj/machinery/light,/turf/simulated/floor/tiled/freezer,/area/redgate/city/laundry) +"uTI" = (/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"uTQ" = (/obj/machinery/light{dir = 1},/obj/structure/table/rack/gun_rack/steel,/obj/item/weapon/soap/golden_soap,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/casino) +"uUa" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/streets) +"uVi" = (/obj/structure/closet/secure_closet/personal,/obj/random/cargopod,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"uWe" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/kafel_full/blue,/area/redgate/city/pizza) +"uWp" = (/obj/structure/curtain/black,/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/gamblingden) +"uWN" = (/obj/structure/table/rack,/obj/structure/closet/crate/secure{req_one_access = list(101)},/obj/random/awayloot/nofail,/turf/simulated/floor/tiled/eris/white/gray_perforated,/area/redgate/city/warehouse) +"uWO" = (/obj/structure/table/glass,/obj/machinery/cash_register{dir = 4},/turf/simulated/floor/tiled/eris/dark/brown_perforated,/area/redgate/city/dealership) +"uWP" = (/obj/structure/bed/chair/sofa/left/brown,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/rats) +"uWT" = (/obj/structure/table/rack,/obj/random/snack,/obj/random/snack,/obj/random/snack,/obj/random/snack,/obj/random/snack,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"uXj" = (/obj/machinery/door/airlock/maintenance/int{locked = 1; name = "alley door"},/turf/simulated/floor/wood/alt,/area/redgate/city/gym) +"uXz" = (/obj/structure/closet/walllocker_double/south{color = "#8da4a6"; pixel_x = -5},/obj/item/weapon/reagent_containers/food/condiment/carton/flour,/obj/item/weapon/reagent_containers/food/condiment/carton/flour,/obj/item/weapon/reagent_containers/food/condiment/carton/flour,/obj/item/weapon/reagent_containers/food/condiment/carton/flour,/obj/item/weapon/reagent_containers/food/condiment/carton/flour,/obj/item/weapon/reagent_containers/food/condiment/carton/sugar,/obj/item/weapon/reagent_containers/food/condiment/carton/sugar,/obj/item/weapon/reagent_containers/food/condiment/carton/sugar,/obj/item/weapon/reagent_containers/food/condiment/carton/sugar,/obj/item/weapon/reagent_containers/glass/beaker{pixel_x = 5},/obj/item/weapon/storage/fancy/egg_box,/obj/item/weapon/reagent_containers/food/condiment/enzyme{layer = 5},/turf/simulated/floor/wood/alt,/area/redgate/city/cafe) +"uXK" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/theatre) +"uXL" = (/turf/simulated/floor/tiled/eris/white/gray_perforated,/area/redgate/city/warehouse) +"uYb" = (/obj/structure/closet,/obj/random/contraband,/obj/random/maintenance/misc,/turf/simulated/floor/tiled/monotile,/area/redgate/city/stripclub) +"uYK" = (/obj/random/vendordrink{dir = 1},/turf/simulated/floor/tiled,/area/redgate/city/police) +"uYP" = (/obj/structure/toilet{dir = 8},/obj/structure/window/basic,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house17) +"uZa" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/redgate/city/house16) +"uZj" = (/obj/machinery/light{dir = 4; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"uZL" = (/obj/machinery/door/airlock/angled_tgmc/security{name = "police station"},/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"uZX" = (/obj/structure/table/woodentable,/obj/random/maintenance/foodstuff,/turf/simulated/floor/wood/alt,/area/redgate/city/teppi) +"uZY" = (/obj/random/vendordrink{dir = 8; pixel_x = 7},/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"val" = (/obj/structure/closet/lasertag/blue,/turf/simulated/floor/tiled/eris/white/brown_platform,/area/redgate/city/lasertag) +"vbd" = (/obj/structure/bed/chair/wood{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/house14) +"vbC" = (/obj/structure/closet/cabinet,/obj/item/clothing/under/greenasym,/obj/item/clothing/shoes/primitive,/turf/simulated/floor/carpet,/area/redgate/city/house7) +"vbO" = (/obj/structure/railing,/turf/simulated/floor/water/indoors,/area/redgate/city/spa) +"vbX" = (/turf/simulated/floor/tiled/white,/area/redgate/city/house4) +"vcb" = (/obj/machinery/light{dir = 1},/obj/machinery/light_switch{pixel_y = 25},/turf/simulated/floor/tiled/white,/area/redgate/city/house14) +"vcm" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house16) +"vcB" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/random/maintenance/foodstuff,/obj/random/snack,/obj/random/snack,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"vdk" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/red,/area/redgate/city/corporation) +"vdo" = (/obj/machinery/bodyscanner{dir = 4},/obj/effect/floor_decal/corner_steel_grid{dir = 10},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"vdP" = (/obj/random/pottedplant,/turf/simulated/floor/wood,/area/redgate/city/house18) +"vdT" = (/obj/effect/floor_decal/corner/purple/border,/obj/structure/sign/department/virology{pixel_y = -29},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"veg" = (/obj/effect/floor_decal/corner/red/border{dir = 6},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"veA" = (/obj/machinery/light,/turf/simulated/floor/tiled/steel_ridged,/area/redgate/city/dealership) +"veQ" = (/obj/structure/table/glass,/obj/random/medical{pixel_x = -4; pixel_y = 5},/obj/item/device/healthanalyzer,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"vfl" = (/turf/simulated/floor/tiled/dark,/area/redgate/city/check2) +"vfo" = (/turf/simulated/floor/wood/alt/tile/broken,/area/redgate/city/drugden) +"vfL" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"vfW" = (/obj/random/soap_common,/obj/machinery/light{light_color = "#575656"; name = "dim light"},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house4) +"vgc" = (/obj/structure/sink{pixel_y = 16},/obj/item/frame/mirror{pixel_y = 34},/turf/simulated/floor/tiled/kafel_full,/area/redgate/city/police) +"vgu" = (/obj/structure/fence/corner{dir = 9},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"vgD" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/laundry) +"vgJ" = (/obj/random/multiple/ore_pile,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"vhA" = (/obj/structure/bed/chair/bay/chair/padded/red,/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"vii" = (/obj/structure/bed/padded,/obj/item/weapon/bedsheet/green,/obj/machinery/light_switch{dir = 8; pixel_x = 26; pixel_y = -11},/turf/simulated/floor/carpet/tealcarpet,/area/redgate/city/house12) +"vjm" = (/mob/living/simple_mob/animal/passive/chicken,/turf/simulated/floor/grass,/area/redgate/city/teppi) +"vjn" = (/obj/structure/simple_door/wood,/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/weretiger) +"vjx" = (/obj/structure/table/standard,/obj/machinery/microwave,/turf/simulated/floor/tiled/white,/area/redgate/city/house1) +"vko" = (/obj/structure/table/rack,/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/proteinbar,/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar,/obj/item/weapon/reagent_containers/food/snacks/candy/proteinbar,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"vkJ" = (/turf/simulated/floor/wood/alt/tile/broken,/area/redgate/city/gamblingden) +"vkS" = (/obj/structure/filingcabinet/filingcabinet,/turf/simulated/floor/wood,/area/redgate/city/clotheshop) +"vlx" = (/obj/structure/table/rack/shelf,/obj/item/weapon/flame/lighter/zippo,/obj/item/weapon/flame/lighter/zippo,/obj/item/weapon/flame/lighter/zippo,/obj/item/weapon/flame/lighter/zippo/skull,/obj/item/weapon/flame/lighter/zippo,/obj/item/weapon/flame/lighter/zippo,/obj/item/weapon/flame/lighter/zippo/capitalist,/obj/item/weapon/flame/lighter/zippo,/obj/item/weapon/flame/lighter/zippo,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"vlR" = (/obj/structure/table/rack,/obj/item/weapon/reagent_containers/food/drinks/cans/iced_tea,/obj/item/weapon/reagent_containers/food/drinks/cans/iced_tea,/obj/item/weapon/reagent_containers/food/drinks/cans/iced_tea,/obj/item/weapon/reagent_containers/food/drinks/cans/iced_tea,/obj/item/weapon/reagent_containers/food/drinks/cans/iced_tea,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"vmc" = (/turf/simulated/floor/tiled/neutral,/area/redgate/city/house16) +"vmE" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/house6) +"vmU" = (/obj/effect/floor_decal/industrial/danger{dir = 1},/obj/structure/table/woodentable,/obj/random/multiple/gun/projectile/handgun,/turf/simulated/floor/wood/alt/panel,/area/redgate/city/shooting) +"vnn" = (/obj/structure/table/sifwoodentable,/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"vnp" = (/obj/machinery/body_scanconsole{dir = 4},/obj/effect/floor_decal/corner_steel_grid{dir = 10},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"vnD" = (/obj/item/weapon/reagent_containers/glass/bucket,/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"vob" = (/obj/structure/railing/grey,/obj/structure/disposalpipe/tagger/partial,/turf/simulated/floor/water/indoors,/area/redgate/city/waterworks) +"voi" = (/obj/structure/bed/chair/sofa/right/orange{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/alt,/area/redgate/city/cafe) +"vom" = (/obj/effect/floor_decal/spline/plain{dir = 5},/obj/machinery/light/floortube{dir = 4; light_color = "#ff8086"; light_type = /obj/item/weapon/light/bulb/red; name = "stripper light"},/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/stripclub) +"vow" = (/mob/living/simple_mob/vore/vore_hostile/gelatinous_cube,/turf/simulated/floor/wood,/area/redgate/city/crates) +"voC" = (/obj/structure/table/rack,/obj/item/weapon/storage/box/lights,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"voK" = (/turf/simulated/floor/carpet/happy,/area/redgate/city/house14) +"voY" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"vph" = (/obj/structure/table/fancyblack,/obj/machinery/light{dir = 8},/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/bar1) +"vpy" = (/obj/machinery/light{light_color = "#575656"; name = "dim light"},/obj/random/pottedplant,/turf/simulated/floor/wood,/area/redgate/city/house2) +"vpL" = (/obj/machinery/light{dir = 8; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/tiled/steel_ridged,/area/redgate/city/waterworks) +"vpO" = (/obj/machinery/atmospherics/unary/freezer{dir = 1},/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/hospital) +"vqU" = (/obj/structure/closet/cabinet,/obj/item/clothing/under/dress/gothic,/obj/item/clothing/shoes/boots/jackboots/thigh,/obj/item/clothing/head/pin/flower/violet,/turf/simulated/floor/wood,/area/redgate/city/tarot) +"vqX" = (/obj/structure/bed/chair/comfy/black,/obj/machinery/light{dir = 4; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"vrq" = (/obj/random/maintenance/misc,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"vrH" = (/obj/structure/closet/crate/trashcart,/obj/random/junk,/obj/random/junk,/obj/random/junk,/obj/random/junk,/obj/random/awayloot/nofail,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"vsd" = (/obj/structure/bed/chair/sofa/beige,/mob/living/simple_mob/vore/lamia/green/shirt,/turf/simulated/floor/wood,/area/redgate/city/house15) +"vsz" = (/obj/structure/table/reinforced,/obj/random/tool/power,/obj/machinery/light,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"vtU" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/neutral,/area/redgate/city/weretiger) +"vva" = (/obj/machinery/vending/snix{dir = 4; pixel_x = 7},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"vvs" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/house6) +"vwa" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/carpet/green,/area/redgate/city/house17) +"vwo" = (/obj/structure/prop/machine/tgmc_console4,/turf/simulated/floor/tiled/eris/dark,/area/redgate/city/corporation) +"vwA" = (/obj/machinery/door/airlock/maintenance/int{locked = 1; name = "alley door"},/turf/simulated/floor/tiled/milspec,/area/redgate/city/ripper) +"vxL" = (/obj/structure/cult/pylon{color = #00ff00; name = "bloodbob"},/turf/simulated/floor/water/indoors,/area/redgate/city/sims) +"vyp" = (/obj/random/crate,/turf/simulated/floor/wood,/area/redgate/city/crates) +"vyA" = (/obj/structure/bed/chair/sofa/left/purp{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"vyB" = (/obj/machinery/mech_recharger,/turf/simulated/floor/wood/alt/parquet,/area/redgate/city/chopshop) +"vzq" = (/turf/simulated/floor/wood/alt/tile,/area/redgate/city/spa) +"vzH" = (/turf/simulated/floor/tiled/white,/area/redgate/city/house11) +"vzJ" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/tiled/monotile,/area/redgate/city/supermarket) +"vzP" = (/obj/machinery/light/floortube{dir = 1},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"vzU" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house3) +"vBj" = (/obj/structure/sink{dir = 1; pixel_y = -9},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"vBQ" = (/obj/machinery/appliance/cooker/fryer,/turf/simulated/floor/tiled/white,/area/redgate/city/restaurant) +"vBV" = (/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/wood,/area/redgate/city/house13) +"vCf" = (/obj/structure/table/reinforced,/obj/random/toolbox,/obj/machinery/light,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"vCU" = (/obj/machinery/atmospherics/pipe/manifold/hidden/cyan{dir = 4},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"vDh" = (/obj/structure/table/glass,/obj/item/stack/nanopaste,/turf/simulated/shuttle/floor,/area/redgate/city/nifshop) +"vDj" = (/obj/machinery/light/small/neon/looktoucheat{dir = 1; pixel_y = -23},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"vDl" = (/turf/simulated/floor/carpet/purple,/area/redgate/city/house2) +"vDq" = (/obj/structure/curtain,/turf/simulated/floor/tiled/eris/dark/brown_perforated,/area/redgate/city/pool) +"vDK" = (/obj/effect/decal/cleanable/blood/drip,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/fightclub) +"vDQ" = (/obj/structure/sink{dir = 4; pixel_x = 12; pixel_y = -3},/obj/item/frame/mirror{pixel_x = 23},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house17) +"vFE" = (/obj/structure/table/glass,/obj/random/medical{pixel_x = -4; pixel_y = 5},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"vFW" = (/obj/structure/closet/wardrobe,/obj/random/grenade/less_lethal,/obj/item/clothing/head/det,/obj/item/clothing/under/greenasym,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"vGj" = (/obj/structure/bed/chair/bay/comfy/red,/turf/simulated/floor/tiled/red,/area/redgate/city/corporation) +"vGn" = (/obj/structure/table/woodentable,/obj/machinery/chemical_dispenser/bar_soft/full{dir = 8},/obj/machinery/light{dir = 4; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"vHZ" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/gym) +"vIp" = (/obj/item/weapon/stool/padded{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"vIR" = (/obj/structure/simple_door/iron,/turf/simulated/floor/wood,/area/redgate/city/house2) +"vIS" = (/obj/structure/table/woodentable,/obj/structure/sink/countertop{dir = 1},/obj/structure/closet/walllocker{dir = 1; name = "kitchen cupboard"; pixel_y = -30},/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass,/obj/item/weapon/reagent_containers/food/drinks/metaglass/metapint,/obj/item/weapon/reagent_containers/food/drinks/metaglass/metapint,/obj/item/weapon/reagent_containers/food/drinks/metaglass/metapint,/obj/item/weapon/reagent_containers/food/drinks/metaglass/metapint,/obj/item/weapon/reagent_containers/food/drinks/metaglass/metapint,/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/item/weapon/reagent_containers/food/drinks/metaglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,/obj/item/weapon/reagent_containers/food/drinks/drinkingglass/shotglass,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/gamblingden) +"vJx" = (/obj/structure/table/rack/steel,/obj/item/clothing/suit/storage/hooded/foodcostume/hotdog,/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"vKO" = (/obj/machinery/vending/fitness,/turf/simulated/floor/wood/alt,/area/redgate/city/gym) +"vLi" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house2) +"vLq" = (/obj/structure/toilet{dir = 8},/turf/simulated/floor/tiled/neutral,/area/redgate/city/cardmon) +"vLD" = (/obj/random/vendordrink{dir = 4; pixel_x = -7},/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/apartments) +"vLH" = (/obj/structure/bed/chair/sofa/corp{dir = 8},/turf/simulated/floor/carpet/gaycarpet,/area/redgate/city/stripclub) +"vMe" = (/obj/machinery/door/window/eastright,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"vMV" = (/turf/simulated/floor/tiled/white,/area/redgate/city/pharmacy) +"vOi" = (/turf/simulated/floor/outdoors/road,/area/redgate/city/parkinglot) +"vOM" = (/obj/structure/sign/painting/public{pixel_x = 30},/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/gallery) +"vPD" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = -3},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house5) +"vPI" = (/obj/structure/prop/machine/tgmc_console4,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/comms) +"vQK" = (/obj/structure/closet,/obj/random/contraband,/obj/random/cash,/turf/simulated/floor/wood,/area/redgate/city/laundry) +"vRo" = (/obj/structure/closet,/obj/random/maintenance/medical,/obj/random/unidentified_medicine/fresh_medicine,/turf/simulated/floor/wood,/area/redgate/city/hospital) +"vTn" = (/obj/machinery/door/airlock/glass,/turf/simulated/floor/wood/alt,/area/redgate/city/cafe) +"vTy" = (/mob/living/bot/farmbot,/turf/simulated/floor/grass,/area/redgate/city/teppi) +"vTJ" = (/obj/effect/floor_decal/corner/blue/border{dir = 10},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"vUa" = (/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"vUl" = (/obj/random/trash_pile,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"vVG" = (/obj/structure/window/basic,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house16) +"vWG" = (/obj/structure/table/steel_reinforced,/obj/random/tool/power,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/workshop) +"vWH" = (/obj/machinery/vending/medical,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"vXn" = (/obj/structure/bookcase,/obj/item/weapon/book/bundle/custom_library/fiction/coldmountain,/obj/item/weapon/book/bundle/custom_library/fiction/ghostship,/obj/item/weapon/book/bundle/custom_library/fiction/manfromsnowyriver,/turf/simulated/floor/wood,/area/redgate/city/library) +"vXV" = (/obj/structure/sign/painting/public{pixel_y = -30},/turf/simulated/floor/wood,/area/redgate/city/house12) +"vXX" = (/mob/living/simple_mob/vore/alienanimals/catslug/horrible,/turf/simulated/floor/wood,/area/redgate/city/scughouse) +"vYL" = (/obj/machinery/shower{dir = 8},/obj/structure/window/basic{dir = 1},/obj/effect/floor_decal/borderfloorblack{dir = 8},/obj/structure/curtain/open/shower,/turf/simulated/floor/tiled/neutral,/area/redgate/city/hotel) +"vZe" = (/obj/machinery/door/airlock/angled_tgmc/engineering,/turf/simulated/floor/tiled/eris/dark/techfloor_grid,/area/redgate/city/engine) +"vZj" = (/obj/structure/table/darkglass,/obj/machinery/chemical_dispenser/bar_soft/full{dir = 1},/turf/simulated/floor/tiled/eris/steel/techfloor_grid,/area/redgate/city/bar1) +"vZo" = (/obj/structure/bed/chair/sofa/corp/corner,/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"vZW" = (/obj/structure/sink{dir = 4; pixel_x = 12; pixel_y = -3},/obj/item/frame/mirror{pixel_x = 23},/obj/machinery/light/small{dir = 1},/obj/item/stack/medical/crude_pack,/turf/simulated/floor/tiled/neutral,/area/redgate/city/fightclub) +"waw" = (/obj/structure/reagent_dispensers/water_cooler/full{dir = 4; pixel_x = -7},/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"waO" = (/obj/machinery/door/airlock/multi_tile/glass{dir = 2},/turf/simulated/floor/lino,/area/redgate/city/stripclub) +"waR" = (/obj/structure/table/standard,/obj/item/weapon/reagent_containers/food/snacks/slice/vegetablepizza,/turf/simulated/floor/wood/alt,/area/redgate/city/pizza) +"wbr" = (/obj/structure/bed/chair/sofa/bench,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"wcd" = (/obj/structure/table/rack/steel,/obj/item/clothing/suit/sexyminer,/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"wcu" = (/turf/simulated/wall/tgmc/darkwall{can_open = 1; desc = "A huge chunk of metal used to separate rooms. There appears to be thin gaps along the borders."},/area/redgate/city/wiz) +"wcX" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/gym) +"wdb" = (/turf/simulated/floor/tiled/white,/area/redgate/city/house6) +"wdw" = (/obj/structure/toilet{dir = 8},/turf/simulated/floor/tiled/neutral,/area/redgate/city/weretiger) +"wdF" = (/obj/machinery/computer/security/telescreen{pixel_y = 26},/turf/simulated/floor/wood,/area/redgate/city/house17) +"weg" = (/obj/structure/table/rack,/obj/item/clothing/under/haltertop,/obj/item/clothing/under/haltertop,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"weB" = (/obj/structure/table/steel_reinforced,/obj/item/broken_device/random,/turf/simulated/floor/tiled/steel_ridged,/area/redgate/city/workshop) +"weI" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/house7) +"weZ" = (/obj/structure/bed/chair/sofa/left/blue{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/house9) +"wfC" = (/obj/effect/floor_decal/borderfloorblack/corner{dir = 4},/turf/simulated/floor/dungeon,/area/redgate/city/doctor) +"wgf" = (/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/redgate/city/engine) +"wgN" = (/obj/machinery/disease2/diseaseanalyser,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"wgO" = (/obj/structure/table/woodentable,/obj/item/stack/cable_coil,/obj/item/weapon/newspaper,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"whs" = (/obj/machinery/light{dir = 4},/obj/random/vendorfood{dir = 8; pixel_x = 7},/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/apartments) +"whw" = (/obj/random/mob/semirandom_mob_spawner/vore/retaliate/b,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"whJ" = (/obj/machinery/door/airlock/multi_tile/glass{dir = 2; name = "Research Facility"},/turf/simulated/floor/tiled,/area/redgate/city/science) +"whY" = (/turf/simulated/floor/tiled/neutral,/area/redgate/city/altevian) +"win" = (/obj/random/cutout,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"wis" = (/mob/living/simple_mob/vore/squirrel,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"wiB" = (/obj/machinery/button/remote/blast_door{id = "storage2"; name = "storage unit lock"; pixel_y = -23},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"wiJ" = (/turf/simulated/floor/wood,/area/redgate/city/house9) +"wjf" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/conveyors) +"wjQ" = (/obj/machinery/door/blast/angled,/turf/simulated/floor/tiled/milspec,/area/redgate/city/police) +"wkk" = (/obj/structure/table/standard,/obj/machinery/reagentgrinder{pixel_y = 11},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"wkX" = (/obj/structure/bed/chair/sofa/left/brown,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"wlC" = (/obj/structure/table/reinforced,/obj/machinery/reagentgrinder{pixel_y = 11},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"wlI" = (/obj/structure/fence/corner{dir = 4},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"wlU" = (/obj/random/multiple/random_size_crate,/turf/simulated/floor/wood,/area/redgate/city/crates) +"wma" = (/obj/structure/table/rack,/obj/item/weapon/storage/box/buns,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"wml" = (/obj/structure/table/standard,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/drugden) +"wmI" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/steel_ridged,/area/redgate/city/dealership) +"wnc" = (/obj/machinery/door/airlock/angled_tgmc/security_glass{dir = 4; name = "checkpoint"},/turf/simulated/floor/tiled/dark,/area/redgate/city/check2) +"wnn" = (/obj/random/multiple/corp_crate/no_weapons,/turf/simulated/floor/wood,/area/redgate/city/crates) +"wnE" = (/obj/structure/table/rack,/obj/item/clothing/under/swimsuit/blue,/obj/item/clothing/under/swimsuit/blue,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"wnO" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/cardmon) +"woa" = (/turf/simulated/floor/wood/alt,/area/redgate/city/pharmacy) +"wpd" = (/obj/effect/floor_decal/corner/red/border{dir = 4},/turf/simulated/floor/tiled/steel,/area/redgate/city/dodgypharmacy) +"wpm" = (/obj/structure/bed/padded,/obj/item/weapon/bedsheet/rd,/turf/simulated/floor/carpet/retro_red,/area/redgate/city/house11) +"wpA" = (/obj/machinery/door/airlock/multi_tile/glass,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"wpE" = (/obj/structure/table/woodentable,/obj/item/device/retail_scanner/civilian,/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"wpN" = (/obj/machinery/door/airlock/maintenance/int{name = "back entrance"},/turf/simulated/floor/wood/alt,/area/redgate/city/dealership) +"wpU" = (/obj/structure/sign/department/engine{pixel_y = -30},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"wpW" = (/obj/machinery/door/window/survival_pod,/obj/structure/window/reinforced/polarized{opacity = 1},/obj/structure/toilet{dir = 4},/obj/structure/sink{pixel_y = 16},/turf/simulated/floor/tiled/white,/area/redgate/city/apartments) +"wqV" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/house7) +"wqW" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/gallery) +"wsu" = (/obj/structure/table/standard,/obj/machinery/light/small,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"wsJ" = (/obj/machinery/conveyor{dir = 6},/turf/simulated/floor/concrete,/area/redgate/city/conveyors) +"wtj" = (/obj/structure/simple_door/wood,/turf/simulated/floor/tiled/neutral,/area/redgate/city/house10) +"wtE" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/random/snack,/obj/random/snack,/obj/random/snack,/turf/simulated/floor/tiled/white,/area/redgate/city/house12) +"wtY" = (/obj/structure/dirtybed,/turf/simulated/floor/wood/alt,/area/redgate/city/streets) +"wuh" = (/obj/structure/table/standard,/obj/machinery/light/small{dir = 4},/obj/random/maintenance/misc,/turf/simulated/floor/wood,/area/redgate/city/house6) +"wuC" = (/obj/structure/flora/ausbushes/grassybush,/turf/simulated/floor/grass,/area/redgate/city/teppi) +"wuF" = (/obj/structure/fence/cut/medium{dir = 4},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"wvh" = (/obj/structure/bed/chair/sofa/left/blue{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/house13) +"wvH" = (/obj/structure/bed/chair/sofa/left/beige,/turf/simulated/floor/wood,/area/redgate/city/house15) +"wwB" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"wxH" = (/obj/structure/simple_door/iron,/turf/simulated/floor/wood,/area/redgate/city/house4) +"wxV" = (/obj/structure/fence/cut/large,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"wyX" = (/obj/structure/table/rack/shelf,/obj/item/clothing/accessory/jacket/altevian,/obj/item/clothing/accessory/jacket/altevian,/obj/item/clothing/accessory/jacket/altevian,/turf/simulated/floor/tiled/neutral,/area/redgate/city/altevian) +"wzz" = (/obj/structure/table/standard,/obj/item/clothing/suit/storage/vest/hoscoat/russofurcoat,/turf/simulated/floor/tiled/freezer,/area/redgate/city/laundry) +"wzF" = (/obj/structure/table/woodentable,/obj/random/mre,/turf/simulated/floor/wood,/area/redgate/city/house6) +"wAf" = (/obj/structure/closet/crate/trashcart,/obj/random/junk,/obj/random/junk,/obj/random/junk,/obj/random/maintenance/cargo,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"wBc" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/toys) +"wBH" = (/obj/structure/curtain/black,/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/fightclub) +"wBN" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/spa) +"wBS" = (/obj/structure/table/woodentable,/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/weretiger) +"wCq" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/turf/simulated/floor/plating,/area/redgate/city/workshop) +"wCC" = (/obj/item/clothing/under/dress/formalred,/obj/item/clothing/under/pizzaguy,/obj/item/clothing/under/qipao/red,/obj/item/clothing/shoes/heels,/obj/random/maintenance/medical,/obj/random/maintenance/medical,/obj/item/weapon/lipstick/random,/obj/structure/closet/cabinet,/turf/simulated/floor/carpet/purple,/area/redgate/city/house2) +"wDg" = (/obj/structure/bed/chair/comfy/green{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house16) +"wDk" = (/obj/machinery/light/small{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house6) +"wDB" = (/obj/structure/table/standard,/obj/structure/sink/countertop{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house6) +"wEI" = (/obj/machinery/door/airlock/maintenance/int{name = "back entrance"},/turf/simulated/floor/tiled/white,/area/redgate/city/pool) +"wET" = (/obj/item/weapon/bedsheet/cosmos,/obj/structure/bed/padded,/turf/simulated/floor/wood/sif,/area/redgate/city/succ) +"wFn" = (/turf/simulated/wall/tgmc/durawall,/area/redgate/city/science) +"wGJ" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house15) +"wHz" = (/obj/structure/table/standard,/obj/structure/window/basic{dir = 1},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"wIe" = (/obj/structure/bed/chair/office/light{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"wIj" = (/obj/structure/closet/crate,/obj/random/toy,/obj/random/toy,/obj/random/toy,/turf/simulated/floor/tiled/eris/white,/area/redgate/city/warehouse) +"wIl" = (/obj/structure/table/rack/shelf,/obj/random/medical,/obj/effect/floor_decal/corner/red/border,/turf/simulated/floor/tiled/steel_dirty,/area/redgate/city/dodgypharmacy) +"wIw" = (/obj/machinery/computer/diseasesplicer,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"wIy" = (/obj/machinery/field_generator{anchored = 1; state = 1},/turf/simulated/floor/wood/alt/parquet,/area/redgate/city/chopshop) +"wIE" = (/obj/structure/table/steel_reinforced,/obj/item/weapon/cell/high{charge = 100; maxcharge = 15000; pixel_x = 5; pixel_y = -5},/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/house3) +"wJh" = (/obj/machinery/light_switch{dir = 4; pixel_x = -24; pixel_y = -24},/turf/simulated/floor/tiled/white,/area/redgate/city/house9) +"wJC" = (/obj/structure/table/rack,/obj/item/clothing/under/hyperfiber/bluespace,/turf/simulated/floor/wood,/area/redgate/city/clotheshop) +"wJH" = (/obj/structure/table/steel_reinforced,/obj/item/clothing/head/welding{pixel_x = -3; pixel_y = 5},/obj/item/stack/cable_coil,/obj/item/stack/cable_coil,/turf/simulated/floor/tiled/milspec,/area/redgate/city/ripper) +"wJM" = (/obj/machinery/light/small/neon/generic_pink{dir = 1; pixel_x = 4; pixel_y = -26},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"wJW" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white,/area/redgate/city/pool) +"wKC" = (/obj/effect/floor_decal/corner/red/bordercorner,/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"wKE" = (/obj/structure/bed/chair/bay/comfy/red{dir = 1},/turf/simulated/floor/tiled/red,/area/redgate/city/corporation) +"wLD" = (/obj/structure/table/steel_reinforced,/obj/item/device/flash/synthetic,/obj/item/device/flash/synthetic,/turf/simulated/floor/tiled/milspec,/area/redgate/city/ripper) +"wMk" = (/obj/effect/floor_decal/road/center{pixel_y = -1},/mob/living/simple_mob/vore/seagull,/turf/simulated/floor/outdoors/road,/area/redgate/city/streets) +"wMs" = (/obj/effect/floor_decal/corner/red/border{dir = 5},/obj/structure/closet,/obj/item/weapon/melee/classic_baton,/turf/simulated/floor/tiled/steel_dirty,/area/redgate/city/dodgypharmacy) +"wMY" = (/obj/structure/table/standard,/obj/machinery/reagentgrinder{pixel_y = 11},/turf/simulated/floor/tiled/kafel_full/blue,/area/redgate/city/pizza) +"wNv" = (/obj/machinery/door/airlock/maintenance/int{name = "alley door"},/turf/simulated/floor/wood,/area/redgate/city/weretiger) +"wNU" = (/obj/structure/table/glass,/turf/simulated/floor/carpet/oracarpet,/area/redgate/city/dealership) +"wOo" = (/obj/structure/table/rack,/obj/item/weapon/reagent_containers/food/drinks/cans/boda,/obj/item/weapon/reagent_containers/food/drinks/cans/boda,/obj/item/weapon/reagent_containers/food/drinks/cans/boda,/obj/item/weapon/reagent_containers/food/drinks/cans/boda,/obj/item/weapon/reagent_containers/food/drinks/cans/boda,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"wOJ" = (/obj/effect/decal/cleanable/blood,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/fightclub) +"wOS" = (/obj/effect/floor_decal/corner/red/border{dir = 8},/obj/structure/table/bench/marble,/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"wPs" = (/obj/structure/bed/chair/office/dark{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/supermarket) +"wQo" = (/obj/structure/salvageable/console{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"wQG" = (/obj/item/modular_computer/console{dir = 4},/turf/simulated/floor/tiled/steel_ridged,/area/redgate/city/waterworks) +"wRp" = (/obj/structure/table/rack,/obj/item/weapon/storage/box/lights/mixed,/obj/machinery/light,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/supermarket) +"wSa" = (/obj/structure/bonfire/permanent,/obj/structure/railing{dir = 8; icon_state = "railing0"},/obj/effect/mist,/turf/simulated/floor/water/indoors,/area/redgate/city/spa) +"wSj" = (/obj/structure/bed/chair/sofa/purp{dir = 1},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"wSu" = (/obj/machinery/light,/turf/simulated/floor/tiled/dark,/area/redgate/city/church) +"wSQ" = (/obj/structure/sign/department/conference_room{pixel_y = -28},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"wTh" = (/turf/simulated/floor/dungeon,/area/redgate/city/doctor) +"wTQ" = (/obj/structure/closet/crate/trashcart{dir = 8},/obj/random/junk,/obj/random/junk,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"wUd" = (/obj/machinery/appliance/cooker/oven,/turf/simulated/floor/tiled/white,/area/redgate/city/house13) +"wUr" = (/obj/structure/table/rack/shelf,/obj/item/weapon/reagent_containers/food/snacks/ratpackturkey,/obj/item/weapon/reagent_containers/food/snacks/ratpackturkey,/obj/item/weapon/reagent_containers/food/snacks/ratpackturkey,/turf/simulated/floor/tiled/neutral,/area/redgate/city/altevian) +"wUP" = (/obj/machinery/door/airlock/maintenance/int{name = "alley door"},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/drugden) +"wUZ" = (/obj/structure/prop/machine/random_radio{pixel_y = 18},/turf/simulated/floor/tiled/eris/dark,/area/redgate/city/corporation) +"wVz" = (/obj/random/cutout,/turf/simulated/floor/wood/alt,/area/redgate/city/theatre) +"wVA" = (/obj/machinery/door/airlock/multi_tile/glass{dir = 2},/turf/simulated/floor/tiled/white,/area/redgate/city/pharmacy) +"wVD" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/costumes) +"wVQ" = (/obj/machinery/light/small/neon/generic_orange{dir = 8; pixel_x = 28},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"wWb" = (/turf/simulated/floor/tiled/neutral,/area/redgate/city/fightclub) +"wWM" = (/obj/machinery/light/small/neon/booze1{pixel_y = 32},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"wWS" = (/obj/structure/railing{dir = 8; icon_state = "railing0"},/obj/effect/mist,/turf/simulated/floor/water/indoors,/area/redgate/city/spa) +"wXw" = (/obj/structure/table/fancyblack,/obj/machinery/door/window/eastright{dir = 8},/obj/item/weapon/book/manual/casino,/turf/simulated/floor/tiled/yellow,/area/redgate/city/casino) +"wXV" = (/obj/machinery/light,/turf/simulated/floor/tiled/eris/steel/cyancorner,/area/redgate/city/bar1) +"wYN" = (/obj/structure/table/standard,/turf/simulated/floor/tiled/white,/area/redgate/city/house13) +"wZD" = (/obj/structure/table/standard,/obj/random/maintenance/engineering,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/warehouse) +"xal" = (/obj/structure/table/rack,/obj/structure/closet/crate,/obj/random/contraband/nofail,/turf/simulated/floor/tiled/eris/white/gray_perforated,/area/redgate/city/warehouse) +"xbi" = (/obj/structure/sink{pixel_y = 13},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"xbn" = (/turf/simulated/floor/dungeon,/area/redgate/city/scughouse) +"xbp" = (/obj/structure/table/standard,/obj/machinery/microwave/advanced,/turf/simulated/floor/tiled/white,/area/redgate/city/house13) +"xbQ" = (/turf/simulated/floor/reinforced,/area/redgate/city/corporation) +"xbZ" = (/obj/structure/table/standard,/obj/machinery/cash_register{dir = 4},/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"xdt" = (/obj/effect/floor_decal/spline/plain{dir = 10},/obj/machinery/light/floortube,/turf/simulated/floor/outdoors/grass,/area/redgate/city/streets) +"xdW" = (/obj/structure/bed/chair/sofa/corp/left{dir = 8},/obj/machinery/light/small,/turf/simulated/floor/concrete,/area/redgate/city/storage) +"xea" = (/obj/structure/bed/chair/sofa/right/lime,/turf/simulated/floor/wood,/area/redgate/city/house8) +"xec" = (/obj/structure/toilet{dir = 4},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/bar1) +"xeE" = (/obj/structure/salvageable/implant_container,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"xeZ" = (/obj/structure/table/glass,/obj/item/weapon/paper_bin,/obj/item/weapon/pen/fountain8,/turf/simulated/floor/carpet/blue,/area/redgate/city/house16) +"xfo" = (/obj/structure/table/woodentable,/obj/item/weapon/reagent_containers/food/drinks/metaglass/metapint,/turf/simulated/floor/wood,/area/redgate/city/house4) +"xfB" = (/obj/structure/table/rack/shelf,/obj/effect/floor_decal/corner/lime/border{dir = 1},/obj/random/medical/pillbottle,/turf/simulated/floor/tiled/white,/area/redgate/city/pharmacy) +"xga" = (/obj/structure/bed/chair/sofa/left/brown{dir = 1},/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"xgg" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/morgue) +"xgG" = (/obj/machinery/atm{pixel_y = 30},/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/apartments) +"xiF" = (/turf/simulated/floor/tiled/white,/area/redgate/city/house14) +"xiP" = (/obj/structure/flora/ausbushes/genericbush,/turf/simulated/floor/grass,/area/redgate/city/teppi) +"xiY" = (/obj/machinery/light{dir = 4; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"xjl" = (/obj/effect/floor_decal/spline/plain{dir = 4},/obj/effect/floor_decal/spline/plain{dir = 8},/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/stripclub) +"xjt" = (/obj/machinery/shower{dir = 8},/obj/effect/floor_decal/borderfloorblack{dir = 8},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house15) +"xjA" = (/obj/structure/table/woodentable,/obj/machinery/chemical_dispenser/bar_alc/full{dir = 1},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"xlz" = (/obj/structure/table/woodentable,/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/weretiger) +"xlH" = (/obj/machinery/light,/turf/simulated/floor/tiled/red,/area/redgate/city/corporation) +"xlI" = (/obj/machinery/light,/turf/simulated/floor/tiled/eris/white/brown_perforated,/area/redgate/city/lasertag) +"xmT" = (/obj/structure/casino_table/blackjack_r{dir = 4},/obj/machinery/light/floortube{dir = 1},/turf/simulated/floor/carpet/purple,/area/redgate/city/casino) +"xnE" = (/obj/machinery/light/small{dir = 1},/obj/machinery/light_switch{pixel_y = 24},/turf/simulated/floor/carpet,/area/redgate/city/house7) +"xnS" = (/obj/structure/sink{dir = 8; pixel_x = -12; pixel_y = -3},/obj/item/frame/mirror{pixel_x = -26},/obj/random/medical/pillbottle,/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/bar1) +"xnV" = (/obj/machinery/light{dir = 8; light_color = "#575656"; name = "dim light"},/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"xob" = (/obj/machinery/light,/obj/machinery/light_switch{dir = 8; pixel_x = 24; pixel_y = 9},/turf/simulated/floor/carpet/happy,/area/redgate/city/house14) +"xoj" = (/obj/effect/floor_decal/spline/fancy/wood{dir = 8},/turf/simulated/floor/carpet/happy,/area/redgate/city/costumes) +"xor" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/carpet/blue,/area/redgate/city/house16) +"xpm" = (/obj/random/pottedplant,/turf/simulated/floor/wood,/area/redgate/city/house12) +"xpw" = (/obj/structure/table/standard,/obj/machinery/microwave,/turf/simulated/floor/tiled/white,/area/redgate/city/house4) +"xqa" = (/obj/structure/table/woodentable,/turf/simulated/floor/wood,/area/redgate/city/house18) +"xqJ" = (/obj/item/tape/police,/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/house18) +"xrc" = (/obj/structure/table/rack/shelf,/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey,/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey,/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey,/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey,/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey,/obj/item/weapon/reagent_containers/food/drinks/bottle/whiskey,/turf/simulated/floor/tiled/eris/cafe,/area/redgate/city/offlicense) +"xsl" = (/obj/structure/reagent_dispensers/water_cooler/full{dir = 8; pixel_x = 7},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"xsQ" = (/obj/random/plushie,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"xsZ" = (/obj/structure/table/bench/glass,/turf/simulated/floor/tiled/eris/steel/cargo,/area/redgate/city/bar1) +"xtd" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/crates) +"xtD" = (/obj/machinery/door/airlock/silver,/turf/simulated/floor/tiled/eris/white/brown_platform,/area/redgate/city/lasertag) +"xuh" = (/obj/structure/bookcase,/obj/item/weapon/book/manual/mass_spectrometry,/obj/item/weapon/book/manual/materials_chemistry_analysis,/obj/item/weapon/book/manual/nuclear,/turf/simulated/floor/wood,/area/redgate/city/library) +"xul" = (/obj/random/pottedplant,/obj/machinery/light{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/house16) +"xvc" = (/obj/structure/bed/chair/sofa/right/purp{dir = 1},/obj/machinery/light{light_color = "#575656"; name = "dim light"},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"xvo" = (/obj/structure/closet/walllocker_double/medical/north,/obj/random/medical/pillbottle,/obj/random/medical/pillbottle,/obj/random/medical/pillbottle,/obj/random/tetheraid,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"xwF" = (/obj/machinery/door/airlock/silver{locked = 1},/turf/simulated/floor/wood/alt,/area/redgate/city/costumes) +"xxr" = (/obj/structure/bed/chair/sofa/bench/left,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"xxH" = (/obj/structure/bed/chair/sofa/left/lime{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/house2) +"xyk" = (/obj/item/device/radio/headset,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"xyC" = (/obj/structure/bed/chair/comfy/black,/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"xzo" = (/obj/machinery/light,/turf/simulated/floor/wood,/area/redgate/city/house13) +"xzD" = (/obj/structure/bed/padded,/obj/item/weapon/bedsheet,/turf/simulated/floor/wood,/area/redgate/city/apartments) +"xAj" = (/obj/structure/railing,/obj/structure/flora/lily2,/turf/simulated/floor/water/indoors,/area/redgate/city/spa) +"xBE" = (/obj/structure/table/woodentable,/obj/machinery/light{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/house2) +"xDA" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/morgue) +"xDM" = (/obj/machinery/door/airlock/maintenance/int{name = "alley door"},/turf/simulated/floor/tiled/steel,/area/redgate/city/waterworks) +"xEj" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/house15) +"xFk" = (/obj/structure/frame,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"xFW" = (/obj/machinery/recharge_station,/turf/simulated/floor/tiled/eris/dark/orangecorner,/area/redgate/city/engine) +"xGk" = (/obj/structure/closet/walllocker_double/misc_civ/north,/obj/item/canvas/twentythree_twentythree,/obj/item/canvas/twentythree_twentythree,/obj/item/canvas/twentythree_twentythree,/obj/item/canvas/twentythree_twentythree,/obj/item/canvas/twentythree_twentythree,/obj/item/canvas/twentythree_twentythree,/obj/item/canvas/twentythree_twentythree,/obj/item/canvas/twentythree_twentythree,/obj/item/canvas/twentythree_twentythree,/obj/item/canvas/twentythree_twentythree,/obj/item/canvas/twentythree_twentythree,/obj/item/canvas/twentythree_twentythree,/obj/item/canvas/twentythree_twentythree,/obj/item/canvas/twentythree_twentythree,/obj/item/canvas/twentythree_twentythree,/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/gallery) +"xGp" = (/obj/structure/bed/chair/wood{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"xGA" = (/obj/random/junk,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"xGK" = (/obj/structure/fence{dir = 4},/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"xHa" = (/obj/structure/prop/machine/alien_tank,/obj/machinery/light{dir = 1},/turf/simulated/floor/wood/sif,/area/redgate/city/succ) +"xHw" = (/obj/structure/girder,/turf/simulated/floor/tiled/steel_ridged,/area/redgate/city/workshop) +"xIg" = (/turf/simulated/floor/wood/alt/tile,/area/redgate/city/bar2) +"xIk" = (/obj/structure/table/rack/shelf/steel,/obj/item/clothing/head/wizard/fake/realistic,/turf/simulated/floor/tiled/eris/derelict3,/area/redgate/city/wiz) +"xIF" = (/obj/structure/bed/chair/sofa/right/purp{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/restaurant) +"xJb" = (/obj/structure/particle_accelerator/particle_emitter/center{dir = 8},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/redgate/city/engine) +"xJF" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/church) +"xJG" = (/obj/structure/table/rack,/obj/item/clothing/suit/kimono/red,/obj/item/clothing/suit/kimono/red,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"xJJ" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/house12) +"xLB" = (/turf/simulated/floor/plating,/area/redgate/city/workshop) +"xLD" = (/obj/structure/table/standard,/obj/machinery/microwave,/obj/machinery/light/small{dir = 4},/turf/simulated/floor/wood,/area/redgate/city/apartments) +"xMT" = (/obj/structure/bed/chair/wood{dir = 1},/turf/simulated/floor/carpet/blue,/area/redgate/city/house3) +"xMZ" = (/obj/structure/table/rack,/obj/item/clothing/shoes/dress,/obj/item/clothing/shoes/dress,/turf/simulated/floor/tiled/white,/area/redgate/city/clotheshop) +"xNp" = (/obj/random/empty_or_lootable_crate,/turf/simulated/floor/tiled/monotile,/area/redgate/city/supermarket) +"xOm" = (/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"xOB" = (/obj/structure/table/woodentable,/obj/item/weapon/glass_extra/straw,/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"xOC" = (/obj/structure/bed/chair/sofa/left/blue{dir = 4},/obj/machinery/light{dir = 1},/turf/simulated/floor/wood,/area/redgate/city/house11) +"xOD" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/doctor) +"xPE" = (/obj/structure/table/glass,/obj/item/weapon/paper_bin,/obj/item/weapon/pen/fountain9,/turf/simulated/floor/tiled/eris/dark/brown_perforated,/area/redgate/city/dealership) +"xQn" = (/turf/simulated/wall/tgmc/durawall,/area/redgate/city/casino) +"xQq" = (/obj/structure/bed/padded,/obj/item/weapon/bedsheet/rainbow,/turf/simulated/floor/carpet/happy,/area/redgate/city/house14) +"xQN" = (/obj/item/weapon/paperplane,/turf/simulated/floor/carpet/brown,/area/redgate/city/hotel) +"xQU" = (/obj/effect/floor_decal/steeldecal/steel_decals10{dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"xRS" = (/obj/structure/undies_wardrobe,/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/house8) +"xSf" = (/turf/simulated/wall/tgmc/window/darkwall,/area/redgate/city/house10) +"xSU" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/warehouse) +"xTc" = (/obj/structure/bed/padded,/obj/item/weapon/bedsheet/medical,/obj/structure/curtain/open/privacy,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"xTh" = (/obj/structure/sign/poster,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"xTD" = (/obj/machinery/fitness/heavy/lifter,/turf/simulated/floor/wood/alt,/area/redgate/city/gym) +"xUz" = (/obj/structure/table/rack,/obj/random/tetheraid,/obj/random/tetheraid,/turf/simulated/floor/tiled/eris/white/bluecorner,/area/redgate/city/hospital) +"xVb" = (/obj/structure/prop/machine/tgmc_console1,/turf/simulated/floor/tiled/techfloor/grid,/area/redgate/city/comms) +"xVe" = (/obj/structure/table/rack,/obj/item/clothing/gloves/orange,/turf/simulated/floor/carpet/sblucarpet,/area/redgate/city/clotheshop) +"xVQ" = (/turf/simulated/floor/tiled/steel,/area/redgate/city/dodgypharmacy) +"xVW" = (/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"xWK" = (/obj/structure/simple_door/iron,/turf/simulated/floor/wood,/area/redgate/city/house5) +"xWO" = (/obj/structure/simple_door/wood,/turf/simulated/floor/wood,/area/redgate/city/house17) +"xXc" = (/obj/machinery/vending/hydronutrients,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"xXk" = (/obj/structure/table/standard,/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/redgate/city/weretiger) +"xXv" = (/obj/structure/bed/chair/office/dark,/turf/simulated/floor/tiled/milspec,/area/redgate/city/ripper) +"xXE" = (/obj/structure/table/hardwoodtable,/obj/item/modular_computer/laptop/preset/custom_loadout/cheap,/turf/simulated/floor/carpet,/area/redgate/city/house15) +"xXY" = (/obj/structure/table/fancyblack,/turf/simulated/floor/tiled/red,/area/redgate/city/corporation) +"xYv" = (/turf/simulated/shuttle/floor/purple,/area/redgate/city/church) +"xYP" = (/obj/structure/window/basic,/obj/machinery/light_switch{dir = 4; pixel_x = -24; pixel_y = 24},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house18) +"xZb" = (/obj/structure/table/steel_reinforced,/obj/random/maintenance/engineering,/turf/simulated/floor/tiled/dark,/area/redgate/city/workshop) +"xZc" = (/obj/structure/prop/alien/computer/camera,/turf/simulated/floor/wood/sif/broken,/area/redgate/city/succ) +"xZC" = (/obj/item/stack/medical/splint/ghetto,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/fightclub) +"xZR" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/house5) +"yah" = (/obj/structure/bed/chair/comfy/rounded/red,/obj/machinery/light{dir = 8},/turf/simulated/floor/wood,/area/redgate/city/theatre) +"yaE" = (/obj/structure/table/glass,/obj/item/weapon/reagent_containers/glass/beaker/cryoxadone{pixel_x = -4},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"ybs" = (/obj/structure/table/rack/shelf,/obj/effect/floor_decal/corner/lime/border{dir = 1},/obj/random/medical/lite,/turf/simulated/floor/tiled/white,/area/redgate/city/pharmacy) +"ybK" = (/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/bar1) +"ybM" = (/obj/structure/table/hardwoodtable,/obj/item/weapon/paper_bin,/obj/item/weapon/pen/fountain2,/turf/simulated/floor/carpet/green,/area/redgate/city/house17) +"ycs" = (/obj/structure/closet,/obj/item/clothing/suit/storage/toggle/labcoat/old,/obj/item/clothing/gloves/sterile/latex,/obj/item/clothing/gloves/sterile/latex,/turf/simulated/floor/dungeon,/area/redgate/city/doctor) +"ycU" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/tiled/eris/steel,/area/redgate/city/parkinglot) +"ydE" = (/turf/simulated/floor/carpet/purcarpet,/area/redgate/city/church) +"yeB" = (/obj/structure/closet/secure_closet/personal,/obj/random/tool,/turf/simulated/floor/tiled/freezer,/area/redgate/city/laundry) +"yeK" = (/obj/random/pottedplant,/turf/simulated/floor/tiled/white,/area/redgate/city/pool) +"yeN" = (/obj/structure/closet/walllocker{pixel_y = 33},/obj/item/weapon/deck/schnapsen,/obj/item/weapon/deck/schnapsen,/obj/item/weapon/deck/schnapsen,/obj/item/weapon/deck/schnapsen,/obj/item/weapon/deck/holder,/obj/item/weapon/deck/holder,/obj/item/weapon/deck/holder,/obj/item/weapon/deck/holder,/turf/simulated/shuttle/floor/white,/area/redgate/city/cards) +"yfe" = (/obj/structure/particle_accelerator/fuel_chamber{dir = 8},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/redgate/city/engine) +"yfs" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/mimedouble,/turf/simulated/floor/carpet/turcarpet,/area/redgate/city/house9) +"yfD" = (/mob/living/simple_mob/vore/alienanimals/succlet/king,/turf/simulated/floor/wood/sif,/area/redgate/city/succ) +"yfP" = (/mob/living/simple_mob/vore/lamia/zebra/bra,/turf/simulated/floor/carpet,/area/redgate/city/house15) +"ygc" = (/obj/structure/table/standard,/obj/random/mug,/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"yge" = (/mob/living/simple_mob/animal/passive/mouse/brown,/turf/simulated/floor/outdoors/sidewalk/slab/city,/area/redgate/city/streets) +"ygD" = (/obj/machinery/gear_painter,/turf/simulated/floor/tiled/freezer,/area/redgate/city/laundry) +"ygR" = (/obj/structure/bed/chair/sofa/corp/right{dir = 4},/turf/simulated/floor/wood/alt/tile,/area/redgate/city/bar2) +"yha" = (/obj/machinery/light,/turf/simulated/floor/tiled/techfloor,/area/redgate/city/morgue) +"yhB" = (/obj/effect/floor_decal/corner/red/border{dir = 10},/obj/structure/flora/pottedplant/large,/turf/simulated/floor/tiled/white,/area/redgate/city/hospital) +"yhO" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/steel_ridged,/area/redgate/city/waterworks) +"yio" = (/obj/structure/toilet{dir = 8},/turf/simulated/floor/tiled/neutral,/area/redgate/city/house2) +"yiq" = (/obj/machinery/vending/loadout/clothing,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/eris/dark/brown_perforated,/area/redgate/city/pool) +"yiS" = (/obj/structure/barricade/planks,/turf/simulated/floor/wood/alt/tile,/area/redgate/city/bar2) +"yjg" = (/obj/item/weapon/stool/padded{dir = 4},/turf/simulated/floor/wood/alt,/area/redgate/city/stripclub) +"yjs" = (/obj/effect/floor_decal/corner/red/border{dir = 9},/turf/simulated/floor/tiled/dark,/area/redgate/city/police) +"yjx" = (/obj/machinery/light,/turf/simulated/floor/carpet/bcarpet,/area/redgate/city/weretiger) +"ykt" = (/turf/simulated/wall/tgmc/darkwall,/area/redgate/city/ripper) +"yln" = (/obj/structure/bed/chair/comfy/rounded/blue{dir = 4},/turf/simulated/shuttle/floor,/area/redgate/city/nifshop) +"ylu" = (/obj/structure/table/standard,/obj/structure/sink/countertop{dir = 8},/turf/simulated/floor/tiled/white,/area/redgate/city/science) +"ylV" = (/obj/machinery/light/small{dir = 4},/obj/machinery/light_switch{dir = 8; pixel_x = 24; pixel_y = -24},/turf/simulated/floor/tiled/white,/area/redgate/city/house9) +"ylW" = (/obj/random/junk,/turf/simulated/floor/tiled/kafel_full/white,/area/redgate/city/bar1) +"ymc" = (/obj/structure/simple_door/wood,/turf/simulated/floor/carpet/purple,/area/redgate/city/house2) + +(1,1,1) = {" +oRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIaQQaQQaQQaQQoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRI +oRInqaoZsdexvUlnqanqanqanqanqanqanqanqanqadexdexdexdexnqanqanqanqaxGAnqanqanqanqanqanqanqanqanqanqanqavUldexdexdexcXDcXDcXDcXDcXDcXDcXDcXDcXDcXDcXDnqabaciDRnqasqTkfSkLbudcaISnqaxQnmzzuTQkdKkEydsLnyuiuBxQnhpohpohpohpohpohpohpovUljPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWvUltoAxSUxSUxSUxSUxSUxSUxSUxSUxSUxSUxSUxSUxSUxSUxSUxSUxSUxSUxSUxSUxSUxSUxSUxSUxSUxSUoRI +oRInqadexdexdexnqaxGAnqamgjrOtnqadexnqanqadexnqadGmdexnqanqawindexnqamgjdexdexdexnqamgjnqadexdexdexnqanqanqaoZsdexcXDrUXrUXknNgjkdoMrUXknNrUXrUXcXDnqaiLuiaLnqasqTghthUvqWhaISnqaxQnqHRqHRqHRqHRqHRqHRqHRxQnhpouTIuTIuTIuTIjGPhponqajPWwpWfgvclfmwqirVjPWaWAklznxBfgvqBbjPWaWAklzmckjZljPWnvbklzmcktDDjPWaWAklzmckfgvbAcjPWwpWfgvclffgvsRMjPWnqanqaxSUsebjGKgMNsIwsebhViwIjsebutbgMNsebsebsebuXLtaMdRylFxtaMaIwhgKlFxfAKdBptaMxSUoRI +oRInqaumtvUldexnqanqanqanqanqanqadexnqanqadexnqadexdexnqadexdexdexdexnqadexnqanqanqanqanqanqaqcudexnqanqanqadexdexcXDrUXpyqqwuqwuqwuqwuqwupyqrUXcXDnqaiLuiaLnqasqTghtkLbkLbaISnqaxQnqHRqHRqHRqHRqHRqHRqHRqHRaUAaUAaUAaUAuTIcOqhponqaqgLfgvfgvteKfgvqYMjPWfgvfgvfgvfgvnqOjPWfgvfgvfgvfEGjPWfgvfgvfgvjwDjPWfgvfgvfgvfgvqYMjPWfgvfgvfgvfgvqOAqgLnqanqaxSUsIwdWHdWHdWHdWHdWHdWHdWHdWHdWHdWHdWHsebuXLuXLuXLuXLuXLuXLuXLuXLuXLuXLuXLxSUoRI +oRInqanqanqadexnqawTQdexdexnqaoZsdexnqamgjnqanqanqanqanqadexwTQnqanqanqadexnqanqanqanqadexuEtqjpdexnqanqanqanqanqacXDrUXqwuptwptwptwptwptwqwurUXrUXnqafdKtUhnqaaISaISimRaISaISnqaxQnrzLghWaPCnjajbMjbMqHRjEDaUAaUAaUAaUAuTIuZYhponqajPWaWAklzppTfgvfgvjPWoTjfgvfgvfgvmxejPWoTjfgvfgvqBbjPWoTjfgvfgvmKKjPWoTjfgvfgvfgvqBbjPWfgvbDsklzaWAuEQjPWnqavUlxSUhVidWHdWHdWHdWHdWHdWHdWHdWHdWHdWHdWHsebuXLuXLuXLuXLuXLuXLoHXuXLuXLuXLuXLxSUoRI +oRInqadexnqanqamgjnqanqaqJnnqadexnqanqanqanqanqanqanqanqadexnqadexnqanqaqJnnqawTQdexnqadexdexdexdexnqadexdexdexnqacXDmHVqwuptwuCclsLcoqptwqwurUXmodnqaiLuiaLnqamQenqanqanqamgjnqaxQnxQnxQnxQnxQnxQnxQnxQnxQnhpouTIaUAaUAuTIuZYhponqajPWjPWjPWjPWjPWipcjPWjPWjPWjPWipcjPWjPWjPWjPWipcjPWjPWjPWipcjPWjPWjPWjPWipcjPWjPWjPWjPWipcjPWjPWjPWjPWjPWnqanqahTNsebdWHdWHdWHdWHdWHdWHdWHdWHdWHdWHdWHsebuXLuXLxaltaMuzClFxlFxtaMjMBlFxuWNxSUoRI +oRIbMgdexnqanqanqanqanqanqanqaoisnqanqadexdexdexmgjnqanqadexnqadexnqanqanqanqavUldexnqanqanqanqanqanqadexkBNdexnqacXDrUXqwuptwfecxVbvPIptwqwurUXcXDnqapGkgUunqahpohpohpohpohpohpohpohpohpohpohpohpohpomjShpohponCAaUAaUAuTIjGPhponqajPWdqYfgvxzDjPWsbisbineesbisbisbisbisbineesbisbisbisbisbisbisbineesbisbisbisbisbineesbisbijPWfgvcuNqBbjPWnqanqaxSUrlMsIwarYsebsIwijrsebdWHdWHdWHdWHsebrlMuXLuXLuXLuXLuXLuXLxSUxSUxSUxSUxSUxSUoRI +oRIdexdexnqadexdexdexdexdexdexnqadexdexdexvUlnqanqanqanqanqanqadexnqanqanqadexdexdexmgjnqanqaoisnqanqanqanqanqanqacXDrUXpyqqwuqwuqwuqwuqwupyqrUXcXDnqaiLuiaLnqahpoeQfaopaoplQxlpxklGuTIaIIuTIckoewvkVkuTIuTIuTIuTIaUAaUAuTIjtAhponqajPWmonfgvrnWjPWkposbisbisbisbisbisbisbisbisbisbisbisbisbisbisbisbisbisbisbisbisbisbisbifnjjPWfgvfgvnXRqgLnqanqaxSUxSUxSUxSUxSUxSUxSUxSUfkAdWHdWHdWHxSUxSUuXLuXLuXLuXLuXLuXLxSUmhIlwIristJuxSUoRI +oRImgjnqanqadexuhnuhnjCCrbmdexnqadexhKrdexdexdexnqadexdexdexmgjnqanqadexnqanqanqanqanqacrznqanqanqawTQnqanqanqamgjcXDrUXrUXlPcrUXrUXrUXlPcrUXrUXcXDnqaiLuiaLnqahponCAaUAaUAaUAaUAaUAaUAaUAaUAaUAaUAaUAaUAaUAaUAaUAaUAaUAuTIjtAhponqaqgLbCRfgvfgvipcsbisbijPWjPWjPWjPWjPWjPWjPWipcjPWjPWjPWjPWjPWipcjPWjPWjPWjPWjPWjPWjPWsbisbiipcfgvfgvxLDjPWnqanqanqanqanqanqanqanqanqanqakYCkYCkYCkYCnqaxSUuXLtaMlFxtBDtaMuXLpPIoqSoqSoqSgYmxSUoRI +oRInqadexdexdexuhndpBuhnuhndexnqadexnqanqadexnqanqanqahKrdexmgjnqanqadexdexdexnqanqanqaxGAnqanqanqanqanqanqanqanqacXDcXDcXDcXDcXDcXDcXDcXDcXDcXDcXDnqaiLuiaLnqahpouTIaUAqZLcuUcuUcuUcuUxmTcuUcuUcuUcuUttsaUAaUAaUAaUAaUAuTInNshponqajPWaWAfgvsxIjPWsbisbijPWaWAklzttvqBbjPWwpWfgvfgvfXyjPWwpWfgvfgvdVVjPWhoKjGBclfhoKjPWsbisbijPWoTjfgvnvbjPWnqapGkgcngcntlNgcngcngcngcngcnhfqhfqhfqhfqnqaxSUuXLuXLuXLmMxuXLuXLxSUpAJjMChbkwZDxSUoRI +oRInqadexdexdexgpjuhnuhnuhndexnqanqanqanqanqanqaeWznqagZrdexnqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqamgjnqaasxnqatoAnqanqaiLuiaLnqahpouTIaUAcuUiDJiDJcuUcuUgoEcuUcuUmxMoZWcuUaUAuTIuTIuTIuTIuTIjGPhpomgjjPWjPWjPWjPWjPWsbisbijPWfgvfgvfgvsXSjPWfgvfgvfgveprjPWfgvwisfgvooojPWoVGhoKfgvaGAjPWsbisbijPWjPWjPWjPWjPWnqaiLuiaLiLuauyiLuiLuiLuiLuiLurYnhfqhfqhfqnqaqPcqPcqPcqPcqPcrqVqPcqPcqPcqPcqPcqPcqPcoRI +oRInqadexdexdexdpBuhndpBuhnuhnnqanqardMrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMsqRsqRrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMnqapGkgUunqahpouTIaUAcuUquXiDJcuUcuUcaLcuUcuUcuUcuUcuUaUAjTuhpohpoehMuTIhpohponqajPWvcBfgvlcwjPWsbisbijPWoTjfgvfgvormjPWvcBjcTbDsfGKjPWnvbklzaennuEjPWoTjfgvfgvuSqjPWsbisbijPWfgvqLMlKPjPWnqaiLuiaLnqanqanqanqanqanqanqanqanqanqanqanqaqPcrHnqTMlnKkhqfwgwUZkINrFsvwolFHqTMqPcoRI +oRInqanqawTQdexuhnuhnuhnoJedexmgjmgjrdMaBbaBbrdMaBbaBbrdMuNlaBbrdMaBbaBbrdMrNUjgRjREgOWrdMuqlnKSwlCiDEdAwuqlrdMgSjnKbrdMkzgnNzczKicHoqUblfdAwnKSrdMnqaiLuiaLnqahponCAaUAqZLcuUcuUcuUcuUcuUcuUcuUcuUcuUttsaUAuTIkfyuTIuTIuTItGJhpoouNjPWmonfgvfgvipcsbisbijPWjPWipcjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWjPWipcjPWjPWsbisbiipcfgvfgvjwDjPWnqaiLuiaLnqanqanqauUauUauUauUauUauUauUauUauUaqPcfwgiBGiBGiBGiBGiBGiBGiBGiBGiBGfwgqPcoRI +oRInqaxGAnqadexdexdexdexdexdexnqanqardMecTecTrdMecTecTrdMecTecTrdMecTecTrdMfpIfpIfpIvfLrdMqsEfpIclEfpIwIekihrdMosLaWNrdMfpIfpIfpIfpIfpIfpIfpIvfLrdMnqaiLuiaLnqahpouTIaUAcuUiDJiDJcuUcuUlZjcuUcuUcuUcuUcuUaUAuTIfQRuTIuTIuTIiIdhponqaqgLbDsfgvqBbjPWkposbisbisbisbisbisbisbisbisbisbisbixgGsbisbisbisbisbisbisbisbisbisbisbifnjjPWfgvfgvxLDqgLnqaiLuiaLnqanqanqauUanqanqanqanqavzPnqanqanqafVhfwgiBGlFucDacDanOEcDacDalCAiBGfwgqPcoRI +oRInqadexnqanqanqanqanqanqanqanqanqardMfpIfpItbcfpIfpIkjVfpIfpIkjVfpIfpIrdMslYfpIfpIfpIrdMiyvfpIfpIfpIfpIiyvrdMosLjNErdMslYfpIeJFfpIfpIeJFfpIfpIsqRnqaiLuiaLnSShpouTIaUAcuUquXiDJcuUcuUgoEcuUcuUgTVkffkukaUAuTIfQRuTIuTIuTIdomhponqajPWsSpfgvfEGjPWsbisbilHrsbisbisbisbisbilHrsbisbisbisbisbisbisbilHrsbisbisbisbisbilHrsbisbijPWoTjfgvaWAjPWnqapGkgUunqanqanqauUanqanqaiLuiLuiLuiLunqanqafVhfwgiBGsVrcDacDarZTcDacDasVriBGfwgqPcoRI +oRInqadexdexnqamgjnqanqanqanqadexdexrdMuBzfpIfpIfpIfpIfpIfpIfpIfpIfpIfpIjutfpIfpIfpIxeErdMfpIfpIfpIfpIfpIfpIrdMosLaWNrdMfpIfpIfpIfpIfpIfpIfpIfpIsqRnqaiLuiaLnqahpouTIaUAqZLcuUcuUcuUcuUgbgcuUcuUcuUcuUttsaUAuTIwXwuTIuTIuTImJThponqajPWjPWjPWjPWjPWipcjPWjPWsbisbisbimqijPWjPWjPWipcjPWjPWjPWipcjPWjPWjPWsZmsbisbisbijPWjPWipcjPWjPWjPWjPWjPWnqaiLuiaLnqarnornornornonqauNPiLuiLuiLunqanqafVhfwgszrfwgfwgfwgszrfwgfwgfwgszrfwgqPcoRI +oRInqamTadexnqanqadexdexdexnqamgjnqardMtvnfpIfpIfpIfpIfpIfpIfpIfpIfpIfpIrdMcVwfpIfpIwkkrdMiyvfpIfpIfpIfpIfpIrdMosLaWNrdMfpIfpIeJFfpIfpIeJFfpIfpIsqRnqapGkgUunqahpouTIaUAaUAaUAaUAaUAaUAaUAaUAnVbaUAaUAaUAaUAuTIhpouTIuTIuTItNThponqajPWwpWfgvfgvfgvfgvgNxjPWsbisbisbiiJbjPWwpWfgvfgvqBbjPWwpWfgvfgvnuEjPWvLDsbisbisbijPWwpWfgvfgvfgvfgvoIHjPWctviLuiaLnqarnoeYPvflrnonqaiLuiLuiLuiLunqanqaqPcqPcqPclgFqPcqPcqPcacNfwgqPcqPcqPcqPcoRI +oRInqaxsQdexnqanqavUlvrqdexnqanqanqardMuBzfpIfpIfpIfpIfpIfpIcrjfpIfpIfpIrdMuEafpIfpIloArdMqsEbSgfpIfpIfpIfpIjutosLaWNjutfpIfpIfpIfpIfpIfpIfpIfpIsqRnqaiLuiaLnqahpooJhuTIuTIuTIuTIuTIaUAaUAjGPjGPjGPaUAaUAuTIjTuhpouTIuTIuTIjTuhponqajPWfgvfgvfgvfgvfgvqOAjPWkposbisbiwhsjPWfgvfgvfgvnOhjPWfgvfgvfgvgSVjPWjfksbisbifnjjPWfgvfgvfgvfgvfgvnXRjPWnqaiLuiaLnqarnobUFvflwncnqanqanqaiLuiLunqanqanqanqaqPcqPcqPcgavnWHxbQxbQxbQnWHgavqPcoRI +oRInqadexdexnqanqanqanqadexdexdexnqardMfpIfpIjHDfpIfpIxOmfpIfpIjHDgWuiWtrdMuEafpIfpImXprdMuqldAwbiYqSgfpIvfLrdMosLjNErdMslYfpIeJFfpIfpIeJFfpIfpIsqRnqaiLuiaLnqahpooULuTIuTIuTIuTIsewaUAaUAuTIuTIsewaUAaUAuTIuTIhporrpuGftoFhHqhponqajPWnvbklzhrDfgvfgvkoXjPWsbisbisbiiJbjPWaWAklzwsuvFWjPWaWAjcTbDsnHSjPWvLDsbisbisbijPWnvbklzhrDfgvfgvqBbjPWnqaiLuiaLnqarnolwylwyrnonqanqanqaiLuiLunqanqanqanqanqaqPcqPcxbQxbQxbQxbQulIulIulIeORoRI +oRInqawTQnqanqanqadexnqadexxGAnqanqardMecTecTrdMecTecTrdMecTecTrdMrdMrdMrdMrdMlhdfpIrdMrdMrdMrdMrdMrdMfpIfpIrdMosLaWNrdMfpIfpIfpIfpIfpIfpIfpIvfLrdMnqaiLuiaLnqahpohpousMusMusMusMhpouMbaUAhpohpohpouMbaUAhpohpohpohpohpohpohpohponqajPWjPWjPWjPWqgLqgLjPWjPWjPWsxwsbijPWjPWjPWqgLjPWjPWjPWjPWjPWqgLjPWjPWjPWsxwsbijPWjPWjPWjPWjPWqgLqgLjPWjPWnqapGkgUunqarnoiPYiPYrnonqaiLuiLuiLuiLuiLuiLunqanqanqanqaxbQulIulIulIulIulIxbQxbQqPcoRI +oRInqanqanqanqanZIdexnqanqaqJnnqanqardMaBbuNlrdMaBbuNlrdMaBbaBbrdMgSjhEOhEObtIhEOhEOqfYhEOhEOhEOnKbrdMoMkjGZrdMosLaWNrdMxXceVUggquxguBzjkBpFluMcrdMkTxiLuiaLnqanqanqanqanqanqanqatYunqanqatYunqatYunqanqatYunqanqaeDjnqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqaheanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqaiLuiaLnqanqanqanqanqanqaiLuiLuiLuiLuiLuiLunqanqanqanqacyDulIulIulIulIulIulIulIeORoRI +oRInqanqanqadexdexdexnqanqanqanqaeKwrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMosLlyJkWtkWtkWtkWtkWtkWtkWteBoaWNrdMrdMrdMrdMosLaWNrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMnqapGkmfKgcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcnmfKwMkgcngcngcntlNgcniaLiLuhTttrwiLuiLunqanqanqanqafVhxbQxbQxbQxbQqdPoLoxbQqPcoRI +oRInqacrznqamgjnqanqadexdexdexnqanqardMxbiacurdMgSjhEOhEOhEObtIhEOfqyaWNwFnpiJpiJpiJpiJpiJwFnosLrSghEObtIhEOhEOfqyaWNrdMoMLklJfJGoMLklJmsjoMLklJrdMnqaiLuiaLiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiaLiLuxdttwJiLuiLunqanqanqanqafVhxbQxbQxbQxbQqdPoLoxbQqPcoRI +oRInqanqanqanqanqanqanqanqanqadexnqardMfpIvfLrdMdeFlyJkWtkWtkWtkWtkWtkfLwFngkniwmieHbKFgknwFnufMkWtkWtkWtkWtkWteBojNErdMslYfpIfpIfpIfpIfpIfpIfpIsqRnqaiLuiaLnqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqawSQnqanqaiLuiLuiLuiLuiLuiLunqanqanqanqaxbQulIulIulIulIulIulIulIeORoRI +oRInqanqanqaoiscDBnqanqanqanqanqanqardMfpIfpIjutosLaWNrdMrdMmISrdMwFnwFnwFnltXnXiltXnXiltXwFnwFnwFnrdMmISrdMrdMosLaWNrdMsvrdWzfpIsvrdWzfpIsvrdWzsqRnqaiLuiaLnqanqanqanqanqaeVueVueVudcZdcZeVueVueVueVueVueVueVueVueVueVueVueVueVueVueVueVueVudcZeVueVudcZeVueVueVudcZdcZeVueVueVueVueVueVueVueVueVueVunqanqaeqTeqTeRtmFOeqTeqTeqTeRteRteRteRteRteRteRteqTeqTnqauUanqanqaiLuiLuiLuiLuiLuiLunqanqanqanqacyDulIulIulIulIulIxbQxbQqPcoRI +oRInqanqadexnqanqanqadexwtYdexnqamgjrdMuSljBwrdMosLaWNrdMoMLfpIsJKwFnltXltXltXjShjShjShltXltXltXwFnqKlfpIoMLrdMosLaWNrdMnPifpIfpInPifpIfpInPivfLrdMnqaiLuiaLnqanqanqanqanqaeVukuVjaossttXyroKhFVeVubXwfbalIRiERaKzeVubXwfbanQBiERaKzeVuuBMeFesdBjnKdeJnACujzxUzeVuciOlVaeVuyaEuHguHgmIRuuKbogitssXzeVunqanqaeqTtsYtsYtsYyeKeZptsYtsYtsYtsYguetsYtsYtsYuIteqTnqauUanqanqanqanqanqanqanqanqanqanqanqaqPcqPcxbQxbQxbQxbQulIulIulIeORoRI +oRIdpBoqOdexnqanqanqawTQdexdexnqanqardMrdMrdMrdMosLaWNrdMslYwIewQoeuPltXbYPjShjShjShjShjShsvlltXeuPqKlbSgvfLrdMosLaWNjutfpIfpIfpIfpIfpIfpIfpIfpIsqRnqapGkgUunqanqanqanqanqaeVusOvitsitsitsitshFVeVugmIitsiCYitspleeVugmIitsiCYitspleeVufrifrifrifrifrifrifrifrieVumNebJHeVufyDuHouDiagTitsitsitsuwjeVunqanqaeqThKRpxLtsYtsYmFOtsYtsYlxglxgjZTlxglxglxgtsYeRtnqauUanqanqanqanqanqanqanqanqanqanqaqPcqPcqPcgavedLxbQxbQxbQedLgavqPcoRI +oRIdexdexdexnqaqJnnqanqamgjnqanqanqardMtRUjBwrdMosLaWNrdMfpIfpImqzeuPltXltXjShjShhdOjShjShltXltXeuPmqzfpIfpIrdMosLaWNrdMsvrdWzfpIsvrdWzfpIsvrdWzsqRnqaiLuiaLnqanqatPWnqanqaeVufZJitsitsitsitshFVeVurSDitsvBjitsogbeVurSDitsvBjitsogbeVufrifXwfXwfXwfXwfXwfrifrifrimNebJHdWcmIBmxsvCUxVWitsitsitsvFEeVunqaeKweqTbGJwJWtsYtsYeqThKRtsYlxglxglxglxglxglxgtsYeRtnqauUanqanqanqanqanqaqLOnqanqaqPcqPcqPcgQoqPcqPcqPcgMxxbQqPcqPcqPcqPcoRI +oRInqanqanqanqanqanqacrznqanqanqanqardMfpIfpIjutosLaWNrdMslYwIesJKeuPltXbYPjShjShjShjShjShsvlltXeuPnPRbSgvfLrdMosLjNErdMutwfpIfpInPifpIfpInPivfLrdMnqaiLuiaLnqaeVueVuekqitseVueVueVueVueVugtgeVueVueVueVueVufdEeVueVueVueVueVufdEeVueVufrifrifrifrifrifrifrifridgYmNebJHeVuvpOuwcuwcoLIuuKbogitsauKeVunqanqaeqTeqTeqTcZWeqTeqTtsYtsYlxglxglxglxglxglxgtsYeRtnqauUanqanqanqanqanqanqanqanqafVhjiFvdkcykcykcykvdkcykcykcykvdkjiFqPcoRI +oRInqaxGAnqanqadexdexdexdexdexdexnqardMfpIvfLrdMdeFaWNrdMtNYfpIsJKwFnltXltXltXjShjShjShltXltXltXwFnqKlfpIehLrdMosLaWNrdMaTHrlyxOmiZDaTHxOmgmvuVirdMnqaiLuiaLnqaeVupNRhnyhnykvRhnyeVupNRhnyhnykvRhnyhnyhnymVxhnykvRhnyhnyhnyhkPhnyrvyeVunmijYxogSjYxjYxkQnfripaDeVucaObJHeVueVueVueVueVueVueVueVueVueVumgjoiseqTsjevDqlCWyiqeqTwJWtsYdDrdDrdDrdDrdDrdDrqfneRtnqauUanqanqanqanqanqanqanqanqafVhcykcykvGjvGjvGjvGjvGjvGjvGjcykcykqPcoRI +oRInqadexmgjnqanqanqaoZsdexnqanqanqardMcLnkuCrdMosLaWNrdMrdMmISrdMwFnwFnwFnltXcxGltXcxGltXwFnwFnwFnrdMmISrdMrdMosLaWNrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMnqaiLuiaLnqaeVujVcitsoDkdRbdRbiLKvTJdRbdRbdRbdRbdRbdRbdRbdRbdRbdRbdRbdRbdRbsqJsbreVueVueVueVueVueVueVuaedeVueVumNebJHeVusXzfErnCovWHogbcXQsXziXSeVunqanqaeqTeqTeqTlCWkDqeqTwJWtsYdDrdDrdDrtTJdDrdDrtsYeRtnqauUanqanqanqanqanqanqanqanqafVhcykcykxXYxXYxXYxXYaRxxXYxXYcykcykqPcoRI +oRInqanqanqanqanqavgJvUldexnqanqadexrdMrdMrdMrdMosLrSghEObtIhEOhEOhEOnKbwFngknltXltXltXgknwFngSjhEOhEOhEOhEOhEOfqyrSghEOhEObtIhEOhEOhEOhEObtInKbsqRnqapGkgUunqadcZplwitspdYdEewHzeVueVueVueVueVueVueVueVudcZdcZeVulnNeVueVueVudbQnZuhnyhnyhnyhnyhnyhnyhnyhnyhnysJDmNebJHeVuitsitsitsitsitsitsitsitseVunqanqaeqTsjevDqlCWkDqeqTtsYtsYdDrdDrdDrdDrdDrdDrtsYeRtnqauUanqanqanqanqaehfnqanqanqafVhcykcykxXYxXYxXYxXYxXYxXYxXYcykcykqPcoRI +oRIdexdexdexnqadexdexdexdexnqanqanqardMubSuEardMufMkWtkWtkWtkWtkWteBoaWNwFndSVecTecTecTwFnwFnosLlyJkWtkWtvdTeBolyJkWtkWtkWtkWtkWtkWtkWtkWtkWtkfLsqRnqaiLuiaLnqadcZplwitspdYsxmitsitseVuejghJKsxHlDGdcZlGAlGAlGAnLjdRinLjlGAdcZdbQoDkdRbdRbqiSdRbdRbdRbqiSdRbdRbqiDmNebJHeVurCHvnpvdoeknekncagtQLxQUeVuouNnqaeqTeqTeqTlCWkDqeZphKRtsYdDrdDrdDrdDrdDrdDrtsYeRtnqauUauUauUauUauUauUauUauUauUaqPccykcykwKEwKEwKEwKEwKEwKEwKEcykcykqPcoRI +oRIdexidadexnqanqanqanqanqanqadexnqardMfpIfpIrdMrdMrdMrdMmISrdMrdMdeFrSghEObtIsaYsaYsaYbtIhEOfqyjNErdMmISrdMosLaWNrdMrdMrdMrdMrdMrdMrdMlhdfpIrdMrdMnqaiLuiaLnqadcZplwitspdYoNvutxsoteVuitsitsitslDGdcZlGAlGAlGAeJNdRilGAtYbdcZdbQpdYeVueVueVueVueVueVueVugtgeVueVucaObJHeVuitsitsitsitsitsitsitsitseVunqaygeeqTemFtjTlCWlCWcZWtsYtsYdDrdDrdDrdDrdDrdDrtsYeRtnqamgjnqanqanqaxGAnqanqatsFnqaqPcjiFxlHcykcykcykxlHcykcykcykxlHjiFqPcoRI +oRIdexnqadexwTQnqanqanqanqanqadexnqardMfpIfpIkjVfpIfpIkjVfpIvvardMufMkWtkWtkWtkWtkWtkWtkWtkWtkWtkfLrdMpiprdMosLjNErdMoMLklJfpIfpIkjVvMefpIfpImByrdMnqaiLuiaLnqadcZplwitspdYoNvutxitseVuitsitsitstDLdcZlGAlGAlGAmbddRilGAlGAdcZdbQpdYeVugBRitsfbaltuxvofbaitsjqseVumNebJHeVuveQitsitsitsdtoitsitsfEreVunqavUleqTlCWlCWlCWprLeqTtsYtsYtsYtsYogutsYtsYtsYuIteqTnqanqanqanqanqanqamgjnqanqanqaqPcqPcqPcqPcqPcqPcqPcqPcqPcqPcqPcqPcqPcoRI +oRInqanqanqanqanqamgjnqadexdexdexnqardMfpIfpIfpIfpIfpIfpIfpIhQardMrdMmISrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMmISrdMosLaWNrdMfpIfpIfpIclEclEuEafpIfpIaLVsqRnqaiLuiaLnqadcZplwitspdYsxmitsitsegEitsdtoitslDGdcZlGAlGAlGAbiQdRibiQlGAdcZdbQpdYeVuxTcglWitsbgPbgPitsfSHxTceVumNebJHeVukQKitsdtoitseVugtgeVueVueVunqamgjeqTeqTeqTeqTeqTeqTeqTeqTwEIeqTeqTeqTeqTeqTeqTeqTnqaoisnqanqanqanqanqanqanqanqanqanqanqatoAoisnqanqanqanqanqanqanqanqaoRI +oRInqanqamgjnqanqanqanqanqavUldexnqardMslYwIeuEaygcbSgfpIfpIqDUrdMfpIfpIaeEclEaeEfpIoMLrdMoeEwIweSMiybfpIrdMosLaWNrdMfpIfpIuEauEauEauEafpIfpIsgHsqRnqapGkgUunqadcZplwitspdYsNyspjeVueVueVueVugtgeVueVueVudcZdcZeVulnNeVueVueVudbQpdYeVuiqwitsitsqxxbgPitsitskQWeVumNebJHeVueVugtgeVugtgeVuitsfbaitseVunqanqanqanqanqanqanqaxThnqamgjnqanqanqanqatoAnqanqanqanqanqanqanqadASdASupxupxupxdASdASdASdASdASdASdASdASdASdASdASdASdASdASoRI +oRInqanqaxGAnqauSDdexdexnqanqadexnqardMfpIwIerwXuEabSgfpIfpIxslrdMfpIfpItGzmqzuEafpIoMLrdMfpIfpIfpIfpIfpIrdMosLaWNrdMslYwIeuEafpIfpIfpIfpIfpItXVsqRnqaiLuiaLnqaeVujVcitsnZuhnyhnyiUbpNRhnyhnyhnyhnyhnyhnyhnyhnyhnyhnyhnyhnyhnybGqsbreVuxTcglWitskbobgPitsfSHxTceVucaOhUImakuaDlVaeVusDesNyspjkZPpKKeVunqanqaaRYaRYaRYaRYaRYaRYaRYaRYaRYaRYaRYaRYaRYaRYaRYkiwaRYaRYnqanqadASmUlmUlmUlmUlkujmUlmUlmUlmUlmUlmUlkujmUlmUlmUlepdepddASoRI +oRInqanqanqanqauSDdexnqanqanqanqanqardMnjAwIeuEauEabSgfpIfpIylurdMdWgfpIkpNuEapcDfpIfpIrdMfpIfpIfpIfpIfpIrdMosLjNErdMfpIwIeuEafpIfpIfpIfpIfpInjArdMnqaiLuiaLnqaeVuvTJdRbdRbqiSdRbeVuvTJdRbdRbqiSdRbdRbdRbdRbdRbdRbqiSdRbdRbdRbdRbeuEeVusrFitsitsitsitsitsitssrFeVufERbpxbpxbpxvegeVunGgmakmakmaklVaeVunqanqaaRYkrjxDAhZIhZIxDAfsSaRYhWClkMdgsaRYsNYqfcfyYqfcmjKaRYnqanqadASwmIdyPdVxdyPdVxdyPdyPibIdyPdyPgsrdyPlCsfXqtWjtWjoemdASoRI +oRInqanqanqadexdexdexnqamgjnqanqanqardMrdMrdMrdMrdMrdMrdMfpIcgyrdMfpIfpIpZRnPipZRfpIxslrdMwgNsLwuEaiICeXnrdMosLaWNrdMbmuuEauEafpIfpIsqRoSCemordMrdMnqaiLuiaLnqaeVueVuekqitseVueVueVueVugtgeVueVueVueVugtgeVueVueVueVugtgeVueVueVugtgeVueVuiqwitsitsitskQWeVudcZeVudcZinbitsdcZdcZeVumNeitsitsitsbJHeVunqanqaaRYkrjooTooTgMOoYKhZIaRYkmrkmrcaTaRYoogqfcqfcqfcrllaRYnqaoixdASmUldyPdyPdyPdyPdyPdyPdyPdyPdyPdyPdyPlCsuWOtWjtWjmUldASoRI +oRInqanqanqanqanqanqanqaoZsdexnqanqardMoMLfpIfpIfpIvfLrdMmISrdMrdMrdMrdMrdMrdMrdMmISrdMrdMrdMrdMrdMrdMrdMrdMosLaWNfpIfpIfpIfpIfpIfpIemonqanqalRPnqanqaiLuiaLnqanqaajjnqanqaeVueaJdqllirpTXeVueaJdqllirpTXeVuvRodqllirpTXeVueaJdqlpTXpTXeVuxTcglWitsfSHxTceVunqaajjnqanqanqanqanqaeVucaOoKFoKFoKFcrieVunqanqaaRYkrjooTooTgMOtPnmSyaRYbiPkmrkdFaRYoogqfcqfcqfcrllaRYnqanqadASmUldyPdVxdyPdVxdyPdyPibIdyPdyPgsrdyPlCsxPEtWjtWjmUldASoRI +oRInqanqanqanqanqanqanqadexdexnqanqardMaYLfpIkWLfpIfpIjutgSjhEObtIhEOhEOhEOhEObtIhEOhEOhEOhEOhEObtIhEOhEOhEOfqyaWNiMHfpIfpIfpIfpIfpIwhJnqanqanqanqanqapGkgUunqanqanqanqanqaeVuliEpTXexzpTXeVuliEpTXexzpTXeVuliEpTXexzpTXeVuliEpTXexzsgAeVusrFitsitsitssrFdcZnqaiLuiLuiLuiLuiLunqagRWmNeitsitsitsbJHeVunqaeKwaRYcMIooTooTooTooTtYeaRYaRYfAtaRYaRYsNYqfcqfcqfcmjKaRYnqanqadASwmIdyPdyPdyPdyPdyPdyPdyPdyPdyPdyPdyPlCscJDtWjtWjoemdASoRI +oRInqanqadexdexdexnqanqanqadexnqanqardMnPRhEmjeObSgvfLrdMufMkWtkWtkWtkWtkWtkWtkWtkWtkWtkWtkWtkWtkWtkWtkWtkWtkWtkfLrdMtenmizmZlkUVqkzrdMmIXnqanqanqanqaiLuiaLnqanqaqLOnqanqaeVutIPeNPfVwfpseVutIPeNPfVwfpseVutIPeNPfVwfpseVutIPeNPfVwfpseVuxTcjGwitssLBxTceVunqaiLuiLuiLuiLuiLunlZeVuyhBeMqeMqeMqniFeVunqanqaaRYiOGhZIhZIhZIhZIhZIlLcqfcyhaqfcqfcqfcqfcqfcqfcfVVaRYnqanqadASmUlmUlmUlveAdyPdyPmUlmUlmUlmUlmUlveAmUlmUlmUlmUlfFYdASoRI +oRIxGKxGKxGKxGKxGKxGKlEIxGKxGKxGKxGKrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMrdMsqRsqRsqRrdMrdMrdMsqRsqRsqRrdMrdMrdMrdMrdMrdMrdMsqRsqRsqRrdMrdMnqanqanqanqanqaiLuiaLnqanqanqanqanqaeVueVueVudcZeVueVueVueVudcZeVueVueVueVudcZeVueVueVueVudcZeVueVueVueVudcZeVueVueVunqaiLuiLunqanqanqanqaeVueVudcZdcZdcZeVueVunqanqaaRYaRYeGiaRYxggxggaRYaRYaRYaRYaRYaRYaRYaRYaRYaRYaRYaRYnqanqadASdASupxupxdASggJdyPdASupxupxdASdASdASdASdASsnedASdASdASoRI +oRInqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqatoAnqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqauHcnqanqanqanqanqanqanqanqanqanqanqanqanqaiLuiaLnqanqanqanqanqanqanqanqanqanqaeDjnqanqanqanqanqanqanqanqanqamnfnqanqanqanqanqanqanqanqanqanqanqanqaiLuiLunqanqanqanqanqanqanqanqanqanqanqanqanqanqabBBnqanqanqanqanqanqanqanqanqaheanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqamnfnqanqaeDjdASkWWrbPsnesnerbPsnedASoRI +oRInqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqaiLutlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcnmfKgcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcnwMkgcngcntlNiLunqadASsnewNUtjbtjbwNUoFudASoRI +lUplUplUplUplUplUpbQmbQmlUplUplUplUplUplUpxGKxGKgjGxGKxGKxGKwlInqaiLuiaLiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuiLugUunqaupxsnetjbtjbtjbtjbsnedASoRI +lUpsmclUMoESwkXlUprNFrNFlUpgOsjygpWUsmclUpnqanqanqanqanqanqapNAnqapGkgUunqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqaiLuiaLnqanqanqanqanqanqanqanqanqanqanqanqanqanqanqawJMnqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqaiLuiaLnqaupxsnetjbtjbtjbtjbsnedASoRI +bQmscKpWUpWUpWUssJrNFrNFeylpWUpWUpWUscKbQmnqanqanqanqanqanqapNAnqaiLuiaLnqarfnuEduEdrfnuEduEdrfnuEduEdrfnuEduEdrfnuEduEdrfnnqanqahZahZagaMgaMhZaarahZahZafuWmuCfuWxSfxSffuWfuWnqauRzuRzuRzsvBsvBuRzhDOuRzuRzuRznqatrDtrDtrDtrDtrDtrDxJJxJJtrDtrDnqaiLuiaLnqaxJFxJFxJFbpNbpNbpNbpNbpNxJFxJFxJFbpNbpNxJFxJFxJFxJFxJFxJFxJFxJFnqatQStQSpWgtQSlVWnnstQSpWgpWgpWgpWgpWgpWgpWgtQSlVWnnstQSpWgtQStQSnqaiLuiaLnqadASmPKwNUtjbtjbtjbqlbdASoRI +bQmlQwpWUxykkjXlUprNFicXlUpaVepWUpWUlQwbQmnqaiLuiLumZEgcngcngcngcniaLiaLnqarfndzalFzrfndzalFzrfndzalFzrfndzalFzrfndzalFzrfnnqanqahZavjxtDTsZWpGOeYTekRhZagdPhNHlEVhNHntlgovfuWnqauRzpkrokPqhSrfZfBTtzdxOCtzduRznqatrDfjwtcOtrDoxBdNZibSibSwtExJJnqaiLuiaLnqaxJFmiwkLUmiwjqImiwjqImiwkLUmiwjqIjqIjqIjqIxJFydEnSFsmLnSFydExJFnqatQSqvgkXKtIAnnsnnseKMsCzgmQnnsuWTlAklAklAkhCPnnsnnsuxtnnsqDVtQSnqaiLuiaLnqadASsnembTsnesnesnehagdASoRI +lUplUpdnalUplUplUprNFrNFlUplUplUpdnalUplUpnqaiLuiLutONiLuiLuiLuiLuiaLiaLnqarfnfFfmiErfnfFfmiErfnfFfhuurfnfFfmiErfnfFfmiErfnnqanqahZajJItDTeYTeYTeYTcZxhZapTaiwVhNHhNHntldaPfuWnqauRzuRavzHtqYtqYtzdtzdsVDcgfuRzouNtrDdHntqBfbjdrJdrJdrJdrJsfOtrDnqapGkgUunqaxJFhfGjqIhfGjqIhfGjqIhfGjqIhfGjqIjqIjqIjqIohkydEydEsmLydEydExJFnqatQSqvgnnsnnsnnsnnshZBlsRlsRnnsnnsnnsnnsnnsnnsnnsnnsnnsnnsbhcpWgnqapGkgUunqadASdASdASdASdASwpNdASdASoRI +lUpuQvjmklZnaexlUprNFrNFlUpaexlZnjmkmpQlUpnqaiLuiLutONiLuiLupNAnqaiLuiaLnqarfnfcpuEdrfnfcpuEdrfnfcpuEdrfnfcpuEdrfnfcpuEdrfnnqanqahZadFgdxMeYTeYTeOhalFhZaiYMhNHenAuOzntlbMmfuWnqauRzmsMvzHtzdtzdtzdlUFtzdtzduRznqatrDtrDtrDtrDnsGfVaeFSfVansGigVnqaiLuiaLnqaxYvxYvxYvxYvxYvxYvxYvxYvxYvxYvxYvkPysdRfDdxJFxJFxJFxJFohkxJFxJFnqatQSrKYnnsnnsnnsnnsnnsnnsnnsnnsnnsnnspfJnnsnnsnnsnnsnnsnnslxhpWgnqaiLuiaLnqanqanqamgjnqanqanqanqanqaoRI +lUpcbxjmkjmkvYLlUprNFrNFlUphRGjmkjmkbUIlUpnqaiLuiLutONiLuiLupNAnqapGkgUunqarfnqMRaBBaBBaBBaBBaBBaBBaBBaBBaBBaBBaBBaBBnxprfnnqanqahZahZahZadPUhZabYUhZahZafuWwtjfuWfuWkUlfuWfuWmgjuRzuRzuRzatCuRzuRzsvzuRzuRzuRznqatrDkRCbroebxijkhfthfthftnsGtrDnqaiLuiaLnqatppxYvxYvxYvxYvxYvxYvxYvxYvxYvxYvkPysdRfDdxJFjqIjqIjqIjqIjBtxJFnqatQSqvgnnsnnsnnsnnshZBoYpoYpnnsnnsnnsnnspcannsnnspWCnnsnnsnkDpWgnqaiLuiaLnqavvsvvsvvsvvsvvsvvsvvsvvsoRI +lUplUplUplUplUplUprNFrNFlUplUplUplUplUplUpnqaiLuiLutONiLuiLupNAnqaiLuiaLnqarfnrRTujspktujsujsujsujspktujsujsujsujspktbRxrfnrfnnqahZabMBpvupNkhZacvOoWghZasJLaVtfuWtHTiaisyefuWnqauRzmrnkXYqIzuRzjAkgbXsnwisMuRznqaxJJqJIviitrDxpmvXVkeSvXVxpmxJJnqaiLuiaLrPCxJFmiwjqImiwjqImiwjqImiwjqImiwjqIjqIjqIjqIjLgjqIjqIeUYjqIjqIxJFnqatQSqvgnnsnnsnnsnnsdRwnnsgmQnnsnnsnnsnnspcannsnnssGsnnsnnsmsFpWgnqaiLuiaLnqavmEgYdugvosKvvscmoeNyvvsoRI +lUpuQvlZnjmkaexlUprNFicXlUpaexjmklZnbUIlUpnqaiLuiLutONiLuiLupNAnqaiLuiaLnqarfnrfnrfnrfnrfnkTKrfnrfnrfnuZLaXRaXRaXRaXRaXRaXRrfnnqahZasGFpNkpNkhZacvOuNnhZaagecMAfuWiaiiaimSffuWnqauRzlcpqIzdhxuRzeWQgbXgbXwpmuRznqatrDtrDtrDtrDtrDtrDtrDtrDtrDtrDnqaiLuiaLnqaxJFhfGwSuhfGjqIhfGjqIhfGwSuhfGjqIjqIjqIjqIxJFjqIpXTtCEfXMjaFxJFnqatQStQSvzJtQStQSjzYtQStQStQStQSuDrnnsnnsoGKnnsnnsfbrnnsnnskZmpWgnqaiLuiaLnqavvsdQGdvQoVFvvswdbdghvvsoRI +lUpuQvjmkjmkvYLlUprNFrNFlUpeAzjmkjmkmpQlUpjvViLuiLutONhRsiLupNAnqaiLuiaLnqanqamQenqaaLgdzQoQPkRmrfnsktfFfaXRdeDeUXeUXjSCaXRrfnnqahZagSLfeEhfFhZacvOehFhZadKJcMAfuWsZinIbbMlfuWeKwuRzqQaqIzdZuuRziJFisMfdCiJFuRznqanqanqanqawhwnqamgjnqanqanqanqanqapGkgUunqaxJFxJFxJFbpNbpNbpNbpNbpNxJFxJFxJFxJFxJFxJFxJFxJFxJFxJFxJFxJFxJFmgjtQScyabFJbFJtQSbwPimFbgAbgAtQSqBEnnsnnsjfsnnsnnsizmnnsnnslblpWgnqapGkgUunqavvsvvsdYQvvsvvspRqvvsvvsoRI +lUplUpdnalUplUplUprNFrNFlUplUplUpdnalUplUpnqaiLuiLutONiLuiLupNAnqaiLuiaLnqanqanqanqaaLgkoefFfdkPrfnfFfaUwaXRrkVeUXeUXrmIaXRrfnnqahZahZagaMhZahZahZahZahZafuWfuWfuWfuWxSffuWfuWnqauRzuRzuRzuRzuRzuRzuRzsvBuRzuRznqapjRpjRpjRpjRpjRpjRpjRpjRpjRpjRnqaiLuiaLnqanqanqanqanqanqanqanqanqatoAnqanqawhwxThmgjnqanqanqanqanqaxGAnqanqatQSbFJbFJbfOtQSbwPbwPbwPbwPtQSwOonnsnnswmannsnnsdMunnsnnscdypWgnqaiLuiaLnqavmEjsapAFpIlpAFpAFpUGvvsoRI +bQmsmcpWUaipwkXlUprNFrNFlUpgOsjygpWUsmcbQmnqaiLuiLutONiLuiLupNAnqapGkgUunqanqanqanqaiWNkoefFfvoYaSHfvmfFfaXRpuHeYvpVbnrCaXRrfnouNnqawhwnqanqanqanqanqanqanqanqamgjnqanqanqaxGAnqanqanqanqaqEMnqanqanqamgjnqanqanqapjRxsZxsZoAwqINqINqINxsZfEQpjRnqaiLuiaLnqafRWfRWfRWfRWfRWfRWfRWfRWfRWfRWfRWfRWfRWfRWfRWfRWfRWfRWfRWfRWfRWeKwtQSjWTbFJqnYtQSsxnpxCpxCuhatQShQhnnsnnsnnsnnsnnsnnsnnsnnscYYpWgnqaiLuiaLnqavvswDkgTNmHDnXopAFwuhvvsoRI +bQmscKkPJpWUpWUeylrNFrNFeylpWUpWUpWUscKbQmnqahRsiLutONiLuiLupNAnqaiLuiaLnqanqanqanqaaLgkoefFfvoYoBpfFffFfaXRbEZeUXeUXeLCaXRrfnnqanqanqanqanqanqanqanqavUlpOFnqanqanqanqanqanqanqanqanqanqanqawhwpeznqanqanqanqanqapjRxsZknYalWalWalWalWknYxsZoXonqaiLuiaLnSSfRWwnEfDngqXuOVmqApQeqFrfRWcnNqQAfRWqQAcnNfRWvkSttqfVxiFAhPXfRWnqatQSxNpbFJbFJtQSwPspxCqmKaBLtQSvlRnnsnnsnnsnnsnnsnnsnnsnnsvkopWgnqaiLuiaLnqagFkpAFgTNwzFnXopAFwDBvvsoRI +lUplQwpWUpWUbJSlUprNFicXlUpqFypWUpWUlQwlUpnqaiLuiLutONiLuiLuwxVnqaiLuiaLnqanqanqanqaiWNkoefFfvoYbKXfvmfFfaXRhEweUXeUXjFJaXRrfnnqacGQcGQcGQspXcGQcGQcGQcGQcGQcGQnqamMGmMGnulmMGmMGmMGmMGmMGpjRpjRpjRpjRpjRpjRpjRpjRpjRqINalWuotkjWkjWuotalWqINoXonqaiLuiaLnqafRWulBmbBmbBmbBmbBmbBeppfRWmdsfRWfRWfRWmdsfRWiFAiFArcxiFAwJCfRWnqatQSxNpbFJhRZtQSbwPcfmcfmbwPtQSlfTboovoCmrZwRpnWwqaHszChRboXJtQSnqaiLuiaLnqavvspAFpAFpAFpAFpAFfuuvvsoRI +lUplUplUplUplUplUprNFrNFlUplUplUplUplUplUpnqaiLuiLutONiLuiLupNAnqaiLuiaLnqaqLOnqanqaaLgwOSfFfdkPrfnwawaUwaXRaRReUXrYHrYHaXRrfnnqacGQbLOazpaeGszTcGQkOSdMYaqmcGQnqamMGspIezDkGZmMGbxXoIlbMxpjRxnSybKybKpjRqINxsZxsZxsZqINalWkjWkjWkjWkjWalWqINpjRnqapGkgUunqahsDrblmbBmbBmbBmbBmbBxJGfRWgWfmbBmbBmbBlbtfRWfKXiFAiFAiFAgFBfRWnqatQStQSjPstQStQStQStQStQStQStQStQStQStQStQStQStQStQStQStQStQStQSmFGpGkgUunqavvsvvsvvsvvsvvsvvsvvsvvsoRI +bQmsmcpWUaipwkXlUprNFrNFlUpgOswkXbDFsmcbQmnqaiLuiLuiLuiLuiLupNAnqaiLuiaLnqanqanqanqaaLgewAmXPbBzrfnrfneavaXRaXRwjQaXRaXRaXRrfnnqacGQqYTaeGaeGhGrcGQtjwtXrdcVcGQnqamMGvoKvoKxQqmMGpzRpzRuERpjRxecybKybKatXqINxsZnhEnhEqINalWkjWkjWkjWkjWalWqINpjRnqaiLuiaLnqahsDqUhmbBmbBoFkmbBmbBuCPfRWfRWfRWmbBfRWfRWfRWfRWfRWfRWsrGfRWfRWlXynqamgjnqanqawhwnqanqanqanqatoAnqavUlsbvnqanqawhwnqanqanqanqanqanqaiLuiaLnqawqVfdLxnEoTpweIqqLpDdweIoRI +bQmscKpWUpWUpWUeylrNFrNFeylpWUpWUpWUscKbQmnqanqanqanqanqanqapNAnqaiLuiaLnqarfnrfnrfnrfnrfnrfneavrfnyjsoQPoQPdSKoQPoQPoyrrfnrfnnqacGQaeGaeGaeGiZqcGQtEBtXrnVKcGQqEMmMGvoKvoKxobmMGpzRpzRuDLpjRpjRpjRpjRpjRfKpqINqINqINqINalWkjWkjWkjWkjWalWlVCpjRnqaiLuiaLnqahsDkhkmbBmbBmbBmbBmbBeUnpCIqysbWHmbBbWHgiSgpwgJmsxkhoQbWHnpcfRWxGAtcItcItcItcItcItcItcItcItcInqanqamgjnqanqaxThnqanqanqanqanqanqanqaiLuiaLnqaweIvbCsUJiHrweIaAAsPJweIoRI +lUplQwpWUpWUdtHlUprNFrNFlUpkSnpWUpWUlQwlUplUplUpbWFrNFlUplUplUpnqapGkgUunqarfnsTruKeanEdwzrfnyjsoQPjYdwKCmXPodlmXPmXPbBzrfnmgjnqacGQcGQcGQcOncGQcGQcGQrtecGQcGQnqamMGmMGcuZmMGmMGoesmMGmMGpjRxecybKybKatXqINxsZnhEnhEqINalWuotkjWkjWuotalWqINoXonqaiLuiaLnqafRWjvambBmbBmbBmbBmbBmbBmbBmbBmbBmbBmbBmbBmbBmbBmbBkvHmbBbWHfRWnqatcIvDhufunxqmJKnxqufujdCtcInqaaCZaCZaCZaCZaCZaCZaCZaCZaCZaCZaCZnqaiLuiaLnqaweIweIpCVweIweIjycweIweIoRI +lUplUpdnalUplUplUprNFrNFlUplUplUpdnalUplUprxXtUKrNFrNFqCTbySlUpnqaiLuiaLnqarfnrexqCIqCIaWyrfnfRuodlmXPbBzrfnrfneavrfnrfnrfnnqanqacGQwUdlXTrVUvBVeBxrVUrVUjudcGQmgjmMGbllsYQuaYnMnsYQvcbdWKpjRolKybKylWpjRqINxsZxsZxsZqINalWalWalWalWalWalWqINoXonqaiLuiaLnqafRWpRKxMZbwZbWHbWHbWHbWHeDNmHqkmhuPnggYbWHbWHmbBmbBiNzmbBbWHfRWouNtcIqOvufunxquDHnxqufuitNtcInqaaCZeJkcyucyufBCcyufaawBcpBVefAaCZnqaiLuiaLnqawqVluErEQrEQrEQrEQkzuweIoRI +lUpcbxjmklZnaexlUprNFicXlUpaexlZnjmkbUIlUprNFmUfrNFrNFmUfrNFbQmnqaiLuiaLnqaaLgsTruKeqCIqCIrfneavrfnrfneavrfnlMksdZsdZqVNrfnnqanqacGQxbplXTrVUrVUrVUqJYrVUrVUcGQnqamMGsYQsYQnMnnMnsYQxiFamepjRpjRpjRpjRpjRbUzbUzbUzbUzbUzqINqINqINwXVgVbgVbqINpjRnqapGkgUunqafRWfRWhsDhsDfRWwpAbWHfRWfRWhsDhsDhsDfRWfRWorDmbBmbBkvHkvHuZjfRWnqatcIufuufunxqnxqnxqufuufutcInqaaCZrWvcyusrjaCZcyucyugyBpBVefAmUynqapGkgUunqaweItaurEQqQuhiyrEQaInweIoRI +lUpuQvjmkjmkvYLlUprNFrNFlUpeAzjmkjmkmpQlUprNFtvLrNFrNFtvLrNFbQmnqaiLuiaLnqaaLghYXqCIqCIqCIqCIqCIrfnvgccdkrfnpgbsdZsdZjsVrfnnqaeKwcGQwYNlXThrYuJvrVUrVUwvhrUwcGQnqamMGsYQsYQvbdvbdkIGxiFoEYpjRpNngznrKTpjRsoOsoOomfsoOsoOqINqINqINpjRrFDgxLpjRpjRnqaiLuiaLnqanqanqanqanqaeubnqanqanqanqanqanqanqanqafRWqrVmbBmbBmbBmbBbWHfRWnqatcIcToncCncCufuufuufukBVtcInqaaCZtZDlPdsrjaCZgKniZAgWnpBVdpFmUynqaiLuiaLnqadsGrEQrEQqQuaLwrEQgOeweIoRI +lUplUplUplUplUplUprNFrNFlUplUplUplUplUplUprNFrmFrNFrNFrmFrNFbQmnqaiLuiaLnqarfnsTruKeqCIqCIqCIaWyrfnbcocdkrfnuGRhYtfzucOprfnnqanqacGQeLrlXThUquJvrVUrVUoGhrVUcGQnqamMGrHUsYQsYQsYQsYQxiFdBgpjRvphjnHaDVdBaqwRqwRqwRqwRtSfqINnhExsZoXonqanqamiinqanqaiLuiaLnqanqanqaqLOnqanqanqanqanqanqanqanqanqatKEfRWwegmbBjuXolvmbBswPfRWnqatcIufuylnoQVufuufuufuobetcInqaaCZaCZaCZaCZaCZpBVpBVpBVpBVefAmUynqaiLuiaLnqaweIdMHrEQqQuaLwrEQmfAweIoRI +lUprNFqCTrNFrNFrNFrNFrNFqCTrNFrNFrNFrNFqCTrNFrNFrNFrNFrNFicXlUpnqapGkgUunqarfnhYXqCIqCIqCIqCIuYKrfndyccAArfnuGRfzufzucOprfnnqanqacGQgPNlXThUquJvrVUrVUrVUxzocGQnqamMGmwFmQNsYQfQosYQxiFexbpjRjPEaDVaDVpjRiStvZjblCaLWqwRqINoJwxsZoXonqanqanqanqanqaiLuiaLnqanqagtbgtbgtbnqanqanqagtbgtbgtbnqanqanqabWHbWHmbBbtOxVembBoWCfRWnqatcItcIbiztcIcTrtcIbiztcItcInqaaCZdgidgidphhZppBVhDZpBVpBVeXCaCZnqaiLuiaLgPQweIweIweIweIweIweIweIweIoRI +lUprNFrNFrNFrNFrNFrNFrNFrNFrNFrNFrNFrNFrNFrNFrNFrNFrNFrNFrNFfzlnqaiLuiaLnqarfnrfnrfnrfnrfnrfnrfnrfnrfnrfnrfnrfnaLgaLgrfnrfnnqanqacGQcGQspXspXcGQmiCcGQspXcGQcGQnqamMGmMGmMGhVWmMGnulnulmMGpjRpjRpjRpjRpjRpjRoXooXopjRoXooXopjRpjRpjRnqanqanqanqanqaiLuiaLnqanqagtbgtboBSnqanqanqaoBSgtbgtbnqanqanqakuvbWHmbBmbBmbBmbBdgUfRWnqanqanqanqasMqnqanyvnqanqaqLOnqamUypBVpBVpBVpBVpBVpBVpBVpBVpBVlInnqaiLuiaLnqaqfbxRSnHOaYzqfbgZYpxfqfboRI +lUplUplUplUplUplUprNFrNFlUplUplUplUplUplUprNFrNFrNFrNFrNFrNFlUpnqaiLuiaLnqanqanqanqaeDjnqanqanqaheanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqahlLnqanqanqanqanqanqanqanqanqanqaeDjnqanqanqanqanqanqapGkgUunqanqaojrpHcbfbnqanqanqaojrpHcbfbnqanqanqafRWfxiaJOlXOkRgrFMmqFfRWnqanqanqanqanqanqanqanqanqanqanqalInpBVpBVpBVuPIpBVeJteJtjECitGaCZnqapGkgUunqaqJftYjtYjhSzqfbbpiaPJqfboRI +lUpfapuMtaiphCnlUprNFrNFlUpgOswkXbDFsmclUprNFrNFrNFrNFrNFrNFbQmnqaiLumfKgcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcngcngcniaLnqanqanqanqanqanqanqanqanqanqanqanqanqanqafRWfRWhsDhsDhsDhsDfRWfRWnqanqaoBSgtbgtbgtbgtbgtboBSnqarZEaCZaCZmUymUyaCZaCZaCZmUymUyaCZaCZnqaiLuiaLnqaqfbtYjtYjtYjqfbbpibpiqfboRI +bQmscKpWUpWUpWUeylrNFrNFeylpWUpWUpWUscKlUpdWRrNFtvLhFstvLtvLbQmnqaiLuiaLiLuiLuiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuiLuiLuiaLnqanqanqanqanqaddNdAhkEQnqanqakGFnqanqanqanqaeDjnqanqanqanqaeDjnqanqanqagtbgtbgtbgtbgtbgtbgtbnqanqanqanqanqanqanqaeDjnqanqanqanqanqanqaiLuiaLnqaqfbqfbaKoqfbqfbchxqfbqfboRI +bQmlQwtdMuMtsYplUprNFicXlUppPipWUpWUlQwlUprNFrNFtvLrmFrmFrNFbQmnqapGkgUunqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqakmCnqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqauxmkGFnqanqanqanqanqanqanqanqaiLuiaLnqanqanqanqanqaizwnGufwsnqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqagtbgtbgtbgtbgtbgtbgtbnqanqanqanqanqanqanqanqanqanqanqanqanqanqaiLuiaLnqaqJfjpHaTCmyLlMmaTCtzkqfboRI +lUplUpdnalUplUplUprNFrNFlUplUplUpdnalUplUprNFrNFrNFrNFrNFlQOlUpnqaiLuiaLnqaebvebvebvxEjxEjebvebvebvebvxEjebvebvoNfoNfhCXhCXhCXhCXoNfoNfdpvoNfoNfoNfnqanqaebLebLebLebLebLgxWgxWgxWgxWgxWgxWebLosdaytebLebLnqawcXwcXwcXwcXwcXwcXwcXnntwcXrSGwcXwcXnqaiLuiaLnqanqanqanqanqaikUoHLaIenqanqanqanqanqanqaugdugdnQbnQbnQbnQbugdugdnqanqaoBSgtbgtbgtbgtbgtboBSnqadKRbolbolowKowKbolbolbolowKowKbolbolnqaiLuiaLnqaqfbbBOaTCaTCaTCaTCqKVqfboRI +lUpcbxjmkcRfaexlUprNFrNFlUpaexlZnjmkbUIlUprNFrNFtvLrNFrNFrsTlUpkAuiLuiaLnqaebvjVTtwbnUyshToYBmOpebvfoasdPfKsebveTZnMAnMAnMAnMAnMAcaQxulnMAfGOsduoNfnqanqaebLjKwjKwjKwebLayttzltkZaytlNMlNMlNMaytaytlNMebLouNwcXtWClZwsqHtIdwcXuFgsqHsqHsqHuFgwcXnqapGkgUunqanqanqanqanqanqanqanqanqanqanqanqanqanqaugdaMJcRxkODgXxcRxjMQugdnqanqanqanqanqanqanqanqanqahPPnqanfgvUavUavUagylbolapxfzFfzFlxBbolnqapGkgUunqacJlaTCxeajDRjhnaTCipuqfboRI +lUpuQvjmkjmkvYLlUprNFrNFlUpeAzjmkjmkmpQlUprNFrNFlUplUplUplUplUpnqaiLuiaLnqaxEjqpnqpnqpnqpnqpnqpnebvsdPsdPqBtebvnMAwDgnMAnMAnMAnMAnMAnMAnMAeFxpLKoNfnqanqaebLnCgdvEdvEebLgFrsnHhctaytaytaytaytaytaytlNMebLnqawcXwcXwcXsqHsqHvHZsqHsqHsqHsqHsqHrSGnqaiLuiaLnqanqapBKdVOeKenqanqanqapBKdVOeKenqaqLOnqaeeteetejiejiejiejipoougdnqaeWzqdcpMdiMQnqanGYpMdiMQnqanqaowKuwEvUavUaleSbolrUHcrUfzFfzFowKnqaiLuiaLnqaqfbaTCaTClHHaTCaTCrsiqfboRI +lUplUplUplUplUplUprNFrNFlUplUplUplUplUplUprNFicXlUpaexlZnbUIlUpnqaiLuiaLnqaxEjrUlhzehzelJprUloBkebvaGXyfPoYMebvffiuZanMAnMAnMAnMAnMAnMAnMAeFxmNFoNfnqanqaebLnCgdvEdvExtDaytaytxlIaytaytaytaytxlIaytlNMebLnqawcXtWClZwsqHeyAwcXsqHsqHsqHsqHsqHwcXnqaiLuiaLnqanqagtbgtboBSnqanqanqaoBSgtbgtbnqanqanqatIeeetejiejipRJpRJpoougdnqaqtMqtMalRqtMvTnqtMalRqtMqtMnqaboltGwvUavUabeLbolpfTfzFfzFfzFowKnqaiLuiaLnqaqfbqfbqfbqfbqfbqfbqfbqfboRI +lUpcbxlZnjmkaexlUprNFicXlUpaexlZnjmkbUIlUprNFrNFlUpeAzjmkmpQlUpnqapGkgUunqaxEjrUlbRPbRPbRPrUlrUldlHsHLsdPkeVebvnMAwDgnMAnMAnMAnMAblSuZahcMeFxcWHoNfnqamgjebLvaldvEdvEebLebLebLebLebLebLebLebLebLebLebLebLnqawcXwcXwcXsqHeyAwcXsqHoYSixgixgsqHnntnqaiLuiaLnqanqagtbgtbgtbnqanqanqagtbgtbgtbnqanqafdfugdaMhejiejieEueEuxIFugdnqaqtMbEAmXtaIJaIJaIJoJzeQyqtMmgjbolpIUvUavUaiUIbolbolbolaIXbolbolnqaiLuiaLnqatSFoEFeYnfistSFhlydSDtSFoRI +lUpuQvjmkjmkvYLlUprNFrNFlUpeAzjmkjmkmpQlUprNFrNFlUplUpdnalUplUpnqaiLuiaLnqaebvigGrUlrUlrUlrUlrUlebvhgilNnxXEebveTZnMAnMAnMAtxFnMAopFuZahcMeFxqUmoNfnqaeKwebLebLifoebLebLohfpCCscYscYscYiDVeCLeCLoovcNgebLmgjwcXtWClZwsqHeyAwcXsqHixgehPixgsqHnntnqaiLuiaLnqanqanqanqanqaqLOnqanqanqanqanqanqanqanqanQbsfxejiejieEpeEuslSugdeKwqtMvoilfQgragragralfQeQpqtMnqabolbTRvUavUaxrchSAvlxoPfvUapdmowKnqaiLuiaLnqalMgeOieOiyfstSFwJhylVtSFoRI +lUplUpdnalUplUplUprNFrNFlUplUpdnalUplUplUprNFrNFlUppWUpWUhJGlUpnqaiLuiaLnqaebvrUlrUlrUlrUlrUlrUlebvebvebvebvebvoNfcNzoNfoNfoNfcNzoNfoNfoNfoNfoNfoNfnqanqaebLeudeudeudeudeudeudeudeudeudeudeudeudeudeudebLnqawcXwcXwcXsqHeyAwcXsqHsqHsqHsqHsqHnntnqapGkgUunqanqanqanqanqanqanqanqanqanqanqanqanqanqaugdiHaejiejiihLihLpoougdnqaqtMaIJgragragragragraaIJqtMnqaboliQtszAvUavUavUavUaxbZvUascPowKnqapGkgUunqatSFeOieOieOitSFjcFjcFtSFoRI +bQmoaopWUbDFnDUlUprNFrNFlUppiqdGoayjlQwlUprNFrNFeylpWUcbllQwbQmnqaiLuiaLnqagxQkKbrUlrUlrUlrUloBkebvixxomBmIrebvvcmvmcujxoNfxorgZcqLhaCPqLhgZcnoLoNfnqanqaebLeudtiAtiAtiAtiAtiAtiAtiAtiAtiAtiAtiAtiAeudebLnqawcXtWClZwsqHeyAwcXaSrsqHsqHsqHsqHwcXnqaiLuiaLnqaugdugdugdugdugdugdjJWeetugdnQbnQbnQbugdugdrLgejiejipRJpRJpoougdmgjqtMnYVgraomLomLuoCgtpcANqtMnqabolheQvUavUavUavUavUaaXgvUadHhbolnqaiLuiaLnqatSFtSFqTitSFtSFfQCtSFtSFoRI +bQmscKpWUpWUpWUeylrNFrNFeylxQNsbIpWUogWlUprNFicXlUpiJPdWVscKbQmnqaiLuiaLnqaebvpAlrUlumnvsdwvHrUldlHkGLoQkhNPebvvVGvmctMioNfgZcgZcgfqgZcgZcgZcjaJhCXnqanqaebLfwbtiAtiAtiAtiAtiAtiAtiAtiAtiAtiAtiAtiArIhebLmgjwcXwcXwcXvHZwcXwcXwcXwcXrSGwcXwcXwcXnqaiLuiaLnqaugdqImhyMgVHugdkPCeeteetcnFeeteetxGpbuMkqddqvejiejieEueEugAXugdnqaqtMfEXgraomLaIJaIJaIJgpMqtMnqabolmSjvUavUavUavUavUavUavUassvbolnqaiLuiaLnqalMgonTwiJuHfwiJwiJrVhtSFoRI +lUplQwpWUxgapfKlUprNFicXlUpxgapfKpWUwgOlUprNFrNFlUprbUpWUtkSlUpnqapGkgUunqaebvsOhrUlrUliSsrUlsOhebvwGJoQkxjtebviyuvmccdLoNftnpqQUxeZaXjgZcgZchypoNfnqanqaebLeudpqStiAtiAtiAtiAtiAtiAtiAtiAtiAtiApqSeudebLnqawcXuCZciBciBciBciBciBciBciBciBvKOwcXnqaiLuiaLjLNugdugdoZaugdugdnlQeetejiejiejiejiqYpeEpeEufKRejiejieEpeEuvyAugdwhwqtMiEAaIJaIJtyHuXzkAOturqtMnqabolbolbolnfgbolbolowKowKbolbolbolnqaiLuiaLnqatSFbHwwiJwiJwiJwiJsnBtSFoRI +lUplUpbQmbQmlUplUpbQmbQmlUplUpbQmbQmlUplUpbQmbQmlUplUplUplUplUpnqaiLuiaLnSSebvebvebvebvebvebvebvebvebvebvebvebvoNfoNfoNfoNfoNfoNfoNfoNfoNfoNfoNfoNfnqanqaebLeudpqStiAtiAtiAtiAtiAtiAtiAtiAtiAtiApqSeudebLnqawcXciBgHgkOUkOUkNTciBxTDxTDciBciBnntnqaiLuiaLnqaugdpBhkAhmweeLxugdjdRqCRqCRqCReetejiejiejiejiejiejiihLihLpoougdnqaqtMqtMqtMqtMqtMqtMqtMqtMqtMnqaqLOnqawWMnqaceHnqanqanqanqaeDjnqanqaiLuiaLnqajZgwiJweZlLugHpwiJlSJtSFoRI +oRInqanqanqanqatoAnqanqanqanqanqanqanqanqaxThnqanqamgjnqanqanqanqaiLuiaLnqacHKgHEiFqwdFnibnibgHEcHKecUqetvDQcHKoymnqanqatoAnqanqanqanqanqanqanqanqanqanqaebLeudpqStiAtiAtiAtiAtiAtiAtiAtiAtiAtiApqSeudebLnqawcXciBoUGlnClnCnpSciBciBciBciBeMGnntnqapGkgUunqanQbniIkAhkAhmibugdqKIwpEroVroVroVejipRJpRJejiejipRJpRJpRJpoougdnqanqanqanqanqanqanqamgjxThnqanqanqanqapGkgcngcntlNgcngcngcngcntlNgcngcngUunqatSFwiJjAmqSUhgswiJtAOtSFoRI +oRIkogkogkogkogkogkogkogkogkogkognqalptlptlptlptlptlptlptlptlptnqaiLuiaLnqacHKntCqwDalGrEdnibnibxWOajrqetuYPcHKusknqaiPkiPkiPkiPkiPkiPkiPkiPkiPkiPknqanqaebLfwbtiAtiAtiAtiAtiAtiAtiAtiAtiAtiAtiAtiArIhebLnqawcXciBoUGlnClnCnpSciBciBciBciBeMGnntnqaiLuiaLnqanQbvBQkAhkAhaBwugdeeteeteeteetroVejieEueEuejiqYpeEueEueEugAXugdnqanqafCxfCxfCxfCxfCxfCxfCxfCxfCxfCxnqaiLuiaLiLuauyiLuiLuiLuiLuauyiLuiLuiLunqatSFtSFtSFtSFtSFtSFtSFtSFoRI +oRIkogkSZivGewggMHyeNrtZivGkSZkognqalptdIzmLPuuilptpslsQyqQClptnqaiLuiaLnqaoRMqhLnibnibnibnibnibcHKukyrwuexDcHKvUlnqaiPkjiZrzmiPkbeOrXXsZRcxoeApiPknqanqaebLeudtiAtiAtiAtiAtiAtiAtiAtiAtiAtiAtiAtiAeudebLeKwwcXciBmNgtlOtlOePvciBpZppZpciBciBnntnqaiLuiaLnqanQblXikAhkAhkAhbdgeeteeteeteeteetejieEpeEuejiqYpeEueEpeEufAxugdnqanqafCxpGVeiDfCxeGCmwlpHymwlaQxfCxnqaiLuiaLnqanqanqanqanqanqanqanqanqavDjnqapXGcgtcgtpXGpgYtglupgpXGoRI +oRIkogkSZkSZkSZkSZkSZkSZkSZkSZkognqalptiXwmLPmLPlptmgbcyMmkjnJLnqapGkgUunqacHKnibnibpPHhlOnibnibcHKcHKcHKcHKcHKanRnqaiPkrzmrzmiPkeApeApeApehAvXXiPkmgjnqaebLeudeudeudjIGeudeudeudeudeudeudjIGeudeudeudebLnqawcXciBciBciBciBciBciBciBciBciBmlrwcXnqaiLuiaLnqaugdcvekAhayLpsQugdubHeKLdKmgSNxjAeiwrqNxvceiweiwrqNwSjdAdtFXugdnqaoixfCxbMIbMIfCxmwlmwlaxtmwlmwlvgDnqaiLuiaLnqapXGpXGpXGpXGpXGpXGffHkVypXGpXGpXGcgtcgteEzofOkPbvLHpXGoRI +oRIkogblgkSZkSZddcjNCkSZkSZeLOkogaAUlptkaymLPvfWlptsjPcyMmdvlptnqaiLuiaLnqacHKnibnibiGBjCNnibnbycHKmXobhXybMcHKnqawhwiPkrzmsVXiPkeApeApeApeApsmHiPknqaxGAebLebLebLebLebLikXebLebLebLebLebLebLebLebLebLebLnqawcXwcXuXjwcXwcXwcXwcXwcXwcXwcXwcXwcXnqaiLuiaLnqaugdugdugdugdugdugdugdugdugdugdugdugdugdugdugdugdugdugdugdugdugdygevUlfCxpuebMIfCxvQKpVKpdRmwlixFfCxnqaiLuiaLnqapXGuYbnpJtXhbBbtXhkVykVytXhgXApXGcGtcgtpXGcfhfKUadGpXGoRI +oRIkogkSZkSZpcktfHtfHkuakSZkSZkSqnqalptlpteiklptlptlptqsqlptlptfjjiLuiaLnqamfqnibnibiGBiGBnibnibxWOhRwmXohEGcHKnqaqEMiPkcYDiPkiPkcxgxbnhsniPkiPkiPknqanqanqanqanqatoAnqanqanqavUlwAfnqanqanqanqanqanqanqalXynqanqanqanqanqamgjnqanqanqatoAnqanqanqapGkgUunqanqanqanqanqanqanqanqanqanqasuJjpBjpBjpBjpBxIklrZclysuJnqatoAnqanqanqafCxfCxsMSfCxfCxvgDfCxpKpfCxfCxnqapGkgUunqapXGnwItXhtXhbBbtXhkVykVytXhrBCpXGcgtcgtpXGpXGpXGpXGpXGoRI +oRIkogkSZkSZjHItfHtfHpLmkSZkSZcJgnqalptxpwvbXxfookBiKbgUJsOSlptnqaiLuiaLnqamfqnibnibuMUuMUnibnibcHKvwamXogNucHKnqanqaiPkeApeApszXeAptwseApbrviCpiPknqanqanqanqanqanqanqawhwnqaxThmgjnqanqanqaxGAnqanqanqanqanqanqanqanqaxThnqanqanqanqanqanqanqanqaiLuiaLnqaoLFoLFcGkcGkoLFoLFoLFoLFnqasuJjpBttDjvmjpBjpBjpBjpBsuJnqanqamgjnqanqafCxfQngZNtKSdVkhaDqsLgZNiINvgDnqaiLuiaLnqapXGnwItXhmBujqGtXhkVykVytXhrBCpXGcgtcgtpXGlbSetAmGjpXGoRI +oRIkogblgkSZkSZimIcbakSZkSZeLOkogmgjlptfhYvbXtqodtgdtggUJgUJwxHnqaiLuiaLnqamfqbWYbWYbWYbWYbWYbWYcHKmXomXotubcHKnqanqaiPkeApeApfOTehAeApeApeApeApiPknqanqayktyktyktvwAyktyktyktyktyktyktyktnqanqTnqTnqTnqTnqTnqTnqTnqTnqTnqTnqTnqTnqTnqTnqTnqTnqTnqaiLuiaLhVnoLFhBwybsxfBxfBkjHuqroLFmgjsuJjpBmpidtyjpBjpBjpBjpBsuJnqavguxGKrfYxGKfCxgZNgZNgZNgZNgZNgZNgZNgZNvgDnqaiLuiaLljypXGtXhtXhtXhbBbtXhkVykVytXhjEfpXGcgtcgteEzofOkPbofOpXGoRI +oRIkogkSZkSZkSZkSZkSZkSZkSZkSZkognqalpttNCvbXgUJapqcvJpWwgUJlptnqapGkgUunqacHKhoIcvFmbfstUlEpjVocHKqefgsUiGWcHKvUlnqaiPkiVKxbnftjeApeApeApehAeApoYOnqanqayktsWzbQArqPjYkaZrlZcrqPlDWnvNyktnqanqTmnqmnqmnqmnqmnqpGZmnqmnqmnqmnqnqTnqTnqTnqTnqTnqTnqaiLuiaLnqavMVlexvMVvMVvMVvMVnygoLFouNsuJrnejpBpGGjpBjpBeEwnfasuJnqapNAvUlnqashSfCxgZNeTReTReTReTReTReTRgZNfCxnqaiLuiaLnqapXGpXGnPNpXGpXGpXGffHkVypXGpXGpXGcgtcgtpXGpgYofOofOpXGoRI +oRIkogkSZnWnkSZkSZkSZkSZnWnkSZkogmgjlptcbBljLgUJgUJkFedqQgUJnJLnqaiLuiaLnqacHKcHKcHKcHKcHKcHKcHKcHKcHKmfqcHKcHKnqanqaiPksAVpOQukmeApeApeApszXeApiPknqanqayktfsWrqPrqPrqPrqPrqPcUSrqPhMMyktouNnqTsxAqJKqJKqJKqJKqJKqJKqJKqJKqJKvOinqTvOivOinqTnqTnqaiLuiaLnqawVAlexvMVgmbaHiaHiplqoLFnqasuJsuJsuJsuJsuJwcusuJsuJsuJnqapNAnqanqanqacAigZNgZNgZNgZNgZNgZNgZNgZNlwEnqaiLuiaLnqapXGebjebjebjebjebjebjebjuiOvZopXGcGtcgtpXGpXGpXGpXGpXGoRI +oRIkogkogkogkogkogkogkogkogkogkognqalptlptlptlptlptlptlptlptlptnqaiLuiaLnqanqanqanqanqanqamgjnqanqanqanqanqanqanqanqaiPkiPkiPkiPkiPkiPkiPkiPkiPkiPknqavUlyktfsWrqPrqPxXvrqPrqPrqPrqPwLDyktnqanqTmnqqJKqJKqJKqJKqJKqJKqJKqJKqJKfdTnqTvOivOinqTnqTnqapGkgUuhVnoLFnbzvMVnyghgXcbiolcoLFnqawhwnqanqatoAnqanqaxThnqanqanqapNAnqanqaeBRfCxgZNgZNgZNgZNgZNgZNgZNgZNfCxnqapGkgUunqapXGxyCebjebjebjebjebjebjicAlXZpXGcgtcgtpXGpgYofOfrCpXGoRI +oRIelKruIruIruIruIyhOruInAmmGBelKnqanqanqanqanqanqanqanqanqanqanqaiLuiaLnqanqanqanqanqanqaxThnqanqanqanqamgjnqanqanqanqanqanqaxThnqanqanqanqanqanqanqaocEyktoqjuHFcEraoVuCirqPdgWlmuwJHyktnqanqTmnqqJKqJKqJKqJKqJKqJKqJKmnqbCwnqTnqTnqTnqTnqTnqTdbHiLuiaLnqacGkhudvMVnygoYIvMVvMVoLFoLFoLFoLFnqadewdewdewdewdewdewnqahipwuFxGKxGKfCxsVmeJUyeBsVmoyKwzzuSKygDfCxnqaiLuiaLnqapXGbQYebjebjvhAvhAvhAebjebjebjcgtcgtcgteEzofOkPbkVHpXGoRI +oRIelKruIjNDhLhhLhojZruIfyHeGkelKnqaxZRxZRxZRxZRxZRxZRxZRxZRxZRnqaiLuiaLnqakLjkLjkLjkLjkLjkLjkLjkLjkLjxqJkLjkLjraLnfWraLraLraLraLraLraLraLnqanqaowkowkowkowkowkcrtowkowkowkowkcrtowkowkowknqanqTmnqkjPqJKqJKqJKqJKqJKqJKmnqmnqnqTnVUycUqOGrvbnqTnqaiLuiaLnqacGkhudvMVnygjQlvMVvMVmOPwoahfOoLFnqadewmkPnBMfyMktEdewnqanqanqanqamgjfCxfCxfCxfCxfCxfCxfCxfCxfCxfCxnqaiLuiaLnqapXGePTebjrkspMTrvevomnPTebjebjwaOcgtcgtpXGpgYfKUadGpXGoRI +oRIelKvpLkbVtahsYVocGruIfyHfOtelKeKwxZRsUFnHdrIYgJCrIYqaqrIYxZRnqapGkgUunqakLjcaWcBUtfnoNNtDusrxkLjalQalQtJMkLjwCCilfhAZsiUraLoDsgoxcgcraLnqanqaowkkYlpzQgAwowkaxNnbumZiowkwIEdridiUiAvowknqanqTmnqqJKqJKqJKqJKqJKqJKqJKmnqmnqiktqOGqOGqOGqOGiktnqaiLuiaLnqaoLFcJEaHiplqlEvvMVmIpoLFgQAlNmoLFnqadewdewdewpSIdewdewdewdewdewdewnqanqanqanqanqanqanqanqamgjnqanqanqaiLuiaLnqapXGxyCebjrksaQNmWFdGGnPTebjxiYpXGpXGpXGpXGpXGpXGpXGpXGoRI +oRIelKruIchbvobkejlGUwQGfyHeGkelKnqaxZRrQXnHdrIYrIYgJCrIYrIYxWKnqaiLuiaLnqakLjewnewnewnuCVqCyeaWkLjalQalQpVHkLjvDlphFvDlohqraLlCDicabCoraLnqamgjowkthgthgnfXowkoxoquoerQowkqvrjecdriacvrVCnqanqTmnqqJKqJKqJKqJKqJKqJKqJKbCwnqTnqTeVqnqTiktnqTnqTnqaiLuiaLnqagqhgqhgqhgqhgqhgqhgqhgqhgqhgqhgqheKwdewmXNrvnludgrjgzAfLFppnfLFdewnqacrmcrmcrmcrmcrmcrmcrmcrmcrmcrmnqaiLuiaLnqapXGicAebjrkskzzrMSfygnPTebjyjggcTqzKkRRpXGfmopjegcTpXGoRI +oRIelKgeRruIruIruImCKruIfyHeGkxDMnqaxZRiYRnHdrIYrIYrIYrIYrIYxZRnqaiLuiaLwVQkLjdXItGjxqaxqanuMrpskLjalQalQcuwkLjqAivDlvDlncaraLicaicayioraLnqanqaowkbAzthglvNowkoxooxomtiowksYmdridrihdbowkmgjnqTsxAqJKqJKqJKqJKqJKqJKfvwmnqeVqvOivOinqTqOGfwvnqTnqapGkgUunqagqhiGzkoQdmSnxuaDLvJxgqhqUFpQUgqhygedewludludludludludludludluddewnqacrmhBEjlgwUrbGzjpCgbVpdKmbkfOOnqapGkgUunqapXGePTebjebjrksicxnPTebjebjyjggEXebjvGnpXGebjebjvqXpXGoRI +oRIelKbXxruIruIruIruIruIfyHeGkelKcLJxZRrQXnHdrIYrIYrIYrIYrIYinYnqaiLuiaLnqakLjnhAnhAnhAnhArpsrpsfJltnqalQalQkLjraLraLymcraLraLraLvLiraLraLnqanqaowkowkvzUowkowkowkszMowkowkowkrpPowkowkowknqanqTmnqqJKqJKqJKqJKqJKqJKqJKmnqeVqvOivOinqTqOGdLUnqTnqaiLuiaLnqagqhealjOyczsczsiTqicygqhhCUidTgqhnqadewnAdludludijswMYfmApVclgOdewnqacrmfDBwhYwhYwhYwhYwhYwhYwhYfOOnqaiLuiaLnqapXGxnVebjebjrksxjlnPTebjebjyjgxOBebjebjwwBebjebjspApXGoRI +oRIelKruIeRRndqhNkoJxwQGfyHeGkelKnqaxZRxZRdmfxZRxZRxZRonSxZRxZRnqaiLuiaLnqaxqJrpsrpsrpsrpsnuMrpskLjtvlqFBmnVkLjlujlDcatYxBEqdDxBEeXXrwzraLnqavUlowkjjcfzfioxbVTfzffzffzffzfioxfzfgffaDwowknqanqTmnqqJKqJKqJKqJKqJKqJKqJKmnqnqTnqTnqTnqTnqTnqTnqTnqaiLuiaLnqaealealxojnflnflkuAwcdgqhxwFgqhgqhmgjdewnAdkaYludludludludludluddewnqacrmwhYmSFqhVknJwyXwhYwhYwhYfOOnqaiLuiaLrPCpXGsxFicAebjrksxjlnPTebjebjyjggcTebjebjpXGebjebjePTpXGoRI +oRIelKvpLqNamRumRulGlruIfyHfOtelKnqaxZRvPDbPXrrnxZRbIxrPorPoxZRnqapGkgUunqaxqJrpsoPTaTidxqrpsrpskLjkLjkLjkLjkLjatYhbgatYrURrURrUReXXrQfraLnqanqaowkrwtfzffzfdStizBtgMrLYrLYdbVfzfgffnQdowknqanqTmnqqJKqJKqJKqJKqJKqJKqJKmnqnqTnqanqanqanqanqanqanqaiLuiaLnqaqQzealxojnflnflkuAealkcEealjkhgqhnqadewdewdewspNdewdewuWeqgxlJWdewouNcrmwhYwhYwhYwhYwhYcpdwhYwhYcrmnqaiLuiaLnqapXGfSRicAebjrksxjlnPTebjebjxiYpXGpXGnPNpXGpXGpXGpXGpXGoRI +oRIelKruIfEprsKrsKuRwruIfyHeGkelKmgjxZRjlAbPXbPXxZRrPorPorPoinYnqaiLuiaLnqaxqJrpsfJRxqasGTrpsqCgkLjjDAjDApFukLjgYXqtkatYjLzatYatYeXXrwzraLnqaeKwowksVykHPfzfdStizBfVMfVMfVMdbVfzfgffhxiowknqanqTmnqqJKqJKqJKqJKqJKqJKqJKuPjehXgcngcngcniLunqanqanqaiLuiaLnqagqhjmgxojnflnflkuAealulLealjGEgqhnqadewjQGpHHpHHdewuaTuaTuaTuaTdewnqacrmiROsvqqovnvGsvqcrmaSDwhYcrmnqaiLuiaLnqapXGczCnYEebjebjxjlebjebjebjebjnPNtXhtXhpXGgVVesTqacpXGoRI +oRIelKruIruIruIruIbBkruIfyHeGkelKnqaxZRufTbPXbPXxZReovrPorPoxZRnqaiLuiaLnqakLjuHdrpsrpsrpsrpsrpslPBxYPjDAjjhkLjatYxxHatYatYatYatYeXXddRraLnqanqaowksVykHPfzfdStizBxMTxMTxMTdbVfzfgffuQhowknqanqTsxAqJKqJKqJKqJKqJKqJKqJKrvmqJKiLuiLuiLuiaLnqanqanqapGkgUunqawVDcZVpgBlMSlMSiFYealvnnealqeagqhnqadewauupHHpHHfhVuaTuaTuaTkywdewnqacrmodFuFVuFVuFVuFVfOOnqanqahaonqapGkgUunqapXGpXGpXGpXGpXGlpQpXGpXGpXGpXGpXGnwItXhpXGesTtCMesTpXGoRI +oRIelKelKelKelKelKelKelKelKelKelKnqaxZRxZRxZRxZRxZRxZRxZRxZRxZRnqaiLuiaLnqakLjvdPrpsrbdrpsazUlKLkLjqrpjDAgYqkLjvpyatYatYatYatYatYeXXjwIraLnqanqaowkeRIsRAnHDfzffzffzffzffzfkLofzfgffpaEowknqanqTmnqmnqmnqmnqmnqmnqmnqmnqbCwnqTnqanqaiLuiaLpVJnqanqaiLuiaLnqagqhaLycGHealealealealealealealgqhnqadewjQGpHHwaRdewuaTuaTuaTuaTdewnqacrmdgquFVuFVgAtkTncrmkNknqaqLOnqaiLuiaLnqapXGndIgPfgPfgPfgPfgPDhffpXGowWowWtXhtXhpXGesThFpgIbpXGoRI +oRIqlSrvuqUPmoilRHaQgbcOqlSnqanqanqanqanqanqanqanqatoAnqanqanqanqapGkgUunqakLjkLjxqJkLjpzwkLjkLjkLjkLjkLjkLjkLjraLraLvIRraLraLnfWnfWraLraLnqanqaowkowkrVCowksYDowkowkrVCrVCowkowkrVCowkowknqanqTnqTamcamcamcamcamcamcamcnqTnqTnqanqaiLuiaLnqanqanqaiLuiaLnqagqhgqhgqhbRzealgqhwVDwVDwVDgqhgqhnqadewdeweoCdewdewdeweoCsMLdewdewnqacrmcrmfOOfOOfOOcrmcrmnqanqanqanqaiLuiaLnqapXGnxrofOofOofOofOofOgPfsXmtXhtXhtXhtXhpXGlyelyerxapXGoRI +oRIqlSlRHlRHlRHlRHlRHvnDqlSnqanqanqanqanqanqamgjnqanqanqanqanqaqLOiLuiaLnqanqanqanqanqanqanqanqanqanqajcenqanqanqanqanqanqanqanqanqaeDjnqanqanqanqanqanqanqanqanqanqanqanqaeWEnqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqaiLuiaLnqanqaqLOiLuiaLnqanqaeDjlfdnqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqahaonqanqanqaeDjnqanqanqanqanqaiLuiaLnqapXGdORofOofOofOofOofOgPfpXGnwItXhpXGnPNpXGxnVebjebjpXGoRI +oRIqlSlRHlRHlRHavuxZbimAqlSqlSqlSqlSqlSqlSqlSqlSqlSqlSqlSqlSqlSkVtiLujGvgcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcntlNgcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcnleJtlNgcngcnpMtgcntlNgcngcnpMtgcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcntlNgcngcngcngcngUunqapXGhreofOofOofOofOofOpyipXGtXhtXhpXGebjebjebjcYiebjpXGoRI +oRIqlSkHFkHFkHFkHFkHFkHFkHFkHFkHFkHFkHFkHFkHFkHFlRHlRHlRHlRHiSMnqaiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuauyiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuauyiLuiLuiLuiLuiLunqapXGiCNgPffDPfDPfDPfDPgPfpXGtXhtXhpXGebjebjebjebjebjpXGoRI +oRIqlSkHFgsWgsWgsWgsWgsWgsWgsWgsWgsWgsWgsWkcUkHFlRHlRHlRHsmhqlSnqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqaqrNnqanqanqanqanqanqanqanqanqanqanqanqanqahRCnqanqanqanqasEwnqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqakBrnqanqanqanqanqanqanqanqanqanqanqanqanqanqanqanqaotXnqapXGpXGpXGpXGpXGpXGpXGpXGpXGjjNpXGpXGpXGpXGpXGpXGpXGpXGoRI +oRIqlSkHFgsWgsWngyiVhxLBxLBiVhiVhiVhgsWgsWweBkHFlRHlRHlRHmtTqlSnqanqaqwcqwcqwcqwcqwcqwcqwcqwcqwcqwcqwcqwcqwcqwcdCArCtqwcqwcqwcqwcqwcaqvaqvpmfpmfpmfaqvfOcgScaqvaqvaqvnqaiqAiqAiTfiTfiqApnkyiSiqAiTfiTfiqAiqAiqAmvYmvYrCkrCkrCkmvYmvYrCkrCkrCkmvYmvYbqoivImvYmvYrCkrCkrCkmvYmvYmvYwqWcOKcOKcOKwqWeObwqWcOKcOKcOKwqWwqWnqaklNklNuXKuXKuXKklNqQxaMaklNklNklNnqanqauUauUauUauUauUanqanqanqanqatoAmgjnqanqanqanqanqanqanqanqanqanqavUloRI +oRIqlSkHFgsWgsWcGrrJGwCqiAWfpXaXJiVhiVhgsWgsWkHFlRHfCmgjlbFQqlSnqanqaqwcfrfifuqwcfrfifuqwcfrfifuqwcaTWotKbcAotKotKotKqwcfOqfOqfOqwWSaqvdRmgScgScgSctbLgScgScgScewwaqvnqaiqAnengeMxIgxIgxIgxIgxIgxIgxIgxIgxIgiqAobxlbZivIivIivIqrtnzdqrtivIivIivIlbZivIivIivIlbZivIivIivIxiPbBDmvYeLktVktVktVknCZtVknCZtVktVktVkxGkwqWnqaklNghSghSghSghSghSaMaaMafdWfdWklNnqanqauUanqanqanqanqanqanqanqanqanqanqanqanqanqamgjnqanqanqanqaxGAnqafQXoRI +oRIqlSkHFgsWgsWbbbbkahzVkglxLBkWwcPVakdgsWgsWkHFlRHlRHlRHlRHkgknqanqaqwcvzqvzqqwcvzqvzqqwcvzqvzqqwcotKoJqcRWotKotKotKqwckYKkYKkYKgZvaqvvXngScbJydZFgSccembJygSclRpaqvnqaiqAygRiDMxIgxIgqMJxIgxIgxIgxIgjTZxIgiqAxiPivIivIqrtqrtqrtqrtqrtivIivIivIivIivIivIivIivIivIivIivIivIxiPmvYuHCvOMwqWbYAtVktVktVkvOMwqWbYAlxvwqWouNklNbLraMaaMaaMaaMaaMaaMagTWdgMklNnqanqauUanqanqaxODxODxODxODxODxODxODxODxODxODxODnqafAyfAyfAyljafAyfAyfAyoRI +oRIqlSkHFgsWgsWbbbpODqokqokbeYkWwcPVakdgsWgsWkHFlRHlRHlRHlRHkgknqanqaqwcqwciNHqwcqwciNHqwcqwciNHqwcotKotKcfuotKotKotKhzUkYKkYKkYKwWSaqviCggScgScgScgScgScgScgScxuhaqvnqaiqAxIgxIgjTZxIgxIgqfBxIgxIgkkWkkWxIgiqAivIivIqrtqrtqrtqrtqrtivIivIivIivIivIivIivIivIivIqFPivIivIivIivImvYtVkvOMwqWbYAtVktVktVkvOMwqWbYAtVkwqWnqaklNonOgTWuhsrFuuhsuhsgTWgTWbxCklNnqanqauUamgjnqaxODpNjjklkNmoBnrPMgHjkNmbIRnquxODnqafAyfMngfxfMnfMntjFfAyoRI +oRIqlSoszgsWgsWbbbiVhkWwkWweJHkWwiVhiVhgsWgsWkHFkBjlRHlRHsVeqlSnqanqaqwcngrotKotKotKotKwBNotKotKotKotKotKotKotKotKhVtqwcqwcqwcqwcqwcaqvuINgScbJydZFgSccembJygSceMQaqvnqaiqAxIgxIgxIgxIgxIgxIgjTZjTZkkWkkWxIgiqAivIqFPivIqrtqrtqrtivIivIivIivIivIivIivIiTLivIivIivIdZsivIivIivImvYrBxvOMwqWbYAtVkcGctVkvOMwqWbYAkhOwqWmgjklNbLrgTWqqdhLmdTamPNgTWpsBdltklNnqanqauUanqanqaxODjBZnjekNmkNmpjYkNmkNmbIRnONxODnqafAydbEdbEdbEdbEdbEfAyoRI +oRIqlSvWGgsWngyxHwiVhjxmjxmiVhiVhiVhsFvgsWgsWkHFiwSlRHnQZjiSqlSnqanqaqwcqwcqwcqwcotKcwcsMIimVimVimVheWimVmRDotKotKotKhzUkYKkYKkYKwWSaqvsFjgScgScgScgScgScgScgScgScaqvnqaiqAdQvdQvdQvdQvdQvdQvxIgxIgxIgxIgxIgiqAwuCivIivIrPEivIivIivIvjmivIivIqFPivIivIivIivIivIivIivIvTyivIivImvYdKyvOMwqWbYAtVktVktVkvOMwqWbYAmvMwqWnqaklNbLrklNklNklNklNklNklNklNklNklNnqanqauUanqanqaklfwThcXNkNmkNmkNmkNmkNmbIRgfiklfnqafAypaApaApaApaApaAfAyoRI +oRIqlSqdykHFkHFkHFkHFkHFkHFkHFkHFkHFkHFkHFkHFkHFbFQakHimSnGrqlSnqanqaqwcenCjBhqwcotKqKcvbOvbOxAjvbOvbOqdElahotKotKotKqwckYKkYKkYKwSaaqvaqvaqvaqvaqvaqvaiCphtaiCgScaqvnqaiqAkkWqJZkkWkkWxIgkkWxIgxIgxIgxIgxIgiqAivIivIivIivIivIxiPivIivIdZsivIivIivIivIivIivIivIivIivIivIivIivImvYmJzvOMwqWbYAtVktVktVkvOMwqWbYAtDzwqWnqaklNbLrlKBaMaaMaaMaaMasScsScsScklNnqanqauUanqanqaklfwThwfCdItdItpRefsanOQtNVlhhklfnqafAypaApaAvxLpaApaAfAyoRI +oRIqlSqlSqlSqlSqlSslDqlSqlSqlSqlSqlSqlSqlSqlSqlSqlSqlSqlSqlSqlSnqaeKwqwcpQzpQzpBMotKotKmFAotKotKotKotKotKmFAotKotKotKqwcfOqfOqfOqwWSaqvlpNgXyamocCOaqvgScgGfgScgScaqvouNiqAxIgxIgxIgxIgxIgkkWxIgxIgqMJjTZxIgiqAaSuivIivIivIwuCaSuivIivIivIivIaSuivIwuCxiPivIaSuivIivIivIivIaSumvYuDktVktVkjWVjuDjuDjuDjWVtVktVkuDkwqWeKwklNsuCklNyahkDskDsaMakDskDskjIklNnqanqauUanqanqaxODjBZwThwThwThwThwThwThwThgYrxODnqafAypaApaAtHLpaApaAfAyoRI +oRInqanqanqanqanqanqanqanqatoAmgjnqanqanqanqanqanqanqanqanqanqanqanqaqwcqwcqwcqwcqwcqwcqwcqwcqwcqwcqwcqwcqwcqwcqwcqwcqwcqwcqwcqwcqwcaqvlbigScgGfgScmGrgScgScgScgScaqvnqaiqAxIgxIgxIgjTZxIgxIgxIgxIgxIgxIgxIgiqAmvYmvYmvYmvYmvYmvYmvYmvYmvYmvYmvYmvYmvYmvYmvYmvYtKTmxUtKTbZxtKTmvYwqWwqWwqWwqWwqWwqWwqWwqWwqWwqWwqWwqWnqaklNklNklNkDskDskDsaMakDskDskDsklNnqamgjuUanqamgjxODycsycsfrxwThwThwThwThwThaUsxODnqafAypaApaApaApaApaAfAyoRI +oRInqanqanqanqanqanqanqanqanqanqarCwwpUnqanqaxGAnqanqanqanqanqanqanqanqatoAnqanqanqanqanqamgjnqanqanqanqanqanqanqanqanqanqanqanqanqaaqvotpgScePXgScaqvmNhsgvcnzjRUaqvnqaiqAcyIujMkkWxIgxIgtdwxIgxIgxIgxIgxIgiqAnqamgjnqanqanqanqanqanqatoAnqamgjnqanqanqanqamvYgKjpCTpCTpCTqzTmvYnqanqanqanqanqanqamgjnqanqanqanqanqanqanqanqaklNkDskDskDsaMakDskDskDsklNnqanqauUanqanqaxODxODxODxODxODdYFxODxODxODxODxODnqafAypaApaApaApaApaAfAyoRI +oRIoiAoiAoiAoiAoiAoiAoiAoiAoiAoiAoiAoiAicWodOoiAoiAoiAoiAoiAoiAoiAoiAoiAnqanqawjfwjfwjfwjfwjfwjfwjfwjfwjfnqasEusEusEusEusEusEusEunqaaqvaqvaqvaqvaqvaqvaqvaqvaqvaqvaqvnqaiqAiqAiqAiqAiqAiqAiqAiqAiqAxIgiqAiqAiqAnqahVYhVYhVYrJBhVYhVYhVYhVYhVYhVYhVYhVYhVYnqamvYaQUpCTpCTpCTqCVmvYnqaxtdxtdxtdxtdxtdxtdxtdxtdxtdxtdxtdxtdxtdnqaklNyahkDskDsaMakDskDskjIklNmgjnqauUaouNnqanqanqatoAmgjtlHnqalKhvUlnqanqanqanqafAypaApaApaApaApaAfAyoRI +oRIoiAxFWrPqwbrwbrwbrwbrwbrxxrmjxlnJodOodOodOodOerIoiAozWgcPjGojGoozWoiAnqanqawjfhnAbxmbxmsnobxmbxmjQawjfnqasEunxkoYqnzzllzvLqsEunqanqanqanqanqanqanqanqanqanqanqanqanqatoAxGAnqavUlvUliqAhFFxIgxIgxIgxIgqfBiqAnqahVYktLktLktLktLktLktLktLktLktLktLktLhVYnqamvYuZXpCTpCTpCTkFjmvYnqaxtdcEAcEAcEAcEAcEAcEAfNccEAcEAcEAcEAxtdnqaklNjrFjrFjrFjrFjrFjrFjrFklNnqanqauUanqanqanqanqanqarCwnqaxGAnqanqanqanqamgjnqafAypaApaApaApaApaAfAyoRI +oRIoiAceFodOodOodOodOodOodOodOodOceFodOgcPgcPgcPerIoiAgcPodOodOodOgcPoiAnqanqawjfrLShgCeAhbMLbxmeAhgGbwjfnqasEukFioYqoYqoYqhSVsEuvUlnLVnqanqanqanqanqamgjnqanqaxThnqanqanqanqanqanqanqaiqAxIgxIgjTZxIggcMxIgiqAeKwhVYktLktLjUIaJSaJSaJSaJSaJSogzktLktLhVYnqamvYmvYbrCmvYmvYmvYmvYnqaxtdcEAvowfNccEAvypcEAcEAcEAwnncEAcEAxtdnqaklNmIPmIPmIPjnNmIPmIPmIPklNnqanqauUanqanqapSjpSjpSjwNvpSjpSjpSjpSjpSjpSjpSjnqafAypaApaApaApaApaAfAyoRI +oRIoiAoiAptCptCptCptCptCptCptCoiAoiAnUCgcPgcPgcPuoWoiAgcPodOixDodOgcPoiAmgjnqawjfhgChgCeAhpgdhgCpgdeAhwjfnqasEusEusEufcGsEusEusEusEusEusEukgGsEusEusEunqafQtfQtfQtfQtfQtfQtfQtfQtfQtnqaiqAxIgxIgxIgxIgxIgxIgiqArCwhVYktLktLnuhotLotLkHdotLotLtMGktLktLhVYnqanqanqanqavUljBOnqanqarCwxtdcEAcEAcEAcEAcEAcEAcEAcEAcEAcEAcEAxtdnqaklNfkXklNklNklNklNklNfkXklNnqanqauUanqanqapSjihHmXZihHiIGihHpSjrrigsIxlzpSjnqafAypaApaApaApaApaAfAyoRI +oRIoiAqjcqjcqjcqjcpnsqjcqjcqjcqjcoiAvCfmcmodOodOcMRoiAdsFodOodOodOgcPoiAnqanqawjfhgCpgdhgCbxmeAhpgdeAhwjfnqasEuiHdqUjqUjqUjqUjhfzpKXfSrfSrfSrfSrdXcsEunqafQtphnphnphnryqphnphnphnfQtnqaiqAiqAiqAcODiqAiqAiqAiqAnqahVYktLktLnuhotLfVZaCcsABotLtMGktLktLhVYnqanqanqamgjifNnqacqrnqamgjxtdcEAcEAvypcEAcEAcEAcEAcEAcEAcEAcEAxtdnqaklNmIPwVzdNUkQyifQwVzmIPklNnqaeKwuUanqanqatqzihHdDqtYGihHihHvjnjRKjRKiqrpSjnqafAypaApaApaApaApaAfAyoRI +oRIoiAqjcqpGqjcqjcqjcqjcqjcqjcqjcoiAoiAoiAoiAgFMoiAoiArgSgcPgcPgcPoQqoiAnqanqawjfhgChgChgCeAhbxmbxmeAhofinqasEudsdqUjqUjedkedkqUjqUjfSrfSrfSrfSrwnOsEunqafQtphnmYMphnmYMphnmYMphnfQtnqamgjnqanqanqanqanqanqanqafdfhVYktLktLnuhotLotLkHdotLotLtMGktLryXhVYnqajQKjQKuWpjQKrFGjQKuWpjQKjQKcEAcEAcEAcEAcEAcEAcEAwlUfNccEAcEAxtdnqaklNmIPmIPmIPilimIPmIPmIPklNnqanqauUanqanqatqzihHdDqdDqqoVihHpSjjRKyjxwBSpSjnqafAypaApaAkQopaApaAfAyoRI +oRIoiAqjcqjcqjcqjcqjcqjcqjcpnsqjcptCsUAodOodOodOsUAoiAoiAoiAvZeoiAoiAoiAnqanqawjfrLSeAhpgdpgdbxmbxmgGbwjfmgjsEuqUjqUjmPIhdRhdRaNfqUjgpIruVnNXqdFnscsEunqafQtjPZphnphnphnphnphnqlcfQtnqabNsbNsbijbNsoFTbNsbNsbNsnqahVYktLktLtpXhsOhsOhsOhsOhsObuGktLcOhhVYnqajQKaSOrniepQepQepQmEdbNujQKxtdxtdxtdxtdxtdjDbxtdxtdxtdxtdxtdxtdnqaklNklNklNjjGklNklNklNklNklNnqanqauUanqanqapSjihHmOimOiihHihHpSjpSjpSjpSjpSjeKwfAypaApaApaApaApaAfAyoRI +oRIoiAqjcqjcqjcqjcqjcqjcqjcqjcqjcptCodOtuWwgfwgfodOodOoiAodOgcPsUAodOoiAnqanqawjfwsJpgdpgdpgdpgdpgdpcGwjfnqasEuqUjqUjmPIhdRhdRaNfqUjsEusEusEusEusEusEunqafQtphnphnmYMphnmYMphnphnfQtnqabNstpUqpqqpqqpqqEcsuqbNsmgjhVYktLktLktLktLktLktLktLktLktLktLvqUhVYnqajQKepQkTeqlBepQvkJmEdsCbjQKtoAnqanqanqanqanqanqanqaxThnqanqamgjnqanqanqanqanqanqanqanqanqanqanqanqauUanqanqatqzihHihHihHihHihHpSjbRfhmgqeApSjnqafAyfAyfAyfAyfAyfAyfAyoRI +oRIoiAqjctHtqjcqjclGPqjcqjcqjcqjcptCodOxJbgAHyfehSiodOlvgodOgcPodOodOoiAnqanqawjfwjfwjfwjfwjfwjfwjfwjfwjfrCwsEuqUjqUjqUjapSapSqUjetGsEuuhdrovkmknqcsEunqafQtphnphnphnphnphnphnphnfQtnqabNsqpqoCKqpqqpqqpqqpqbNsnqahVYhVYhVYhVYhVYhVYhVYhVYhVYhVYhVYhVYhVYnqajQKvIpbdHqlBepQepQmEddeLjQKnqamgjgjKgjKkHxkHxgjKgjKgjKgjKgjKgjKnqapkypkypkypkypkypkypkypkypkyuUauUauUanqamgjtqzmdYmdYmdYmdYmdYvtUhmghmgwdwpSjnqamgjnqanqanqaqLOtoAnqaoRI +oRIoiAqjcqjcqjcqjcqjcqjcqjchGNqjcptCodOiEiwgfawfodOodOoiAodOgcPceFodOoiAnqanqanqanqanqamgjnqaxThnqamgjeWEnqasEurAdcFOpsWqUjqUjqUjqUjofypRzpRzpRzaHasEunqafQtjPZphnphnphnphnphnqlcfQtnqabNsqpqrFVrFVqpqoCKqpqbNsnqanqanqanqanqanqanqanqaxThnqanqaxGAnqanqamgjjQKepQuLpqlBepQepQmEdbNujQKmgjnqagjKcdbwmldoOhQZgjKgZOiUhmoogjKmgjpkyaQTjQQjQQuMrsNLbLZbWApkynqanqanqanqanqapSjqPtofbeIyxXkpgypSjhmghIRgJwpSjnqaqLOnqamgjnqanqavUlnqaoRI +oRIoiAqjcqjckbCqjcqjcqjcqjcqjcqjcptCceFodOodOodOceFoiAoiAoiAvZeoiAoiAoiAnqamgjnFYnFYnFYnFYnFYnFYnFYnFYnFYnqasEuqUjeBCqUjqUjqUjqUjiHdsEupRzpRzpRzhqMsEunqafQtphnphnphnphnphnphnphnfQtnqabNsqpqgmTfwwqIcuWPqpqbNsaAPaAPwBHaAPaAPaAPwBHaAPaAPaAPmgjnqanqajQKjQKjQKepQaIVepQepQepQepQepQjQKnqamgjwUPgZOgZOgZOgZOgjKgZOunFrTLgjKnqapkyjQQetUjQQtZbcVgjQQetFpkymFGnqapqkpqkpqkpqkpqkpqkpqkpqkpqkpqknacnacnacnacnacnacnacnackXsnacnacnacoRI +oRIoiAqjcqjcqjcqjcqjcqjcqjcqjcqjcoiAoiAoiAoiAgFMoiAoiAsUAodOgcPodOxFkoiAnqanqanFYuBuhEQehSaxhjVJgTgwMsnFYnqasEusEusEusEusEusEusEusEusEusEusEusEusEusEunqafQtphnphnphnphnphnphnphnfQteKwbNsoCKqpqqpqqpqcNTdBWbNsqczfwhxZCwOJqczqczqczfwhgbZaAPnqanqanqauWpaZUepQepQepQepQepQpbQiEUepQjQKwTQvUlgjKrHDgZOvfooBNgjKgZOgZOcssgjKnqapkyvyBjQQjQQjQQetUjQQetFpkyaDgnqapqkmEkraoxZcspYoeMsDjxHabJrpqkskRfqYobcoIIinmiwBiwBoIIobciwBigDnacoRI +oRIoiAqjcqjcqjcqjcqjcpnsqjcqjcmFYoiAmHPjbQczNodOqOXoiAodOkpygcPgcPodOoiAnqanqanFYmFbujQxVQujQiYhxVQwpdnFYnqaqmHnqanqawiBnqanqaqlHnqanqaqpjnqarCwjrAxGAnqafQtrndvmUmMXpgVrhAhvVuJnfQtnqabNskLqqpqqpqqpqrFVqpqbNsqczqczmkKqczqczlXcqczqczqczuBenqanqavrHjQKdtfrnirnirnirniepQepQepQdBZjQKgjKgjKgjKgZOgZOqebmoogjKgZOgZOgZOgjKnqapkyjQQohtjQQjQQjQQjQQjQQpkyvUlnqabRwsDjsDjsDjsDjsDjsWtsDjsDjpqkiwBiwBiwBigDiwBobcigDiwBpPZobciwBnacoRI +oRIoiAoiAgFMoiAoiAoiAptCptCptCoiAoiAodOgcPgcPgcPaAIoiAodOgcPgcPgcPodOoiAnqanqanFYmFbxVQxVQujQpARsYkghCnFYnqagSfecbecbgSfeoteotgSfptHptHgSfkRQkRQgSflmnlmngSfiUaiUaiUaiUaiUaiUaiUafQtnqabNsqpqgSsoRjoRjtDJhnfbNsqczqczqczqczqczqczqczqczvDKaAPaAPaAPaAPjQKtpJbNubNuaVLjvNepQepQepQepQjQKtvGdjsgjKgZOgZOsrIqebgjKgjKhqzgjKgjKnqapkyjQQjQQwIyaQTjQQjQQjQQrVInqanqapqksDjsDjsDjsDjyfDsDjsDjwETpqkiwBobciwBiwBjVDiKiobciwBiwBfufobcnacoRI +oRIoiAsUAodOsUAlvgsUAodOodOodOodOodOodOgcPgcPgcPqmMoiAfVKgcPgcPgcPfVKoiAnqanqahOZtfhxVQxVQxVQoQWoQWghCnFYnqagSfbuIbuIgSfszLbuIgSfbuIbuIgSfbuIbuIgSfbuIloRgSfiUaiUaiUaiUaiUaiUaaPrfQtnqabNsqpqqpqqpqqpqqpqoCKbNsqczqczqczmkKqczqczqczwOJqczcdYcAbvZWaAPalAtcHepQepQepQbNuepQrPNnIgepQjQKjxAdjsfLRgZOvfogZOgZOgZOiUhgZOlPvkHxnqapkyjQQjQQjQQtGxjQQetUjQQpkymgjnqapqksDjsDjfvcdXCsDjsDjsDjpGWpqkobcigDiwBobciwBpPZiwBigDobcigDskRnacoRI +oRIoiAodOodOodOoiAodOhBjjvcfubodOodOceFodOaEHqaRvszoiAjiBodOqJFqJFsYooiAnqanqanFYgBkslnwIlpggpggjAsjJanFYnqagSfgTzjcwgSfkiOgyagSfhvKlMxgSfsOcgyagSfmQuxdWgSffQtfQtpuwfQtfQtfQtfQtfQtnqabNsjaCqpqeHOtylrFVqpqbNsqcziLHuPKqczqczqczqczoAsqczaAPwWbmrWaAPgIfgMtejHvIStEcocFepQepQepQepQjQKdfTdjsgjKgZOgZOrZhgZOgZOgZOdDhgZOkHxnqapkypkypkypkypkypkypkypkypkynqanqapqksDjoOUsDjsDjsDjsDjoOUqQDpqkobcobcuLjaOXiwBigDiwBiwBbZOinmiwBnacoRI +oRIoiAoiAoiAoiAoiAoiAoiAoiAoiAoiAoiAoiAoiAoiAoiAoiAoiAoiAoiAoiAoiAoiAoiAvUlnqanFYnFYnFYnFYnFYnFYnFYnFYnFYnqagSfgSfgSfgSfgSfgSfgSfgSfgSfgSfgSfgSfgSfgSfgSfgSfnqanqanqanqanqanqamgjnqanqabNsbNsbNsbNsbNsbNsbNsbNsaAPaAPaAPaAPaAPaAPaAPaAPaAPaAPaAPaAPaAPjQKjQKjQKjQKjQKjQKjQKjQKjQKjQKjQKgjKgjKgjKgjKgjKgjKgjKgjKgjKgjKgjKgjKnqanqaxGAnqatoAnqanqanqanqanqanqanqapqkpqkpqkpqkpqkpqkpqkpqkpqkpqknacnacnacnacnacnacnacnacnacnacnacnacoRI +rMioRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRIoRI +"} diff --git a/maps/stellar_delight/stellar_delight_defines.dm b/maps/stellar_delight/stellar_delight_defines.dm index 7f22234d54a..6fbdaddf034 100644 --- a/maps/stellar_delight/stellar_delight_defines.dm +++ b/maps/stellar_delight/stellar_delight_defines.dm @@ -174,7 +174,8 @@ list("Redgate - Dark Adventure"), list("Redgate - Eggnog Town Underground","Redgate - Eggnog Town"), list("Redgate - Star Dog"), - list("Redgate - Hotsprings") + list("Redgate - Hotsprings"), + list("Redgate - Rain City") ) ai_shell_restricted = TRUE diff --git a/maps/tether/tether_defines.dm b/maps/tether/tether_defines.dm index dea76a35787..8298e17dbd8 100644 --- a/maps/tether/tether_defines.dm +++ b/maps/tether/tether_defines.dm @@ -204,7 +204,8 @@ list("Redgate - Dark Adventure"), list("Redgate - Eggnog Town Underground","Redgate - Eggnog Town"), list("Redgate - Star Dog"), - list("Redgate - Hotsprings") + list("Redgate - Hotsprings"), + list("Redgate - Rain City") ) ai_shell_restricted = TRUE diff --git a/vorestation.dme b/vorestation.dme index 6c008d53faf..02c30d1b1aa 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -3547,6 +3547,7 @@ #include "code\modules\power\gravitygenerator_vr.dm" #include "code\modules\power\grid_checker.dm" #include "code\modules\power\lighting.dm" +#include "code\modules\power\lighting_neon.dm" #include "code\modules\power\lighting_vr.dm" #include "code\modules\power\lightswitch_vr.dm" #include "code\modules\power\port_gen.dm"