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 36ccfb03fea..601493c390b 100644 Binary files a/icons/obj/lighting32x64.dmi and b/icons/obj/lighting32x64.dmi differ diff --git a/icons/obj/lighting_neon.dmi b/icons/obj/lighting_neon.dmi new file mode 100644 index 00000000000..4c72f3f24f9 Binary files /dev/null and b/icons/obj/lighting_neon.dmi differ diff --git a/icons/obj/lighting_vr.dmi b/icons/obj/lighting_vr.dmi index a97da56f005..5af18932e82 100644 Binary files a/icons/obj/lighting_vr.dmi and b/icons/obj/lighting_vr.dmi differ diff --git a/icons/turf/concrete.dmi b/icons/turf/concrete.dmi index eacd59ad134..e7baf508270 100644 Binary files a/icons/turf/concrete.dmi and b/icons/turf/concrete.dmi differ diff --git a/icons/turf/flooring/decals_vr.dmi b/icons/turf/flooring/decals_vr.dmi index 37573c591b6..ec5a10b009f 100644 Binary files a/icons/turf/flooring/decals_vr.dmi and b/icons/turf/flooring/decals_vr.dmi differ diff --git a/icons/turf/outdoors_vr.dmi b/icons/turf/outdoors_vr.dmi index d1c2d3844be..9ce7ce48ead 100644 Binary files a/icons/turf/outdoors_vr.dmi and b/icons/turf/outdoors_vr.dmi differ 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..9e15f32f4db --- /dev/null +++ b/maps/redgate/cybercity.dmm @@ -0,0 +1,38330 @@ +//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE +"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) = {" +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +lUp +lUp +bQm +bQm +lUp +lUp +lUp +lUp +lUp +lUp +lUp +bQm +bQm +lUp +lUp +bQm +bQm +lUp +lUp +lUp +lUp +lUp +lUp +lUp +lUp +lUp +bQm +bQm +lUp +lUp +lUp +lUp +lUp +lUp +lUp +bQm +bQm +lUp +lUp +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +rMi +"} +(2,1,1) = {" +oRI +nqa +nqa +nqa +nqa +nqa +bMg +dex +mgj +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +dpB +dex +nqa +nqa +nqa +nqa +dex +dex +dex +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +xGK +nqa +nqa +lUp +smc +scK +lQw +lUp +uQv +cbx +lUp +uQv +uQv +lUp +smc +scK +lQw +lUp +smc +scK +lQw +lUp +cbx +uQv +lUp +rNF +rNF +lUp +fap +scK +lQw +lUp +cbx +uQv +lUp +cbx +uQv +lUp +oao +scK +lQw +lUp +nqa +kog +kog +kog +kog +kog +kog +kog +kog +kog +kog +elK +elK +elK +elK +elK +elK +elK +elK +elK +elK +elK +qlS +qlS +qlS +qlS +qlS +qlS +qlS +qlS +qlS +qlS +qlS +qlS +qlS +nqa +nqa +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oRI +"} +(3,1,1) = {" +oRI +oZs +dex +umt +nqa +dex +dex +dex +nqa +dex +dex +dex +nqa +xGA +dex +dex +mTa +xsQ +dex +wTQ +nqa +nqa +crz +nqa +nqa +nqa +oqO +dex +nqa +xGA +dex +nqa +dex +ida +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +xGK +nqa +nqa +lUp +lUM +pWU +pWU +dna +jmk +jmk +lUp +lZn +jmk +dna +pWU +kPJ +pWU +lUp +pWU +pWU +pWU +dna +jmk +jmk +lUp +qCT +rNF +lUp +uMt +pWU +tdM +dna +jmk +jmk +lUp +lZn +jmk +dna +pWU +pWU +pWU +bQm +nqa +kog +kSZ +kSZ +blg +kSZ +kSZ +blg +kSZ +kSZ +kog +ruI +ruI +vpL +ruI +geR +bXx +ruI +vpL +ruI +ruI +elK +rvu +lRH +lRH +kHF +kHF +kHF +kHF +kHF +kHF +osz +vWG +qdy +qlS +nqa +nqa +oiA +xFW +ceF +oiA +qjc +qjc +qjc +qjc +qjc +qjc +qjc +qjc +qjc +oiA +sUA +odO +oiA +oRI +"} +(4,1,1) = {" +oRI +dex +dex +vUl +nqa +nqa +nqa +nqa +nqa +dex +dex +dex +wTQ +nqa +nqa +dex +dex +dex +dex +nqa +nqa +nqa +nqa +nqa +nqa +dex +dex +dex +nqa +nqa +mgj +nqa +dex +dex +dex +nqa +mgj +xGA +nqa +nqa +nqa +nqa +dex +xGK +nqa +nqa +lUp +oES +pWU +xyk +lUp +lZn +jmk +lUp +jmk +jmk +lUp +aip +pWU +pWU +lUp +aip +pWU +pWU +lUp +lZn +jmk +lUp +rNF +rNF +lUp +aip +pWU +uMt +lUp +cRf +jmk +lUp +jmk +jmk +lUp +bDF +pWU +xga +bQm +nqa +kog +ivG +kSZ +kSZ +kSZ +kSZ +kSZ +kSZ +nWn +kog +ruI +jND +kbV +chb +ruI +ruI +eRR +qNa +fEp +ruI +elK +qUP +lRH +lRH +kHF +gsW +gsW +gsW +gsW +gsW +gsW +gsW +kHF +qlS +nqa +nqa +oiA +rPq +odO +ptC +qjc +qpG +qjc +qjc +tHt +qjc +qjc +qjc +qjc +gFM +odO +odO +oiA +oRI +"} +(5,1,1) = {" +oRI +vUl +dex +dex +dex +nqa +nqa +dex +dex +dex +dex +dex +dex +dex +nqa +nqa +nqa +nqa +nqa +nqa +nqa +dex +mgj +nqa +ois +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +wTQ +nqa +nqa +nqa +nqa +dex +nqa +nqa +dex +xGK +nqa +nqa +lUp +wkX +pWU +kjX +lUp +aex +vYL +lUp +aex +vYL +lUp +wkX +pWU +bJS +lUp +wkX +pWU +dtH +lUp +aex +vYL +lUp +rNF +rNF +lUp +hCn +pWU +sYp +lUp +aex +vYL +lUp +aex +vYL +lUp +nDU +pWU +pfK +lUp +nqa +kog +ewg +kSZ +kSZ +pck +jHI +kSZ +kSZ +kSZ +kog +ruI +hLh +tah +vob +ruI +ruI +ndq +mRu +rsK +ruI +elK +moi +lRH +lRH +kHF +gsW +gsW +gsW +gsW +gsW +gsW +ngy +kHF +qlS +nqa +nqa +oiA +wbr +odO +ptC +qjc +qjc +qjc +qjc +qjc +qjc +kbC +qjc +qjc +oiA +sUA +odO +oiA +oRI +"} +(6,1,1) = {" +oRI +nqa +nqa +nqa +nqa +mgj +nqa +dex +uhn +uhn +gpj +dpB +uhn +dex +nqa +mgj +nqa +nqa +nqa +nqa +nZI +dex +nqa +nqa +cDB +nqa +nqa +qJn +nqa +dex +nqa +nqa +dex +nqa +nqa +nqa +nqa +uSD +uSD +dex +nqa +nqa +dex +xGK +nqa +nqa +lUp +lUp +ssJ +lUp +lUp +lUp +lUp +lUp +lUp +lUp +lUp +lUp +eyl +lUp +lUp +lUp +eyl +lUp +lUp +lUp +lUp +lUp +rNF +rNF +lUp +lUp +eyl +lUp +lUp +lUp +lUp +lUp +lUp +lUp +lUp +lUp +eyl +lUp +lUp +toA +kog +gMH +kSZ +ddc +tfH +tfH +imI +kSZ +kSZ +kog +ruI +hLh +sYV +kej +ruI +ruI +hNk +mRu +rsK +ruI +elK +lRH +lRH +avu +kHF +gsW +ngy +cGr +bbb +bbb +bbb +xHw +kHF +qlS +nqa +nqa +oiA +wbr +odO +ptC +qjc +qjc +qjc +qjc +qjc +qjc +qjc +qjc +qjc +oiA +lvg +oiA +oiA +oRI +"} +(7,1,1) = {" +oRI +nqa +xGA +nqa +wTQ +nqa +nqa +dex +uhn +dpB +uhn +uhn +uhn +dex +nqa +nqa +dex +vUl +nqa +dex +dex +dex +nqa +nqa +nqa +nqa +nqa +nqa +nqa +dex +nqa +vgJ +dex +nqa +nqa +mgj +nqa +dex +dex +dex +nqa +nqa +nqa +xGK +nqa +nqa +bQm +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +bQm +nqa +kog +yeN +kSZ +jNC +tfH +tfH +cba +kSZ +kSZ +kog +yhO +ojZ +ocG +lGU +mCK +ruI +oJx +lGl +uRw +bBk +elK +aQg +lRH +xZb +kHF +gsW +iVh +rJG +bka +pOD +iVh +iVh +kHF +slD +nqa +nqa +oiA +wbr +odO +ptC +pns +qjc +qjc +qjc +lGP +qjc +qjc +qjc +qjc +oiA +sUA +odO +oiA +oRI +"} +(8,1,1) = {" +oRI +nqa +nqa +nqa +dex +nqa +nqa +dex +jCC +uhn +uhn +dpB +uhn +dex +nqa +nqa +dex +vrq +nqa +nqa +nqa +nqa +dex +nqa +nqa +dex +wTQ +nqa +crz +dex +oZs +vUl +dex +nqa +nqa +nqa +nqa +dex +nqa +nqa +nqa +nqa +nqa +lEI +nqa +nqa +bQm +rNF +rNF +icX +rNF +rNF +rNF +rNF +icX +rNF +rNF +rNF +rNF +icX +rNF +rNF +rNF +rNF +rNF +icX +rNF +rNF +rNF +rNF +rNF +rNF +rNF +icX +rNF +rNF +rNF +rNF +icX +rNF +rNF +rNF +rNF +icX +bQm +nqa +kog +rtZ +kSZ +kSZ +kua +pLm +kSZ +kSZ +kSZ +kog +ruI +ruI +ruI +wQG +ruI +ruI +wQG +ruI +ruI +ruI +elK +bcO +vnD +imA +kHF +gsW +xLB +wCq +hzV +qok +kWw +jxm +kHF +qlS +nqa +nqa +oiA +wbr +odO +ptC +qjc +qjc +qjc +qjc +qjc +qjc +qjc +qjc +pns +ptC +odO +hBj +oiA +oRI +"} +(9,1,1) = {" +oRI +nqa +mgj +nqa +dex +qJn +nqa +dex +rbm +uhn +uhn +uhn +oJe +dex +nqa +nqa +dex +dex +dex +dex +nqa +nqa +dex +nqa +nqa +wtY +dex +mgj +nqa +dex +dex +dex +dex +nqa +nqa +dex +nqa +nqa +nqa +mgj +oZs +dex +nqa +xGK +nqa +nqa +lUp +lUp +eyl +lUp +lUp +lUp +lUp +lUp +lUp +lUp +lUp +lUp +eyl +lUp +lUp +lUp +eyl +lUp +lUp +lUp +lUp +lUp +qCT +rNF +lUp +lUp +eyl +lUp +lUp +lUp +lUp +lUp +lUp +lUp +lUp +lUp +eyl +lUp +lUp +nqa +kog +ivG +kSZ +kSZ +kSZ +kSZ +kSZ +kSZ +nWn +kog +nAm +fyH +fyH +fyH +fyH +fyH +fyH +fyH +fyH +fyH +elK +qlS +qlS +qlS +kHF +gsW +xLB +iAW +kgl +qok +kWw +jxm +kHF +qlS +nqa +nqa +oiA +wbr +odO +ptC +qjc +qjc +qjc +qjc +qjc +qjc +qjc +qjc +qjc +ptC +odO +jvc +oiA +oRI +"} +(10,1,1) = {" +oRI +nqa +rOt +nqa +nqa +nqa +nqa +dex +dex +dex +dex +uhn +dex +dex +nqa +nqa +nqa +nqa +dex +xGA +qJn +nqa +dex +nqa +nqa +dex +dex +nqa +nqa +dex +nqa +nqa +nqa +nqa +nqa +dex +vUl +nqa +nqa +nqa +dex +dex +dex +xGK +nqa +nqa +lUp +gOs +pWU +aVe +lUp +aex +hRG +lUp +aex +eAz +lUp +gOs +pWU +qFy +lUp +gOs +pWU +kSn +lUp +aex +eAz +lUp +rNF +rNF +lUp +gOs +pWU +pPi +lUp +aex +eAz +lUp +aex +eAz +lUp +piq +xQN +xga +lUp +nqa +kog +kSZ +kSZ +eLO +kSZ +kSZ +eLO +kSZ +kSZ +kog +mGB +eGk +fOt +eGk +eGk +eGk +eGk +fOt +eGk +eGk +elK +nqa +nqa +qlS +kHF +gsW +iVh +fpX +xLB +beY +eJH +iVh +kHF +qlS +toA +nqa +oiA +xxr +odO +ptC +qjc +qjc +pns +qjc +qjc +hGN +qjc +qjc +qjc +ptC +odO +fub +oiA +oRI +"} +(11,1,1) = {" +oRI +nqa +nqa +nqa +oZs +dex +ois +nqa +nqa +nqa +nqa +nqa +mgj +nqa +nqa +dex +mgj +nqa +dex +nqa +nqa +nqa +nqa +dex +nqa +nqa +nqa +nqa +nqa +dex +nqa +nqa +nqa +dex +dex +dex +dex +dex +nqa +nqa +nqa +nqa +nqa +xGK +nqa +nqa +lUp +jyg +pWU +pWU +lUp +lZn +jmk +lUp +jmk +jmk +lUp +jyg +pWU +pWU +lUp +wkX +pWU +pWU +lUp +lZn +jmk +lUp +rNF +rNF +lUp +wkX +pWU +pWU +lUp +lZn +jmk +lUp +lZn +jmk +dna +dGo +sbI +pfK +bQm +nqa +kog +kog +kog +kog +kSq +cJg +kog +kog +kog +kog +elK +elK +elK +elK +xDM +elK +elK +elK +elK +elK +elK +nqa +nqa +qlS +kHF +gsW +iVh +aXJ +kWw +kWw +kWw +iVh +kHF +qlS +mgj +nqa +oiA +mjx +odO +oiA +qjc +qjc +qjc +qjc +qjc +qjc +qjc +qjc +mFY +oiA +odO +odO +oiA +oRI +"} +(12,1,1) = {" +oRI +nqa +dex +dex +dex +nqa +nqa +dex +dex +dex +nqa +nqa +mgj +nqa +nqa +dex +nqa +nqa +nqa +nqa +nqa +eKw +nqa +nqa +nqa +mgj +nqa +nqa +nqa +nqa +nqa +dex +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +xGK +nqa +nqa +lUp +pWU +pWU +pWU +dna +jmk +jmk +lUp +lZn +jmk +dna +pWU +pWU +pWU +lUp +bDF +pWU +pWU +dna +jmk +jmk +lUp +rNF +rNF +lUp +bDF +pWU +pWU +dna +jmk +jmk +lUp +jmk +jmk +lUp +ayj +pWU +pWU +bQm +nqa +nqa +nqa +nqa +aAU +nqa +nqa +mgj +nqa +mgj +nqa +nqa +nqa +eKw +nqa +nqa +cLJ +nqa +nqa +mgj +nqa +nqa +nqa +nqa +qlS +kHF +gsW +iVh +iVh +cPV +cPV +iVh +iVh +kHF +qlS +nqa +rCw +oiA +lnJ +ceF +oiA +oiA +oiA +ptC +ptC +ptC +ptC +ptC +oiA +oiA +oiA +odO +odO +oiA +oRI +"} +(13,1,1) = {" +oRI +nqa +nqa +nqa +nqa +nqa +nqa +dex +hKr +nqa +nqa +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +nqa +nqa +lUp +smc +scK +lQw +lUp +mpQ +bUI +lUp +bUI +mpQ +lUp +smc +scK +lQw +lUp +smc +scK +lQw +lUp +bUI +mpQ +lUp +rNF +rNF +lUp +smc +scK +lQw +lUp +bUI +mpQ +lUp +bUI +mpQ +lUp +lQw +ogW +wgO +lUp +nqa +lpt +lpt +lpt +lpt +lpt +lpt +lpt +lpt +lpt +lpt +nqa +xZR +xZR +xZR +xZR +xZR +xZR +xZR +xZR +xZR +xZR +nqa +nqa +qlS +kHF +gsW +gsW +iVh +akd +akd +iVh +sFv +kHF +qlS +nqa +wpU +oiA +odO +odO +nUC +vCf +oiA +sUA +odO +odO +odO +ceF +oiA +mHP +odO +odO +ceF +oiA +oRI +"} +(14,1,1) = {" +oRI +nqa +nqa +nqa +mgj +nqa +dex +dex +dex +nqa +nqa +rdM +aBb +ecT +fpI +uBz +tvn +uBz +fpI +ecT +aBb +rdM +xbi +fpI +fpI +uSl +rdM +tRU +fpI +fpI +cLn +rdM +ubS +fpI +fpI +fpI +slY +fpI +njA +rdM +oML +aYL +nPR +rdM +nqa +nqa +lUp +lUp +bQm +bQm +lUp +lUp +lUp +lUp +lUp +lUp +lUp +bQm +bQm +lUp +lUp +bQm +bQm +lUp +lUp +lUp +lUp +lUp +qCT +rNF +lUp +lUp +lUp +lUp +lUp +lUp +lUp +lUp +lUp +lUp +lUp +lUp +lUp +lUp +lUp +nqa +lpt +dIz +iXw +kay +lpt +xpw +fhY +tNC +cbB +lpt +nqa +xZR +sUF +rQX +iYR +rQX +xZR +vPD +jlA +ufT +xZR +nqa +nqa +qlS +kHF +gsW +gsW +gsW +gsW +gsW +gsW +gsW +kHF +qlS +nqa +nqa +icW +odO +gcP +gcP +mcm +oiA +odO +tuW +xJb +iEi +odO +oiA +jbQ +gcP +gcP +odO +oiA +oRI +"} +(15,1,1) = {" +oRI +dex +dex +dex +nqa +nqa +dex +vUl +dex +dex +nqa +rdM +aBb +ecT +fpI +fpI +fpI +fpI +fpI +ecT +uNl +rdM +acu +vfL +fpI +jBw +rdM +jBw +fpI +vfL +kuC +rdM +uEa +fpI +fpI +fpI +wIe +wIe +wIe +rdM +fpI +fpI +hEm +rdM +nqa +nqa +xGK +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +jvV +nqa +nqa +nqa +nqa +nqa +nqa +nqa +lUp +rxX +rNF +rNF +rNF +rNF +rNF +rNF +rNF +dWR +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +bQm +xTh +lpt +mLP +mLP +mLP +eik +vbX +vbX +vbX +ljL +lpt +nqa +xZR +nHd +nHd +nHd +nHd +dmf +bPX +bPX +bPX +xZR +nqa +nqa +qlS +kHF +kcU +weB +gsW +gsW +gsW +gsW +gsW +kHF +qlS +nqa +nqa +odO +odO +gcP +gcP +odO +oiA +odO +wgf +gAH +wgf +odO +oiA +czN +gcP +gcP +aEH +oiA +oRI +"} +(16,1,1) = {" +oRI +dex +nqa +nqa +nqa +nqa +dex +nqa +dex +nqa +nqa +rdM +rdM +rdM +tbc +fpI +fpI +fpI +jHD +rdM +rdM +rdM +rdM +rdM +jut +rdM +rdM +rdM +jut +rdM +rdM +rdM +rdM +rdM +kjV +fpI +uEa +rwX +uEa +rdM +fpI +kWL +jeO +rdM +nqa +nqa +xGK +nqa +nqa +iLu +iLu +iLu +iLu +iLu +iLu +iLu +iLu +iLu +hRs +iLu +iLu +iLu +nqa +lUp +tUK +mUf +tvL +rmF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +icX +rNF +rNF +rNF +rNF +icX +rNF +bQm +nqa +lpt +uui +mLP +vfW +lpt +xfo +tqo +gUJ +gUJ +lpt +nqa +xZR +rIY +rIY +rIY +rIY +xZR +rrn +bPX +bPX +xZR +nqa +mgj +qlS +kHF +kHF +kHF +kHF +kHF +kHF +kHF +kHF +kHF +qlS +nqa +xGA +oiA +odO +gcP +gcP +odO +gFM +odO +wgf +yfe +awf +odO +gFM +odO +gcP +gcP +qaR +oiA +oRI +"} +(17,1,1) = {" +oRI +dex +dGm +dex +nqa +nqa +mgj +nqa +nqa +nqa +eWz +rdM +aBb +ecT +fpI +fpI +fpI +fpI +fpI +ecT +aBb +rdM +gSj +deF +osL +osL +osL +osL +osL +deF +osL +osL +ufM +rdM +fpI +fpI +ygc +uEa +uEa +rdM +fpI +fpI +bSg +rdM +nqa +nqa +gjG +nqa +nqa +iLu +iLu +iLu +iLu +iLu +iLu +iLu +iLu +iLu +iLu +iLu +iLu +iLu +nqa +bWF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +tvL +tvL +rNF +tvL +lUp +lUp +lUp +lUp +lUp +eyl +lUp +lUp +lUp +nqa +lpt +lpt +lpt +lpt +lpt +okB +dtg +apq +gUJ +lpt +nqa +xZR +gJC +rIY +rIY +rIY +xZR +xZR +xZR +xZR +xZR +nqa +nqa +qlS +lRH +lRH +lRH +lRH +lRH +lRH +kBj +iwS +bFQ +qlS +nqa +nqa +oiA +erI +erI +uoW +cMR +oiA +sUA +odO +hSi +odO +ceF +oiA +qOX +aAI +qmM +vsz +oiA +oRI +"} +(18,1,1) = {" +oRI +dex +dex +dex +nqa +nqa +nqa +nqa +dex +nqa +nqa +rdM +aBb +ecT +fpI +fpI +fpI +fpI +fpI +ecT +uNl +rdM +hEO +lyJ +aWN +aWN +aWN +aWN +aWN +aWN +aWN +rSg +kWt +rdM +fpI +fpI +bSg +bSg +bSg +rdM +vfL +fpI +vfL +rdM +toA +nqa +xGK +nqa +nqa +mZE +tON +tON +tON +tON +tON +tON +tON +tON +tON +tON +tON +iLu +nqa +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +rNF +hFs +rmF +rNF +rNF +lUp +aex +eAz +lUp +pWU +pWU +iJP +rbU +lUp +mgj +lpt +psl +mgb +sjP +lpt +iKb +dtg +cvJ +kFe +lpt +nqa +xZR +rIY +gJC +rIY +rIY +xZR +bIx +rPo +eov +xZR +toA +nqa +qlS +lRH +lRH +lRH +fCm +lRH +lRH +lRH +lRH +akH +qlS +nqa +nqa +oiA +oiA +oiA +oiA +oiA +oiA +oiA +odO +odO +odO +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oRI +"} +(19,1,1) = {" +oRI +nqa +nqa +nqa +nqa +nqa +nqa +nqa +dex +hKr +gZr +rdM +rdM +rdM +kjV +fpI +fpI +fpI +xOm +rdM +rdM +rdM +hEO +kWt +rdM +rdM +rdM +rdM +rdM +rdM +rdM +hEO +kWt +rdM +kjV +fpI +fpI +fpI +fpI +rdM +rdM +jut +rdM +rdM +nqa +nqa +xGK +nqa +nqa +gcn +iLu +iLu +iLu +iLu +iLu +hRs +iLu +iLu +iLu +iLu +iLu +iLu +nqa +lUp +qCT +mUf +tvL +rmF +rNF +rNF +rNF +rNF +tvL +rmF +rNF +rNF +lUp +lZn +jmk +dna +pWU +cbl +dWV +pWU +lUp +nqa +lpt +sQy +cyM +cyM +qsq +gUJ +gUJ +pWw +dqQ +lpt +nqa +xZR +qaq +rIY +rIY +rIY +onS +rPo +rPo +rPo +xZR +nqa +nqa +qlS +lRH +lRH +lRH +gjl +lRH +lRH +lRH +nQZ +imS +qlS +nqa +nqa +oiA +ozW +gcP +gcP +dsF +rgS +oiA +oiA +lvg +oiA +oiA +sUA +odO +odO +fVK +jiB +oiA +oRI +"} +(20,1,1) = {" +oRI +nqa +nqa +dex +dex +dex +dex +nqa +dex +dex +dex +rdM +uNl +ecT +fpI +fpI +fpI +fpI +fpI +ecT +aBb +rdM +hEO +kWt +rdM +oML +slY +fpI +slY +tNY +rdM +btI +kWt +mIS +fpI +fpI +fpI +fpI +fpI +fpI +mIS +gSj +ufM +rdM +nqa +nqa +xGK +nqa +nqa +gcn +iLu +iLu +iLu +iLu +iLu +iLu +iLu +iLu +iLu +iLu +iLu +iLu +nqa +lUp +byS +rNF +rNF +rNF +icX +rNF +rNF +rNF +tvL +rNF +lQO +rsT +lUp +bUI +mpQ +lUp +hJG +lQw +scK +tkS +lUp +nqa +lpt +qQC +mkj +mdv +lpt +sOS +gUJ +gUJ +gUJ +lpt +nqa +xZR +rIY +rIY +rIY +rIY +xZR +rPo +rPo +rPo +xZR +nqa +nqa +qlS +lRH +smh +mtT +bFQ +lRH +lRH +sVe +jiS +nGr +qlS +nqa +nqa +oiA +gcP +odO +odO +odO +gcP +oiA +odO +odO +odO +oiA +odO +kpy +gcP +gcP +odO +oiA +oRI +"} +(21,1,1) = {" +oRI +nqa +win +dex +wTQ +nqa +nqa +nqa +mgj +mgj +nqa +rdM +aBb +ecT +fpI +fpI +fpI +crj +fpI +ecT +aBb +rdM +btI +kWt +mIS +fpI +wIe +fpI +wIe +fpI +mIS +hEO +kWt +rdM +vva +hQa +qDU +xsl +ylu +cgy +rdM +hEO +kWt +rdM +nqa +nqa +wlI +pNA +pNA +gcn +iLu +pNA +pNA +pNA +pNA +pNA +pNA +pNA +pNA +wxV +pNA +pNA +pNA +lUp +lUp +bQm +bQm +bQm +lUp +fzl +lUp +bQm +bQm +bQm +lUp +lUp +lUp +lUp +lUp +lUp +lUp +bQm +bQm +lUp +lUp +nqa +lpt +lpt +nJL +lpt +lpt +lpt +wxH +lpt +nJL +lpt +nqa +xZR +xZR +xWK +xZR +inY +xZR +xZR +inY +xZR +xZR +nqa +nqa +qlS +iSM +qlS +qlS +qlS +kgk +kgk +qlS +qlS +qlS +qlS +nqa +nqa +oiA +jGo +odO +ixD +odO +gcP +vZe +gcP +gcP +gcP +vZe +gcP +gcP +gcP +gcP +qJF +oiA +oRI +"} +(22,1,1) = {" +oRI +nqa +dex +dex +nqa +dex +dex +dex +nqa +nqa +nqa +rdM +rdM +rdM +kjV +fpI +fpI +fpI +jHD +rdM +rdM +rdM +hEO +kWt +rdM +sJK +wQo +mqz +sJK +sJK +rdM +hEO +kWt +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +btI +kWt +rdM +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +kAu +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +fjj +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +qLO +kVt +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +oiA +jGo +odO +odO +odO +gcP +oiA +sUA +odO +ceF +oiA +odO +gcP +gcP +gcP +qJF +oiA +oRI +"} +(23,1,1) = {" +oRI +xGA +nqa +dex +nqa +nqa +nqa +nqa +nqa +nqa +nqa +rdM +aBb +ecT +fpI +fpI +fpI +fpI +gWu +rdM +gSj +osL +fqy +kWt +wFn +wFn +euP +euP +euP +wFn +wFn +hEO +eBo +deF +ufM +rdM +fpI +fpI +dWg +fpI +rdM +hEO +kWt +rdM +nqa +iLu +iLu +pGk +iLu +iaL +iaL +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +pGk +iLu +iLu +iLu +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +eKw +nqa +nqa +oiA +ozW +gcP +gcP +gcP +oQq +oiA +odO +odO +odO +oiA +xFk +odO +odO +fVK +sYo +oiA +oRI +"} +(24,1,1) = {" +oRI +nqa +mgj +nqa +nqa +nqa +nqa +nqa +dex +dex +nqa +rdM +aBb +ecT +fpI +fpI +fpI +fpI +iWt +rdM +hEO +lyJ +aWN +kfL +wFn +ltX +ltX +ltX +ltX +ltX +wFn +nKb +aWN +rSg +kWt +mIS +fpI +fpI +fpI +fpI +rdM +hEO +kWt +rdM +nqa +tlN +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +mfK +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +gUu +iaL +jGv +iLu +nqa +qwc +qwc +qwc +qwc +qwc +qwc +qwc +qwc +qwc +nqa +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oiA +oRI +"} +(25,1,1) = {" +oRI +nqa +dex +dex +dex +qJn +nqa +nqa +nqa +dex +nqa +rdM +rdM +rdM +rdM +jut +rdM +rdM +rdM +rdM +hEO +kWt +wFn +wFn +wFn +ltX +bYP +ltX +bYP +ltX +wFn +wFn +wFn +hEO +kWt +rdM +aeE +tGz +kpN +pZR +rdM +hEO +kWt +sqR +nqa +gcn +iLu +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nSS +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +wVQ +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +qwc +frf +vzq +qwc +ngr +qwc +enC +pQz +qwc +toA +nqa +nqa +nqa +mgj +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +vUl +oRI +"} +(26,1,1) = {" +oRI +nqa +dex +nqa +nqa +nqa +nqa +dex +nqa +dex +nqa +rdM +rNU +fpI +slY +fpI +cVw +uEa +uEa +rdM +btI +kWt +piJ +gkn +ltX +ltX +jSh +jSh +jSh +ltX +ltX +gkn +dSV +btI +kWt +rdM +clE +mqz +uEa +nPi +rdM +hEO +kWt +sqR +nqa +gcn +iLu +nqa +rfn +rfn +rfn +rfn +rfn +rfn +rfn +nqa +nqa +nqa +nqa +nqa +qLO +nqa +rfn +rfn +rfn +aLg +aLg +rfn +rfn +rfn +nqa +tlN +iLu +nqa +ebv +ebv +xEj +xEj +xEj +ebv +ebv +gxQ +ebv +ebv +ebv +cHK +cHK +oRM +cHK +cHK +mfq +mfq +mfq +cHK +cHK +nqa +nqa +kLj +kLj +kLj +kLj +kLj +xqJ +xqJ +xqJ +kLj +kLj +kLj +nqa +gcn +iLu +nqa +qwc +ifu +vzq +iNH +otK +qwc +jBh +pQz +qwc +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +mgj +nqa +nqa +nqa +nqa +nqa +nqa +oRI +"} +(27,1,1) = {" +oRI +nqa +dex +nqa +nqa +wTQ +vUl +dex +nqa +nqa +nqa +rdM +jgR +fpI +fpI +fpI +fpI +fpI +fpI +lhd +hEO +kWt +piJ +iwm +nXi +jSh +jSh +jSh +jSh +jSh +cxG +ltX +ecT +saY +kWt +rdM +aeE +uEa +pcD +pZR +rdM +btI +kWt +sqR +nqa +gcn +iLu +nqa +uEd +dza +fFf +fcp +qMR +rRT +rfn +mQe +nqa +nqa +nqa +nqa +nqa +nqa +rfn +sTr +rex +sTr +hYX +sTr +hYX +rfn +nqa +gcn +iLu +nqa +ebv +jVT +qpn +rUl +rUl +igG +rUl +kKb +pAl +sOh +ebv +gHE +ntC +qhL +nib +nib +nib +nib +bWY +hoI +cHK +nqa +nqa +kLj +caW +ewn +dXI +nhA +rps +rps +rps +uHd +vdP +kLj +nqa +tlN +auy +nqa +qwc +qwc +qwc +qwc +otK +qwc +qwc +pBM +qwc +nqa +wjf +wjf +wjf +wjf +wjf +wjf +wjf +wjf +wjf +nqa +nFY +nFY +nFY +nFY +hOZ +nFY +nFY +oRI +"} +(28,1,1) = {" +oRI +nqa +nqa +nqa +nqa +dex +dex +dex +nqa +nqa +nqa +rdM +jRE +fpI +fpI +fpI +fpI +fpI +fpI +fpI +hEO +kWt +piJ +ieH +ltX +jSh +jSh +hdO +jSh +jSh +ltX +ltX +ecT +saY +kWt +rdM +fpI +fpI +fpI +fpI +mIS +hEO +kWt +rdM +nqa +gcn +iLu +nqa +uEd +lFz +miE +uEd +aBB +ujs +rfn +nqa +nqa +nqa +nqa +nqa +nqa +nqa +rfn +uKe +qCI +uKe +qCI +uKe +qCI +rfn +nqa +gcn +iLu +nqa +ebv +twb +qpn +hze +bRP +rUl +rUl +rUl +rUl +rUl +ebv +iFq +qwD +nib +nib +nib +nib +nib +bWY +cvF +cHK +nqa +nqa +kLj +cBU +ewn +tGj +nhA +rps +oPT +fJR +rps +rps +xqJ +nqa +gcn +iLu +nqa +qwc +frf +vzq +qwc +otK +otK +otK +otK +qwc +nqa +wjf +hnA +rLS +hgC +hgC +hgC +rLS +wsJ +wjf +nqa +nFY +uBu +mFb +mFb +tfh +gBk +nFY +oRI +"} +(29,1,1) = {" +oRI +nqa +mgj +nqa +nqa +nqa +nqa +mgj +nqa +nqa +nqa +rdM +gOW +vfL +fpI +xeE +wkk +loA +mXp +rdM +qfY +kWt +piJ +bKF +nXi +jSh +jSh +jSh +jSh +jSh +cxG +ltX +ecT +saY +kWt +rdM +oML +oML +fpI +xsl +rdM +hEO +kWt +rdM +nqa +tlN +auy +nqa +rfn +rfn +rfn +rfn +aBB +pkt +rfn +aLg +aLg +iWN +aLg +iWN +aLg +aLg +rfn +anE +qCI +qCI +qCI +qCI +qCI +rfn +eDj +gcn +iLu +nqa +xEj +nUy +qpn +hze +bRP +rUl +rUl +rUl +umn +rUl +ebv +wdF +alG +nib +pPH +iGB +iGB +uMU +bWY +mbf +cHK +nqa +nqa +kLj +tfn +ewn +xqa +nhA +rps +aTi +xqa +rps +rbd +kLj +nqa +gcn +iLu +nqa +qwc +ifu +vzq +iNH +otK +cwc +qKc +otK +qwc +nqa +wjf +bxm +hgC +hgC +pgd +hgC +eAh +pgd +wjf +nqa +nFY +hEQ +ujQ +xVQ +xVQ +sln +nFY +oRI +"} +(30,1,1) = {" +oRI +nqa +nqa +nqa +dex +dex +nqa +nqa +crz +xGA +nqa +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +hEO +kWt +piJ +gkn +ltX +ltX +jSh +jSh +jSh +ltX +ltX +gkn +wFn +btI +kWt +rdM +rdM +rdM +rdM +rdM +rdM +hEO +kWt +rdM +nqa +gcn +iLu +nqa +uEd +dza +fFf +fcp +aBB +ujs +rfn +dzQ +koe +koe +koe +koe +wOS +ewA +rfn +dwz +aWy +qCI +qCI +qCI +qCI +rfn +nqa +gcn +iLu +nqa +xEj +shT +qpn +lJp +bRP +rUl +rUl +rUl +vsd +iSs +ebv +nib +rEd +nib +hlO +jCN +iGB +uMU +bWY +stU +cHK +nqa +nqa +kLj +oNN +uCV +xqa +nhA +rps +dxq +sGT +rps +rps +pzw +nqa +gcn +iLu +nqa +qwc +qwc +qwc +qwc +wBN +sMI +vbO +mFA +qwc +nqa +wjf +bxm +eAh +eAh +hgC +hgC +pgd +pgd +wjf +mgj +nFY +ehS +xVQ +xVQ +xVQ +wIl +nFY +oRI +"} +(31,1,1) = {" +oRI +nqa +dex +nqa +uEt +dex +nqa +nqa +nqa +nqa +nqa +rdM +uql +qsE +iyv +fpI +iyv +qsE +uql +rdM +hEO +kWt +wFn +wFn +wFn +ltX +svl +ltX +svl +ltX +wFn +wFn +wFn +hEO +kWt +rdM +oeE +fpI +fpI +wgN +rdM +hEO +kWt +sqR +nqa +gcn +iLu +nqa +uEd +lFz +miE +uEd +aBB +ujs +kTK +oQP +fFf +fFf +fFf +fFf +fFf +mXP +rfn +rfn +rfn +rfn +qCI +qCI +qCI +rfn +nqa +tlN +auy +nqa +ebv +oYB +qpn +rUl +rUl +rUl +rUl +rUl +wvH +rUl +ebv +nib +nib +nib +nib +nib +nib +nib +bWY +lEp +cHK +mgj +xTh +kLj +tDu +qCy +nuM +rps +nuM +rps +rps +rps +azU +kLj +nqa +gcn +iLu +nqa +qwc +frf +vzq +qwc +otK +imV +vbO +otK +qwc +mgj +wjf +sno +bML +pgd +bxm +eAh +pgd +pgd +wjf +nqa +nFY +axh +ujQ +ujQ +xVQ +pgg +nFY +oRI +"} +(32,1,1) = {" +oRI +nqa +dex +qcu +qjp +dex +nqa +ois +nqa +nqa +nqa +rdM +nKS +fpI +fpI +fpI +fpI +bSg +dAw +rdM +hEO +eBo +osL +ufM +wFn +ltX +ltX +ltX +ltX +ltX +wFn +gSj +osL +fqy +kWt +rdM +wIw +fpI +fpI +sLw +rdM +hEO +kWt +sqR +nqa +gcn +iLu +nqa +rfn +rfn +rfn +rfn +aBB +ujs +rfn +kRm +dkP +voY +voY +voY +dkP +bBz +eav +yjs +fRu +eav +qCI +aWy +uYK +rfn +nqa +gcn +iLu +nqa +ebv +mOp +qpn +oBk +rUl +rUl +rUl +oBk +rUl +sOh +ebv +gHE +nib +nib +nib +nby +nib +nib +bWY +jVo +cHK +nqa +nqa +kLj +srx +eaW +rps +rps +rps +rps +qCg +rps +lKL +kLj +nqa +tlN +auy +nqa +qwc +ifu +vzq +iNH +otK +imV +xAj +otK +qwc +nqa +wjf +bxm +bxm +hgC +eAh +bxm +bxm +pgd +wjf +xTh +nFY +jVJ +iYh +pAR +oQW +pgg +nFY +oRI +"} +(33,1,1) = {" +oRI +nqa +dex +dex +dex +dex +nqa +nqa +nqa +nqa +nqa +rdM +wlC +clE +fpI +fpI +fpI +fpI +biY +rdM +nKb +aWN +rSg +kWt +wFn +wFn +euP +euP +euP +wFn +wFn +hEO +lyJ +jNE +kfL +rdM +eSM +fpI +fpI +uEa +rdM +btI +kWt +sqR +nqa +gcn +iLu +nqa +uEd +dza +fFf +fcp +aBB +ujs +rfn +rfn +rfn +aSH +oBp +bKX +rfn +rfn +rfn +oQP +odl +rfn +rfn +rfn +rfn +rfn +hea +gcn +iLu +nqa +ebv +ebv +ebv +ebv +dlH +ebv +ebv +ebv +dlH +ebv +ebv +cHK +xWO +cHK +cHK +cHK +xWO +cHK +cHK +cHK +cHK +nqa +nqa +kLj +kLj +kLj +kLj +fJl +kLj +kLj +kLj +lPB +kLj +kLj +nqa +gcn +iLu +nqa +qwc +qwc +qwc +qwc +otK +imV +vbO +otK +qwc +nqa +wjf +bxm +eAh +pgd +pgd +bxm +bxm +pgd +wjf +nqa +nFY +gTg +xVQ +sYk +oQW +jAs +nFY +oRI +"} +(34,1,1) = {" +oRI +nqa +nqa +nqa +nqa +nqa +nqa +nqa +wTQ +nqa +nqa +rdM +iDE +fpI +fpI +fpI +fpI +fpI +qSg +rdM +rdM +rdM +hEO +kWt +rdM +qKl +qKl +mqz +nPR +qKl +rdM +hEO +kWt +rdM +rdM +rdM +iyb +fpI +fpI +iIC +rdM +hEO +kWt +rdM +nqa +tlN +auy +nqa +uEd +lFz +huu +uEd +aBB +pkt +rfn +skt +fFf +fvm +fFf +fvm +waw +rfn +yjs +jYd +mXP +rfn +vgc +bco +dyc +rfn +nqa +gcn +iLu +nqa +ebv +foa +sdP +aGX +sHL +hgi +ebv +ixx +kGL +wGJ +ebv +ecU +ajr +uky +cHK +mXo +hRw +vwa +mXo +qef +cHK +nqa +nqa +kLj +alQ +alQ +alQ +tnq +tvl +kLj +jDA +xYP +qrp +kLj +nqa +gcn +iLu +nqa +qwc +aTW +otK +otK +otK +heW +vbO +otK +qwc +nqa +wjf +jQa +gGb +eAh +eAh +eAh +gGb +pcG +wjf +mgj +nFY +wMs +wpd +ghC +ghC +jJa +nFY +oRI +"} +(35,1,1) = {" +oRI +vUl +nqa +nqa +nqa +dex +dex +nqa +nqa +nqa +nqa +rdM +dAw +wIe +fpI +fpI +fpI +fpI +fpI +fpI +oMk +rdM +btI +kWt +mIS +fpI +bSg +fpI +bSg +fpI +mIS +hEO +kWt +mIS +pip +mIS +fpI +fpI +fpI +eXn +rdM +hEO +kWt +rdM +nqa +gcn +iLu +nqa +rfn +rfn +rfn +rfn +aBB +ujs +uZL +fFf +aUw +fFf +fFf +fFf +aUw +eav +oQP +wKC +bBz +eav +cdk +cdk +cAA +rfn +nqa +gcn +iLu +nqa +xEj +sdP +sdP +yfP +sdP +lNn +ebv +omB +oQk +oQk +ebv +qet +qet +rwu +cHK +bhX +mXo +mXo +mXo +gsU +mfq +nqa +nqa +xqJ +alQ +alQ +alQ +alQ +qFB +kLj +jDA +jDA +jDA +kLj +jce +gcn +iLu +nqa +qwc +otK +oJq +otK +otK +imV +qdE +otK +qwc +nqa +wjf +wjf +wjf +wjf +wjf +ofi +wjf +wjf +wjf +eWE +nFY +nFY +nFY +nFY +nFY +nFY +nFY +oRI +"} +(36,1,1) = {" +oRI +dex +nqa +nqa +nqa +dex +kBN +nqa +nqa +nqa +nqa +rdM +uql +kih +iyv +fpI +fpI +fpI +vfL +fpI +jGZ +rdM +hEO +kWt +rdM +oML +vfL +fpI +vfL +ehL +rdM +hEO +vdT +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +hEO +kWt +rdM +nqa +gcn +iLu +nqa +uEd +dza +fFf +fcp +aBB +ujs +aXR +aXR +aXR +aXR +aXR +aXR +aXR +aXR +oQP +mXP +rfn +rfn +rfn +rfn +rfn +rfn +nqa +tlN +auy +nqa +ebv +fKs +qBt +oYM +keV +xXE +ebv +mIr +hNP +xjt +ebv +vDQ +uYP +exD +cHK +ybM +hEG +gNu +tub +iGW +cHK +nqa +mgj +kLj +tJM +pVH +cuw +alQ +mnV +kLj +pFu +jjh +gYq +kLj +nqa +gcn +iLu +nqa +qwc +bcA +cRW +cfu +otK +mRD +lah +mFA +qwc +nqa +nqa +nqa +nqa +nqa +nqa +nqa +mgj +nqa +rCw +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +oRI +"} +(37,1,1) = {" +oRI +dex +oZs +dex +nqa +dex +dex +nqa +nqa +nqa +nqa +rdM +rdM +rdM +rdM +rdM +rdM +jut +rdM +rdM +rdM +rdM +hEO +kWt +rdM +rdM +rdM +rdM +rdM +rdM +rdM +hEO +eBo +osL +osL +osL +osL +osL +osL +osL +osL +fqy +kWt +rdM +uHc +gcn +iLu +nqa +uEd +lFz +miE +uEd +aBB +ujs +aXR +deD +rkV +puH +bEZ +hEw +aRR +aXR +dSK +odl +rfn +lMk +pgb +uGR +uGR +rfn +nqa +gcn +iLu +nqa +ebv +ebv +ebv +ebv +ebv +ebv +ebv +ebv +ebv +ebv +ebv +cHK +cHK +cHK +cHK +cHK +cHK +cHK +cHK +cHK +cHK +nqa +nqa +kLj +kLj +kLj +kLj +kLj +kLj +kLj +kLj +kLj +kLj +kLj +nqa +tlN +auy +nqa +qwc +otK +otK +otK +otK +otK +otK +otK +qwc +nqa +sEu +sEu +sEu +sEu +sEu +sEu +sEu +sEu +sEu +sEu +sEu +sEu +qmH +gSf +gSf +gSf +gSf +oRI +"} +(38,1,1) = {" +oRI +dex +dex +dex +nqa +nqa +nqa +nqa +mgj +nqa +nqa +sqR +gSj +osL +osL +osL +osL +osL +osL +osL +osL +osL +fqy +eBo +osL +osL +osL +osL +osL +osL +osL +fqy +lyJ +aWN +jNE +aWN +aWN +aWN +jNE +aWN +aWN +aWN +kfL +rdM +nqa +gcn +iLu +nqa +rfn +rfn +rfn +rfn +aBB +ujs +aXR +eUX +eUX +eYv +eUX +eUX +eUX +wjQ +oQP +mXP +eav +sdZ +sdZ +hYt +fzu +aLg +nqa +gcn +iLu +nqa +oNf +eTZ +nMA +ffi +nMA +eTZ +oNf +vcm +vVG +iyu +oNf +oym +usk +vUl +anR +nqa +nqa +nqa +nqa +vUl +nqa +nqa +nqa +raL +wCC +vDl +qAi +raL +luj +atY +gYX +atY +vpy +raL +nqa +gcn +iLu +nqa +dCA +otK +otK +otK +otK +otK +otK +otK +qwc +nqa +sEu +nxk +kFi +sEu +iHd +dsd +qUj +qUj +qUj +rAd +qUj +sEu +nqa +ecb +buI +gTz +gSf +oRI +"} +(39,1,1) = {" +oRI +cXD +cXD +cXD +cXD +cXD +cXD +cXD +cXD +cXD +nqa +sqR +nKb +aWN +jNE +aWN +aWN +aWN +jNE +aWN +aWN +aWN +aWN +jNE +aWN +aWN +aWN +aWN +jNE +aWN +aWN +rSg +kWt +rdM +rdM +rdM +rdM +rdM +rdM +rdM +fpI +iMH +rdM +rdM +nqa +tlN +auy +nqa +uEd +dza +fFf +fcp +aBB +pkt +aXR +eUX +eUX +pVb +eUX +eUX +rYH +aXR +oQP +mXP +rfn +sdZ +sdZ +fzu +fzu +aLg +nqa +gcn +iLu +nqa +oNf +nMA +wDg +uZa +wDg +nMA +cNz +vmc +vmc +vmc +oNf +nqa +nqa +nqa +nqa +whw +qEM +nqa +nqa +nqa +nqa +nqa +nqa +nfW +ilf +phF +vDl +raL +lDc +hbg +qtk +xxH +atY +raL +nqa +gcn +iLu +nqa +rCt +otK +otK +otK +hVt +otK +otK +otK +qwc +nqa +sEu +oYq +oYq +sEu +qUj +qUj +qUj +qUj +qUj +cFO +eBC +sEu +nqa +ecb +buI +jcw +gSf +oRI +"} +(40,1,1) = {" +oRI +cXD +rUX +rUX +rUX +mHV +rUX +rUX +rUX +cXD +nqa +rdM +rdM +rdM +rdM +rdM +rdM +jut +rdM +rdM +rdM +rdM +rdM +rdM +rdM +rdM +jut +rdM +rdM +rdM +rdM +hEO +kWt +rdM +oML +fpI +fpI +slY +fpI +bmu +fpI +fpI +ten +rdM +nqa +gcn +iLu +nqa +uEd +lFz +miE +uEd +nxp +bRx +aXR +jSC +rmI +nrC +eLC +jFJ +rYH +aXR +oyr +bBz +rfn +qVN +jsV +cOp +cOp +rfn +nqa +gcn +iLu +nqa +hCX +nMA +nMA +nMA +nMA +nMA +oNf +ujx +tMi +cdL +oNf +nqa +iPk +iPk +iPk +iPk +iPk +iPk +iPk +iPk +iPk +iPk +nqa +raL +hAZ +vDl +vDl +ymc +atY +atY +atY +atY +atY +vIR +nqa +gcn +iLu +nqa +qwc +qwc +qwc +hzU +qwc +hzU +qwc +qwc +qwc +nqa +sEu +nzz +oYq +fcG +qUj +qUj +mPI +mPI +qUj +psW +qUj +sEu +wiB +gSf +gSf +gSf +gSf +oRI +"} +(41,1,1) = {" +oRI +cXD +rUX +pyq +qwu +qwu +qwu +pyq +rUX +cXD +nqa +rdM +kzg +fpI +slY +fpI +fpI +fpI +slY +fpI +xXc +rdM +oML +slY +svr +nPi +fpI +svr +utw +aTH +rdM +hEO +kWt +rdM +klJ +fpI +fpI +wIe +wIe +uEa +fpI +fpI +miz +sqR +nqa +gcn +iLu +nqa +rfn +rfn +rfn +rfn +rfn +rfn +aXR +aXR +aXR +aXR +aXR +aXR +aXR +aXR +rfn +rfn +rfn +rfn +rfn +rfn +rfn +rfn +nqa +tlN +auy +nqa +hCX +nMA +nMA +nMA +nMA +nMA +oNf +oNf +oNf +oNf +oNf +toA +iPk +jiZ +rzm +rzm +cYD +eAp +eAp +iVK +sAV +iPk +nqa +raL +siU +ohq +nca +raL +xBE +rUR +jLz +atY +atY +raL +nqa +gcn +iLu +nqa +qwc +fOq +kYK +kYK +qwc +kYK +kYK +fOq +qwc +nqa +sEu +llz +oYq +sEu +qUj +edk +hdR +hdR +apS +qUj +qUj +sEu +nqa +eot +szL +kiO +gSf +oRI +"} +(42,1,1) = {" +oRI +cXD +knN +qwu +ptw +ptw +ptw +qwu +lPc +cXD +nqa +rdM +nNz +fpI +fpI +fpI +fpI +fpI +fpI +fpI +eVU +rdM +klJ +fpI +dWz +fpI +fpI +dWz +fpI +rly +rdM +btI +kWt +rdM +fpI +fpI +uEa +uEa +uEa +uEa +fpI +fpI +mZl +sqR +nqa +gcn +iLu +nqa +nqa +nqa +nqa +nqa +nqa +rfn +rfn +rfn +rfn +rfn +rfn +rfn +rfn +rfn +rfn +mgj +nqa +nqa +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +hCX +nMA +nMA +nMA +nMA +txF +oNf +xor +gZc +tnp +oNf +nqa +iPk +rzm +rzm +sVX +iPk +eAp +eAp +xbn +pOQ +iPk +nqa +raL +raL +raL +raL +raL +qdD +rUR +atY +atY +atY +raL +nqa +tlN +auy +nqa +qwc +fOq +kYK +kYK +qwc +kYK +kYK +fOq +qwc +nqa +sEu +vLq +hSV +sEu +qUj +edk +hdR +hdR +apS +qUj +qUj +sEu +nqa +eot +buI +gya +gSf +oRI +"} +(43,1,1) = {" +oRI +cXD +gjk +qwu +ptw +uCc +fec +qwu +rUX +cXD +nqa +rdM +czK +fpI +eJF +fpI +eJF +fpI +eJF +fpI +ggq +rdM +fJG +fpI +fpI +fpI +fpI +fpI +fpI +xOm +rdM +hEO +kWt +rdM +fpI +clE +uEa +fpI +fpI +fpI +fpI +fpI +kUV +sqR +nqa +gcn +iLu +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +ouN +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +eKw +nqa +nqa +nqa +nqa +gcn +iLu +nqa +hCX +nMA +nMA +nMA +nMA +nMA +cNz +gZc +gZc +qQU +oNf +nqa +iPk +iPk +iPk +iPk +iPk +szX +fOT +ftj +ukm +iPk +xTh +raL +oDs +lCD +ica +raL +xBE +rUR +atY +atY +atY +nfW +nqa +gcn +iLu +nqa +qwc +fOq +kYK +kYK +qwc +kYK +kYK +fOq +qwc +nqa +sEu +sEu +sEu +sEu +hfz +qUj +aNf +aNf +qUj +qUj +qUj +sEu +qlH +gSf +gSf +gSf +gSf +oRI +"} +(44,1,1) = {" +oRI +cXD +doM +qwu +ptw +lsL +xVb +qwu +rUX +cXD +mgj +rdM +icH +fpI +fpI +fpI +fpI +fpI +fpI +fpI +uxg +rdM +oML +fpI +svr +nPi +fpI +svr +nPi +iZD +rdM +hEO +kWt +rdM +kjV +clE +uEa +fpI +fpI +fpI +fpI +fpI +qkz +rdM +nqa +tlN +auy +nqa +hZa +hZa +hZa +hZa +hZa +hZa +hZa +hZa +hZa +nqa +nqa +cGQ +cGQ +cGQ +cGQ +cGQ +cGQ +cGQ +cGQ +cGQ +cGQ +cGQ +nqa +gcn +iLu +nqa +oNf +caQ +nMA +nMA +blS +opF +oNf +qLh +gfq +xeZ +oNf +nqa +iPk +beO +eAp +eAp +cxg +eAp +ehA +eAp +eAp +iPk +nqa +raL +gox +ica +ica +vLi +eXX +eXX +eXX +eXX +eXX +nfW +nqa +gcn +iLu +nqa +qwc +wWS +gZv +wWS +qwc +wWS +wSa +wWS +qwc +nqa +nqa +nqa +vUl +sEu +pKX +qUj +qUj +qUj +etG +qUj +iHd +sEu +nqa +ptH +buI +hvK +gSf +oRI +"} +(45,1,1) = {" +oRI +cXD +rUX +qwu +ptw +coq +vPI +qwu +rUX +cXD +nqa +rdM +oqU +fpI +fpI +fpI +fpI +fpI +fpI +fpI +uBz +rdM +klJ +fpI +dWz +fpI +fpI +dWz +fpI +aTH +rdM +hEO +kWt +rdM +vMe +uEa +uEa +fpI +fpI +sqR +emo +whJ +rdM +rdM +nqa +gcn +iLu +nqa +hZa +vjx +jJI +dFg +hZa +bMB +sGF +gSL +hZa +whw +nqa +cGQ +bLO +qYT +aeG +cGQ +wUd +xbp +wYN +eLr +gPN +cGQ +nqa +gcn +iLu +nqa +oNf +xul +nMA +nMA +uZa +uZa +oNf +aCP +gZc +aXj +oNf +nqa +iPk +rXX +eAp +eAp +xbn +tws +eAp +eAp +eAp +iPk +nqa +raL +cgc +bCo +yio +raL +rwz +rQf +rwz +ddR +jwI +raL +eDj +gcn +iLu +nqa +aqv +aqv +aqv +aqv +aqv +aqv +aqv +aqv +aqv +aqv +aqv +nqa +nLV +sEu +fSr +fSr +gpI +sEu +sEu +ofy +sEu +sEu +nqa +ptH +buI +lMx +gSf +oRI +"} +(46,1,1) = {" +oRI +cXD +knN +qwu +ptw +ptw +ptw +qwu +lPc +cXD +asx +rdM +blf +fpI +eJF +fpI +eJF +fpI +eJF +fpI +jkB +rdM +msj +fpI +fpI +fpI +fpI +fpI +fpI +xOm +rdM +hEO +kWt +lhd +fpI +fpI +fpI +fpI +fpI +oSC +nqa +nqa +mIX +nqa +nqa +gcn +iLu +nqa +gaM +tDT +tDT +dxM +hZa +pvu +pNk +feE +gaM +nqa +nqa +cGQ +azp +aeG +aeG +cGQ +lXT +lXT +lXT +lXT +lXT +spX +nqa +tlN +auy +nqa +dpv +nMA +nMA +nMA +hcM +hcM +oNf +qLh +gZc +gZc +oNf +nqa +iPk +sZR +eAp +eAp +hsn +eAp +eAp +eAp +eAp +iPk +nqa +raL +raL +raL +raL +raL +raL +raL +raL +raL +raL +raL +nqa +tlN +auy +nqa +aqv +dRm +vXn +iCg +uIN +sFj +aqv +lpN +lbi +otp +aqv +nqa +nqa +sEu +fSr +fSr +ruV +sEu +uhd +pRz +pRz +sEu +qpj +gSf +gSf +gSf +gSf +oRI +"} +(47,1,1) = {" +oRI +cXD +rUX +pyq +qwu +qwu +qwu +pyq +rUX +cXD +nqa +rdM +dAw +fpI +fpI +fpI +fpI +fpI +fpI +fpI +pFl +rdM +oML +fpI +svr +nPi +fpI +svr +nPi +gmv +rdM +btI +kWt +fpI +fpI +fpI +fpI +fpI +fpI +emo +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +gaM +sZW +eYT +eYT +dPU +pNk +pNk +hfF +hZa +nqa +nqa +spX +aeG +aeG +aeG +cOn +rVU +rVU +hrY +hUq +hUq +spX +nqa +gcn +iLu +nqa +oNf +fGO +eFx +eFx +eFx +eFx +oNf +gZc +gZc +gZc +oNf +nqa +iPk +cxo +ehA +eAp +iPk +brv +eAp +ehA +szX +iPk +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +pmf +gSc +gSc +gSc +gSc +gSc +aqv +gXy +gSc +gSc +aqv +nqa +nqa +kgG +fSr +fSr +nNX +sEu +rov +pRz +pRz +sEu +nqa +kRQ +buI +sOc +gSf +oRI +"} +(48,1,1) = {" +oRI +cXD +rUX +rUX +rUX +rUX +rUX +rUX +rUX +cXD +toA +rdM +nKS +vfL +fpI +fpI +fpI +fpI +fpI +vfL +uMc +rdM +klJ +fpI +dWz +vfL +fpI +dWz +vfL +uVi +rdM +nKb +kfL +rdM +mBy +aLV +sgH +tXV +njA +rdM +lRP +nqa +nqa +nqa +nqa +gcn +iLu +nqa +hZa +pGO +eYT +eYT +hZa +hZa +hZa +hZa +hZa +nqa +nqa +cGQ +szT +hGr +iZq +cGQ +vBV +rVU +uJv +uJv +uJv +cGQ +nqa +gcn +iLu +kmC +oNf +sdu +pLK +mNF +cWH +qUm +oNf +noL +jaJ +hyp +oNf +nqa +iPk +eAp +vXX +smH +iPk +iCp +eAp +eAp +eAp +iPk +nqa +nqa +nqa +mgj +nqa +nqa +vUl +nqa +eKw +nqa +nqa +nqa +nqa +gcn +iLu +nqa +pmf +gSc +bJy +gSc +bJy +gSc +aqv +amo +gGf +ePX +aqv +nqa +nqa +sEu +fSr +fSr +qdF +sEu +kmk +pRz +pRz +sEu +rCw +kRQ +buI +gya +gSf +oRI +"} +(49,1,1) = {" +oRI +cXD +cXD +cXD +rUX +mod +cXD +cXD +cXD +cXD +nqa +rdM +rdM +rdM +sqR +sqR +sqR +sqR +sqR +rdM +rdM +rdM +rdM +sqR +sqR +rdM +sqR +sqR +rdM +rdM +rdM +sqR +sqR +rdM +rdM +sqR +sqR +sqR +rdM +rdM +nqa +nqa +nqa +nqa +nqa +tlN +auy +nqa +ara +eYT +eYT +eOh +bYU +cvO +cvO +cvO +hZa +nqa +nqa +cGQ +cGQ +cGQ +cGQ +cGQ +eBx +rVU +rVU +rVU +rVU +miC +nqa +gcn +iLu +nqa +oNf +oNf +oNf +oNf +oNf +oNf +oNf +oNf +hCX +oNf +oNf +nqa +iPk +iPk +iPk +iPk +iPk +iPk +iPk +oYO +iPk +iPk +nqa +owk +owk +owk +owk +owk +owk +owk +owk +owk +owk +owk +nqa +tlN +auy +nqa +pmf +gSc +dZF +gSc +dZF +gSc +aqv +cCO +gSc +gSc +aqv +nqa +nqa +sEu +dXc +wnO +nsc +sEu +nqc +aHa +hqM +sEu +jrA +gSf +gSf +gSf +gSf +oRI +"} +(50,1,1) = {" +aQQ +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +kTx +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +hZa +ekR +cZx +alF +hZa +oWg +uNn +ehF +hZa +nqa +nqa +cGQ +kOS +tjw +tEB +cGQ +rVU +qJY +rVU +rVU +rVU +cGQ +nqa +gcn +iLu +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +mgj +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +owk +kYl +thg +bAz +owk +jjc +rwt +sVy +sVy +eRI +owk +nqa +gcn +iLu +qrN +aqv +tbL +gSc +gSc +gSc +gSc +aqv +aqv +mGr +aqv +aqv +nqa +nqa +sEu +sEu +sEu +sEu +sEu +sEu +sEu +sEu +sEu +xGA +lmn +buI +mQu +gSf +oRI +"} +(51,1,1) = {" +aQQ +bac +iLu +iLu +fdK +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +gcn +iLu +nqa +hZa +hZa +hZa +hZa +hZa +hZa +hZa +hZa +hZa +nqa +vUl +cGQ +dMY +tXr +tXr +rte +rVU +rVU +wvh +oGh +rVU +spX +nqa +tlN +auy +nqa +nqa +nqa +nqa +nqa +mgj +eKw +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +xGA +nqa +nqa +nqa +nqa +nqa +vUl +ocE +owk +pzQ +thg +thg +vzU +fzf +fzf +kHP +kHP +sRA +rVC +nqa +gcn +iLu +nqa +fOc +gSc +cem +gSc +cem +gSc +aiC +gSc +gSc +mNh +aqv +nqa +mgj +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +lmn +loR +xdW +gSf +oRI +"} +(52,1,1) = {" +aQQ +iDR +iaL +iaL +tUh +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +mfK +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +mfK +iLu +nqa +fuW +gdP +pTa +iYM +fuW +sJL +age +dKJ +fuW +nqa +pOF +cGQ +aqm +dcV +nVK +cGQ +jud +rVU +rUw +rVU +xzo +cGQ +nqa +gcn +iLu +nqa +ebL +ebL +ebL +ebL +ebL +ebL +ebL +ebL +ebL +ebL +ebL +ebL +ebL +ebL +ebL +ebL +nqa +nqa +ykt +ykt +ykt +ykt +ykt +owk +gAw +nfX +lvN +owk +iox +fzf +fzf +fzf +nHD +owk +nqa +gcn +iLu +nqa +gSc +gSc +bJy +gSc +bJy +gSc +pht +gGf +gSc +sgv +aqv +nqa +nqa +fQt +fQt +fQt +fQt +fQt +fQt +fQt +fQt +fQt +fQt +gSf +gSf +gSf +gSf +oRI +"} +(53,1,1) = {" +aQQ +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nSS +nqa +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +muC +hNH +iwV +hNH +wtj +aVt +cMA +cMA +fuW +nqa +nqa +cGQ +cGQ +cGQ +cGQ +cGQ +cGQ +cGQ +cGQ +cGQ +cGQ +cGQ +nqa +gcn +iLu +nqa +ebL +jKw +nCg +nCg +val +ebL +eud +eud +fwb +eud +eud +eud +fwb +eud +eud +ebL +nqa +nqa +ykt +sWz +fsW +fsW +oqj +owk +owk +owk +owk +owk +bVT +dSt +dSt +dSt +fzf +sYD +nqa +gcn +iLu +nqa +aqv +gSc +gSc +gSc +gSc +gSc +aiC +gSc +gSc +cnz +aqv +nqa +nqa +fQt +phn +phn +jPZ +phn +phn +jPZ +phn +phn +rnd +iUa +iUa +fQt +nqa +oRI +"} +(54,1,1) = {" +oRI +sqT +sqT +sqT +aIS +mQe +hpo +hpo +hpo +hpo +hpo +hpo +hpo +hpo +hpo +hpo +hpo +hpo +hpo +hpo +nqa +tlN +auy +nqa +nqa +nqa +nqa +nqa +eVu +eVu +eVu +dcZ +dcZ +dcZ +dcZ +dcZ +dcZ +eVu +eVu +eVu +nqa +nqa +nqa +nqa +nqa +tlN +auy +nqa +fuW +lEV +hNH +enA +fuW +fuW +fuW +fuW +fuW +mgj +nqa +nqa +nqa +nqa +qEM +nqa +mgj +nqa +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +ebL +jKw +dvE +dvE +dvE +ifo +eud +tiA +tiA +pqS +pqS +pqS +tiA +tiA +eud +ebL +nqa +nqa +ykt +bQA +rqP +rqP +uHF +crt +axN +oxo +oxo +owk +fzf +izB +izB +izB +fzf +owk +nqa +tlN +auy +nqa +aqv +eww +lRp +xuh +eMQ +gSc +gSc +gSc +gSc +jRU +aqv +nqa +xTh +fQt +phn +mYM +phn +phn +phn +phn +phn +phn +vmU +iUa +iUa +fQt +nqa +oRI +"} +(55,1,1) = {" +oRI +kfS +ght +ght +aIS +nqa +hpo +eQf +nCA +uTI +uTI +uTI +nCA +uTI +uTI +uTI +uTI +oJh +oUL +hpo +nqa +gcn +iLu +nqa +nqa +nqa +nqa +tPW +eVu +pNR +jVc +plw +plw +plw +plw +plw +plw +jVc +vTJ +eVu +ajj +nqa +qLO +nqa +nqa +gcn +iLu +nqa +xSf +hNH +hNH +uOz +fuW +tHT +iai +sZi +fuW +nqa +nqa +mMG +mMG +mMG +mMG +mMG +mMG +mMG +mMG +mMG +mMG +mMG +nqa +gcn +iLu +nqa +ebL +jKw +dvE +dvE +dvE +ebL +eud +tiA +tiA +tiA +tiA +tiA +tiA +tiA +eud +ebL +toA +nqa +vwA +rqP +rqP +rqP +cEr +owk +nbu +quo +oxo +szM +fzf +tgM +fVM +xMT +fzf +owk +nqa +gcn +iLu +nqa +aqv +aqv +aqv +aqv +aqv +aqv +aqv +aqv +aqv +aqv +aqv +nqa +nqa +fQt +phn +phn +phn +mYM +phn +phn +phn +phn +mMX +iUa +iUa +puw +nqa +oRI +"} +(56,1,1) = {" +oRI +kLb +hUv +kLb +imR +nqa +hpo +aop +aUA +aUA +aUA +aUA +aUA +aUA +aUA +aUA +aUA +uTI +uTI +usM +nqa +gcn +iLu +nqa +nqa +nqa +nqa +nqa +ekq +hny +its +its +its +its +its +its +its +its +dRb +ekq +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +xSf +ntl +ntl +ntl +kUl +iai +iai +nIb +xSf +nqa +nqa +mMG +spI +voK +voK +mMG +bll +sYQ +sYQ +rHU +mwF +mMG +nqa +tlN +auy +nqa +ebL +ebL +ebL +xtD +ebL +ebL +eud +tiA +tiA +tiA +tiA +tiA +tiA +tiA +jIG +ebL +nqa +nqa +ykt +jYk +rqP +xXv +aoV +owk +mZi +erQ +mti +owk +fzf +rLY +fVM +xMT +fzf +rVC +nqa +gcn +iLu +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +ouN +nqa +nqa +nqa +nqa +nqa +fQt +ryq +mYM +phn +phn +phn +phn +phn +phn +pgV +iUa +iUa +fQt +nqa +oRI +"} +(57,1,1) = {" +oRI +udc +qWh +kLb +aIS +nqa +hpo +aop +aUA +qZL +cuU +cuU +qZL +cuU +cuU +qZL +aUA +uTI +uTI +usM +nqa +gcn +iLu +nqa +nqa +nqa +nqa +nqa +its +hny +oDk +pdY +pdY +pdY +pdY +pdY +pdY +nZu +dRb +its +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +fuW +gov +daP +bMm +fuW +sye +mSf +bMl +fuW +nqa +nqa +nul +ezD +voK +voK +cuZ +sYQ +sYQ +sYQ +sYQ +mQN +mMG +nqa +gcn +iLu +nqa +gxW +ayt +gFr +ayt +ebL +ohf +eud +tiA +tiA +tiA +tiA +tiA +tiA +tiA +eud +ikX +nqa +whw +ykt +aZr +rqP +rqP +uCi +owk +owk +owk +owk +owk +fzf +rLY +fVM +xMT +fzf +rVC +nqa +gcn +iLu +nqa +iqA +iqA +iqA +iqA +iqA +iqA +iqA +iqA +iqA +iqA +iqA +toA +nqa +fQt +phn +phn +phn +mYM +phn +phn +phn +phn +rhA +iUa +iUa +fQt +nqa +oRI +"} +(58,1,1) = {" +oRI +aIS +aIS +aIS +aIS +mgj +hpo +lQx +aUA +cuU +iDJ +quX +cuU +iDJ +quX +cuU +aUA +uTI +uTI +usM +nqa +gcn +iLu +nqa +eVu +eVu +eVu +eVu +eVu +kvR +dRb +dEe +sxm +oNv +oNv +sxm +sNy +hny +qiS +eVu +eVu +eVu +eVu +eVu +nqa +gcn +iLu +nqa +fuW +fuW +fuW +fuW +fuW +fuW +fuW +fuW +fuW +xGA +nqa +mMG +kGZ +xQq +xob +mMG +uaY +nMn +vbd +sYQ +sYQ +hVW +nqa +gcn +iLu +nqa +gxW +tzl +snH +ayt +ebL +pCC +eud +tiA +tiA +tiA +tiA +tiA +tiA +tiA +eud +ebL +nqa +nqa +ykt +lZc +rqP +rqP +rqP +owk +wIE +qvr +sYm +owk +iox +dbV +dbV +dbV +kLo +owk +eWE +gcn +iLu +nqa +iqA +nen +ygR +xIg +xIg +dQv +kkW +xIg +xIg +cyI +iqA +xGA +nqa +fQt +phn +mYM +phn +phn +phn +phn +phn +phn +hvV +iUa +iUa +fQt +nqa +oRI +"} +(59,1,1) = {" +oRI +nqa +nqa +nqa +nqa +nqa +hpo +lpx +aUA +cuU +iDJ +iDJ +cuU +iDJ +iDJ +cuU +aUA +uTI +uTI +usM +nqa +tlN +auy +nqa +eVu +kuV +sOv +fZJ +eVu +hny +dRb +wHz +its +utx +utx +its +spj +hny +dRb +eVu +eaJ +liE +tIP +eVu +nqa +tlN +auy +nqa +nqa +nqa +nqa +nqa +mgj +nqa +nqa +eKw +nqa +nqa +nqa +mMG +mMG +mMG +mMG +mMG +nMn +nMn +vbd +sYQ +fQo +mMG +nqa +gcn +iLu +nqa +gxW +tkZ +hct +xlI +ebL +scY +eud +tiA +tiA +tiA +tiA +tiA +tiA +tiA +eud +ebL +vUl +xTh +ykt +rqP +cUS +rqP +dgW +crt +dri +jec +dri +rpP +fzf +fzf +fzf +fzf +fzf +owk +nqa +tlN +auy +nqa +iTf +geM +iDM +xIg +xIg +dQv +qJZ +xIg +xIg +ujM +iqA +nqa +nqa +fQt +phn +phn +qlc +phn +phn +qlc +phn +phn +uJn +iUa +aPr +fQt +mgj +oRI +"} +(60,1,1) = {" +oRI +xQn +xQn +xQn +xQn +xQn +hpo +klG +aUA +cuU +cuU +cuU +cuU +cuU +cuU +cuU +aUA +uTI +sew +hpo +tYu +gcn +iLu +nqa +eVu +jao +its +its +eVu +eVu +iLK +eVu +its +sot +its +its +eVu +iUb +eVu +eVu +dql +pTX +eNP +eVu +nqa +gcn +iLu +nqa +uRz +uRz +uRz +uRz +uRz +uRz +uRz +uRz +uRz +nqa +nqa +mMG +bxX +pzR +pzR +oes +sYQ +sYQ +kIG +sYQ +sYQ +nul +nqa +gcn +iLu +nqa +gxW +ayt +ayt +ayt +ebL +scY +eud +tiA +tiA +tiA +tiA +tiA +tiA +tiA +eud +ebL +wAf +mgj +ykt +lDW +rqP +rqP +lmu +owk +diU +dri +dri +owk +gff +gff +gff +gff +gff +rVC +nqa +gcn +iLu +nqa +iTf +xIg +xIg +jTZ +xIg +dQv +kkW +xIg +xIg +kkW +iqA +vUl +nqa +fQt +fQt +fQt +fQt +fQt +fQt +fQt +fQt +fQt +fQt +fQt +fQt +fQt +nqa +oRI +"} +(61,1,1) = {" +oRI +mzz +qHR +qHR +rzL +xQn +hpo +uTI +aUA +cuU +cuU +cuU +cuU +cuU +cuU +cuU +aUA +aUA +aUA +uMb +nqa +gcn +iLu +nqa +dcZ +sst +its +its +eVu +pNR +vTJ +eVu +eVu +eVu +eVu +egE +eVu +pNR +vTJ +eVu +lir +exz +fVw +dcZ +nqa +gcn +iLu +nqa +uRz +pkr +uRa +msM +uRz +mrn +lcp +qQa +uRz +nqa +nqa +mMG +oIl +pzR +pzR +mMG +vcb +xiF +xiF +xiF +xiF +nul +nqa +tlN +auy +nqa +gxW +lNM +ayt +ayt +ebL +scY +eud +tiA +tiA +tiA +tiA +tiA +tiA +tiA +eud +ebL +nqa +nqa +ykt +nvN +hMM +wLD +wJH +owk +iAv +acv +hdb +owk +aDw +nQd +hxi +uQh +paE +owk +nqa +gcn +iLu +nqa +iqA +xIg +xIg +xIg +xIg +dQv +kkW +xIg +jTZ +xIg +iqA +vUl +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +eKw +nqa +nqa +nqa +nqa +nqa +oRI +"} +(62,1,1) = {" +oRI +uTQ +qHR +qHR +ghW +xQn +hpo +aII +aUA +xmT +goE +caL +cuU +lZj +goE +gbg +aUA +aUA +aUA +aUA +nqa +gcn +iLu +nqa +dcZ +tXy +its +its +eVu +hny +dRb +eVu +ejg +its +its +its +eVu +hny +dRb +gtg +pTX +pTX +fps +eVu +nqa +gcn +iLu +nqa +uRz +okP +vzH +vzH +uRz +kXY +qIz +qIz +uRz +nqa +nqa +mMG +bMx +uER +uDL +mMG +dWK +ame +oEY +dBg +exb +mMG +nqa +gcn +iLu +nqa +gxW +lNM +ayt +ayt +ebL +iDV +eud +tiA +tiA +tiA +tiA +tiA +tiA +tiA +eud +ebL +nqa +nqa +ykt +ykt +ykt +ykt +ykt +owk +owk +rVC +owk +owk +owk +owk +owk +owk +owk +owk +nqa +gcn +iLu +nqa +pnk +xIg +qMJ +xIg +xIg +dQv +xIg +xIg +xIg +xIg +iqA +iqA +iqA +iqA +iqA +mgj +bNs +bNs +bNs +bNs +bNs +bNs +bNs +bNs +bNs +bNs +bNs +oRI +"} +(63,1,1) = {" +oRI +kdK +qHR +qHR +aPC +xQn +hpo +uTI +aUA +cuU +cuU +cuU +cuU +cuU +cuU +cuU +aUA +jGP +uTI +hpo +tYu +gcn +iLu +nqa +eVu +roK +its +its +gtg +hny +dRb +eVu +hJK +its +its +dto +eVu +hny +dRb +eVu +eVu +eVu +eVu +eVu +eDj +gcn +iLu +nqa +svB +qhS +tqY +tzd +atC +qIz +dhx +dZu +uRz +qEM +nqa +pjR +pjR +pjR +pjR +pjR +pjR +pjR +pjR +pjR +pjR +pjR +nqa +gcn +iLu +nqa +ebL +lNM +ayt +ayt +ebL +eCL +eud +tiA +tiA +tiA +tiA +tiA +tiA +tiA +jIG +ebL +nqa +nqa +nqa +nqa +ouN +nqa +nqa +nqa +nqa +nqa +mgj +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +yiS +xIg +xIg +qfB +xIg +dQv +kkW +kkW +xIg +tdw +iqA +hFF +xIg +xIg +iqA +nqa +bNs +tpU +qpq +qpq +qpq +oCK +kLq +qpq +qpq +jaC +bNs +oRI +"} +(64,1,1) = {" +oRI +kEy +qHR +qHR +nja +xQn +hpo +cko +aUA +cuU +cuU +cuU +cuU +cuU +cuU +cuU +nVb +jGP +uTI +hpo +nqa +tlN +auy +nqa +eVu +hFV +hFV +hFV +eVu +kvR +dRb +eVu +sxH +its +its +its +gtg +hny +qiS +eVu +eaJ +liE +tIP +eVu +nqa +tlN +auy +nqa +svB +rfZ +tqY +tzd +uRz +uRz +uRz +uRz +uRz +nqa +whw +pjR +xnS +xec +pjR +xec +olK +pjR +pNn +vph +jPE +pjR +hlL +gcn +iLu +nqa +osd +ayt +ayt +xlI +ebL +eCL +eud +tiA +tiA +tiA +tiA +tiA +tiA +tiA +eud +ebL +nqa +xGA +nqT +nqT +nqT +nqT +nqT +nqT +nqT +nqT +nqT +nqT +nqT +nqT +nqT +nqT +nqT +nqT +nqa +tlN +auy +hRC +iqA +xIg +xIg +xIg +jTZ +xIg +xIg +xIg +xIg +xIg +iqA +xIg +xIg +xIg +iqA +nqa +bij +qpq +oCK +rFV +gmT +qpq +qpq +gSs +qpq +qpq +bNs +oRI +"} +(65,1,1) = {" +oRI +dsL +qHR +qHR +jbM +xQn +hpo +ewv +aUA +cuU +mxM +cuU +cuU +cuU +gTV +cuU +aUA +jGP +sew +hpo +tYu +gcn +iLu +nqa +eVu +eVu +eVu +eVu +eVu +hny +dRb +eVu +lDG +lDG +tDL +lDG +eVu +hny +dRb +eVu +dql +pTX +eNP +eVu +nqa +gcn +iLu +nqa +uRz +fBT +tzd +tzd +uRz +jAk +eWQ +iJF +uRz +nqa +pez +pjR +ybK +ybK +pjR +ybK +ybK +pjR +gzn +jnH +aDV +pjR +nqa +gcn +iLu +nqa +ayt +ayt +ayt +ayt +ebL +oov +eud +tiA +tiA +pqS +pqS +pqS +tiA +tiA +eud +ebL +nqa +nqa +nqT +mnq +sxA +mnq +mnq +mnq +mnq +mnq +sxA +mnq +mnq +mnq +mnq +sxA +mnq +nqT +nqa +gcn +iLu +nqa +iTf +xIg +xIg +xIg +jTZ +xIg +xIg +xIg +xIg +xIg +iqA +xIg +jTZ +xIg +cOD +nqa +bNs +qpq +qpq +rFV +fww +qpq +qpq +oRj +qpq +eHO +bNs +oRI +"} +(66,1,1) = {" +oRI +nyu +qHR +qHR +jbM +xQn +hpo +kVk +aUA +cuU +oZW +cuU +cuU +cuU +kff +cuU +aUA +aUA +aUA +uMb +nqa +gcn +iLu +nqa +eVu +bXw +gmI +rSD +eVu +hny +dRb +eVu +dcZ +dcZ +dcZ +dcZ +eVu +hny +dRb +eVu +lir +exz +fVw +dcZ +nqa +gcn +iLu +nqa +hDO +tzd +tzd +lUF +svz +gbX +gbX +isM +uRz +nqa +nqa +pjR +ybK +ybK +pjR +ybK +ylW +pjR +rKT +aDV +aDV +pjR +nqa +tlN +auy +nqa +ebL +lNM +lNM +lNM +ebL +cNg +eud +eud +rIh +eud +eud +eud +rIh +eud +eud +ebL +nqa +nqa +nqT +mnq +qJK +qJK +qJK +kjP +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +mnq +amc +nqa +gcn +iLu +nqa +iTf +xIg +xIg +kkW +kkW +xIg +xIg +qMJ +xIg +xIg +xIg +xIg +xIg +xIg +iqA +nqa +oFT +qpq +qpq +qpq +qIc +qpq +qpq +oRj +qpq +tyl +bNs +oRI +"} +(67,1,1) = {" +oRI +iuB +qHR +qHR +qHR +xQn +mjS +uTI +aUA +tts +cuU +cuU +tts +cuU +kuk +tts +aUA +aUA +aUA +aUA +nqa +gcn +iLu +nqa +eVu +fba +its +its +eVu +hny +dRb +eVu +lGA +lGA +lGA +lGA +eVu +hny +dRb +gtg +pTX +pTX +fps +eVu +nqa +gcn +iLu +nqa +uRz +xOC +sVD +tzd +uRz +snw +gbX +fdC +svB +mgj +nqa +pjR +pjR +atX +pjR +atX +pjR +pjR +pjR +dBa +pjR +pjR +nqa +gcn +iLu +nqa +ebL +ebL +ebL +ebL +ebL +ebL +ebL +ebL +ebL +ebL +ebL +ebL +ebL +ebL +ebL +ebL +nqa +nqa +nqT +mnq +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +mnq +amc +nqa +gcn +iLu +nqa +iqA +xIg +jTZ +kkW +kkW +xIg +xIg +jTZ +xIg +xIg +iqA +xIg +gcM +xIg +iqA +nqa +bNs +qEc +qpq +oCK +uWP +cNT +rFV +tDJ +qpq +rFV +bNs +oRI +"} +(68,1,1) = {" +oRI +xQn +xQn +qHR +jED +xQn +hpo +uTI +aUA +aUA +aUA +aUA +aUA +aUA +aUA +aUA +aUA +uTI +uTI +hpo +tYu +gcn +iLu +nqa +eVu +lIR +iCY +vBj +eVu +mVx +dRb +dcZ +lGA +lGA +lGA +lGA +dcZ +hny +dRb +eVu +eVu +eVu +eVu +eVu +nqa +gcn +iLu +nqa +uRz +tzd +cgf +tzd +uRz +isM +wpm +iJF +uRz +nqa +nqa +pjR +qIN +qIN +fKp +qIN +qIN +bUz +soO +qwR +iSt +pjR +nqa +gcn +iLu +nqa +nqa +ouN +nqa +nqa +nqa +mgj +nqa +nqa +mgj +nqa +nqa +nqa +nqa +eKw +nqa +nqa +lXy +nqa +nqT +mnq +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +mnq +amc +nqa +gcn +iLu +nqa +iqA +xIg +xIg +xIg +xIg +xIg +xIg +xIg +xIg +xIg +iqA +qfB +xIg +xIg +iqA +nqa +bNs +suq +qpq +qpq +qpq +dBW +qpq +hnf +oCK +qpq +bNs +oRI +"} +(69,1,1) = {" +oRI +hpo +hpo +aUA +aUA +hpo +hpo +uTI +aUA +aUA +uTI +jTu +uTI +uTI +uTI +uTI +uTI +jTu +uTI +hpo +nqa +tlN +auy +nqa +eVu +iER +its +its +fdE +hny +dRb +dcZ +lGA +lGA +lGA +lGA +dcZ +hny +dRb +eVu +vRo +liE +tIP +eVu +nqa +tlN +auy +nqa +uRz +uRz +uRz +uRz +uRz +uRz +uRz +uRz +uRz +nqa +nqa +pjR +xsZ +xsZ +qIN +xsZ +xsZ +bUz +soO +qwR +vZj +oXo +nqa +gcn +iLu +nqa +wcX +wcX +wcX +wcX +wcX +wcX +wcX +wcX +wcX +wcX +wcX +wcX +wcX +wcX +wcX +wcX +nqa +nqa +nqT +mnq +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +mnq +amc +nqa +tlN +auy +sEw +iqA +iqA +iqA +iqA +iqA +iqA +iqA +iqA +iqA +iqA +iqA +iqA +iqA +iqA +iqA +nqa +bNs +bNs +bNs +bNs +bNs +bNs +bNs +bNs +bNs +bNs +bNs +oRI +"} +(70,1,1) = {" +oRI +hpo +uTI +aUA +aUA +uTI +nCA +uTI +aUA +aUA +uTI +hpo +kfy +fQR +fQR +wXw +hpo +hpo +hpo +hpo +nqa +gcn +iLu +nqa +eVu +aKz +ple +ogb +eVu +kvR +dRb +eVu +nLj +eJN +mbd +biQ +eVu +hny +dRb +eVu +dql +pTX +eNP +eVu +nqa +gcn +iLu +nqa +nqa +nqa +ouN +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +pjR +xsZ +nhE +qIN +nhE +xsZ +bUz +omf +qwR +blC +oXo +nqa +gcn +iLu +nqa +wcX +tWC +wcX +tWC +wcX +tWC +wcX +tWC +wcX +uCZ +ciB +ciB +ciB +ciB +ciB +wcX +nqa +nqa +nqT +pGZ +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +mnq +amc +nqa +gcn +iLu +nqa +mvY +obx +xiP +ivI +ivI +wuC +ivI +aSu +mvY +nqa +nqa +nqa +eKw +rCw +nqa +fdf +nqa +mgj +nqa +nqa +aAP +qcz +qcz +qcz +qcz +qcz +aAP +oRI +"} +(71,1,1) = {" +oRI +hpo +uTI +aUA +aUA +aUA +aUA +aUA +aUA +aUA +uTI +hpo +uTI +uTI +uTI +uTI +uTI +uTI +rrp +hpo +eDj +gcn +iLu +nqa +eVu +eVu +eVu +eVu +eVu +hny +dRb +lnN +dRi +dRi +dRi +dRi +lnN +hny +qiS +eVu +lir +exz +fVw +dcZ +nqa +gcn +iLu +nqa +trD +trD +trD +trD +trD +xJJ +trD +nqa +pjR +pjR +pjR +pjR +xsZ +nhE +qIN +nhE +xsZ +bUz +soO +qwR +aLW +pjR +nqa +tlN +auy +nqa +wcX +lZw +wcX +lZw +wcX +lZw +wcX +lZw +wcX +ciB +gHg +oUG +oUG +mNg +ciB +uXj +nqa +nqa +nqT +mnq +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +qJK +mnq +amc +nqa +gcn +iLu +nqa +mvY +lbZ +ivI +ivI +qFP +ivI +ivI +ivI +mvY +mgj +hVY +hVY +hVY +hVY +hVY +hVY +hVY +hVY +hVY +nqa +aAP +fwh +qcz +qcz +qcz +iLH +aAP +oRI +"} +(72,1,1) = {" +oRI +hpo +uTI +aUA +aUA +aUA +aUA +aUA +aUA +aUA +uTI +ehM +uTI +uTI +uTI +uTI +uTI +uTI +uGf +hpo +nqa +gcn +iLu +nqa +eVu +bXw +gmI +rSD +eVu +hny +dRb +eVu +nLj +lGA +lGA +biQ +eVu +hny +dRb +gtg +pTX +pTX +fps +eVu +nqa +gcn +iLu +nqa +trD +fjw +dHn +trD +kRC +qJI +trD +nqa +pjR +xsZ +xsZ +qIN +qIN +qIN +qIN +qIN +qIN +bUz +soO +tSf +qwR +oXo +nqa +gcn +iLu +uxm +wcX +sqH +sqH +sqH +sqH +sqH +sqH +sqH +vHZ +ciB +kOU +lnC +lnC +tlO +ciB +wcX +nqa +nqa +nqT +mnq +qJK +qJK +qJK +qJK +qJK +qJK +fvw +qJK +qJK +qJK +qJK +qJK +mnq +amc +nqa +gcn +iLu +nqa +rCk +ivI +ivI +qrt +ivI +ivI +ivI +ivI +mvY +nqa +hVY +ktL +ktL +ktL +ktL +ktL +ktL +ktL +hVY +nqa +wBH +xZC +mkK +qcz +qcz +uPK +aAP +oRI +"} +(73,1,1) = {" +oRI +hpo +uTI +uTI +uTI +uTI +uTI +uTI +uTI +uTI +uTI +uTI +uTI +uTI +uTI +uTI +uTI +uTI +toF +hpo +nqa +gcn +iLu +nqa +eVu +fba +its +its +eVu +hny +dRb +eVu +lGA +tYb +lGA +lGA +eVu +hny +dRb +eVu +eVu +eVu +eVu +eVu +mnf +gcn +iLu +nqa +trD +tcO +tqB +trD +bro +vii +trD +nqa +pjR +xsZ +knY +alW +alW +alW +alW +alW +alW +qIN +qIN +qIN +qIN +oXo +nqa +gcn +iLu +kGF +wcX +tId +sqH +eyA +eyA +eyA +eyA +eyA +wcX +ciB +kOU +lnC +lnC +tlO +ciB +wcX +nqa +xTh +nqT +mnq +qJK +qJK +mnq +mnq +mnq +bCw +mnq +mnq +mnq +mnq +uPj +rvm +bCw +nqT +nqa +gcn +iLu +nqa +rCk +ivI +qrt +qrt +qrt +rPE +ivI +ivI +mvY +nqa +hVY +ktL +ktL +ktL +ktL +ktL +ktL +ktL +hVY +nqa +aAP +wOJ +qcz +qcz +mkK +qcz +aAP +oRI +"} +(74,1,1) = {" +oRI +hpo +jGP +cOq +uZY +uZY +jGP +jtA +jtA +nNs +jGP +hpo +tGJ +iId +dom +mJT +tNT +jTu +hHq +hpo +nqa +tlN +auy +nqa +eVu +nQB +iCY +vBj +eVu +hkP +dRb +eVu +dcZ +dcZ +dcZ +dcZ +eVu +hny +dRb +eVu +eaJ +liE +tIP +eVu +nqa +tlN +auy +nqa +trD +trD +fbj +trD +ebx +trD +trD +whw +pjR +oAw +alW +uot +kjW +kjW +kjW +uot +alW +qIN +qIN +nhE +oJw +pjR +nqa +gcn +iLu +nqa +wcX +wcX +vHZ +wcX +wcX +wcX +wcX +wcX +wcX +ciB +kNT +npS +npS +ePv +ciB +wcX +mgj +nqa +nqT +mnq +qJK +qJK +bCw +mnq +mnq +nqT +eVq +eVq +nqT +nqT +ehX +qJK +nqT +nqT +nqa +leJ +iLu +nqa +rCk +ivI +qrt +qrt +qrt +ivI +ivI +wuC +mvY +nqa +rJB +ktL +jUI +nuh +nuh +nuh +tpX +ktL +hVY +nqa +aAP +qcz +qcz +qcz +qcz +qcz +aAP +oRI +"} +(75,1,1) = {" +oRI +hpo +hpo +hpo +hpo +hpo +hpo +hpo +hpo +hpo +hpo +hpo +hpo +hpo +hpo +hpo +hpo +hpo +hpo +hpo +nqa +gcn +iLu +nqa +eVu +iER +its +its +fdE +hny +sqJ +dbQ +dbQ +dbQ +dbQ +dbQ +dbQ +bGq +dRb +eVu +dql +pTX +eNP +eVu +nqa +gcn +iLu +nqa +trD +oxB +drJ +nsG +ijk +xpm +trD +nqa +pjR +qIN +alW +kjW +kjW +kjW +kjW +kjW +alW +qIN +qIN +xsZ +xsZ +pjR +eDj +gcn +iLu +nqa +wcX +uFg +sqH +sqH +sqH +sqH +sqH +aSr +wcX +ciB +ciB +ciB +ciB +ciB +ciB +wcX +nqa +nqa +nqT +nqT +vOi +fdT +nqT +nqT +ikt +nqT +vOi +vOi +nqT +nqa +gcn +iLu +nqa +nqa +nqa +tlN +auy +nqa +mvY +qrt +qrt +qrt +qrt +ivI +xiP +aSu +mvY +nqa +hVY +ktL +aJS +otL +otL +otL +hsO +ktL +hVY +nqa +aAP +qcz +lXc +qcz +qcz +qcz +aAP +oRI +"} +(76,1,1) = {" +oRI +vUl +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +mgj +nqa +ouN +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +eVu +aKz +ple +ogb +eVu +rvy +sbr +nZu +oDk +pdY +pdY +pdY +pdY +sbr +euE +gtg +pTX +exz +fVw +dcZ +nqa +gcn +iLu +nqa +trD +dNZ +drJ +fVa +hft +vXV +trD +mgj +pjR +qIN +alW +kjW +kjW +kjW +kjW +kjW +alW +wXV +pjR +oXo +oXo +pjR +nqa +tlN +auy +nqa +nnt +sqH +sqH +sqH +oYS +ixg +sqH +sqH +wcX +ciB +xTD +ciB +ciB +pZp +ciB +wcX +nqa +nqa +nqT +nqT +nqT +nqT +nqT +nVU +qOG +eVq +vOi +vOi +nqT +nqa +gcn +iLu +nqa +nqa +nqa +gcn +iLu +nqa +mvY +nzd +qrt +qrt +ivI +ivI +ivI +ivI +mvY +nqa +hVY +ktL +aJS +otL +fVZ +otL +hsO +ktL +hVY +nqa +wBH +qcz +qcz +qcz +qcz +qcz +aAP +oRI +"} +(77,1,1) = {" +oRI +jPW +jPW +qgL +jPW +jPW +jPW +jPW +qgL +jPW +jPW +jPW +jPW +qgL +jPW +jPW +jPW +jPW +jPW +jPW +nqa +gcn +iLu +nqa +eVu +eVu +eVu +eVu +eVu +eVu +eVu +hny +dRb +eVu +eVu +eVu +eVu +eVu +eVu +eVu +pTX +sgA +fps +eVu +nqa +gcn +iLu +nqa +xJJ +ibS +drJ +eFS +hft +keS +trD +nqa +pjR +qIN +alW +uot +kjW +kjW +kjW +uot +alW +gVb +rFD +nqa +nqa +nqa +nqa +gcn +iLu +nqa +wcX +sqH +sqH +sqH +ixg +ehP +sqH +sqH +rSG +ciB +xTD +ciB +ciB +pZp +ciB +wcX +nqa +nqa +nqT +nqT +vOi +vOi +nqT +ycU +qOG +nqT +nqT +nqT +nqT +nqa +gcn +iLu +iLu +iLu +iLu +gcn +iLu +nqa +rCk +qrt +qrt +ivI +ivI +vjm +ivI +ivI +mvY +nqa +hVY +ktL +aJS +kHd +aCc +kHd +hsO +ktL +hVY +nqa +aAP +fwh +qcz +qcz +wOJ +oAs +aAP +oRI +"} +(78,1,1) = {" +oRI +jPW +wpW +fgv +aWA +jPW +dqY +mon +bCR +aWA +jPW +vcB +mon +bDs +sSp +jPW +wpW +fgv +nvb +jPW +nqa +gcn +iLu +nqa +eVu +uBM +fri +fri +fri +nmi +eVu +hny +dRb +eVu +gBR +xTc +iqw +xTc +srF +eVu +eVu +eVu +eVu +eVu +nqa +gcn +iLu +nqa +xJJ +ibS +drJ +fVa +hft +vXV +trD +nqa +pjR +xsZ +knY +alW +alW +alW +alW +alW +alW +gVb +gxL +nqa +nqa +nqa +nqa +gcn +iLu +nqa +rSG +sqH +sqH +sqH +ixg +ixg +sqH +sqH +wcX +ciB +ciB +ciB +ciB +ciB +ciB +wcX +toA +nqa +nqT +nqT +vOi +vOi +nqT +qOG +qOG +ikt +qOG +qOG +nqT +nqa +iLu +iaL +iaL +iaL +iaL +pMt +iLu +nqa +rCk +ivI +ivI +ivI +ivI +ivI +dZs +ivI +mvY +toA +hVY +ktL +aJS +otL +sAB +otL +hsO +ktL +hVY +xTh +aAP +gbZ +qcz +vDK +qcz +qcz +aAP +oRI +"} +(79,1,1) = {" +oRI +jPW +fgv +fgv +klz +jPW +fgv +fgv +fgv +fgv +jPW +fgv +fgv +fgv +fgv +jPW +fgv +fgv +klz +jPW +nqa +tlN +auy +nqa +eVu +eFe +fri +fXw +fri +jYx +eVu +hny +qiS +eVu +its +glW +its +glW +its +iqw +xTc +srF +xTc +eVu +nqa +tlN +auy +nqa +trD +wtE +sfO +nsG +nsG +xpm +trD +nqa +pjR +fEQ +xsZ +qIN +qIN +qIN +lVC +qIN +qIN +qIN +pjR +mii +nqa +nqa +nqa +gcn +iLu +nqa +wcX +uFg +sqH +sqH +sqH +sqH +sqH +sqH +wcX +vKO +ciB +eMG +eMG +ciB +mlr +wcX +nqa +nqa +nqT +nqT +nqT +nqT +nqT +rvb +qOG +nqT +fwv +dLU +nqT +nqa +nqa +nqa +pVJ +nqa +nqa +gcn +iLu +nqa +rCk +ivI +ivI +ivI +ivI +ivI +ivI +ivI +mvY +nqa +hVY +ktL +aJS +otL +otL +otL +hsO +ktL +hVY +nqa +aAP +aAP +uBe +aAP +cdY +aAP +aAP +oRI +"} +(80,1,1) = {" +oRI +jPW +clf +teK +ppT +jPW +xzD +rnW +fgv +sxI +jPW +lcw +fgv +qBb +fEG +jPW +fgv +fgv +hrD +jPW +nqa +gcn +iLu +nqa +dcZ +sdB +fri +fXw +fri +ogS +eVu +hny +dRb +eVu +fba +its +its +its +its +its +glW +its +jGw +eVu +nqa +gcn +iLu +nqa +trD +xJJ +trD +igV +trD +xJJ +trD +nqa +pjR +pjR +oXo +oXo +pjR +pjR +pjR +oXo +oXo +pjR +pjR +nqa +nqa +nqa +nqa +gcn +iLu +nqa +wcX +wcX +rSG +wcX +nnt +nnt +nnt +wcX +wcX +wcX +nnt +nnt +nnt +nnt +wcX +wcX +nqa +nqa +nqT +nqT +nqT +nqT +nqT +nqT +ikt +nqT +nqT +nqT +nqT +nqa +nqa +nqa +nqa +nqa +nqa +tlN +auy +nqa +mvY +ivI +ivI +ivI +ivI +qFP +ivI +aSu +mvY +mgj +hVY +ktL +ogz +tMG +tMG +tMG +buG +ktL +hVY +nqa +mgj +nqa +nqa +aAP +cAb +wWb +aAP +oRI +"} +(81,1,1) = {" +oRI +jPW +mwq +fgv +fgv +jPW +jPW +jPW +ipc +jPW +jPW +jPW +ipc +jPW +jPW +jPW +fgv +fgv +fgv +qgL +nqa +gcn +iLu +nqa +eVu +jnK +fri +fXw +fri +jYx +eVu +hny +dRb +eVu +ltu +bgP +qxx +kbo +its +its +its +its +its +dcZ +nqa +gcn +iLu +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +dbH +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +qLO +gcn +iLu +nqa +mvY +lbZ +ivI +ivI +ivI +ivI +ivI +ivI +mvY +nqa +hVY +ktL +ktL +ktL +ktL +ktL +ktL +ktL +hVY +xGA +nqa +nqa +nqa +aAP +vZW +mrW +aAP +oRI +"} +(82,1,1) = {" +oRI +jPW +irV +qYM +fgv +ipc +sbi +kpo +sbi +sbi +sbi +sbi +sbi +kpo +sbi +ipc +fgv +fgv +fgv +qgL +nqa +gcn +iLu +nqa +eVu +deJ +fri +fXw +fri +jYx +eVu +hny +dRb +eVu +xvo +bgP +bgP +bgP +its +its +fSH +its +sLB +eVu +nqa +gcn +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +gcn +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +gcn +iLu +nqa +bqo +ivI +ivI +ivI +ivI +ivI +ivI +wuC +mvY +nqa +hVY +ktL +ktL +ktL +ktL +ryX +cOh +vqU +hVY +nqa +nqa +nqa +vrH +aAP +aAP +aAP +aAP +oRI +"} +(83,1,1) = {" +oRI +jPW +jPW +jPW +jPW +jPW +sbi +sbi +sbi +sbi +sbi +sbi +sbi +sbi +sbi +jPW +gNx +qOA +koX +jPW +nqa +gcn +iLu +nqa +dcZ +nAC +fri +fXw +fri +kQn +eVu +hny +qiS +eVu +fba +its +its +its +its +kQW +xTc +srF +xTc +eVu +nqa +gcn +iLu +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +pMt +iLu +nqa +ivI +ivI +ivI +ivI +iTL +ivI +ivI +xiP +mvY +nqa +hVY +hVY +hVY +hVY +hVY +hVY +hVY +hVY +hVY +nqa +jQK +uWp +jQK +jQK +alA +gIf +jQK +oRI +"} +(84,1,1) = {" +oRI +jPW +aWA +fgv +oTj +jPW +nee +sbi +jPW +jPW +jPW +jPW +jPW +sbi +lHr +jPW +jPW +jPW +jPW +jPW +nqa +tlN +auy +nqa +eVu +ujz +fri +fri +fri +fri +aed +hny +dRb +gtg +its +fSH +its +fSH +its +eVu +eVu +dcZ +eVu +eVu +nqa +tlN +auy +nqa +nqa +nqa +nqa +nqa +nqa +rPC +nqa +nqa +nqa +nqa +nSS +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +jLN +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +hVn +nqa +nqa +hVn +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +mvY +ivI +ivI +ivI +ivI +ivI +ivI +ivI +mvY +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +mgj +jQK +aZU +dtf +tpJ +tcH +gMt +jQK +oRI +"} +(85,1,1) = {" +oRI +jPW +klz +fgv +fgv +jPW +sbi +sbi +jPW +aWA +fgv +oTj +jPW +sbi +sbi +sbi +sbi +kpo +sbi +jPW +nqa +gcn +iLu +nqa +eVu +xUz +fri +fri +fri +paD +eVu +hny +dRb +eVu +jqs +xTc +kQW +xTc +srF +dcZ +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +xJF +xJF +xJF +xYv +tpp +xJF +xJF +xJF +nqa +fRW +fRW +fRW +hsD +hsD +hsD +fRW +fRW +fRW +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +ugd +ugd +ugd +ugd +nQb +nQb +nQb +ugd +ugd +nqa +oLF +oLF +vMV +wVA +oLF +cGk +cGk +oLF +gqh +gqh +gqh +eal +qQz +gqh +wVD +gqh +gqh +nqa +tlN +auy +nqa +mvY +lbZ +ivI +ivI +ivI +ivI +ivI +aSu +mvY +mvY +mvY +mvY +mvY +nqa +nqa +jQK +jQK +jQK +jQK +jQK +jQK +epQ +rni +bNu +epQ +ejH +jQK +oRI +"} +(86,1,1) = {" +oRI +jPW +nxB +fgv +fgv +jPW +sbi +sbi +jPW +klz +fgv +fgv +ipc +sbi +sbi +sbi +sbi +sbi +sbi +sxw +nqa +gcn +iLu +nqa +eVu +eVu +eVu +fri +dgY +eVu +eVu +sJD +qiD +eVu +eVu +eVu +eVu +eVu +eVu +eVu +ajj +iLu +iLu +iLu +iLu +gcn +iLu +nqa +xJF +miw +hfG +xYv +xYv +miw +hfG +xJF +nqa +fRW +wnE +ulB +rbl +qUh +khk +jva +pRK +fRW +nqa +nqa +gtb +gtb +ojr +nqa +nqa +nqa +nqa +nqa +pBK +gtb +gtb +nqa +nqa +ugd +qIm +ugd +pBh +niI +vBQ +lXi +cve +ugd +nqa +oLF +hBw +lex +lex +nbz +hud +hud +cJE +gqh +iGz +eal +eal +eal +jmg +cZV +aLy +gqh +eDj +gcn +iLu +nqa +rCk +ivI +ivI +qFP +ivI +ivI +ivI +ivI +tKT +gKj +aQU +uZX +mvY +nqa +nqa +jQK +aSO +epQ +vIp +epQ +epQ +epQ +rni +bNu +epQ +vIS +jQK +oRI +"} +(87,1,1) = {" +oRI +jPW +fgv +fgv +fgv +ipc +sbi +sbi +jPW +ttv +fgv +fgv +jPW +sbi +sbi +sbi +sbi +sbi +sbi +sbi +nqa +gcn +iLu +nqa +dcZ +ciO +mNe +mNe +mNe +caO +mNe +mNe +mNe +caO +mNe +mNe +mNe +caO +fER +dcZ +nqa +iLu +iLu +iLu +iLu +gcn +iLu +nqa +xJF +kLU +jqI +xYv +xYv +jqI +wSu +xJF +nqa +fRW +fDn +mbB +mbB +mbB +mbB +mbB +xMZ +hsD +nqa +qLO +gtb +gtb +pHc +nqa +nqa +nqa +nqa +nqa +dVO +gtb +gtb +nqa +nqa +ugd +hyM +oZa +kAh +kAh +kAh +kAh +kAh +ugd +nqa +cGk +ybs +vMV +vMV +vMV +vMV +vMV +aHi +gqh +koQ +jOy +xoj +xoj +xoj +pgB +cGH +gqh +lfd +gcn +iLu +nqa +rCk +ivI +ivI +ivI +dZs +ivI +ivI +ivI +mxU +pCT +pCT +pCT +brC +nqa +mgj +uWp +rni +kTe +bdH +uLp +aIV +epQ +rni +aVL +epQ +tEc +jQK +oRI +"} +(88,1,1) = {" +oRI +jPW +qBb +nqO +mxe +jPW +sbi +sbi +jPW +qBb +sXS +orm +jPW +sbi +sbi +mqi +iJb +whs +iJb +jPW +nqa +gcn +iLu +nqa +dcZ +lVa +bJH +bJH +bJH +bJH +bJH +bJH +bJH +bJH +bJH +bJH +bJH +hUI +bpx +inb +nqa +iLu +iLu +nqa +nqa +gcn +iLu +nqa +bpN +miw +hfG +xYv +xYv +miw +hfG +bpN +nqa +fRW +gqX +mbB +mbB +mbB +mbB +mbB +bwZ +hsD +nqa +nqa +gtb +oBS +bfb +nqa +nqa +nqa +nqa +nqa +eKe +oBS +gtb +nqa +nqa +ugd +gVH +ugd +mwe +kAh +kAh +kAh +ayL +ugd +nqa +cGk +xfB +vMV +gmb +nyg +nyg +nyg +plq +gqh +dmS +czs +nfl +nfl +nfl +lMS +eal +bRz +nqa +gcn +iLu +nqa +rCk +ivI +ivI +ivI +ivI +vTy +ivI +ivI +tKT +pCT +pCT +pCT +mvY +vUl +ifN +jQK +epQ +qlB +qlB +qlB +epQ +epQ +rni +jvN +bNu +ocF +jQK +oRI +"} +(89,1,1) = {" +oRI +jPW +jPW +jPW +jPW +jPW +sbi +sbi +jPW +jPW +jPW +jPW +jPW +sbi +sbi +jPW +jPW +jPW +jPW +jPW +nqa +tlN +auy +nqa +eVu +eVu +eVu +dWc +eVu +eVu +eVu +eVu +eVu +eVu +eVu +eVu +eVu +mak +bpx +its +nqa +iLu +iLu +nqa +nqa +tlN +auy +nqa +bpN +jqI +jqI +xYv +xYv +jqI +jqI +bpN +nqa +fRW +uOV +mbB +mbB +oFk +mbB +mbB +bWH +fRW +eub +nqa +nqa +nqa +nqa +nqa +ddN +izw +ikU +nqa +nqa +nqa +nqa +qLO +nqa +ugd +ugd +ugd +eLx +mib +aBw +kAh +psQ +ugd +nqa +oLF +xfB +vMV +aHi +hgX +oYI +jQl +lEv +gqh +nxu +czs +nfl +nfl +nfl +lMS +eal +eal +nqa +gcn +iLu +nqa +mvY +xiP +ivI +ivI +ivI +ivI +ivI +ivI +bZx +pCT +pCT +pCT +mvY +jBO +nqa +rFG +epQ +epQ +epQ +epQ +epQ +epQ +epQ +epQ +epQ +epQ +jQK +oRI +"} +(90,1,1) = {" +oRI +jPW +aWA +fgv +oTj +jPW +nee +sbi +jPW +wpW +fgv +vcB +jPW +sbi +lHr +jPW +wpW +fgv +aWA +jPW +nqa +gcn +iLu +nqa +eVu +yaE +fyD +mIB +vpO +eVu +sXz +its +rCH +its +veQ +kQK +eVu +uaD +bpx +dcZ +nqa +iLu +iLu +nqa +nqa +gcn +iLu +nqa +bpN +miw +hfG +xYv +xYv +miw +hfG +bpN +nqa +fRW +mqA +mbB +mbB +mbB +mbB +mbB +bWH +wpA +nqa +nqa +nqa +nqa +nqa +nqa +dAh +nGu +oHL +nqa +nqa +nqa +nqa +nqa +nqa +ugd +kPC +nlQ +ugd +ugd +ugd +bdg +ugd +ugd +nqa +oLF +kjH +vMV +aHi +cbi +vMV +vMV +vMV +gqh +aDL +iTq +kuA +kuA +kuA +iFY +eal +gqh +nqa +tlN +auy +nqa +mvY +bBD +xiP +ivI +ivI +ivI +ivI +aSu +tKT +qzT +qCV +kFj +mvY +nqa +cqr +jQK +epQ +vkJ +epQ +epQ +epQ +pbQ +epQ +epQ +rPN +epQ +jQK +oRI +"} +(91,1,1) = {" +oRI +jPW +klz +fgv +fgv +jPW +sbi +sbi +ipc +fgv +fgv +jcT +jPW +sbi +sbi +jPW +fgv +fgv +klz +qgL +nqa +gcn +iLu +nqa +eVu +uHg +uHo +mxs +uwc +eVu +fEr +its +vnp +its +its +its +gtg +lVa +veg +dcZ +nqa +nqa +nlZ +nqa +nqa +gcn +iLu +nqa +bpN +jqI +jqI +xYv +xYv +jqI +jqI +bpN +nqa +fRW +pQe +mbB +mbB +mbB +mbB +mbB +bWH +bWH +nqa +nqa +nqa +nqa +nqa +nqa +kEQ +fws +aIe +nqa +nqa +nqa +nqa +nqa +nqa +jJW +eet +eet +jdR +qKI +eet +eet +ubH +ugd +nqa +oLF +uqr +nyg +plq +olc +vMV +vMV +mIp +gqh +vJx +icy +wcd +eal +eal +eal +eal +wVD +nqa +gcn +iLu +nqa +mvY +mvY +mvY +mvY +mvY +mvY +mvY +mvY +mvY +mvY +mvY +mvY +mvY +nqa +nqa +uWp +mEd +mEd +mEd +mEd +epQ +iEU +epQ +epQ +nIg +epQ +jQK +oRI +"} +(92,1,1) = {" +oRI +jPW +mck +fgv +fgv +ipc +sbi +sbi +jPW +fgv +fgv +bDs +jPW +sbi +sbi +ipc +fgv +fgv +wsu +jPW +nqa +gcn +iLu +nqa +eVu +uHg +uDi +vCU +uwc +eVu +nCo +its +vdo +its +its +dto +eVu +eVu +eVu +eVu +eVu +gRW +eVu +eVu +nqa +gcn +iLu +nqa +bpN +miw +hfG +xYv +xYv +miw +hfG +bpN +nqa +fRW +qFr +epp +xJG +uCP +eUn +mbB +bWH +fRW +nqa +nqa +gtb +oBS +ojr +nqa +nqa +nqa +nqa +nqa +pBK +oBS +gtb +nqa +nqa +eet +eet +eji +qCR +wpE +eet +eet +eKL +ugd +nqa +oLF +oLF +oLF +oLF +oLF +oLF +mOP +oLF +gqh +gqh +gqh +gqh +kcE +ulL +vnn +eal +wVD +nqa +gcn +iLu +nqa +wqW +eLk +uHC +tVk +rBx +dKy +mJz +uDk +wqW +nqa +nqa +nqa +nqa +rCw +mgj +jQK +bNu +sCb +deL +bNu +epQ +epQ +dBZ +epQ +epQ +epQ +jQK +oRI +"} +(93,1,1) = {" +oRI +jPW +jZl +fEG +qBb +jPW +sbi +sbi +jPW +fXy +epr +fGK +jPW +sbi +sbi +jPW +qBb +nOh +vFW +jPW +nqa +gcn +iLu +nqa +eVu +mIR +agT +xVW +oLI +eVu +vWH +its +ekn +its +its +its +gtg +sDe +nGg +mNe +caO +mNe +yhB +eVu +nqa +gcn +iLu +nqa +xJF +kLU +jqI +xYv +xYv +jqI +wSu +xJF +toA +fRW +fRW +fRW +fRW +fRW +pCI +mbB +eDN +fRW +nqa +nqa +gtb +gtb +pHc +nqa +nqa +nqa +nqa +nqa +dVO +gtb +gtb +nqa +nqa +ugd +cnF +eji +qCR +roV +eet +eet +dKm +ugd +nqa +nqa +mgj +ouN +nqa +nqa +oLF +woa +gQA +gqh +qUF +hCU +xwF +eal +eal +eal +eal +wVD +nqa +gcn +iLu +nqa +cOK +tVk +vOM +vOM +vOM +vOM +vOM +tVk +wqW +nqa +xtd +xtd +xtd +xtd +xtd +jQK +jQK +jQK +jQK +jQK +jQK +jQK +jQK +jQK +jQK +jQK +jQK +oRI +"} +(94,1,1) = {" +oRI +jPW +jPW +jPW +jPW +jPW +sbi +sbi +jPW +jPW +jPW +jPW +jPW +xgG +sbi +jPW +jPW +jPW +jPW +jPW +nqa +tlN +auy +nqa +eVu +uuK +its +its +uuK +eVu +ogb +its +ekn +its +dto +eVu +eVu +sNy +mak +its +oKF +its +eMq +dcZ +nqa +tlN +auy +nqa +xJF +miw +hfG +xYv +xYv +miw +hfG +xJF +nqa +fRW +cnN +mds +gWf +fRW +qys +mbB +mHq +hsD +nqa +nqa +gtb +gtb +bfb +nqa +kGF +nqa +nqa +nqa +eKe +gtb +gtb +nqa +nqa +nQb +eet +eji +qCR +roV +eet +eet +gSN +ugd +suJ +suJ +suJ +suJ +suJ +whw +oLF +hfO +lNm +gqh +pQU +idT +gqh +jkh +jGE +qea +eal +gqh +nqa +gcn +iLu +nqa +cOK +tVk +wqW +wqW +wqW +wqW +wqW +tVk +wqW +nqa +xtd +cEA +cEA +cEA +cEA +cEA +xtd +toA +nqa +mgj +nqa +wTQ +gjK +tvG +jxA +dfT +gjK +oRI +"} +(95,1,1) = {" +oRI +jPW +nvb +fgv +oTj +jPW +sbi +sbi +jPW +wpW +fgv +nvb +jPW +sbi +sbi +jPW +wpW +fgv +aWA +jPW +hea +gcn +iLu +nqa +eVu +bog +its +its +bog +eVu +cXQ +its +cag +its +its +gtg +its +spj +mak +its +oKF +its +eMq +dcZ +nqa +gcn +iLu +nqa +xJF +jqI +jqI +xYv +xYv +jqI +jqI +xJF +nqa +fRW +qQA +fRW +mbB +fRW +bWH +mbB +kmh +hsD +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nQb +eet +eji +eet +roV +roV +eet +xjA +ugd +jpB +jpB +jpB +rne +suJ +nqa +oLF +oLF +oLF +gqh +gqh +gqh +gqh +gqh +gqh +gqh +gqh +gqh +nqa +tlN +auy +nqa +cOK +tVk +bYA +bYA +bYA +bYA +bYA +jWV +wqW +nqa +xtd +cEA +vow +cEA +cEA +cEA +xtd +nqa +mgj +nqa +mgj +vUl +gjK +djs +djs +djs +gjK +oRI +"} +(96,1,1) = {" +oRI +jPW +klz +fgv +fgv +ipc +sbi +sbi +jPW +fgv +wis +klz +jPW +sbi +sbi +ipc +fgv +fgv +jcT +jPW +nqa +gcn +iLu +nqa +eVu +its +its +its +its +eVu +sXz +its +tQL +its +its +eVu +fba +kZP +mak +its +oKF +its +eMq +dcZ +nqa +gcn +iLu +nqa +bpN +jqI +jqI +kPy +kPy +jqI +jqI +xJF +whw +fRW +fRW +fRW +mbB +mbB +mbB +mbB +uPn +hsD +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +qLO +nqa +nqa +nqa +nqa +nQb +xGp +qYp +eji +eji +eji +eji +eiw +ugd +jpB +ttD +mpi +jpB +suJ +nqa +nqa +nqa +nqa +eKw +yge +nqa +mgj +nqa +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +wqW +nCZ +tVk +tVk +tVk +tVk +tVk +juD +wqW +nqa +xtd +cEA +fNc +cEA +vyp +cEA +xtd +nqa +gjK +gjK +wUP +gjK +gjK +gjK +fLR +gjK +gjK +oRI +"} +(97,1,1) = {" +oRI +jPW +mck +fgv +fgv +jPW +sbi +sbi +ipc +fgv +fgv +aen +jPW +sbi +sbi +jPW +fgv +fgv +bDs +qgL +nqa +gcn +iLu +nqa +eVu +sXz +uwj +vFE +auK +eVu +iXS +its +xQU +its +fEr +eVu +its +pKK +lVa +bJH +cri +bJH +niF +eVu +nqa +gcn +iLu +nqa +bpN +jqI +jqI +sdR +sdR +jqI +jqI +xJF +xTh +fRW +qQA +fRW +mbB +fRW +bWH +mbB +ggY +fRW +nqa +tKE +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +fdf +nqa +nqa +ugd +buM +eEp +eji +pRJ +eEu +eEp +rqN +ugd +jpB +jvm +dty +pGG +suJ +toA +dew +dew +dew +dew +dew +dew +dew +dew +dew +dew +dew +dew +nqa +gcn +iLu +nqa +eOb +tVk +tVk +tVk +cGc +tVk +tVk +juD +wqW +nqa +xtd +cEA +cEA +cEA +cEA +cEA +xtd +nqa +gjK +cdb +gZO +rHD +gZO +gZO +gZO +gZO +gjK +oRI +"} +(98,1,1) = {" +oRI +jPW +tDD +jwD +mKK +jPW +nee +sbi +jPW +dVV +ooo +nuE +jPW +sbi +lHr +jPW +nuE +gSV +nHS +jPW +nqa +gcn +iLu +nqa +eVu +eVu +eVu +eVu +eVu +eVu +eVu +eVu +eVu +eVu +eVu +eVu +eVu +eVu +eVu +eVu +eVu +eVu +eVu +eVu +nqa +gcn +iLu +nqa +xJF +jqI +jqI +fDd +fDd +jqI +jqI +xJF +mgj +fRW +cnN +mds +lbt +fRW +giS +mbB +bWH +fRW +fRW +fRW +bWH +kuv +fRW +fRW +nqa +nqa +ugd +ugd +eet +tIe +ugd +nQb +ugd +ugd +kqd +eEu +eji +pRJ +eEu +eEu +xvc +ugd +jpB +jpB +jpB +jpB +suJ +nqa +dew +mkP +dew +mXN +lud +nAd +nAd +dew +jQG +auu +jQG +dew +nqa +gcn +iLu +nqa +wqW +nCZ +tVk +tVk +tVk +tVk +tVk +juD +wqW +mgj +xtd +cEA +vyp +cEA +cEA +cEA +xtd +nqa +kHx +wml +gZO +gZO +gZO +gZO +vfo +gZO +gjK +oRI +"} +(99,1,1) = {" +oRI +jPW +jPW +jPW +jPW +jPW +sbi +sbi +jPW +jPW +jPW +jPW +jPW +sbi +sbi +jPW +jPW +jPW +jPW +jPW +nqa +tlN +auy +nqa +nqa +nqa +nqa +nqa +nqa +mgj +nqa +nqa +ouN +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +tlN +auy +wJM +xJF +xJF +ohk +xJF +xJF +jLg +xJF +xJF +nqa +fRW +fRW +fRW +fRW +fRW +gpw +mbB +bWH +orD +qrV +weg +bWH +bWH +fxi +fRW +eDj +nqa +ugd +aMJ +eet +eet +aMh +sfx +iHa +rLg +dqv +fKR +eji +eji +eji +eji +eiw +ugd +xIk +jpB +jpB +jpB +wcu +nqa +dew +nBM +dew +rvn +lud +lud +kaY +dew +pHH +pHH +pHH +eoC +nqa +gcn +iLu +nqa +cOK +tVk +vOM +vOM +vOM +vOM +vOM +jWV +wqW +nqa +xtd +cEA +cEA +cEA +cEA +cEA +jDb +nqa +kHx +doO +gZO +vfo +qeb +srI +gZO +rZh +gjK +oRI +"} +(100,1,1) = {" +oRI +jPW +aWA +fgv +oTj +jPW +sbi +sbi +jPW +hoK +oVG +oTj +jPW +sbi +sbi +sZm +vLD +jfk +vLD +jPW +nqa +gcn +iLu +nqa +nqa +nqa +nqa +eKw +nqa +ois +nqa +nqa +nqa +yge +vUl +mgj +nqa +nqa +nqa +nqa +nqa +eKw +nqa +nqa +nqa +gcn +iLu +nqa +xJF +ydE +ydE +xJF +jqI +jqI +jqI +xJF +nqa +fRW +vkS +iFA +fKX +fRW +gJm +mbB +mbB +mbB +mbB +mbB +mbB +mbB +aJO +hsD +nqa +nqa +nQb +cRx +eji +eji +eji +eji +eji +eji +eji +eji +eji +eji +qYp +qYp +eiw +ugd +lrZ +jpB +jpB +eEw +suJ +xTh +dew +fyM +pSI +lud +lud +lud +lud +spN +pHH +pHH +waR +dew +nqa +tlN +auy +nqa +cOK +tVk +wqW +wqW +wqW +wqW +wqW +tVk +wqW +nqa +xtd +fNc +cEA +cEA +cEA +cEA +xtd +nqa +gjK +hQZ +gZO +oBN +moo +qeb +gZO +gZO +gjK +oRI +"} +(101,1,1) = {" +oRI +jPW +klz +fgv +fgv +ipc +sbi +sbi +jPW +jGB +hoK +fgv +jPW +sbi +sbi +sbi +sbi +sbi +sbi +sxw +nqa +gcn +iLu +nqa +eqT +eqT +eqT +eqT +eqT +eqT +eqT +eqT +eqT +eqT +eqT +eqT +nqa +aRY +aRY +aRY +aRY +aRY +aRY +aRY +nqa +gcn +iLu +nqa +xJF +nSF +ydE +xJF +jqI +jqI +pXT +xJF +nqa +fRW +ttq +iFA +iFA +fRW +sxk +mbB +mbB +mbB +mbB +juX +btO +mbB +lXO +hsD +nqa +nqa +nQb +kOD +eji +eji +eji +eji +eji +eji +eji +eji +eji +pRJ +eEu +eEu +rqN +ugd +cly +jpB +jpB +nfa +suJ +nqa +dew +ktE +dew +grj +lud +ijs +lud +dew +dew +fhV +dew +dew +nqa +gcn +iLu +nqa +cOK +tVk +bYA +bYA +bYA +bYA +bYA +tVk +wqW +nqa +xtd +cEA +cEA +cEA +cEA +wlU +xtd +nqa +gjK +gjK +gjK +gjK +gjK +gjK +gZO +gZO +gjK +oRI +"} +(102,1,1) = {" +oRI +jPW +mck +fgv +fgv +jPW +sbi +sbi +jPW +clf +fgv +fgv +ipc +sbi +sbi +sbi +sbi +sbi +sbi +sbi +nqa +gcn +iLu +nqa +eqT +tsY +hKR +bGJ +eqT +sje +eqT +sje +eqT +emF +lCW +eqT +nqa +aRY +krj +krj +krj +cMI +iOG +aRY +bBB +gcn +iLu +nqa +xJF +smL +smL +xJF +jqI +eUY +tCE +xJF +nqa +fRW +fVx +rcx +iFA +fRW +hoQ +kvH +iNz +kvH +mbB +olv +xVe +mbB +kRg +hsD +nqa +nqa +nQb +gXx +eji +pRJ +eEu +eEp +ihL +pRJ +eEu +eEp +ihL +pRJ +eEu +eEp +wSj +ugd +suJ +suJ +suJ +suJ +suJ +nqa +dew +dew +dew +gzA +lud +wMY +lud +dew +uaT +uaT +uaT +dew +nqa +gcn +iLu +nqa +wqW +xGk +lxv +tVk +khO +mvM +tDz +uDk +wqW +nqa +xtd +cEA +wnn +cEA +cEA +fNc +xtd +xTh +gjK +gZO +gZO +gZO +gZO +gjK +iUh +gZO +gjK +oRI +"} +(103,1,1) = {" +oRI +jPW +fgv +fgv +fgv +jPW +sbi +sbi +jPW +hoK +aGA +uSq +jPW +sbi +sbi +sbi +sbi +fnj +sbi +jPW +nqa +gcn +iLu +nqa +eRt +tsY +pxL +wJW +eqT +vDq +eqT +vDq +eqT +tjT +lCW +eqT +nqa +aRY +xDA +ooT +ooT +ooT +hZI +eGi +nqa +gcn +iLu +nqa +xJF +nSF +ydE +ohk +jqI +jqI +fXM +xJF +nqa +fRW +iFA +iFA +iFA +srG +bWH +mbB +mbB +kvH +mbB +mbB +mbB +mbB +rFM +hsD +nqa +nqa +nQb +cRx +eji +pRJ +eEu +eEu +ihL +pRJ +eEu +eEu +ihL +pRJ +eEu +eEu +dAd +ugd +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +dew +fLF +lud +fmA +lud +uWe +uaT +uaT +uaT +eoC +nqa +gcn +iLu +kBr +wqW +wqW +wqW +wqW +wqW +wqW +wqW +wqW +wqW +nqa +xtd +cEA +cEA +cEA +cEA +cEA +xtd +nqa +gjK +iUh +unF +gZO +gZO +hqz +gZO +dDh +gjK +oRI +"} +(104,1,1) = {" +oRI +jPW +bAc +qYM +qBb +jPW +nee +sbi +jPW +jPW +jPW +jPW +jPW +sbi +lHr +jPW +jPW +jPW +jPW +jPW +nqa +tlN +auy +nqa +mFO +tsY +tsY +tsY +cZW +lCW +lCW +lCW +lCW +lCW +lCW +eqT +nqa +aRY +hZI +ooT +ooT +ooT +hZI +aRY +nqa +tlN +auy +nqa +xJF +ydE +ydE +xJF +jBt +jqI +jaF +xJF +xGA +fRW +hPX +wJC +gFB +fRW +npc +bWH +bWH +uZj +bWH +swP +oWC +dgU +mqF +fRW +eDj +nqa +ugd +jMQ +poo +poo +xIF +slS +poo +poo +gAX +vyA +poo +poo +gAX +fAx +tFX +ugd +toA +nqa +vgu +pNA +pNA +pNA +hip +nqa +dew +ppn +lud +pVc +lud +qgx +uaT +uaT +uaT +sML +nqa +gcn +iLu +nqa +nqa +nqa +ouN +nqa +mgj +nqa +nqa +eKw +nqa +nqa +xtd +cEA +cEA +cEA +cEA +cEA +xtd +nqa +gjK +moo +rTL +css +gZO +gjK +lPv +gZO +gjK +oRI +"} +(105,1,1) = {" +oRI +jPW +jPW +jPW +jPW +jPW +sbi +sbi +sbi +sbi +sbi +sbi +sbi +sbi +sbi +jPW +wpW +fgv +nvb +jPW +nqa +gcn +iLu +nqa +eqT +yeK +tsY +tsY +eqT +yiq +kDq +kDq +kDq +lCW +prL +eqT +nqa +aRY +hZI +gMO +gMO +ooT +hZI +xgg +nqa +gcn +iLu +nqa +xJF +xJF +xJF +xJF +xJF +xJF +xJF +xJF +nqa +fRW +fRW +fRW +fRW +fRW +fRW +fRW +fRW +fRW +fRW +fRW +fRW +fRW +fRW +fRW +nqa +nqa +ugd +ugd +ugd +ugd +ugd +ugd +ugd +ugd +ugd +ugd +ugd +ugd +ugd +ugd +ugd +ugd +nqa +mgj +xGK +vUl +nqa +nqa +wuF +nqa +dew +fLF +lud +lgO +lud +lJW +uaT +kyw +uaT +dew +nqa +tlN +auy +nqa +klN +klN +klN +klN +klN +klN +klN +klN +klN +nqa +xtd +xtd +xtd +xtd +xtd +xtd +xtd +mgj +gjK +gjK +gjK +gjK +gjK +gjK +kHx +kHx +gjK +oRI +"} +(106,1,1) = {" +oRI +jPW +wpW +fgv +fgv +ipc +sbi +fnj +sbi +sbi +sbi +sbi +sbi +fnj +sbi +ipc +fgv +fgv +klz +jPW +nqa +gcn +iLu +nqa +eqT +eZp +mFO +eqT +eqT +eqT +eqT +eqT +eZp +cZW +eqT +eqT +xTh +aRY +xDA +oYK +tPn +ooT +hZI +xgg +nqa +gcn +iLu +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +mgj +nqa +eKw +nqa +nqa +nqa +lXy +xGA +nqa +ouN +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +eKw +nqa +mgj +nqa +whw +nqa +nqa +nqa +nqa +nqa +yge +nqa +nqa +rfY +nqa +nqa +nqa +xGK +nqa +dew +dew +dew +dew +dew +dew +dew +dew +dew +dew +nqa +gcn +iLu +nqa +klN +ghS +bLr +onO +bLr +bLr +bLr +suC +klN +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +mgj +nqa +nqa +nqa +nqa +nqa +nqa +nqa +oRI +"} +(107,1,1) = {" +oRI +jPW +fgv +fgv +bDs +jPW +jPW +jPW +ipc +jPW +jPW +jPW +ipc +jPW +jPW +jPW +fgv +fgv +hrD +jPW +nqa +gcn +iLu +nqa +eqT +tsY +tsY +hKR +tsY +wJW +wJW +tsY +hKR +tsY +tsY +eqT +nqa +aRY +fsS +hZI +mSy +tYe +hZI +aRY +nqa +gcn +iLu +nqa +tQS +tQS +tQS +tQS +tQS +tQS +tQS +tQS +tQS +tQS +tQS +tQS +tQS +nqa +tcI +tcI +tcI +tcI +tcI +tcI +tcI +nqa +nqa +nqa +nqa +nqa +nqa +nqa +eWz +qtM +qtM +qtM +qtM +qtM +qtM +qtM +qtM +nqa +nqa +nqa +oix +vUl +nqa +nqa +xGK +shS +nqa +eBR +xGK +mgj +nqa +nqa +nqa +nqa +nqa +ouN +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +uXK +ghS +aMa +gTW +gTW +klN +lKB +klN +klN +klN +klN +klN +klN +klN +klN +klN +klN +nqa +pky +pky +pky +pky +pky +pky +pky +pky +nqa +oRI +"} +(108,1,1) = {" +oRI +jPW +clf +fgv +klz +jPW +fgv +fgv +fgv +oTj +jPW +fgv +fgv +fgv +oTj +jPW +fgv +fgv +fgv +qgL +nqa +gcn +iLu +nqa +eRt +tsY +tsY +tsY +tsY +tsY +tsY +tsY +tsY +tsY +tsY +eqT +mgj +aRY +aRY +aRY +aRY +aRY +lLc +aRY +nqa +gcn +iLu +nqa +tQS +qvg +qvg +rKY +qvg +qvg +tQS +cya +bFJ +jWT +xNp +xNp +tQS +mgj +tcI +vDh +qOv +ufu +cTo +ufu +tcI +nqa +nqa +oBS +gtb +gtb +oBS +nqa +qdc +qtM +bEA +voi +aIJ +nYV +fEX +iEA +qtM +nqa +fCx +fCx +fCx +fCx +fCx +fCx +fCx +fCx +cAi +fCx +fCx +fCx +nqa +crm +crm +crm +crm +crm +crm +crm +crm +crm +nqa +gcn +iLu +nqa +uXK +ghS +aMa +uhs +qqd +klN +aMa +yah +kDs +kDs +yah +jrF +mIP +fkX +mIP +mIP +klN +nqa +pky +aQT +jQQ +vyB +jQQ +jQQ +jQQ +pky +xGA +oRI +"} +(109,1,1) = {" +oRI +jPW +fgv +fgv +aWA +jPW +cuN +fgv +fgv +fgv +jPW +qLM +fgv +fgv +fgv +jPW +fgv +fgv +fgv +qgL +nqa +tlN +auy +nqa +eRt +tsY +lxg +lxg +lxg +dDr +dDr +dDr +dDr +dDr +tsY +wEI +nqa +aRY +hWC +kmr +biP +aRY +qfc +aRY +nqa +tlN +auy +nqa +pWg +kXK +nns +nns +nns +nns +vzJ +bFJ +bFJ +bFJ +bFJ +bFJ +jPs +nqa +tcI +ufu +ufu +ufu +ncC +yln +biz +nqa +nqa +gtb +gtb +gtb +gtb +nqa +pMd +alR +mXt +lfQ +gra +gra +gra +aIJ +qtM +nqa +fCx +pGV +bMI +pue +fCx +fQn +gZN +gZN +gZN +gZN +sVm +fCx +nqa +crm +hBE +fDB +whY +whY +iRO +odF +dgq +crm +hao +gcn +iLu +nqa +uXK +ghS +aMa +rFu +hLm +klN +aMa +kDs +kDs +kDs +kDs +jrF +mIP +klN +wVz +mIP +klN +nqa +pky +jQQ +etU +jQQ +oht +jQQ +jQQ +pky +nqa +oRI +"} +(110,1,1) = {" +oRI +jPW +sRM +qOA +uEQ +jPW +qBb +nXR +xLD +nvb +jPW +lKP +jwD +xLD +aWA +jPW +oIH +nXR +qBb +jPW +nqa +gcn +iLu +nqa +eRt +tsY +lxg +lxg +lxg +dDr +dDr +dDr +dDr +dDr +tsY +eqT +nqa +aRY +lkM +kmr +kmr +fAt +yha +aRY +nqa +gcn +iLu +nqa +tQS +tIA +nns +nns +nns +nns +tQS +bFJ +bfO +qnY +bFJ +hRZ +tQS +nqa +tcI +nxq +nxq +nxq +ncC +oQV +tcI +sMq +nqa +gtb +gtb +gtb +gtb +nqa +iMQ +qtM +aIJ +gra +gra +omL +omL +aIJ +qtM +nqa +fCx +eiD +bMI +bMI +sMS +gZN +gZN +eTR +gZN +gZN +eJU +fCx +nqa +crm +jlg +whY +mSF +whY +svq +uFV +uFV +fOO +nqa +tlN +auy +nqa +klN +ghS +aMa +uhs +dTa +klN +aMa +kDs +kDs +kDs +kDs +jrF +mIP +klN +dNU +mIP +jjG +nqa +pky +jQQ +jQQ +jQQ +jQQ +wIy +jQQ +pky +toA +oRI +"} +(111,1,1) = {" +oRI +jPW +jPW +qgL +jPW +jPW +jPW +qgL +jPW +jPW +jPW +jPW +jPW +qgL +jPW +jPW +jPW +jPW +jPW +jPW +nqa +gcn +iLu +nqa +eRt +gue +jZT +lxg +lxg +dDr +dDr +dDr +dDr +dDr +ogu +eqT +nqa +aRY +dgs +caT +kdF +aRY +qfc +aRY +nqa +gcn +iLu +nqa +lVW +nns +nns +nns +nns +nns +tQS +tQS +tQS +tQS +tQS +tQS +tQS +whw +tcI +mJK +uDH +nxq +ufu +ufu +cTr +nqa +nqa +gtb +gtb +gtb +gtb +nqa +nqa +vTn +aIJ +gra +gra +omL +aIJ +tyH +qtM +nqa +fCx +fCx +fCx +fCx +fCx +tKS +gZN +eTR +gZN +gZN +yeB +fCx +nqa +crm +wUr +whY +qhV +whY +qov +uFV +uFV +fOO +nqa +gcn +iLu +nqa +qQx +aMa +aMa +uhs +mPN +klN +aMa +aMa +aMa +aMa +aMa +jrF +jnN +klN +kQy +ili +klN +nqa +pky +uMr +tZb +jQQ +jQQ +aQT +tGx +pky +nqa +oRI +"} +(112,1,1) = {" +oRI +vUl +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +ctv +nqa +nqa +nqa +nqa +gcn +iLu +nqa +eRt +tsY +lxg +lxg +lxg +dDr +tTJ +dDr +dDr +dDr +tsY +eqT +nqa +aRY +aRY +aRY +aRY +aRY +qfc +aRY +hea +gcn +iLu +nqa +nns +nns +nns +nns +nns +nns +jzY +bwP +bwP +sxn +wPs +bwP +tQS +nqa +tcI +nxq +nxq +nxq +ufu +ufu +tcI +nyv +nqa +gtb +gtb +gtb +gtb +nqa +nGY +qtM +aIJ +gra +gra +uoC +aIJ +uXz +qtM +nqa +fCx +eGC +mwl +vQK +fCx +dVk +gZN +eTR +gZN +gZN +sVm +fCx +nqa +crm +bGz +whY +knJ +whY +nvG +uFV +gAt +fOO +nqa +gcn +iLu +nqa +aMa +aMa +aMa +gTW +gTW +klN +sSc +kDs +kDs +kDs +kDs +jrF +mIP +klN +ifQ +mIP +klN +nqa +pky +sNL +cVg +etU +jQQ +jQQ +jQQ +pky +nqa +oRI +"} +(113,1,1) = {" +oRI +toA +nqa +nqa +vUl +nqa +nqa +nqa +nqa +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +gcn +iLu +nqa +eRt +tsY +lxg +lxg +lxg +dDr +dDr +dDr +dDr +dDr +tsY +eqT +toA +aRY +sNY +oog +oog +sNY +qfc +aRY +nqa +gcn +iLu +nqa +tQS +eKM +hZB +nns +hZB +dRw +tQS +imF +bwP +pxC +pxC +cfm +tQS +nqa +tcI +ufu +ufu +ufu +ufu +ufu +biz +nqa +nqa +gtb +gtb +gtb +gtb +nqa +pMd +alR +oJz +lfQ +gra +gtp +aIJ +kAO +qtM +mgj +fCx +mwl +mwl +pVK +vgD +haD +gZN +eTR +gZN +gZN +oyK +fCx +nqa +crm +jpC +whY +wyX +whY +svq +uFV +kTn +crm +eDj +gcn +iLu +nqa +klN +fdW +gTW +gTW +psB +klN +sSc +kDs +kDs +kDs +kDs +jrF +mIP +klN +wVz +mIP +klN +nqa +pky +bLZ +jQQ +jQQ +jQQ +jQQ +etU +pky +nqa +oRI +"} +(114,1,1) = {" +oRI +xSU +xSU +xSU +xSU +hTN +xSU +xSU +nqa +gcn +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +mfK +auy +nqa +eRt +tsY +lxg +lxg +lxg +dDr +dDr +dDr +dDr +dDr +tsY +eqT +nqa +aRY +qfc +qfc +qfc +qfc +qfc +aRY +nqa +tlN +auy +nqa +pWg +sCz +lsR +nns +oYp +nns +tQS +bgA +bwP +pxC +qmK +cfm +tQS +nqa +tcI +jdC +itN +ufu +kBV +obe +tcI +nqa +nqa +oBS +gtb +gtb +oBS +nqa +iMQ +qtM +eQy +eQp +aIJ +cAN +gpM +tur +qtM +xTh +fCx +pHy +axt +pdR +fCx +qsL +gZN +eTR +gZN +gZN +wzz +fCx +nqa +crm +gbV +whY +whY +cpd +crm +fOO +crm +crm +nqa +gcn +iLu +nqa +klN +fdW +dgM +bxC +dlt +klN +sSc +kjI +kDs +kDs +kjI +jrF +mIP +fkX +mIP +mIP +klN +nqa +pky +bWA +etF +etF +jQQ +jQQ +jQQ +pky +nqa +oRI +"} +(115,1,1) = {" +oRI +xSU +seb +sIw +hVi +seb +rlM +xSU +nqa +gcn +iLu +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +wMk +iLu +nqa +eqT +uIt +tsY +tsY +tsY +qfn +tsY +tsY +tsY +tsY +uIt +eqT +nqa +aRY +fyY +qfc +qfc +qfc +qfc +aRY +nqa +gcn +iLu +nqa +pWg +gmQ +lsR +nns +oYp +gmQ +tQS +bgA +bwP +uha +aBL +bwP +tQS +nqa +tcI +tcI +tcI +tcI +tcI +tcI +tcI +qLO +nqa +nqa +nqa +nqa +nqa +hPP +nqa +qtM +qtM +qtM +qtM +qtM +qtM +qtM +qtM +nqa +fCx +mwl +mwl +mwl +pKp +gZN +gZN +eTR +gZN +gZN +uSK +fCx +mgj +crm +pdK +whY +whY +whY +aSD +nqa +kNk +nqa +nqa +tlN +auy +nqa +klN +klN +klN +klN +klN +klN +klN +klN +klN +klN +klN +klN +klN +klN +klN +klN +klN +nqa +pky +pky +pky +pky +pky +rVI +pky +pky +nqa +oRI +"} +(116,1,1) = {" +oRI +xSU +jGK +dWH +dWH +dWH +sIw +xSU +nqa +tlN +auy +nqa +nqa +nqa +nqa +rno +rno +rno +rno +rno +nqa +gcn +iLu +nqa +eqT +eqT +eRt +eRt +eRt +eRt +eRt +eRt +eRt +eRt +eqT +eqT +nqa +kiw +qfc +qfc +qfc +qfc +qfc +aRY +nqa +gcn +iLu +nqa +pWg +nns +nns +nns +nns +nns +tQS +tQS +tQS +tQS +tQS +tQS +tQS +toA +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +rZE +nqa +nqa +dKR +nqa +nqa +nqa +mgj +nqa +nqa +nqa +nqa +nqa +nqa +nqa +fCx +aQx +mwl +ixF +fCx +iIN +gZN +gZN +gZN +gZN +ygD +fCx +nqa +crm +mbk +whY +whY +whY +whY +nqa +nqa +nqa +nqa +gcn +iLu +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +mgj +nqa +nqa +nqa +nqa +nqa +nqa +nqa +uUa +nqa +mFG +aDg +vUl +nqa +mgj +nqa +nqa +oRI +"} +(117,1,1) = {" +oRI +xSU +gMN +dWH +dWH +dWH +arY +xSU +nqa +gcn +iLu +nqa +nqa +nqa +nqa +rno +eYP +bUF +lwy +iPY +nqa +gcn +iLu +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +aRY +mjK +rll +rll +mjK +fVV +aRY +nqa +gcn +iLu +nqa +pWg +uWT +nns +nns +nns +nns +uDr +qBE +wOo +hQh +vlR +lfT +tQS +nqa +nqa +aCZ +aCZ +aCZ +aCZ +aCZ +aCZ +mUy +lIn +aCZ +nqa +nqa +bol +nfg +owK +bol +bol +bol +bol +bol +bol +bol +qLO +nqa +fCx +fCx +vgD +fCx +fCx +vgD +vgD +fCx +lwE +fCx +fCx +fCx +nqa +crm +fOO +fOO +fOO +crm +crm +hao +qLO +nqa +nqa +gcn +iLu +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +mgj +nqa +nqa +nqa +nqa +nqa +eKw +nqa +nqa +nqa +uUa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +oRI +"} +(118,1,1) = {" +oRI +xSU +sIw +dWH +dWH +dWH +seb +xSU +nqa +gcn +iLu +nqa +uUa +uUa +uUa +rno +vfl +vfl +lwy +iPY +nqa +gcn +iLu +wSQ +uUa +uUa +uUa +uUa +uUa +uUa +uUa +uUa +uUa +mgj +nqa +ois +nqa +aRY +aRY +aRY +aRY +aRY +aRY +aRY +nqa +gcn +iLu +nqa +pWg +lAk +nns +nns +nns +nns +nns +nns +nns +nns +nns +boo +tQS +vUl +mgj +aCZ +eJk +rWv +tZD +aCZ +dgi +pBV +pBV +aCZ +nqa +nqa +bol +vUa +uwE +tGw +pIU +bTR +iQt +heQ +mSj +bol +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +uUa +uUa +uUa +uUa +uUa +uUa +uUa +uUa +uUa +uUa +uUa +uUa +uUa +uUa +uUa +uUa +uUa +uUa +uUa +nqa +pqk +pqk +bRw +pqk +pqk +pqk +pqk +oRI +"} +(119,1,1) = {" +oRI +xSU +seb +dWH +dWH +dWH +sIw +xSU +nqa +gcn +iLu +nqa +uUa +nqa +nqa +rno +rno +wnc +rno +rno +nqa +tlN +auy +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +uUa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +tlN +auy +nqa +pWg +lAk +nns +pfJ +nns +nns +nns +nns +nns +nns +nns +voC +tQS +sbv +nqa +aCZ +cyu +cyu +lPd +aCZ +dgi +pBV +pBV +mUy +nqa +nqa +owK +vUa +vUa +vUa +vUa +vUa +szA +vUa +vUa +bol +wWM +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +gcn +iLu +nqa +uUa +nqa +nqa +mgj +nqa +nqa +nqa +nqa +nqa +nqa +ouN +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +pqk +mEk +sDj +sDj +sDj +sDj +pqk +oRI +"} +(120,1,1) = {" +oRI +xSU +hVi +dWH +dWH +dWH +ijr +xSU +nqa +gcn +iLu +nqa +uUa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +uUa +nqa +nqa +nqa +nqa +nqa +nqa +oix +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +pWg +lAk +nns +nns +pca +pca +oGK +jfs +wma +nns +nns +mrZ +tQS +nqa +nqa +aCZ +cyu +srj +srj +aCZ +dph +pBV +pBV +mUy +nqa +nqa +owK +vUa +vUa +vUa +vUa +vUa +vUa +vUa +vUa +nfg +nqa +gcn +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +gUu +iLu +otX +uUa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +mgj +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +mgj +nqa +pqk +rao +sDj +sDj +sDj +oOU +pqk +oRI +"} +(121,1,1) = {" +oRI +xSU +wIj +dWH +dWH +dWH +seb +xSU +nqa +gcn +iLu +nqa +uUa +nqa +iLu +uNP +iLu +nqa +nqa +iLu +iLu +iaL +iaL +iLu +iLu +nqa +nqa +nqa +nqa +nqa +nqa +nqa +uUa +nqa +nqa +nqa +dAS +dAS +dAS +dAS +dAS +dAS +dAS +dAS +nqa +gcn +iLu +nqa +tQS +hCP +nns +nns +nns +nns +nns +nns +nns +nns +nns +wRp +tQS +nqa +xTh +aCZ +fBC +aCZ +aCZ +aCZ +hZp +pBV +uPI +aCZ +nqa +nqa +bol +gyl +leS +beL +iUI +xrc +vUa +vUa +vUa +bol +ceH +gcn +iLu +nqa +nqa +nqa +nqa +nqa +ljy +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +rPC +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +uUa +nqa +xOD +xOD +xOD +klf +klf +xOD +xOD +xOD +nqa +nqa +pSj +pSj +tqz +tqz +pSj +tqz +tqz +pSj +pqk +xZc +sDj +sDj +fvc +sDj +pqk +oRI +"} +(122,1,1) = {" +oRI +xSU +seb +dWH +dWH +dWH +dWH +fkA +kYC +hfq +rYn +nqa +uUa +nqa +iLu +iLu +iLu +nqa +nqa +iLu +iLu +iLu +iLu +iLu +iLu +nqa +nqa +nqa +nqa +nqa +nqa +nqa +uUa +xGA +nqa +nqa +dAS +mUl +wmI +mUl +mUl +wmI +mUl +dAS +nqa +gcn +iLu +nqa +lVW +nns +nns +nns +nns +nns +nns +nns +nns +nns +nns +nWw +tQS +whw +nqa +aCZ +cyu +cyu +gKn +pBV +pBV +pBV +pBV +aCZ +eDj +nqa +bol +bol +bol +bol +bol +hSA +vUa +vUa +vUa +bol +nqa +tlN +auy +nqa +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +uUa +nqa +xOD +pNj +jBZ +wTh +wTh +jBZ +ycs +xOD +nqa +nqa +pSj +ihH +ihH +ihH +ihH +ihH +mdY +qPt +pqk +spY +sDj +sDj +dXC +sDj +pqk +oRI +"} +(123,1,1) = {" +oRI +xSU +utb +dWH +dWH +dWH +dWH +dWH +kYC +hfq +hfq +nqa +uUa +vzP +iLu +iLu +iLu +iLu +iLu +iLu +iLu +hTt +xdt +iLu +iLu +nqa +nqa +nqa +nqa +nqa +nqa +ehf +uUa +nqa +mgj +nqa +upx +mUl +dyP +dyP +dyP +dyP +mUl +upx +nqa +gcn +iLu +nqa +nns +nns +nns +nns +pWC +sGs +fbr +izm +dMu +nns +nns +qaH +tQS +nqa +nqa +aCZ +faa +cyu +iZA +pBV +hDZ +pBV +eJt +aCZ +nqa +nqa +bol +apx +rUH +pfT +bol +vlx +vUa +vUa +vUa +owK +nqa +gcn +iLu +nqa +pXG +uYb +nwI +nwI +tXh +pXG +ebj +xyC +bQY +ePT +xyC +icA +ePT +xnV +sxF +fSR +czC +pXG +ndI +nxr +dOR +hre +iCN +pXG +nqa +nqa +xOD +jkl +nje +cXN +wfC +wTh +ycs +xOD +toA +nqa +pSj +mXZ +dDq +dDq +mOi +ihH +mdY +ofb +pqk +oeM +sDj +yfD +sDj +sDj +pqk +oRI +"} +(124,1,1) = {" +oRI +xSU +gMN +dWH +dWH +dWH +dWH +dWH +kYC +hfq +hfq +nqa +uUa +nqa +iLu +iLu +iLu +iLu +iLu +iLu +iLu +trw +twJ +iLu +iLu +nqa +nqa +qLO +nqa +nqa +nqa +nqa +uUa +nqa +nqa +nqa +upx +mUl +dVx +dyP +dVx +dyP +mUl +upx +nqa +tlN +auy +nqa +tQS +uxt +nns +nns +nns +nns +nns +nns +nns +nns +nns +szC +tQS +nqa +nqa +aCZ +wBc +gyB +gWn +pBV +pBV +pBV +eJt +mUy +nqa +nqa +owK +fzF +crU +fzF +bol +oPf +xbZ +aXg +vUa +owK +nqa +gcn +iLu +nqa +pXG +npJ +tXh +tXh +tXh +nPN +ebj +ebj +ebj +ebj +ebj +ebj +ebj +ebj +icA +icA +nYE +pXG +gPf +ofO +ofO +ofO +gPf +pXG +nqa +nqa +xOD +kNm +kNm +kNm +dIt +wTh +frx +xOD +mgj +rCw +wNv +ihH +tYG +dDq +mOi +ihH +mdY +eIy +pqk +sDj +sWt +sDj +sDj +sDj +pqk +oRI +"} +(125,1,1) = {" +oRI +xSU +seb +dWH +dWH +dWH +dWH +dWH +kYC +hfq +hfq +nqa +uUa +nqa +nqa +nqa +nqa +nqa +nqa +iLu +iLu +iLu +iLu +iLu +iLu +nqa +nqa +nqa +nqa +nqa +nqa +nqa +uUa +tsF +nqa +nqa +upx +mUl +dyP +dyP +dyP +dyP +veA +dAS +nqa +gcn +iLu +nqa +pWg +nns +nns +nns +nns +nns +nns +nns +nns +nns +nns +hRb +tQS +nqa +nqa +aCZ +pBV +pBV +pBV +pBV +pBV +pBV +jEC +mUy +nqa +nqa +owK +fzF +fzF +fzF +aIX +vUa +vUa +vUa +vUa +bol +nqa +gcn +iLu +nqa +pXG +tXh +tXh +mBu +tXh +pXG +ebj +ebj +ebj +rks +rks +rks +ebj +ebj +ebj +ebj +ebj +pXG +gPf +ofO +ofO +ofO +fDP +pXG +nqa +nqa +xOD +oBn +kNm +kNm +dIt +wTh +wTh +xOD +tlH +nqa +pSj +iIG +ihH +qoV +ihH +ihH +mdY +xXk +pqk +xHa +sDj +sDj +sDj +oOU +pqk +oRI +"} +(126,1,1) = {" +oRI +xSU +seb +dWH +dWH +dWH +seb +xSU +nqa +nqa +nqa +nqa +uUa +nqa +nqa +nqa +nqa +nqa +nqa +iLu +iLu +iLu +iLu +iLu +iLu +nqa +nqa +nqa +nqa +nqa +nqa +nqa +uUa +nqa +nqa +nqa +dAS +kuj +dVx +dyP +dVx +dyP +dyP +ggJ +nqa +wMk +iLu +nqa +tQS +qDV +bhc +lxh +nkD +msF +kZm +lbl +cdy +cYY +vko +oXJ +tQS +nqa +nqa +aCZ +efA +efA +dpF +efA +eXC +pBV +itG +aCZ +nqa +nqa +bol +lxB +fzF +fzF +bol +pdm +scP +dHh +ssv +bol +eDj +gcn +iLu +nqa +pXG +bBb +bBb +jqG +bBb +pXG +ebj +ebj +vhA +pMT +aQN +kzz +rks +rks +rks +rks +ebj +pXG +gPf +ofO +ofO +ofO +fDP +pXG +nqa +nqa +xOD +rPM +pjY +kNm +pRe +wTh +wTh +dYF +nqa +xGA +pSj +ihH +ihH +ihH +ihH +ihH +mdY +pgy +pqk +bJr +sDj +wET +pGW +qQD +pqk +oRI +"} +(127,1,1) = {" +oRI +xSU +seb +seb +seb +seb +rlM +xSU +xSU +xSU +qPc +qPc +qPc +fVh +fVh +fVh +qPc +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +qPc +fVh +fVh +fVh +fVh +qPc +qPc +qPc +nqa +dAS +mUl +dyP +dyP +dyP +dyP +dyP +dyP +nqa +gcn +iLu +nqa +tQS +tQS +pWg +pWg +pWg +pWg +pWg +pWg +pWg +pWg +pWg +tQS +tQS +nqa +nqa +aCZ +aCZ +mUy +mUy +mUy +aCZ +lIn +aCZ +aCZ +nqa +nqa +bol +bol +owK +owK +bol +owK +owK +bol +bol +bol +nqa +tlN +auy +nqa +pXG +tXh +tXh +tXh +tXh +pXG +ebj +ebj +vhA +rve +mWF +rMS +icx +xjl +xjl +xjl +xjl +lpQ +gPf +ofO +ofO +ofO +fDP +pXG +toA +nqa +xOD +gHj +kNm +kNm +fsa +wTh +wTh +xOD +lKh +nqa +pSj +pSj +vjn +pSj +pSj +pSj +vtU +pSj +pqk +pqk +pqk +pqk +pqk +pqk +pqk +oRI +"} +(128,1,1) = {" +oRI +xSU +uXL +uXL +uXL +uXL +uXL +uXL +uXL +uXL +qPc +rHn +fwg +fwg +fwg +fwg +qPc +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +qPc +jiF +cyk +cyk +cyk +cyk +jiF +qPc +nqa +dAS +mUl +dyP +dyP +dyP +dyP +mUl +dAS +mnf +gcn +iLu +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +mFG +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +gcn +iLu +nqa +ffH +kVy +kVy +kVy +kVy +ffH +ebj +ebj +vhA +vom +dGG +fyg +nPT +nPT +nPT +nPT +ebj +pXG +gPD +ofO +ofO +ofO +fDP +pXG +mgj +nqa +xOD +kNm +kNm +kNm +nOQ +wTh +wTh +xOD +vUl +nqa +pSj +rri +jRK +jRK +pSj +bRf +hmg +hmg +nac +skR +iwB +iwB +obc +obc +nac +oRI +"} +(129,1,1) = {" +oRI +xSU +taM +uXL +uXL +uXL +uXL +uXL +taM +uXL +qPc +qTM +iBG +iBG +iBG +szr +qPc +qPc +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +qPc +qPc +vdk +cyk +cyk +cyk +cyk +xlH +qPc +nqa +dAS +mUl +ibI +dyP +ibI +dyP +mUl +upx +nqa +tlN +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +pGk +iLu +iLu +iLu +iLu +gcn +iLu +nqa +kVy +kVy +kVy +kVy +kVy +kVy +ebj +ebj +ebj +nPT +nPT +nPT +ebj +ebj +ebj +ebj +ebj +pXG +hff +gPf +gPf +pyi +gPf +pXG +nqa +nqa +xOD +bIR +bIR +bIR +tNV +wTh +wTh +xOD +nqa +nqa +pSj +gsI +jRK +yjx +pSj +hmg +hmg +hIR +nac +fqY +iwB +obc +igD +obc +nac +oRI +"} +(130,1,1) = {" +oRI +xSU +dRy +uXL +uXL +xal +uXL +uXL +lFx +uXL +qPc +lnK +iBG +lFu +sVr +fwg +lgF +qPc +qPc +nqa +nqa +nqa +nqa +nqa +nqa +qPc +qPc +gQo +cyk +vGj +xXY +xXY +wKE +cyk +qPc +toA +dAS +mUl +dyP +dyP +dyP +dyP +mUl +upx +nqa +iLu +gUu +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iaL +iaL +iaL +iaL +gUu +iLu +vDj +pXG +tXh +tXh +tXh +tXh +pXG +uiO +icA +ebj +ebj +ebj +ebj +ebj +ebj +ebj +ebj +ebj +pXG +pXG +sXm +pXG +pXG +pXG +pXG +nqa +nqa +xOD +nqu +nON +gfi +lhh +gYr +aUs +xOD +nqa +nqa +pSj +xlz +iqr +wBS +pSj +qeA +wdw +gJw +nac +obc +iwB +iwB +iwB +uLj +nac +oRI +"} +(131,1,1) = {" +oRI +xSU +lFx +uXL +uXL +taM +uXL +uXL +tBD +mMx +qPc +khq +iBG +cDa +cDa +fwg +qPc +qPc +qPc +xbQ +cyD +fVh +fVh +xbQ +cyD +qPc +qPc +qPc +cyk +vGj +xXY +xXY +wKE +cyk +qPc +ois +dAS +mUl +dyP +dyP +dyP +dyP +mUl +dAS +eDj +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +gPQ +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +pXG +gXA +rBC +rBC +jEf +pXG +vZo +lXZ +ebj +ebj +xiY +yjg +yjg +yjg +yjg +xiY +ebj +pXG +owW +tXh +nwI +tXh +tXh +jjN +nqa +nqa +xOD +xOD +xOD +klf +klf +xOD +xOD +xOD +nqa +mgj +pSj +pSj +pSj +pSj +pSj +pSj +pSj +pSj +nac +oII +igD +iwB +obc +aOX +nac +oRI +"} +(132,1,1) = {" +oRI +xSU +taM +uXL +uXL +uzC +uXL +uXL +taM +uXL +rqV +fwg +iBG +cDa +cDa +fwg +qPc +gav +xbQ +ulI +ulI +xbQ +xbQ +ulI +ulI +xbQ +gav +qPc +cyk +vGj +xXY +xXY +wKE +cyk +qPc +nqa +dAS +mUl +gsr +dyP +gsr +dyP +mUl +dAS +dAS +dAS +upx +upx +dAS +dAS +dAS +nqa +vvs +vmE +vvs +vvs +vmE +vvs +gFk +vvs +vvs +wqV +weI +weI +wqV +weI +dsG +weI +weI +qfb +qJf +qfb +qfb +qJf +qfb +cJl +qfb +qfb +tSF +lMg +tSF +tSF +lMg +tSF +jZg +tSF +tSF +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +cgt +waO +pXG +gcT +gEX +xOB +gcT +pXG +nPN +pXG +owW +tXh +tXh +tXh +tXh +pXG +nqa +mgj +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +nqa +eKw +nqa +nqa +nqa +nac +inm +iwB +jVD +iwB +iwB +nac +oRI +"} +(133,1,1) = {" +oRI +xSU +aIw +uXL +uXL +lFx +uXL +uXL +uXL +uXL +qPc +wUZ +iBG +nOE +rZT +szr +qPc +nWH +xbQ +ulI +ulI +xbQ +xbQ +ulI +ulI +xbQ +edL +qPc +vdk +vGj +xXY +xXY +wKE +xlH +qPc +nqa +dAS +kuj +dyP +dyP +dyP +dyP +veA +dAS +kWW +sne +sne +sne +mPK +sne +dAS +nqa +vvs +gYd +dQG +vvs +jsa +wDk +pAF +pAF +vvs +fdL +vbC +weI +luE +tau +rEQ +dMH +weI +xRS +tYj +tYj +qfb +jpH +bBO +aTC +aTC +qfb +oEF +eOi +eOi +tSF +onT +bHw +wiJ +wiJ +tSF +cgt +cgt +cGt +cgt +cgt +cgt +cgt +cGt +cgt +cgt +cgt +pXG +qzK +ebj +ebj +ebj +pXG +tXh +nwI +tXh +tXh +pXG +pXG +pXG +pXG +nqa +nqa +fAy +fAy +fAy +fAy +fAy +fAy +fAy +fAy +fAy +fAy +fAy +fAy +fAy +fAy +fAy +fAy +mgj +qLO +nac +iwB +obc +iKi +pPZ +igD +nac +oRI +"} +(134,1,1) = {" +oRI +xSU +hgK +uXL +oHX +lFx +xSU +xSU +pPI +xSU +qPc +kIN +iBG +cDa +cDa +fwg +acN +xbQ +xbQ +ulI +ulI +xbQ +xbQ +ulI +ulI +xbQ +xbQ +gMx +cyk +vGj +aRx +xXY +wKE +cyk +qPc +nqa +dAS +mUl +lCs +lCs +lCs +lCs +mUl +dAS +rbP +wNU +tjb +tjb +wNU +mbT +dAS +mgj +vvs +ugv +dvQ +dYQ +pAF +gTN +gTN +pAF +vvs +xnE +sUJ +pCV +rEQ +rEQ +rEQ +rEQ +weI +nHO +tYj +tYj +aKo +aTC +aTC +xea +aTC +qfb +eYn +eOi +eOi +qTi +wiJ +wiJ +weZ +jAm +tSF +cgt +cgt +cgt +cgt +cgt +cgt +cgt +cgt +cgt +cgt +cgt +pXG +kRR +vGn +ebj +ebj +nPN +tXh +tXh +tXh +tXh +nPN +ebj +ebj +pXG +nqa +nqa +fAy +fMn +dbE +paA +paA +paA +paA +paA +paA +paA +paA +paA +paA +paA +paA +fAy +nqa +nqa +nac +iwB +igD +obc +iwB +iwB +nac +oRI +"} +(135,1,1) = {" +oRI +xSU +lFx +uXL +uXL +taM +xSU +mhI +oqS +pAJ +qPc +rFs +iBG +cDa +cDa +fwg +fwg +xbQ +xbQ +ulI +ulI +xbQ +xbQ +ulI +ulI +xbQ +xbQ +xbQ +cyk +vGj +xXY +xXY +wKE +cyk +qPc +nqa +dAS +mUl +fXq +uWO +xPE +cJD +mUl +dAS +sne +tjb +tjb +tjb +tjb +sne +dAS +nqa +vvs +osK +oVF +vvs +pIl +mHD +wzF +pAF +vvs +oTp +iHr +weI +rEQ +qQu +qQu +qQu +weI +aYz +hSz +tYj +qfb +myL +aTC +jDR +lHH +qfb +fis +yfs +eOi +tSF +uHf +wiJ +lLu +qSU +tSF +pXG +eEz +pXG +pXG +pXG +eEz +pXG +pXG +pXG +eEz +pXG +pXG +pXG +pXG +wwB +pXG +pXG +pXG +pXG +pXG +pXG +pXG +ebj +ebj +pXG +nqa +nqa +fAy +gfx +dbE +paA +paA +paA +paA +paA +paA +paA +paA +paA +paA +paA +paA +fAy +nqa +mgj +nac +oII +iwB +iwB +igD +iwB +nac +oRI +"} +(136,1,1) = {" +oRI +xSU +fAK +uXL +uXL +jMB +xSU +lwI +oqS +jMC +qPc +vwo +iBG +lCA +sVr +fwg +qPc +xbQ +ulI +ulI +ulI +qdP +qdP +ulI +ulI +ulI +xbQ +qPc +cyk +vGj +xXY +xXY +wKE +cyk +qPc +nqa +dAS +mUl +tWj +tWj +tWj +tWj +mUl +sne +sne +tjb +tjb +tjb +tjb +sne +dAS +nqa +vvs +vvs +vvs +vvs +pAF +nXo +nXo +pAF +vvs +weI +weI +weI +rEQ +hiy +aLw +aLw +weI +qfb +qfb +qfb +qfb +lMm +aTC +jhn +aTC +qfb +tSF +tSF +tSF +tSF +wiJ +wiJ +gHp +hgs +tSF +pgY +ofO +cfh +pXG +lbS +ofO +pgY +pXG +pgY +ofO +pgY +pXG +fmo +ebj +ebj +ebj +pXG +gVV +esT +esT +lye +xnV +ebj +ebj +pXG +nqa +nqa +lja +fMn +dbE +paA +vxL +tHL +paA +paA +paA +paA +paA +paA +paA +kQo +paA +fAy +nqa +nqa +kXs +obc +pPZ +iwB +obc +bZO +nac +oRI +"} +(137,1,1) = {" +oRI +xSU +dBp +uXL +uXL +lFx +xSU +ris +oqS +hbk +qPc +lFH +iBG +iBG +iBG +szr +qPc +nWH +ulI +xbQ +ulI +oLo +oLo +ulI +xbQ +ulI +edL +qPc +vdk +cyk +cyk +cyk +cyk +xlH +qPc +nqa +dAS +epd +tWj +tWj +tWj +tWj +mUl +dAS +rbP +wNU +tjb +tjb +tjb +sne +wpN +nqa +vvs +cmo +wdb +pRq +pAF +pAF +pAF +pAF +vvs +qqL +aAA +jyc +rEQ +rEQ +rEQ +rEQ +weI +gZY +bpi +bpi +chx +aTC +aTC +aTC +aTC +qfb +hly +wJh +jcF +fQC +wiJ +wiJ +wiJ +wiJ +tSF +tgl +kPb +fKU +pXG +etA +kPb +ofO +pXG +ofO +kPb +fKU +pXG +pje +ebj +ebj +ebj +pXG +esT +tCM +hFp +lye +ebj +cYi +ebj +pXG +nqa +xGA +fAy +fMn +dbE +paA +paA +paA +paA +paA +paA +paA +paA +paA +paA +paA +paA +fAy +qLO +nqa +nac +iwB +obc +fuf +igD +inm +nac +oRI +"} +(138,1,1) = {" +oRI +xSU +taM +uXL +uXL +uWN +xSU +tJu +gYm +wZD +qPc +qTM +fwg +fwg +fwg +fwg +qPc +gav +ulI +xbQ +ulI +xbQ +xbQ +ulI +xbQ +ulI +gav +qPc +jiF +cyk +cyk +cyk +cyk +jiF +qPc +nqa +dAS +epd +oem +mUl +mUl +oem +fFY +dAS +sne +oFu +sne +sne +qlb +hag +dAS +nqa +vvs +eNy +dgh +vvs +pUG +wuh +wDB +fuu +vvs +pDd +sPJ +weI +kzu +aIn +gOe +mfA +weI +pxf +aPJ +bpi +qfb +tzk +qKV +ipu +rsi +qfb +dSD +ylV +jcF +tSF +rVh +snB +lSJ +tAO +tSF +upg +vLH +adG +pXG +mGj +ofO +ofO +pXG +frC +kVH +adG +pXG +gcT +vqX +spA +ePT +pXG +qac +esT +gIb +rxa +ebj +ebj +ebj +pXG +nqa +nqa +fAy +tjF +dbE +paA +paA +paA +paA +paA +paA +paA +paA +paA +paA +paA +paA +fAy +toA +vUl +nac +igD +iwB +obc +skR +iwB +nac +oRI +"} +(139,1,1) = {" +oRI +xSU +xSU +xSU +xSU +xSU +xSU +xSU +xSU +xSU +qPc +qPc +qPc +qPc +qPc +qPc +qPc +qPc +eOR +qPc +eOR +qPc +qPc +eOR +qPc +eOR +qPc +qPc +qPc +qPc +qPc +qPc +qPc +qPc +qPc +nqa +dAS +dAS +dAS +dAS +dAS +dAS +dAS +dAS +dAS +dAS +dAS +dAS +dAS +dAS +dAS +nqa +vvs +vvs +vvs +vvs +vvs +vvs +vvs +vvs +vvs +weI +weI +weI +weI +weI +weI +weI +weI +qfb +qfb +qfb +qfb +qfb +qfb +qfb +qfb +qfb +tSF +tSF +tSF +tSF +tSF +tSF +tSF +tSF +tSF +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +pXG +vUl +fQX +fAy +fAy +fAy +fAy +fAy +fAy +fAy +fAy +fAy +fAy +fAy +fAy +fAy +fAy +fAy +fAy +nqa +nqa +nac +nac +nac +nac +nac +nac +nac +oRI +"} +(140,1,1) = {" +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +oRI +"} 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"