Merge pull request #29 from sheepishgoat/mapping-tweaks

mappin tweaks & more
This commit is contained in:
evilew
2024-11-23 02:24:39 +01:00
committed by GitHub
122 changed files with 207567 additions and 201109 deletions
@@ -31,3 +31,11 @@
suffix = "lavaland_surface_blueberryarea.dmm"
allow_duplicates = TRUE
cost = 0
/datum/map_template/ruin/lavaland/cozy_cabin //HS13 (I think?)
name = "Cozy Cabin"
id = "cozycabin"
description = "A comfy lil cabin, amidst the barren hot landscape."
suffix = "lavaland_surface_cozy_cabin.dmm"
allow_duplicates = TRUE
cost = 0
+7
View File
@@ -555,3 +555,10 @@
/obj/item/paper/fluff/chocoslime_research
name = "Stained Research Papers"
info = "<b>AUDIO LOG OF CHOCOLATE SLIME REPORT NO.3</b>. Despite possessing no obvious combat capabilities, the chocolate slime can feed itself to its victim, possibly rupturing its st-- mmhfph- grhm... ...(AUDIO LOG END)."
//gs13 - solar defence crate
/obj/item/paper/guides/jobs/engi/solar_defence
name = "Info on Satellite Defence"
info = "<h1>Welcome</h1><p>With this crate, you will be able to protect the station's solar arrays from constant barrages of space sand. The set-up is simple. Drag around all the satellites in front of solar panel arrays, preferably in direction open to space (the best spot is near the solar tracker and outside of the grilles), as that is where the space sand will come from. It's advised to set down just 1 satellite for each solar array. Once you set the satellite down, you can activate it by flicking on the switch. The crate also provides you with an OPTIONAL computer board to keep track of your defence satellites. Voila!</p>"
@@ -0,0 +1,13 @@
//gs13 - solar defence crate
/obj/structure/closet/crate/solarpanel_defence
name = "solar system defence crate"
icon_state = "engi_e_crate"
/obj/structure/closet/crate/solarpanel_defence/PopulateContents()
..()
new /obj/machinery/satellite/meteor_shield(src)
new /obj/machinery/satellite/meteor_shield(src)
new /obj/machinery/satellite/meteor_shield(src)
new /obj/machinery/satellite/meteor_shield(src)
new /obj/item/paper/guides/jobs/engi/solar_defence(src)
new /obj/item/circuitboard/computer/sat_control(src)
+12 -23
View File
@@ -7,35 +7,24 @@
vend_reply = "Enjoy your meal."
products = list(
/obj/item/reagent_containers/food/snacks/store/cake/cheese = 10,
/obj/item/reagent_containers/food/snacks/store/cake/pumpkinspice = 10,
/obj/item/reagent_containers/food/snacks/store/cake/pound_cake = 8,
/obj/item/reagent_containers/food/snacks/cakeslice/bsvc = 5,
/obj/item/reagent_containers/food/snacks/cakeslice/bscc = 5,
// /obj/item/reagent_containers/food/snacks/donut/purefat = 10,
/obj/item/reagent_containers/food/snacks/fries = 10,
/obj/item/reagent_containers/food/snacks/donut = 20,
/obj/item/reagent_containers/food/snacks/candiedapple = 7,
/obj/item/reagent_containers/food/snacks/fries = 4,
/obj/item/reagent_containers/food/snacks/donut = 10,
/obj/item/reagent_containers/food/snacks/burrito = 8,
/obj/item/reagent_containers/food/snacks/enchiladas = 10,
/obj/item/reagent_containers/food/snacks/spaghetti = 20,
/obj/item/reagent_containers/food/snacks/kebab/rat = 7,
/obj/item/reagent_containers/food/snacks/kebab/rat/double = 6,
/obj/item/reagent_containers/food/snacks/meatballspaghetti = 10,
/obj/item/reagent_containers/food/snacks/pizza/margherita = 4,
/obj/item/reagent_containers/food/snacks/butterdog = 5,
/obj/item/reagent_containers/food/snacks/burger/plain = 5,
/obj/item/reagent_containers/food/snacks/pie/plump_pie = 4,
/obj/item/reagent_containers/food/snacks/store/cake/cheese = 2,
/obj/item/reagent_containers/food/snacks/store/cake/pumpkinspice = 2,
/obj/item/reagent_containers/food/snacks/store/cake/pound_cake = 2,
/obj/item/reagent_containers/food/snacks/cakeslice/bsvc = 3,
/obj/item/reagent_containers/food/snacks/cakeslice/bscc = 3,
/obj/item/reagent_containers/food/drinks/bottle/orangejuice = 10,
/obj/item/reagent_containers/food/drinks/bottle/pineapplejuice = 10,
/obj/item/reagent_containers/food/drinks/bottle/strawberryjuice = 10,
/obj/item/reagent_containers/food/drinks/beer = 10,
/obj/item/reagent_containers/food/drinks/soda_cans/cola = 10,
/obj/item/reagent_containers/food/snacks/pizza/margherita = 10,
/obj/item/reagent_containers/food/snacks/butterdog = 12,
/obj/item/reagent_containers/food/snacks/burger/plain = 20,
/obj/item/reagent_containers/food/snacks/burger/bearger = 10,
/obj/item/reagent_containers/food/snacks/pie/plump_pie = 8,
/obj/item/reagent_containers/food/snacks/dough = 20
/obj/item/reagent_containers/food/snacks/dough = 10
)
contraband = list(
/obj/item/clothing/mask/fakemoustache = 5,
/obj/item/clothing/head/chefhat = 5,
/obj/item/reagent_containers/food/snacks/cookie = 10,
/obj/item/reagent_containers/food/snacks/salad/fruit = 15,
+1 -1
View File
@@ -5,7 +5,7 @@
desc = "Strangely tasty for a cigarette."
icon = 'GainStation13/icons/obj/cigarettes.dmi'
icon_state = "smokegatitos"
spawn_type = /obj/item/clothing/mask/cigarette/dromedary
spawn_type = /obj/item/clothing/mask/cigarette/gatito
/obj/item/clothing/mask/cigarette/gatito
desc = "A HumoGatitos brand cigarette."
-3
View File
@@ -55,6 +55,3 @@
desc = "Some nice metal shelves."
icon = 'hyperstation/icons/obj/objects.dmi'
icon_state = "shelf"
/obj/structure/chair/comfy/blue
color = rgb(50, 64, 255)
Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 377 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 775 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 626 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

@@ -19,18 +19,18 @@
/area/lavaland/surface/outdoors)
"ae" = (
/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"af" = (
/obj/effect/spawner/structure/window,
/turf/open/floor/plating,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"ag" = (
/obj/effect/turf_decal/tile/bar,
/obj/effect/turf_decal/tile/bar{
dir = 1
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"ah" = (
/obj/structure/toilet,
/obj/effect/turf_decal/tile/bar,
@@ -38,7 +38,7 @@
dir = 1
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"ai" = (
/obj/machinery/vending/coffee,
/obj/effect/turf_decal/tile/blue{
@@ -48,7 +48,7 @@
dir = 8
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aj" = (
/obj/structure/table/wood,
/obj/item/flashlight/lamp,
@@ -59,7 +59,7 @@
dir = 8
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"ak" = (
/obj/structure/table/wood,
/obj/item/taperecorder,
@@ -71,7 +71,7 @@
dir = 8
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"al" = (
/obj/structure/table/wood,
/obj/item/toy/plush/carpplushie,
@@ -82,7 +82,7 @@
dir = 8
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"am" = (
/obj/machinery/vending/snack,
/obj/effect/turf_decal/tile/blue{
@@ -92,7 +92,7 @@
dir = 8
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"an" = (
/obj/machinery/sleeper{
dir = 4
@@ -101,10 +101,10 @@
dir = 8
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"ao" = (
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"ap" = (
/obj/structure/table,
/obj/item/circular_saw,
@@ -112,7 +112,7 @@
pixel_y = 12
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aq" = (
/obj/structure/table,
/obj/item/cautery{
@@ -120,13 +120,13 @@
},
/obj/item/surgicaldrill,
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"ar" = (
/obj/structure/table,
/obj/item/surgical_drapes,
/obj/item/razor,
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"as" = (
/obj/effect/turf_decal/tile/blue{
dir = 4
@@ -135,7 +135,7 @@
dir = 8
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"at" = (
/obj/structure/chair/office/dark{
dir = 1
@@ -147,7 +147,7 @@
dir = 8
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"au" = (
/obj/structure/chair/office/dark{
dir = 4
@@ -159,7 +159,7 @@
dir = 8
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"av" = (
/obj/item/reagent_containers/rag,
/obj/item/reagent_containers/spray/cleaner,
@@ -170,14 +170,14 @@
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aw" = (
/obj/structure/bed/roller,
/obj/machinery/light{
dir = 4
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"ax" = (
/obj/structure/closet/crate/trashcart,
/obj/item/storage/bag/trash,
@@ -203,7 +203,7 @@
dir = 1
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"az" = (
/obj/structure/noticeboard{
dir = 1;
@@ -217,27 +217,27 @@
dir = 8
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aA" = (
/obj/structure/closet/secure_closet/medical2,
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aB" = (
/obj/machinery/computer/operating{
dir = 4
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aC" = (
/obj/structure/table/optable,
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aD" = (
/obj/structure/table,
/obj/item/retractor,
/obj/item/hemostat,
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aF" = (
/obj/machinery/door/airlock/shuttle{
name = "Restroom"
@@ -247,11 +247,11 @@
dir = 1
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aG" = (
/obj/structure/extinguisher_cabinet,
/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aJ" = (
/turf/open/floor/plasteel/grimy{
initial_gas_mix = "o2=14;n2=23;TEMP=300"
@@ -259,7 +259,7 @@
/area/lavaland/surface/outdoors)
"aK" = (
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aL" = (
/obj/effect/turf_decal/tile/blue{
dir = 1
@@ -268,7 +268,7 @@
dir = 4
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aN" = (
/obj/structure/closet/crate/freezer,
/obj/item/reagent_containers/blood/random,
@@ -285,7 +285,7 @@
dir = 4
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aO" = (
/obj/machinery/iv_drip,
/obj/effect/turf_decal/tile/blue{
@@ -295,27 +295,27 @@
dir = 4
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aP" = (
/obj/effect/turf_decal/tile/blue,
/obj/effect/turf_decal/tile/blue{
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aQ" = (
/obj/effect/turf_decal/tile/blue{
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aR" = (
/obj/effect/turf_decal/tile/blue,
/obj/effect/turf_decal/tile/blue{
dir = 4
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aS" = (
/obj/effect/turf_decal/tile/blue{
dir = 1
@@ -324,7 +324,7 @@
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aT" = (
/obj/structure/closet,
/obj/effect/decal/cleanable/cobweb,
@@ -339,41 +339,41 @@
dir = 8
},
/turf/open/floor/plating,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aU" = (
/turf/open/floor/plating,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aV" = (
/obj/structure/closet/secure_closet/medical1,
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aW" = (
/obj/machinery/vending/wallmed{
pixel_y = 28
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aX" = (
/obj/item/stack/cable_coil/random,
/obj/item/stack/sheet/mineral/titanium{
amount = 30
},
/turf/open/floor/plating,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aY" = (
/obj/structure/bodycontainer/morgue,
/turf/open/floor/plating,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"aZ" = (
/obj/effect/decal/cleanable/ash,
/turf/open/floor/plating,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"ba" = (
/obj/structure/table/glass,
/obj/item/reagent_containers/glass/beaker,
/obj/item/storage/backpack/duffelbag/med,
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bb" = (
/obj/structure/table/reinforced,
/obj/item/laser_pointer,
@@ -381,12 +381,12 @@
dir = 4
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bc" = (
/obj/structure/table/reinforced,
/obj/item/storage/firstaid/regular,
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bd" = (
/obj/structure/table/glass,
/obj/item/storage/box/gloves,
@@ -398,43 +398,43 @@
dir = 4
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"be" = (
/obj/effect/decal/cleanable/oil,
/obj/item/storage/toolbox/mechanical,
/turf/open/floor/plating,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bf" = (
/obj/structure/table,
/obj/item/storage/fancy/cigarettes/dromedaryco,
/obj/item/storage/box/matches,
/turf/open/floor/plating,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bg" = (
/mob/living/simple_animal/cockroach,
/turf/open/floor/plating,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bh" = (
/obj/structure/table/glass,
/obj/item/storage/firstaid/brute,
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bi" = (
/obj/item/toy/cattoy,
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bj" = (
/obj/structure/table/glass,
/obj/item/lazarus_injector,
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bk" = (
/obj/structure/reagent_dispensers/fueltank,
/obj/item/flashlight/glowstick/blue,
/obj/item/flashlight/glowstick/blue,
/obj/item/flashlight/glowstick/blue,
/turf/open/floor/plating,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bl" = (
/obj/structure/table,
/obj/item/reagent_containers/food/snacks/cookie{
@@ -465,7 +465,7 @@
dir = 4
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bm" = (
/obj/structure/chair/comfy/teal{
dir = 8
@@ -477,19 +477,19 @@
dir = 4
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bn" = (
/obj/machinery/sleeper{
dir = 4
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bo" = (
/obj/machinery/light/small{
dir = 1
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bp" = (
/obj/structure/closet/crate/bin,
/obj/item/trash/pistachios,
@@ -502,24 +502,24 @@
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bq" = (
/obj/structure/filingcabinet/chestdrawer/wheeled,
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"br" = (
/obj/structure/chair/office/dark,
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bs" = (
/obj/structure/table/reinforced,
/obj/item/phone,
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bt" = (
/obj/item/kirbyplants,
/obj/item/twohanded/required/kirbyplants,
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bu" = (
/obj/structure/chair/comfy/teal{
dir = 8
@@ -529,19 +529,19 @@
dir = 4
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bv" = (
/obj/effect/mob_spawn/human/doctor/alive/lavaland{
dir = 4
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bx" = (
/obj/machinery/door/airlock/medical{
name = "Rejuvenation Pods"
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"by" = (
/obj/structure/table/reinforced,
/obj/item/flashlight/lamp,
@@ -552,23 +552,23 @@
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bz" = (
/obj/structure/table/reinforced,
/obj/item/clothing/glasses/regular,
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bA" = (
/obj/structure/table/reinforced,
/obj/item/paper_bin,
/obj/item/pen/fourcolor,
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bB" = (
/obj/structure/table/reinforced,
/obj/item/storage/box/hug,
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bD" = (
/mob/living/simple_animal/bot/medbot{
desc = "A little medical robot. It's programmed to only act in emergencies.";
@@ -576,7 +576,7 @@
name = "emergency Medibot"
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bE" = (
/obj/structure/closet/crate/critter,
/obj/effect/turf_decal/tile/blue{
@@ -586,7 +586,7 @@
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bF" = (
/obj/effect/turf_decal/tile/blue{
dir = 1
@@ -596,7 +596,7 @@
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bG" = (
/obj/structure/chair/comfy/teal{
dir = 8
@@ -609,7 +609,7 @@
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bH" = (
/obj/structure/table,
/obj/item/tank/internals/oxygen,
@@ -621,20 +621,20 @@
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bI" = (
/obj/structure/sign/departments/medbay/alt{
name = "animal hospital"
},
/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bJ" = (
/obj/machinery/door/airlock/glass_large{
name = "Ian's Pet Care"
},
/obj/structure/fans/tiny/invisible,
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bL" = (
/obj/vehicle/ridden/scooter/skateboard{
dir = 4
@@ -659,11 +659,11 @@
/obj/structure/table/glass,
/obj/item/storage/firstaid/fire,
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bQ" = (
/obj/machinery/light/small,
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bR" = (
/obj/structure/table,
/obj/machinery/cell_charger,
@@ -680,7 +680,7 @@
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bS" = (
/obj/structure/closet,
/obj/item/defibrillator/loaded,
@@ -696,7 +696,7 @@
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bT" = (
/obj/item/pickaxe,
/obj/effect/decal/cleanable/blood/old,
@@ -716,7 +716,7 @@
"bW" = (
/obj/structure/fans/tiny/invisible,
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"bX" = (
/obj/machinery/atmospherics/pipe/simple/general/visible{
dir = 6
@@ -758,25 +758,25 @@
"cc" = (
/obj/machinery/atmospherics/pipe/simple/general/visible,
/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"cd" = (
/obj/structure/table/reinforced,
/obj/item/clothing/gloves/color/latex,
/obj/item/clothing/mask/surgical,
/obj/item/clothing/suit/apron/surgical,
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"ce" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 1
},
/obj/machinery/portable_atmospherics/pump,
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"cf" = (
/obj/structure/closet/l3closet,
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"cg" = (
/obj/machinery/door/airlock/shuttle{
name = "Break Room"
@@ -788,13 +788,13 @@
dir = 8
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"ch" = (
/obj/machinery/door/airlock/shuttle{
name = "Operating Theatre"
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"ci" = (
/obj/structure/fans/tiny/invisible,
/obj/machinery/door/airlock/shuttle{
@@ -802,31 +802,31 @@
name = "Staff Entrance"
},
/turf/open/floor/plating,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"cj" = (
/obj/machinery/door/airlock/shuttle{
name = "Morgue"
},
/turf/open/floor/plating,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"ck" = (
/obj/machinery/door/airlock/shuttle{
name = "Medical Supplies"
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"cl" = (
/obj/machinery/door/airlock/shuttle{
name = "Safety Supplies"
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"cm" = (
/obj/machinery/door/airlock/shuttle{
name = "Storage"
},
/turf/open/floor/plating,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"cn" = (
/obj/machinery/light,
/turf/open/floor/grass{
@@ -849,7 +849,7 @@
dir = 1
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"cr" = (
/obj/machinery/light/small{
dir = 8
@@ -861,7 +861,7 @@
dir = 8
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"cs" = (
/obj/machinery/light/small{
dir = 4
@@ -873,7 +873,7 @@
dir = 8
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"cv" = (
/obj/machinery/light/small{
dir = 1
@@ -885,7 +885,7 @@
dir = 4
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"cw" = (
/obj/machinery/light/small,
/obj/effect/turf_decal/tile/blue,
@@ -893,7 +893,7 @@
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"cx" = (
/obj/machinery/light{
dir = 4
@@ -911,7 +911,7 @@
dir = 4
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"cz" = (
/obj/machinery/light{
dir = 1
@@ -923,7 +923,7 @@
dir = 4
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"cC" = (
/obj/machinery/light{
dir = 1
@@ -960,7 +960,7 @@
dir = 8
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"cH" = (
/mob/living/simple_animal/bot/cleanbot,
/obj/effect/turf_decal/tile/blue,
@@ -968,12 +968,12 @@
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"cI" = (
/obj/structure/table/glass,
/obj/item/storage/firstaid/toxin,
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
"cJ" = (
/obj/machinery/sleeper{
dir = 4
@@ -982,7 +982,7 @@
dir = 8
},
/turf/open/floor/plasteel/white,
/area/ruin/lavaland/powered/animal_hospital)
/area/ruin/powered/animal_hospital)
(1,1,1) = {"
aa
@@ -0,0 +1,61 @@
"a" = (/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
"c" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/cult,/area/ruin/powered/gluttony)
"d" = (/obj/structure/cursedfatfountain,/turf/open/floor/mineral/calorite/dance,/area/ruin/powered/gluttony)
"i" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/brown,/turf/open/floor/plasteel/cult,/area/ruin/powered/gluttony)
"j" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/machinery/light{dir = 4; color = "#ffa500"},/turf/open/floor/plasteel/cult,/area/ruin/powered/gluttony)
"k" = (/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel/cult,/area/ruin/powered/gluttony)
"l" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/structure/railing{color = FFA500; dir = 8},/turf/open/floor/plasteel/cult,/area/ruin/powered/gluttony)
"o" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/obj/structure/railing{color = FFA500},/turf/open/floor/plasteel/cult,/area/ruin/powered/gluttony)
"r" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/plasteel/cult,/area/ruin/powered/gluttony)
"s" = (/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel/cult,/area/ruin/powered/gluttony)
"v" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel,/area/ruin/powered/gluttony)
"w" = (/turf/open/floor/plasteel/cult,/area/ruin/powered/gluttony)
"y" = (/turf/closed/mineral/volcanic/lava_land_surface,/area/lavaland/surface/outdoors)
"z" = (/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/plasteel/cult,/area/ruin/powered/gluttony)
"B" = (/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/yellow,/turf/open/floor/plasteel/cult,/area/ruin/powered/gluttony)
"D" = (/obj/machinery/light/small{dir = 1; pixel_x = 16},/turf/open/floor/plasteel/cult,/area/ruin/powered/gluttony)
"F" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/cult,/area/ruin/powered/gluttony)
"G" = (/obj/structure/statue/calorite/fatty,/obj/machinery/light{dir = 4; color = "#ffa500"},/turf/open/floor/mineral/calorite/dance,/area/ruin/powered/gluttony)
"H" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/mineral_door/calorite,/obj/structure/fans/tiny/invisible,/turf/open/floor/mineral/calorite/hide,/area/ruin/powered/gluttony)
"I" = (/turf/open/floor/mineral/calorite/dance,/area/ruin/powered/gluttony)
"J" = (/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel/cult,/area/ruin/powered/gluttony)
"K" = (/turf/closed/wall/mineral/calorite,/area/ruin/powered/gluttony)
"M" = (/obj/structure/statue/calorite/fatty,/obj/machinery/light{dir = 8; color = "#ffa500"},/turf/open/floor/mineral/calorite/dance,/area/ruin/powered/gluttony)
"N" = (/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel/cult,/area/ruin/powered/gluttony)
"O" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/turf/open/floor/mineral/calorite/hide,/area/ruin/powered/gluttony)
"P" = (/turf/open/lava/smooth/lava_land_surface,/area/ruin/powered/gluttony)
"R" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/railing{color = FFA500; dir = 4},/turf/open/floor/plasteel/cult,/area/ruin/powered/gluttony)
"T" = (/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/cult,/area/ruin/powered/gluttony)
"U" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/structure/railing{color = FFA500; dir = 1},/turf/open/floor/plasteel/cult,/area/ruin/powered/gluttony)
"V" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/obj/effect/turf_decal/tile/yellow{dir = 4},/obj/structure/mineral_door/calorite,/turf/open/floor/mineral/calorite/hide,/area/ruin/powered/gluttony)
"W" = (/obj/effect/turf_decal/tile/yellow,/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel/cult,/area/ruin/powered/gluttony)
"X" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 4},/obj/machinery/light{dir = 8; color = "#ffa500"},/turf/open/floor/plasteel/cult,/area/ruin/powered/gluttony)
"Y" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel/cult,/area/ruin/powered/gluttony)
(1,1,1) = {"
yyyyyyyyyyyyy
yyyyyyyyyyyyy
yyyyyyyyyyyyy
yyyPPPPPPPyyy
yyyPKKKKKPyyy
yyyPKrYJKPyyy
yyyPKXdjKPyyy
yyyPKTciKPyyy
yyyPKKVKKPyyy
yyyPPKOKPPyyy
yyyyKKOKKyyyy
yyyKKIOIKKyyy
yyyKoJvWoKyyy
yyyKMlvRGKyyy
yyyKUNvsUKyyy
yyyKKNvsKKyyy
ayyyKkvzKyyyy
ayyyKFOBKyyyy
ayayKIOIKyyyy
aaayKKHKKyyya
aaaaDwwDwyyya
aaaaKwwwKyyaa
ayyaaaaayyyaa
ayyyaaaaaaaaa
aaaaaaaaaaaay
"}
@@ -14,6 +14,7 @@
"ly" = (/turf/open/floor/carpet/red,/area/ruin/unpowered/caloriteshrine)
"mR" = (/turf/template_noop,/area/template_noop)
"mS" = (/obj/structure/table/bronze,/obj/item/trash/cheesie,/turf/open/floor/carpet/red,/area/ruin/unpowered/caloriteshrine)
"nW" = (/obj/item/trash/soy_food,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow,/turf/open/floor/mineral/crimsonstone_floor,/area/ruin/unpowered/caloriteshrine)
"ok" = (/obj/item/trash/cheesie,/obj/effect/turf_decal/tile/yellow{dir = 8},/obj/effect/turf_decal/tile/yellow{dir = 1},/turf/open/floor/mineral/crimsonstone_floor,/area/ruin/unpowered/caloriteshrine)
"pw" = (/obj/structure/mineral_door/calorite,/turf/open/floor/mineral/crimsonstone_floor,/area/ruin/unpowered/caloriteshrine)
"pI" = (/obj/effect/decal/cleanable/ash/large,/turf/open/floor/plating/asteroid/basalt,/area/template_noop)
@@ -70,7 +71,7 @@ mRmRmRmRmRmRmRmRmRmRmRpVpVpVpVpVpVAqAqAqAqAqAqAqAqAqAqAqpVpVpVpVpVpVmRmRmRmRmRmR
mRmRmRmRmRmRmRmRmRpVpVpVpVpVAqAqAqAqbtbtbtbtbtbtbtbtbtAqAqAqAqpVpVpVmRmRmRmRmRmRmRmRmRmRmR
mRmRmRmRmRmRmRmRmRpVpVpVpVAqAqbtbtbtJxSwSwZLdaZLSwSwkBbtbtbtAqAqpVpVpVmRmRmRmRmRmRmRmRmRmR
mRmRmRmRmRmRmRmRmRpVpVpVpVAqbtYeSwSwkFTWcscscscscsTWaFSwSwkBbtAqTnpVpVmRmRmRmRmRmRmRmRmRmR
mRmRmRmRmRmRmRmRmRpVpVpVAqAqbthdcscsQMPaPaPaPaPaPaPahocscseFbtAqAqpVpVpVmRmRmRmRmRmRmRmRmR
mRmRmRmRmRmRmRmRmRpVpVpVAqAqbthdcscsQMnWPaPaPaPaPaPahocscseFbtAqAqpVpVpVmRmRmRmRmRmRmRmRmR
mRmRmRmRmRmRmRmRmRpVpVAqAqbtYecscsAqyrlyyRyRlyyRyRlyhdAqcsaFkBbtAqAqpVTnmRmRmRmRmRmRmRmRmR
mRmRmRmRmRmRmRmRmRpVTnAqbtwtcscscscsyrlykzWzkzAdkzlyhdSUcscsaFTLbtAqpVpVmRmRmRmRmRmRmRmRmR
mRmRmRmRmRmRmRmRpVpVAqAqbthdTWcscscsyrsukzsIkzsIPYsAhdcsOccsTWeFbtAqAqpVmRmRmRmRmRmRmRmRmR
@@ -0,0 +1,67 @@
"a" = (/turf/closed/mineral/random/volcanic,/area/lavaland/surface/outdoors/unexplored)
"c" = (/obj/structure/curtain{alpha = 240; color = "#454545"; icon_state = "closed"; open = 0},/obj/structure/window/reinforced/tinted{dir = 1},/turf/open/floor/plasteel/showroomfloor,/area/survivalpod)
"d" = (/obj/structure/flora/ashtree/ashtreee,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors/unexplored)
"g" = (/obj/structure/flora/plasmatree/plasmatreee,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors/unexplored)
"h" = (/obj/structure/flora/rock/pile,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors/unexplored)
"i" = (/obj/structure/flora/rock/icy,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors/unexplored)
"k" = (/obj/structure/dresser,/turf/open/floor/carpet/royalblack,/area/survivalpod)
"l" = (/obj/structure/fireplace,/turf/open/floor/carpet/royalblack,/area/survivalpod)
"n" = (/obj/item/kirbyplants/random,/turf/open/floor/carpet/royalblack,/area/survivalpod)
"o" = (/obj/item/soap/deluxe,/obj/machinery/shower{dir = 1},/turf/open/floor/plasteel/showroomfloor,/area/survivalpod)
"p" = (/obj/structure/bed,/obj/item/bedsheet/random,/turf/open/floor/carpet/royalblack,/area/survivalpod)
"q" = (/obj/structure/bed/dogbed,/obj/item/toy/plush/beeplushie{pixel_y = -3},/turf/open/floor/grass,/area/survivalpod)
"r" = (/obj/structure/window/reinforced/tinted,/turf/open/floor/wood,/area/survivalpod)
"s" = (/obj/structure/flora/ausbushes/lavendergrass,/turf/open/floor/grass,/area/survivalpod)
"t" = (/turf/open/lava/smooth,/area/lavaland/surface/outdoors/unexplored)
"u" = (/obj/structure/chair/comfy/lime{dir = 1},/turf/open/floor/wood,/area/survivalpod)
"v" = (/obj/structure/flora/ausbushes/genericbush,/obj/structure/flora/ausbushes/sparsegrass,/turf/open/floor/grass,/area/survivalpod)
"w" = (/obj/machinery/light{dir = 8},/turf/open/floor/carpet/royalblack,/area/survivalpod)
"y" = (/obj/machinery/light/small,/obj/structure/toilet{dir = 8},/obj/structure/mirror{pixel_x = 25; pixel_y = -2},/turf/open/floor/plasteel/showroomfloor,/area/survivalpod)
"z" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/grass,/area/survivalpod)
"A" = (/obj/structure/flora/ausbushes/palebush,/turf/open/floor/grass,/area/survivalpod)
"B" = (/obj/structure/flora/tree/jungle/small,/turf/open/floor/grass,/area/survivalpod)
"C" = (/obj/structure/fans/tiny,/obj/machinery/door/airlock/wood/glass,/turf/open/floor/wood,/area/survivalpod)
"D" = (/obj/machinery/light/small{dir = 4},/turf/open/floor/grass,/area/survivalpod)
"E" = (/obj/machinery/light{dir = 1},/turf/open/floor/wood,/area/survivalpod)
"F" = (/turf/open/floor/grass,/area/survivalpod)
"G" = (/obj/item/bdsm_whip,/obj/structure/closet/cabinet,/obj/item/clothing/glasses/sunglasses/blindfold,/obj/item/clothing/neck/petcollar,/turf/open/floor/carpet/royalblack,/area/survivalpod)
"H" = (/obj/structure/flora/ausbushes/fullgrass,/obj/structure/flora/ausbushes/ppflowers,/turf/open/floor/grass,/area/survivalpod)
"I" = (/turf/template_noop,/area/template_noop)
"J" = (/turf/open/floor/carpet/royalblack,/area/survivalpod)
"K" = (/obj/structure/table/reinforced,/obj/item/kitchen/rollingpin,/obj/item/kitchen/knife,/turf/open/floor/wood,/area/survivalpod)
"L" = (/obj/structure/closet/secure_closet/freezer/fridge,/obj/structure/window/reinforced/tinted,/turf/open/floor/wood,/area/survivalpod)
"M" = (/obj/structure/sink{dir = 8; pixel_x = -12},/turf/open/floor/wood,/area/survivalpod)
"N" = (/turf/closed/wall/mineral/wood,/area/survivalpod)
"O" = (/obj/structure/grille,/obj/structure/window/reinforced/fulltile,/turf/open/floor/plating,/area/survivalpod)
"P" = (/obj/effect/spawner/lootdrop/three_course_meal,/obj/structure/table/wood/fancy/monochrome,/turf/open/floor/wood,/area/survivalpod)
"Q" = (/obj/structure/table/reinforced,/obj/machinery/microwave{pixel_y = 5},/turf/open/floor/wood,/area/survivalpod)
"R" = (/obj/structure/flora/ausbushes/ywflowers,/turf/open/floor/grass,/area/survivalpod)
"S" = (/obj/structure/flora/shadowtree/shadowtreee,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors/unexplored)
"U" = (/obj/structure/flora/redgrass/redg,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors/unexplored)
"V" = (/obj/structure/chair/comfy/lime,/turf/open/floor/wood,/area/survivalpod)
"W" = (/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors/unexplored)
"X" = (/turf/open/floor/wood,/area/survivalpod)
"Y" = (/obj/structure/barricade/wooden,/obj/machinery/door/airlock/wood,/turf/open/floor/wood,/area/survivalpod)
"Z" = (/obj/machinery/vending/boozeomat/all_access,/turf/closed/wall/mineral/wood,/area/survivalpod)
(1,1,1) = {"
IaaWWWWaaaaWWWWWWaa
aaWttttdaaWtttWWWga
aWttWWttttttttttWWW
atttWWWttttdWhtttWW
WttWWWiWWWWWWWWttiW
WtttWNNNNNNNNNWtttW
httgWNklpNqsvNUWtta
WtttWNwJJzABDNWWtta
WtttWNGJnNRFHNWWWta
attWUNNYZNMXKOhWWtU
attWWNVXXEXXQNWWgta
atthWNPXXXrrLNWWtta
attSWNuXXXcoyNWWtta
atttWNNNNCNNNNWttta
atttWUWWdWdWWWWttta
aattttWWWWWWUWtttta
IaWtttttWWWttttttaa
IaSWWWttWWWtaaaaaaI
IaaWiWWaaWaaaIIIIII
"}
@@ -155,8 +155,8 @@
/obj/item/stack/tile/brass/fifty,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors/unexplored)
"Y" = (
/obj/item/tcg_card/special/ratvar,
"H" = (
/obj/item/trash/fatoray_scrap2,
/turf/open/floor/clockwork{
initial_gas_mix = "o2=14;n2=23;TEMP=300"
},
@@ -490,7 +490,7 @@ h
h
h
h
Y
h
h
l
l
@@ -715,14 +715,14 @@ b
l
l
b
Y
h
h
t
b
h
h
h
h
H
h
m
b
@@ -0,0 +1,68 @@
"a" = (/turf/closed/mineral/volcanic/lava_land_surface,/area/lavaland/surface/outdoors)
"b" = (/obj/effect/decal/cleanable/blood/drip,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
"c" = (/turf/closed/wall/mineral/iron,/area/ruin/powered)
"d" = (/obj/item/circuitboard/machine/circuit_imprinter,/turf/open/floor/plating/asteroid/basalt,/area/ruin/powered)
"e" = (/obj/item/clothing/mask/breath,/turf/open/floor/plating/asteroid{name = "dirt"},/area/ruin/powered)
"f" = (/turf/open/floor/plating/asteroid/basalt,/area/ruin/powered)
"g" = (/turf/open/floor/plating/asteroid{name = "dirt"},/area/ruin/powered)
"h" = (/obj/item/shovel,/turf/open/floor/plating/asteroid{name = "dirt"},/area/ruin/powered)
"i" = (/obj/item/reagent_containers/glass/bucket,/turf/open/floor/plating/asteroid{name = "dirt"},/area/ruin/powered)
"j" = (/obj/structure/sink/puddle,/turf/open/floor/plating/asteroid{name = "dirt"},/area/ruin/powered)
"k" = (/obj/machinery/hydroponics/soil,/turf/open/floor/plating/asteroid{name = "dirt"},/area/ruin/powered)
"l" = (/obj/item/storage/toolbox/emergency,/turf/open/floor/plating/asteroid{name = "dirt"},/area/ruin/powered)
"m" = (/obj/structure/glowshroom/single,/turf/open/floor/plating/asteroid{name = "dirt"},/area/ruin/powered)
"n" = (/obj/structure/rack,/obj/item/seeds/reishi,/obj/item/seeds/plump,/obj/item/seeds/plump,/obj/item/seeds/tower,/obj/item/reagent_containers/food/snacks/grown/mushroom/glowshroom,/obj/item/reagent_containers/food/snacks/grown/mushroom/glowshroom,/turf/open/floor/plating/asteroid/basalt,/area/ruin/powered)
"o" = (/turf/open/floor/plating,/area/ruin/powered)
"p" = (/obj/structure/rack,/obj/item/storage/bag/plants/portaseeder,/obj/item/storage/bag/ore,/obj/item/storage/firstaid/regular,/obj/item/clothing/mask/breath,/turf/open/floor/plating/asteroid/basalt,/area/ruin/powered)
"q" = (/obj/structure/glowshroom/single,/turf/open/floor/plating,/area/ruin/powered)
"r" = (/obj/structure/rack,/obj/item/tank/internals/oxygen,/obj/item/pickaxe/emergency,/obj/item/tank/internals/oxygen,/obj/item/pickaxe/emergency,/turf/open/floor/plating/asteroid/basalt,/area/ruin/powered)
"s" = (/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
"t" = (/turf/closed/wall/mineral/titanium/survival/pod,/area/ruin/powered)
"u" = (/obj/structure/bed/pod,/obj/item/bedsheet/black,/turf/open/floor/plating,/area/ruin/powered)
"v" = (/obj/structure/fans,/turf/open/floor/pod/dark,/area/ruin/powered)
"w" = (/obj/machinery/smartfridge/survival_pod,/turf/open/floor/pod/dark,/area/ruin/powered)
"x" = (/obj/effect/mob_spawn/human/hermit,/turf/open/floor/pod/dark,/area/ruin/powered)
"y" = (/turf/open/floor/pod/dark,/area/ruin/powered)
"z" = (/obj/machinery/light/small{dir = 4},/obj/structure/tubes,/turf/open/floor/plating,/area/ruin/powered)
"A" = (/obj/structure/table,/obj/item/clothing/head/welding,/obj/item/hatchet,/obj/item/kitchen/knife/combat/survival,/turf/open/floor/plating,/area/ruin/powered)
"C" = (/obj/structure/tubes,/obj/item/crowbar,/obj/effect/decal/cleanable/blood/drip,/turf/open/floor/pod/dark,/area/ruin/powered)
"D" = (/obj/effect/decal/cleanable/blood/footprints{dir = 1; icon_state = "blood1"},/obj/machinery/door/airlock/survival_pod/glass,/obj/structure/fans/tiny,/turf/open/floor/pod/dark,/area/ruin/powered)
"E" = (/obj/structure/chair/comfy/shuttle{dir = 4},/turf/open/floor/mineral/titanium/blue,/area/ruin/powered)
"F" = (/obj/machinery/computer{desc = "A computer long since rendered non-functional due to lack of maintenance. Spitting out error messages."; dir = 8; name = "Broken Computer"},/turf/open/floor/mineral/titanium/blue,/area/ruin/powered)
"G" = (/obj/item/clothing/suit/space/orange,/turf/open/floor/plating/asteroid{name = "dirt"},/area/ruin/powered)
"H" = (/obj/item/storage/toolbox/mechanical,/turf/open/floor/mineral/titanium/blue,/area/ruin/powered)
"I" = (/obj/item/circuitboard/machine/autolathe,/obj/item/stock_parts/matter_bin,/turf/open/floor/mineral/titanium/blue,/area/ruin/powered)
"J" = (/obj/item/stock_parts/manipulator,/turf/open/floor/plating/asteroid/basalt,/area/ruin/powered)
"K" = (/obj/structure/mirror{pixel_x = 28},/turf/open/floor/plating,/area/ruin/powered)
"L" = (/obj/item/clothing/head/helmet/space/orange,/turf/open/floor/plating/asteroid{name = "dirt"},/area/ruin/powered)
"M" = (/obj/structure/girder,/turf/open/floor/plating{initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/ruin/powered)
"N" = (/obj/effect/spawner/structure/window/shuttle,/turf/open/floor/plating{initial_gas_mix = "o2=14;n2=23;TEMP=300"},/area/ruin/powered)
"O" = (/obj/machinery/door/airlock/titanium{name = "Escape Pod Airlock"},/turf/open/floor/mineral/titanium/blue,/area/ruin/powered)
"Q" = (/obj/item/weldingtool,/turf/open/floor/mineral/titanium/blue,/area/ruin/powered)
"R" = (/obj/item/stack/cable_coil/red,/turf/open/floor/plating/asteroid/basalt,/area/ruin/powered)
"S" = (/obj/item/card/id/away{access = list(); name = "Weathered Mining ID"; desc = "Some ancient, worn down mining ID card, the magnetic strips for the access have long since worn away. It might still have a use though"; mining_points = 16},/turf/open/floor/plating,/area/ruin/powered)
"T" = (/obj/item/stock_parts/matter_bin,/turf/open/floor/plating/asteroid/basalt,/area/ruin/powered)
"U" = (/obj/item/stock_parts/matter_bin,/turf/open/floor/plating/asteroid/basalt/lava_land_surface,/area/lavaland/surface/outdoors)
"V" = (/turf/closed/wall/mineral/titanium/interior,/area/ruin/powered)
"W" = (/obj/structure/shuttle/engine/propulsion/burst{dir = 8},/turf/closed/wall/mineral/titanium/interior,/area/ruin/powered)
"Y" = (/obj/item/mining_scanner,/turf/open/floor/plating/asteroid/basalt,/area/ruin/powered)
"Z" = (/obj/item/circuitboard/computer/rdconsole,/obj/item/circuitboard/machine/protolathe,/turf/open/floor/plating/asteroid/basalt,/area/ruin/powered)
(1,1,1) = {"
aaaaaaaccccaaaaa
aaaacccfkkkcaaaa
aaacdffgeGhkcaaa
aacffffgijmkcaaa
aacJfYffLilkcaaa
aaccfffffgncaaaa
aaacffZfRfpcaaaa
aaacTfoqofrcaaaa
saactttoSucaaaaa
saaatvwooKcaaaaa
sssatxyztAcaaaaa
sssstxyCtcWVVaaa
ssssttDttaWEQMaa
ssssssssssOEFNaa
sssUssbsssWHIVaa
sssssssssbWVVaaa
"}
@@ -8,117 +8,340 @@
"c" = (
/turf/open/lava/smooth/lava_land_surface,
/area/lavaland/surface/outdoors)
"d" = (
/obj/effect/turf_decal/tile/brown{
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"e" = (
/turf/open/lava/smooth,
/area/ruin/lavaland/powered/gluttony)
/area/ruin/powered/gluttony)
"f" = (
/obj/item/reagent_containers/syringe/gluttony,
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
/obj/item/reagent_containers/syringe/gluttony{
pixel_y = -6
},
/obj/item/reagent_containers/glass/beaker/lipoifier{
pixel_y = 8
},
/turf/open/floor/mineral/calorite/hide,
/area/ruin/powered/gluttony)
"g" = (
/obj/effect/gluttony,
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
/turf/open/floor/mineral/basaltstone_floor,
/area/ruin/powered/gluttony)
"h" = (
/obj/item/trash/boritos,
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
/obj/item/veilrender/vealrender,
/obj/effect/turf_decal/tile/brown{
dir = 1
},
/obj/effect/turf_decal/tile/brown{
dir = 4
},
/obj/effect/turf_decal/tile/brown{
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"i" = (
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
/turf/open/floor/mineral/basaltstone_floor,
/area/ruin/powered/gluttony)
"j" = (
/obj/item/trash/plate,
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
/obj/effect/turf_decal/tile/brown{
dir = 1
},
/obj/effect/turf_decal/tile/brown{
dir = 4
},
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"k" = (
/turf/closed/wall/mineral/calorite,
/area/ruin/powered/gluttony)
"l" = (
/obj/item/trash/candy,
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
/obj/effect/turf_decal/tile/brown{
dir = 1
},
/obj/effect/turf_decal/tile/brown{
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"m" = (
/obj/item/trash/raisins,
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
/obj/effect/turf_decal/tile/brown,
/obj/effect/turf_decal/tile/brown{
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"n" = (
/obj/item/trash/pistachios,
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
/turf/open/floor/mineral/basaltstone_floor,
/area/ruin/powered/gluttony)
"o" = (
/obj/item/trash/popcorn,
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
/obj/effect/turf_decal/tile/brown,
/obj/effect/turf_decal/tile/brown{
dir = 8
},
/obj/effect/turf_decal/tile/brown{
dir = 1
},
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"p" = (
/obj/item/trash/semki,
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
/obj/effect/turf_decal/tile/brown{
dir = 1
},
/obj/effect/turf_decal/tile/brown{
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"q" = (
/obj/item/trash/syndi_cakes,
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
/obj/effect/turf_decal/tile/brown,
/obj/effect/turf_decal/tile/brown{
dir = 4
},
/obj/effect/turf_decal/tile/brown{
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"r" = (
/obj/effect/gluttony,
/obj/machinery/light/small{
dir = 1
},
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
/obj/effect/turf_decal/tile/brown{
dir = 1
},
/obj/effect/turf_decal/tile/brown{
dir = 4
},
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"t" = (
/obj/machinery/light/small{
dir = 1
},
/obj/item/trash/plate/alt,
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
/obj/effect/turf_decal/tile/brown{
dir = 1
},
/obj/effect/turf_decal/tile/brown{
dir = 4
},
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"u" = (
/obj/effect/turf_decal/tile/brown{
dir = 1
},
/obj/effect/turf_decal/tile/brown{
dir = 4
},
/obj/effect/turf_decal/tile/brown,
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"v" = (
/obj/machinery/light/small,
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
/obj/effect/turf_decal/tile/brown,
/obj/effect/turf_decal/tile/brown{
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"x" = (
/obj/effect/gluttony,
/turf/open/floor/mineral/calorite/hide,
/area/ruin/powered/gluttony)
"z" = (
/obj/item/trash/plate,
/obj/machinery/light/small{
dir = 8
},
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
/obj/effect/turf_decal/tile/brown{
dir = 1
},
/obj/effect/turf_decal/tile/brown{
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"A" = (
/obj/machinery/light/small{
dir = 4
},
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
/obj/effect/turf_decal/tile/brown,
/obj/effect/turf_decal/tile/brown{
dir = 4
},
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"B" = (
/obj/item/veilrender/vealrender,
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
/obj/effect/turf_decal/tile/brown{
dir = 1
},
/obj/effect/turf_decal/tile/brown{
dir = 4
},
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"C" = (
/obj/effect/gluttony,
/obj/effect/turf_decal/tile/brown{
dir = 1
},
/obj/effect/turf_decal/tile/brown{
dir = 4
},
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"D" = (
/obj/effect/turf_decal/tile/brown{
dir = 1
},
/obj/effect/turf_decal/tile/brown{
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"E" = (
/obj/machinery/light/small,
/obj/item/trash/cheesie,
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
/obj/item/trash/candy,
/obj/effect/turf_decal/tile/brown,
/obj/effect/turf_decal/tile/brown{
dir = 4
},
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"F" = (
/obj/effect/turf_decal/tile/brown{
dir = 4
},
/obj/effect/turf_decal/tile/brown,
/obj/effect/gluttony,
/turf/open/floor/mineral/calorite/hide,
/area/ruin/powered/gluttony)
"G" = (
/obj/item/trash/waffles,
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
/obj/effect/turf_decal/tile/brown{
dir = 4
},
/obj/effect/gluttony,
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"H" = (
/obj/item/trash/candy,
/turf/open/floor/mineral/basaltstone_floor,
/area/ruin/powered/gluttony)
"I" = (
/obj/item/trash/raisins,
/turf/open/floor/mineral/basaltstone_floor,
/area/ruin/powered/gluttony)
"K" = (
/obj/effect/turf_decal/tile/brown,
/obj/effect/turf_decal/tile/brown{
dir = 8
},
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"L" = (
/obj/machinery/light/small,
/obj/item/trash/plate/alt,
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
"N" = (
/obj/item/trash/cheesie,
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
/obj/effect/turf_decal/tile/brown,
/obj/effect/turf_decal/tile/brown{
dir = 4
},
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"O" = (
/obj/machinery/light/small{
dir = 1
},
/obj/effect/turf_decal/tile/brown{
dir = 1
},
/obj/effect/turf_decal/tile/brown{
dir = 8
},
/obj/effect/gluttony,
/turf/open/floor/mineral/calorite/hide,
/area/ruin/powered/gluttony)
"P" = (
/obj/effect/turf_decal/tile/brown,
/obj/effect/turf_decal/tile/brown{
dir = 8
},
/obj/effect/turf_decal/tile/brown{
dir = 4
},
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"R" = (
/turf/closed/indestructible/riveted/uranium,
/area/ruin/lavaland/powered/gluttony)
/obj/structure/statue/calorite/fatty,
/obj/item/book/granter/spell/fattening/transfer,
/turf/open/floor/mineral/calorite/hide,
/area/ruin/powered/gluttony)
"S" = (
/obj/machinery/door/airlock/uranium,
/obj/structure/fans/tiny/invisible,
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
"Z" = (
/obj/item/trash/plate/alt,
/turf/open/floor/plasteel/freezer,
/area/ruin/lavaland/powered/gluttony)
/obj/structure/mineral_door/calorite,
/turf/open/floor/mineral/basaltstone_floor,
/area/ruin/powered/gluttony)
"T" = (
/obj/effect/turf_decal/tile/brown{
dir = 1
},
/obj/effect/gluttony,
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"U" = (
/obj/effect/turf_decal/tile/brown{
dir = 1
},
/obj/effect/turf_decal/tile/brown{
dir = 4
},
/obj/effect/gluttony,
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"V" = (
/obj/effect/turf_decal/tile/brown{
dir = 1
},
/obj/effect/turf_decal/tile/brown{
dir = 8
},
/obj/effect/gluttony,
/turf/open/floor/mineral/calorite/hide,
/area/ruin/powered/gluttony)
"W" = (
/obj/effect/turf_decal/tile/brown{
dir = 1
},
/obj/effect/turf_decal/tile/brown{
dir = 8
},
/obj/effect/turf_decal/tile/brown,
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
"X" = (
/obj/machinery/light/small{
dir = 1
},
/obj/effect/turf_decal/tile/brown{
dir = 4
},
/obj/effect/turf_decal/tile/brown,
/obj/effect/gluttony,
/turf/open/floor/mineral/calorite/hide,
/area/ruin/powered/gluttony)
"Y" = (
/obj/effect/gluttony,
/obj/effect/turf_decal/tile/brown,
/turf/open/floor/plasteel,
/area/ruin/powered/gluttony)
(1,1,1) = {"
a
@@ -195,11 +418,11 @@ b
b
b
c
R
R
k
k
S
R
R
k
k
c
b
a
@@ -217,11 +440,11 @@ a
b
b
c
R
j
k
h
i
o
R
k
c
b
a
@@ -239,11 +462,11 @@ a
b
b
c
R
h
G
L
R
k
B
i
v
k
c
b
b
@@ -261,11 +484,11 @@ b
b
b
c
R
i
l
i
R
k
B
H
K
k
c
b
b
@@ -275,7 +498,7 @@ b
a
"}
(8,1,1) = {"
a
b
b
c
c
@@ -283,11 +506,11 @@ c
c
c
c
R
k
t
N
i
m
R
k
c
c
c
@@ -298,63 +521,63 @@ b
"}
(9,1,1) = {"
b
b
c
R
R
R
R
R
R
g
m
c
k
k
k
k
k
k
U
I
v
R
R
R
R
R
R
k
k
k
k
k
k
c
b
"}
(10,1,1) = {"
a
b
c
R
k
k
e
R
r
k
O
V
V
T
g
g
g
g
i
d
p
G
D
z
l
Z
R
W
k
c
b
"}
(11,1,1) = {"
a
b
c
k
R
f
x
x
x
x
g
g
g
g
g
B
n
i
h
i
i
i
i
i
@@ -363,51 +586,51 @@ b
b
"}
(12,1,1) = {"
a
b
c
R
k
k
e
R
r
g
g
g
N
g
k
X
F
F
G
i
l
Y
L
E
A
Z
L
q
R
k
c
b
"}
(13,1,1) = {"
a
b
c
R
R
R
R
R
R
g
h
c
k
k
k
k
k
k
C
i
v
R
R
R
R
R
R
k
k
k
k
k
k
c
b
"}
(14,1,1) = {"
a
b
b
c
c
@@ -415,11 +638,11 @@ c
c
c
c
R
k
r
i
q
R
K
k
c
c
c
@@ -437,11 +660,11 @@ b
b
b
c
R
i
k
B
g
i
R
K
k
c
b
b
@@ -459,11 +682,11 @@ b
b
b
c
R
k
j
i
E
R
v
k
c
b
b
@@ -481,11 +704,11 @@ b
b
b
c
R
i
k
u
n
i
R
P
k
c
b
b
@@ -503,11 +726,11 @@ b
b
b
c
R
R
k
k
S
R
R
k
k
c
b
b
@@ -1,170 +1,687 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"a" = (
"b" = (
/obj/item/trash/plate{
pixel_x = 10;
pixel_y = 2
},
/obj/item/reagent_containers/food/snacks/grown/mushroom/plumphelmet{
pixel_x = 16;
pixel_y = 8
},
/obj/structure/table/wood/fancy/purple,
/turf/open/floor/wood,
/area/ruin/unpowered)
"c" = (
/obj/item/bdsm_whip/ridingcrop/fattening,
/obj/structure/table/bronze,
/turf/open/floor/grass/fairy/red,
/area/ruin/unpowered)
"d" = (
/turf/closed/wall/mineral/wood,
/area/ruin/unpowered)
"e" = (
/turf/open/floor/grass/fairy/red,
/area/ruin/unpowered)
"h" = (
/obj/effect/decal/cleanable/semen,
/turf/open/floor/wood,
/area/ruin/unpowered)
"i" = (
/turf/closed/mineral/volcanic/lava_land_surface,
/area/lavaland/surface/outdoors)
"j" = (
/obj/effect/decal/cleanable/semen,
/obj/item/dildo/custom,
/turf/open/floor/wood,
/area/ruin/unpowered)
"k" = (
/obj/effect/decal/cleanable/semen,
/obj/item/dildo/custom,
/obj/structure/chair/wood{
dir = 4
},
/turf/open/floor/wood,
/area/ruin/unpowered)
"l" = (
/obj/machinery/door/airlock/cult/friendly,
/obj/structure/fans/tiny/invisible,
/turf/open/floor/wood,
/area/ruin/unpowered)
"m" = (
/obj/structure/table/wood/fancy/purple,
/turf/open/floor/wood,
/area/ruin/unpowered)
"o" = (
/turf/open/floor/grass/fairy/green{
initial_gas_mix = "o2=14;n2=23;TEMP=300";
planetary_atmos = 1
},
/area/lavaland/surface/outdoors)
"t" = (
/obj/effect/decal/cleanable/semen,
/obj/item/fleshlight,
/turf/open/floor/wood,
/area/ruin/unpowered)
"u" = (
/obj/effect/mapping_helpers/no_lava,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
"b" = (
/obj/structure/sign/poster/contraband/lusty_xenomorph,
/turf/closed/wall/mineral/abductor,
/area/lavaland/surface)
"c" = (
/turf/open/floor/mineral/diamond,
/area/lavaland/surface)
"d" = (
/obj/item/reagent_containers/food/drinks/trophy/gold_cup,
/turf/open/floor/mineral/diamond,
/area/lavaland/surface)
"e" = (
/obj/item/greentext{
light_color = "#64C864";
light_range = 1
"v" = (
/obj/structure/flora/redgrass/redg,
/turf/open/floor/grass/fairy/purple{
initial_gas_mix = "o2=14;n2=23;TEMP=300";
planetary_atmos = 1
},
/turf/open/floor/mineral/diamond,
/area/lavaland/surface)
"f" = (
/obj/item/tcg_card/special/xenomaid,
/turf/open/floor/mineral/diamond,
/area/lavaland/surface)
/area/lavaland/surface/outdoors)
"w" = (
/obj/effect/decal/cleanable/semen,
/obj/item/trash/plate{
pixel_x = 10;
pixel_y = 2
},
/obj/item/reagent_containers/food/snacks/pizzaslice/mushroom{
pixel_x = 9;
pixel_y = 4
},
/obj/structure/table/wood/fancy/purple,
/turf/open/floor/wood,
/area/ruin/unpowered)
"x" = (
/obj/structure/chair/wood{
dir = 4
},
/turf/open/floor/wood,
/area/ruin/unpowered)
"y" = (
/obj/structure/flora/gmushroom/gggmushroom{
desc = "Mushroom! We're rich!"
},
/obj/effect/mapping_helpers/no_lava,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
/area/lavaland/surface/outdoors)
"z" = (
/obj/effect/decal/cleanable/semen,
/obj/structure/chair/wood{
dir = 8
},
/turf/open/floor/wood,
/area/ruin/unpowered)
"A" = (
/obj/item/portallight,
/obj/structure/table/wood/fancy/purple,
/turf/open/floor/wood,
/area/ruin/unpowered)
"B" = (
/obj/structure/gmushroom/gmushroomstump,
/turf/open/floor/grass/fairy/green{
initial_gas_mix = "o2=14;n2=23;TEMP=300";
planetary_atmos = 1
},
/area/lavaland/surface/outdoors)
"D" = (
/obj/structure/bonfire/prelit,
/turf/open/floor/grass/fairy/purple{
initial_gas_mix = "o2=14;n2=23;TEMP=300";
planetary_atmos = 1
},
/area/lavaland/surface/outdoors)
"E" = (
/obj/item/trash/plate{
pixel_x = -10;
pixel_y = 2
},
/obj/structure/table/wood/fancy/purple,
/turf/open/floor/wood,
/area/ruin/unpowered)
"F" = (
/obj/item/fleshlight,
/obj/structure/chair/wood{
dir = 4
},
/turf/open/floor/wood,
/area/ruin/unpowered)
"G" = (
/obj/item/trash/plate{
pixel_x = -10;
pixel_y = 2
},
/obj/item/reagent_containers/food/snacks/grown/mushroom/amanita{
pixel_x = -10;
pixel_y = 7
},
/obj/structure/table/wood/fancy/purple,
/turf/open/floor/wood,
/area/ruin/unpowered)
"I" = (
/obj/item/reagent_containers/food/snacks/grown/mushroom/jupitercup,
/obj/structure/table/wood/fancy/purple,
/turf/open/floor/wood,
/area/ruin/unpowered)
"J" = (
/obj/structure/flora/gmushroom/gggmushroom{
desc = "Mushroom! We're rich!"
},
/obj/effect/decal/remains/human{
desc = "He ate the popeyes biscuit with no drink...";
name = "Dusty Remains"
},
/turf/open/floor/grass/fairy/blue{
initial_gas_mix = "o2=14;n2=23;TEMP=300";
planetary_atmos = 1
},
/area/lavaland/surface/outdoors)
"K" = (
/obj/item/dildo/custom,
/obj/structure/table/wood/fancy/purple,
/turf/open/floor/wood,
/area/ruin/unpowered)
"L" = (
/obj/structure/chair/wood{
dir = 8
},
/turf/open/floor/wood,
/area/ruin/unpowered)
"M" = (
/obj/item/portalpanties,
/obj/structure/table/wood/fancy/purple,
/turf/open/floor/wood,
/area/ruin/unpowered)
"O" = (
/turf/open/floor/wood,
/area/ruin/unpowered)
"P" = (
/obj/structure/flora/gmushroom/gggmushroom{
desc = "Mushroom! We're rich!"
},
/turf/open/floor/grass/fairy/purple{
initial_gas_mix = "o2=14;n2=23;TEMP=300";
planetary_atmos = 1
},
/area/lavaland/surface/outdoors)
"Q" = (
/obj/structure/flora/redgrass/redg,
/turf/open/floor/grass/fairy/green{
initial_gas_mix = "o2=14;n2=23;TEMP=300";
planetary_atmos = 1
},
/area/lavaland/surface/outdoors)
"S" = (
/obj/structure/flora/gmushroom/gggmushroom{
desc = "Mushroom! We're rich!"
},
/turf/open/floor/grass/fairy/blue{
initial_gas_mix = "o2=14;n2=23;TEMP=300";
planetary_atmos = 1
},
/area/lavaland/surface/outdoors)
"T" = (
/turf/open/floor/grass/fairy/blue{
initial_gas_mix = "o2=14;n2=23;TEMP=300";
planetary_atmos = 1
},
/area/lavaland/surface/outdoors)
"U" = (
/obj/item/fleshlight,
/turf/open/floor/wood,
/area/ruin/unpowered)
"V" = (
/turf/open/floor/grass/fairy/purple{
initial_gas_mix = "o2=14;n2=23;TEMP=300";
planetary_atmos = 1
},
/area/lavaland/surface/outdoors)
"X" = (
/obj/effect/decal/cleanable/semen,
/obj/structure/table/wood/fancy/purple,
/turf/open/floor/wood,
/area/ruin/unpowered)
"Y" = (
/obj/structure/flora/gmushroom/gggmushroom{
desc = "Mushroom! We're rich!"
},
/turf/open/floor/grass/fairy/green{
initial_gas_mix = "o2=14;n2=23;TEMP=300";
planetary_atmos = 1
},
/area/lavaland/surface/outdoors)
(1,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
i
i
i
i
u
u
T
i
i
i
u
u
u
i
i
i
u
i
i
i
"}
(2,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
i
i
i
u
S
T
V
P
V
T
P
V
u
V
i
o
Q
u
i
i
"}
(3,1,1) = {"
a
a
a
a
b
b
b
a
a
a
a
i
S
i
V
V
o
v
T
T
V
V
T
V
V
T
Y
o
o
S
u
"}
(4,1,1) = {"
a
a
a
b
f
c
c
b
a
a
a
i
V
T
V
V
o
o
o
T
P
V
V
V
P
V
V
o
o
V
u
"}
(5,1,1) = {"
a
a
b
c
c
d
c
c
b
a
a
u
V
T
P
V
o
P
V
V
V
V
Q
o
o
V
o
o
Y
V
V
"}
(6,1,1) = {"
a
a
b
c
d
e
d
c
b
a
a
V
v
T
V
o
V
V
V
Q
o
V
Y
o
o
P
Q
o
T
T
v
"}
(7,1,1) = {"
a
a
b
c
c
d
c
c
b
a
a
V
S
T
o
o
Q
o
o
V
V
o
o
o
o
V
o
o
o
V
V
"}
(8,1,1) = {"
a
a
a
b
c
c
c
b
a
a
a
i
i
i
d
d
d
d
d
d
d
d
d
d
d
d
d
d
d
V
S
"}
(9,1,1) = {"
a
a
a
a
b
b
b
a
a
a
a
i
i
d
d
O
O
O
x
O
k
O
F
O
x
O
O
O
d
V
V
"}
(10,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
i
d
d
e
O
O
K
A
m
m
X
m
m
m
O
U
O
d
u
V
"}
(11,1,1) = {"
a
a
a
a
a
a
a
a
a
a
a
i
d
c
e
O
h
I
K
G
m
b
E
G
w
O
O
h
l
o
u
"}
(12,1,1) = {"
i
d
d
e
O
O
K
M
m
m
m
m
m
m
h
U
O
d
o
u
"}
(13,1,1) = {"
i
i
d
d
O
O
O
z
O
L
t
L
j
L
O
O
O
d
o
V
"}
(14,1,1) = {"
i
T
o
d
d
d
d
d
d
d
d
d
d
d
d
d
d
d
Y
v
"}
(15,1,1) = {"
T
J
T
Q
o
o
o
o
Y
o
o
o
o
o
o
o
o
Q
V
V
"}
(16,1,1) = {"
i
V
T
T
T
o
S
V
V
V
V
B
V
D
V
V
o
o
o
u
"}
(17,1,1) = {"
i
o
o
P
o
T
T
v
V
T
v
T
o
V
V
V
o
P
V
u
"}
(18,1,1) = {"
i
V
V
u
T
V
u
V
T
T
S
V
v
V
V
u
V
V
i
S
"}
(19,1,1) = {"
V
P
T
T
u
S
V
u
i
T
u
i
i
u
u
u
u
i
i
i
"}
(20,1,1) = {"
V
u
T
u
u
T
T
u
i
i
i
i
i
i
y
i
u
i
i
i
"}
@@ -236,6 +236,10 @@
/obj/item/stack/packageWrap,
/obj/item/stack/packageWrap,
/obj/item/stack/packageWrap,
/obj/item/storage/fancy/cigarettes/gatito,
/obj/item/storage/fancy/cigarettes/gatito,
/obj/item/storage/fancy/cigarettes/gatito,
/obj/item/storage/fancy/cigarettes/gatito,
/turf/open/floor/mineral/titanium,
/area/ruin/powered/snackstore)
"bh" = (
@@ -238,7 +238,7 @@
"fs" = (/obj/machinery/door/firedoor,/obj/structure/cable/yellow{icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer3,/obj/machinery/door/airlock/mining/glass{name = "Supply Station"; req_access_txt = "150"},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ruin/unpowered/syndicate_lava_base/cargo)
"ft" = (/obj/structure/grille,/obj/structure/window/plastitanium,/obj/machinery/door/firedoor,/turf/open/floor/plating,/area/ruin/unpowered/syndicate_lava_base/cargo)
"fu" = (/obj/structure/extinguisher_cabinet{pixel_x = -27; pixel_y = 1},/obj/structure/table,/obj/item/folder/yellow,/obj/item/stack/wrapping_paper{pixel_y = 5},/obj/item/stack/packageWrap,/obj/item/hand_labeler,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/effect/turf_decal/tile/brown{dir = 8},/turf/open/floor/plasteel,/area/ruin/unpowered/syndicate_lava_base/cargo)
"fv" = (/obj/structure/table,/obj/item/paper_bin,/obj/item/pen,/obj/effect/turf_decal/tile/brown{dir = 1},/turf/open/floor/plasteel,/area/ruin/unpowered/syndicate_lava_base/cargo)
"fv" = (/obj/structure/table,/obj/item/paper_bin,/obj/item/pen,/obj/effect/turf_decal/tile/brown{dir = 1},/obj/item/stack/credits{amount = 30},/turf/open/floor/plasteel,/area/ruin/unpowered/syndicate_lava_base/cargo)
"fw" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/ruin/unpowered/syndicate_lava_base/cargo)
"fx" = (/obj/structure/sign/warning/fire{pixel_y = 32},/obj/structure/sign/warning/xeno_mining{pixel_y = -32},/turf/open/floor/plating,/area/ruin/unpowered/syndicate_lava_base/cargo)
"fy" = (/obj/machinery/vending/medical/syndicate_access,/turf/open/floor/plasteel/white/side{dir = 4},/area/ruin/unpowered/syndicate_lava_base/virology)
@@ -520,7 +520,7 @@
"ms" = (/obj/machinery/door/airlock/external{req_access_txt = "150"},/obj/structure/fans/tiny,/obj/effect/mapping_helpers/airlock/cyclelink_helper{dir = 1},/turf/open/floor/plating,/area/ruin/unpowered/syndicate_lava_base/arrivals)
"mu" = (/obj/machinery/door/airlock/public/glass{name = "Bar"},/obj/machinery/door/firedoor,/turf/open/floor/plasteel,/area/ruin/unpowered/syndicate_lava_base/bar)
"mv" = (/obj/structure/grille,/obj/structure/window/plastitanium,/obj/machinery/door/firedoor,/turf/open/floor/plating,/area/ruin/unpowered/syndicate_lava_base/bar)
"mw" = (/obj/structure/table,/obj/item/clothing/gloves/combat{pixel_y = -6},/obj/item/tank/internals/emergency_oxygen{pixel_x = 4; pixel_y = 4},/obj/item/clothing/mask/breath{pixel_x = -2; pixel_y = 4},/turf/open/floor/plasteel/white/side,/area/ruin/unpowered/syndicate_lava_base/main)
"mw" = (/obj/structure/table,/obj/item/clothing/gloves/combat{pixel_y = -6},/obj/item/tank/internals/emergency_oxygen{pixel_x = 4; pixel_y = 4},/obj/item/clothing/mask/breath{pixel_x = -2; pixel_y = 4},/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/obj/item/stack/credits,/turf/open/floor/plasteel/white/side,/area/ruin/unpowered/syndicate_lava_base/main)
"mx" = (/obj/structure/table/wood,/obj/machinery/chem_dispenser/drinks/fullupgrade{dir = 1},/turf/open/floor/wood,/area/ruin/unpowered/syndicate_lava_base/bar)
"mz" = (/obj/structure/rack{dir = 8},/obj/item/storage/toolbox/mechanical,/obj/item/stack/cable_coil/yellow{pixel_x = 2; pixel_y = -3},/obj/item/multitool,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 8},/obj/machinery/light/small{dir = 1},/turf/open/floor/plasteel,/area/ruin/unpowered/syndicate_lava_base/arrivals)
"mA" = (/obj/structure/sign/departments/medbay/alt,/turf/closed/wall/mineral/plastitanium/nodiagonal,/area/ruin/unpowered/syndicate_lava_base/medbay)
@@ -642,6 +642,7 @@
"KA" = (/obj/effect/turf_decal/stripes/corner{dir = 4},/obj/effect/turf_decal/stripes/white/corner{dir = 4},/turf/open/floor/circuit/telecomms,/area/ruin/unpowered/syndicate_lava_base/nanites)
"Ml" = (/obj/effect/turf_decal/stripes/corner{dir = 1},/obj/effect/turf_decal/stripes/white/corner{dir = 1},/turf/open/floor/circuit/telecomms,/area/ruin/unpowered/syndicate_lava_base/nanites)
"Mn" = (/turf/closed/wall/mineral/plastitanium/explosive,/area/ruin/unpowered/syndicate_lava_base/bar)
"MY" = (/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red{dir = 4},/obj/machinery/atm{pixel_y = 30},/turf/open/floor/plasteel,/area/ruin/unpowered/syndicate_lava_base/arrivals)
"Nf" = (/obj/effect/turf_decal/stripes/line{dir = 10},/turf/open/floor/engine,/area/ruin/unpowered/syndicate_lava_base/cargo)
"NH" = (/obj/machinery/portable_atmospherics/scrubber,/obj/effect/turf_decal/bot,/turf/open/floor/engine,/area/ruin/unpowered/syndicate_lava_base/engineering)
"NZ" = (/obj/machinery/button/door{id = "lavalandsyndi_telecomms"; name = "Telecomms Blast Door Control"; pixel_x = 26; req_access_txt = "150"},/obj/item/storage/box/disks_nanite,/obj/item/storage/box/disks_nanite,/obj/item/nanite_scanner,/obj/item/nanite_remote/comm,/obj/item/nanite_remote,/obj/structure/closet/crate,/turf/open/floor/plasteel/dark,/area/ruin/unpowered/syndicate_lava_base/nanites)
@@ -717,7 +718,7 @@ aaabababababababababababdGleopjyorjZjNlhlilZlkouovjZozjykPkQaDlnmEmEoAjulqlrlskZ
aaabababababababababababhalwlwjyjyoHjZlzlAlBlCaklElFuBjykPkQlHlImElKkQlLlMlNlOlOlPSulQlRnGjuabababaa
aaababababmnmnmnRuRuRuRumnlTgsmOjynSjNlWlXlZlZmajymcjyjyTpkQmeUgmfYjkUjumhlNlOlOlODGjujujujuabababaa
aaabababiimnunmnmpeHIaNZmnmsmsmTjymvmumvjyvxmxjyjyjyjymzocmAlHmCmEmEutjumImHmImJmImIjuababababababaa
aaabababmnunKAmPTimQmRWtmSzVzVyqmUmUEFZvjyjyMnjyvDXamXmYzymZnauXnbnbRajucGneRVjuNHNHjuababababababaa
aaabababmnunKAmPTimQmRWtmSzVzVyqMYmUEFZvjyjyMnjyvDXamXmYzymZnauXnbnbRajucGneRVjuNHNHjuababababababaa
aaabababmnFbZKaEnknknkmonnrFnonpBkBknrpiQmjPJAnsntRsRsnwhWnynzmERYmECDjunDnEtWjuamRDjuababababababaa
aaabababmnVuMlmnnIOAOAnLmnmTnQmTfPfPPaarPanTnUnXnXnXfKauhXmTobfkaVcDszjujujujujujujuhBababababababaa
aaabababgmmnVumnoiojokmnmnmTGYPaPaPaPaJccIPamTgWgWgWgWgXmTmTmTmTmTmTmTmTjujuFRababababababababababaa
+17 -4
View File
@@ -351,7 +351,7 @@
equipment = 0;
lighting = 0;
name = "Worn-out APC";
pixel_x = -25
pixel_x = -24
},
/obj/structure/cable{
icon_state = "0-4"
@@ -567,7 +567,6 @@
"bm" = (
/obj/structure/closet/wardrobe/science_white,
/obj/structure/disposalpipe/segment,
/obj/item/tcg_card/special/space_carp,
/turf/open/floor/plasteel{
icon_state = "dark"
},
@@ -859,6 +858,20 @@
"KN" = (
/turf/template_noop,
/area/space/nearstation)
"VY" = (
/obj/effect/turf_decal/tile/green{
dir = 1
},
/obj/effect/turf_decal/tile/green,
/obj/effect/turf_decal/tile/green{
dir = 4
},
/obj/effect/turf_decal/tile/green{
dir = 8
},
/mob/living/simple_animal/hostile/feed/chocolate_slime,
/turf/open/floor/plasteel/dark,
/area/ruin/space/has_grav/abandonedzoo)
(1,1,1) = {"
ab
@@ -953,7 +966,7 @@ ar
ac
at
aS
ay
VY
ay
be
at
@@ -1033,7 +1046,7 @@ aa
aa
aa
ag
ay
VY
aH
aO
ay
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -1,11 +1,6 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
"ad" = (
/obj/structure/table,
/obj/effect/turf_decal/loading_area{
dir = 8;
icon_state = "drain";
name = "drain"
},
/obj/item/ashtray{
name = "candle holder"
},
@@ -15,6 +10,11 @@
/obj/effect/turf_decal/tile/bar{
dir = 4
},
/obj/effect/turf_decal/loading_area{
dir = 8;
icon_state = "drain";
name = "drain"
},
/turf/open/floor/plasteel/checker,
/area/mine/living_quarters)
"al" = (
@@ -104,10 +104,11 @@
/obj/effect/mapping_helpers/airlock/cyclelink_helper{
dir = 8
},
/obj/structure/fans/tiny,
/obj/machinery/door/airlock{
dir = 4;
name = "Labor Camp External Access"
},
/obj/structure/fans/tiny,
/turf/open/floor/plasteel/dark,
/area/mine/laborcamp)
"ba" = (
@@ -134,17 +135,17 @@
/area/mine/eva)
"bn" = (
/obj/structure/chair,
/obj/effect/turf_decal/loading_area{
dir = 8;
icon_state = "drain";
name = "drain"
},
/obj/effect/turf_decal/tile/bar{
dir = 8
},
/obj/effect/turf_decal/tile/bar{
dir = 4
},
/obj/effect/turf_decal/loading_area{
dir = 8;
icon_state = "drain";
name = "drain"
},
/turf/open/floor/plasteel/checker,
/area/mine/living_quarters)
"bs" = (
@@ -203,6 +204,10 @@
/obj/machinery/airalarm{
pixel_y = 23
},
/obj/effect/turf_decal/loading_area{
dir = 8;
icon_state = "steel_decals"
},
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"bO" = (
@@ -337,20 +342,10 @@
/obj/item/ashtray{
name = "candle holder"
},
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"cZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{
dir = 8
},
/obj/effect/turf_decal/tile/purple{
dir = 8
},
/obj/structure/cable{
icon_state = "4-8"
/obj/machinery/light,
/obj/effect/turf_decal/loading_area{
icon_state = "drain";
name = "drain"
},
/turf/open/floor/plasteel,
/area/mine/living_quarters)
@@ -358,17 +353,17 @@
/obj/structure/chair{
dir = 1
},
/obj/effect/turf_decal/loading_area{
dir = 8;
icon_state = "drain";
name = "drain"
},
/obj/effect/turf_decal/tile/bar{
dir = 8
},
/obj/effect/turf_decal/tile/bar{
dir = 4
},
/obj/effect/turf_decal/loading_area{
dir = 8;
icon_state = "drain";
name = "drain"
},
/turf/open/floor/plasteel/checker,
/area/mine/living_quarters)
"dk" = (
@@ -789,6 +784,10 @@
dir = 8;
pixel_y = 3
},
/obj/effect/turf_decal/loading_area{
icon_state = "drain";
name = "drain"
},
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"hy" = (
@@ -900,6 +899,11 @@
},
/obj/effect/turf_decal/tile/purple,
/obj/machinery/vending/mealdor,
/obj/effect/turf_decal/loading_area{
icon_state = "drain";
name = "drain";
dir = 1
},
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"iv" = (
@@ -1229,15 +1233,12 @@
/turf/open/floor/plasteel,
/area/mine/laborcamp)
"lI" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/turf_decal/loading_area{
dir = 2;
icon_state = "drain";
name = "drain"
/obj/structure/cable{
icon_state = "1-2"
},
/obj/effect/decal/medium_gato,
/turf/open/floor/plasteel,
/area/mine/living_quarters)
/area/mine/laborcamp)
"lQ" = (
/obj/machinery/power/terminal{
dir = 1
@@ -1374,6 +1375,10 @@
/obj/item/kirbyplants{
icon_state = "plant-10"
},
/obj/effect/turf_decal/loading_area{
icon_state = "drain";
name = "drain"
},
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"mR" = (
@@ -1457,6 +1462,11 @@
dir = 1
},
/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/turf_decal/loading_area{
icon_state = "drain";
name = "drain";
dir = 1
},
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"nJ" = (
@@ -1630,6 +1640,9 @@
/obj/effect/turf_decal/stripes/corner{
dir = 1
},
/obj/machinery/light/small{
dir = 8
},
/turf/open/floor/plasteel,
/area/mine/laborcamp)
"pu" = (
@@ -1704,6 +1717,10 @@
/obj/effect/turf_decal/tile/bar{
dir = 8
},
/obj/effect/turf_decal/loading_area{
dir = 4;
icon_state = "steel_decals"
},
/turf/open/floor/plasteel/dark/side{
dir = 8
},
@@ -2012,6 +2029,18 @@
/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/turf_decal/loading_area{
dir = 8;
icon_state = "steel_decals"
},
/obj/effect/turf_decal/loading_area{
dir = 9;
icon_state = "steel_decals10"
},
/obj/effect/turf_decal/loading_area{
dir = 6;
icon_state = "steel_decals10"
},
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"sR" = (
@@ -2064,6 +2093,10 @@
/obj/effect/turf_decal/tile/bar{
dir = 1
},
/obj/effect/turf_decal/loading_area{
dir = 2;
icon_state = "steel_decals"
},
/turf/open/floor/plasteel/dark/side{
dir = 1
},
@@ -2098,6 +2131,10 @@
/obj/item/kirbyplants{
icon_state = "plant-10"
},
/obj/effect/turf_decal/loading_area{
icon_state = "drain";
name = "drain"
},
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"tE" = (
@@ -2385,9 +2422,6 @@
/turf/open/floor/plasteel/checker,
/area/mine/living_quarters)
"wE" = (
/obj/machinery/light/small{
dir = 4
},
/obj/structure/rack/shelf,
/obj/item/mop,
/obj/item/reagent_containers/glass/bucket,
@@ -2457,16 +2491,16 @@
/turf/open/floor/plasteel/dark,
/area/mine/laborcamp/security)
"xq" = (
/obj/machinery/door/airlock/external{
glass = 1;
name = "Mining External Airlock";
opacity = 0;
req_access_txt = "54"
},
/obj/effect/mapping_helpers/airlock/cyclelink_helper{
dir = 8
},
/obj/structure/fans/tiny,
/obj/machinery/door/airlock/external{
glass = 1;
name = "Mining External Airlock";
opacity = 0;
dir = 8
},
/turf/open/floor/plasteel/dark,
/area/mine/eva)
"xs" = (
@@ -2524,6 +2558,10 @@
pixel_x = 1;
pixel_y = 23
},
/obj/effect/turf_decal/loading_area{
dir = 4;
icon_state = "steel_decals"
},
/turf/open/floor/plasteel/dark/side{
dir = 8
},
@@ -2821,6 +2859,14 @@
/obj/machinery/airalarm{
pixel_y = 24
},
/obj/machinery/light{
dir = 1
},
/obj/effect/turf_decal/loading_area{
icon_state = "drain";
name = "drain";
dir = 1
},
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"Ao" = (
@@ -2972,16 +3018,17 @@
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"BD" = (
/obj/machinery/door/airlock/maintenance{
name = "Mining Station Maintenance";
req_access_txt = "48"
},
/obj/structure/cable{
icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/machinery/door/airlock/maintenance{
name = "Mining Station Maintenance";
req_access_txt = "48";
dir = 8
},
/turf/open/floor/plating,
/area/mine/laborcamp/security)
"BH" = (
@@ -3086,6 +3133,18 @@
/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/turf_decal/loading_area{
dir = 4;
icon_state = "steel_decals"
},
/obj/effect/turf_decal/loading_area{
dir = 5;
icon_state = "steel_decals10"
},
/obj/effect/turf_decal/loading_area{
dir = 10;
icon_state = "steel_decals10"
},
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"CB" = (
@@ -3138,21 +3197,13 @@
},
/turf/open/floor/plasteel,
/area/mine/laborcamp)
"CV" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1,
/obj/effect/turf_decal/loading_area{
dir = 1;
icon_state = "drain";
name = "drain"
},
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"Dc" = (
/obj/machinery/door/airlock/external/glass,
/obj/effect/mapping_helpers/airlock/cyclelink_helper{
dir = 8
},
/obj/machinery/door/airlock/external/glass{
dir = 4
},
/turf/open/floor/plating,
/area/mine/living_quarters)
"Dd" = (
@@ -3542,6 +3593,11 @@
icon_state = "drain";
name = "drain"
},
/obj/effect/turf_decal/loading_area{
dir = 4;
icon_state = "drain";
name = "drain"
},
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"HO" = (
@@ -3781,6 +3837,11 @@
dir = 1
},
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer1,
/obj/effect/turf_decal/loading_area{
icon_state = "drain";
name = "drain";
dir = 1
},
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"JJ" = (
@@ -3903,6 +3964,10 @@
/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/turf_decal/loading_area{
dir = 8;
icon_state = "steel_decals"
},
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"KP" = (
@@ -3927,9 +3992,9 @@
/obj/machinery/door/airlock/external{
glass = 1;
name = "Mining Shuttle Airlock";
opacity = 0
opacity = 0;
dir = 8
},
/obj/structure/fans/tiny,
/turf/open/floor/plasteel/dark,
/area/mine/production)
"KS" = (
@@ -3944,12 +4009,6 @@
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"KU" = (
/obj/machinery/door/airlock/external{
glass = 1;
name = "Mining External Airlock";
opacity = 0;
req_access_txt = "54"
},
/obj/effect/mapping_helpers/airlock/cyclelink_helper{
dir = 4
},
@@ -3960,6 +4019,12 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{
dir = 8
},
/obj/machinery/door/airlock/external{
glass = 1;
name = "Mining External Airlock";
opacity = 0;
dir = 4
},
/turf/open/floor/plasteel/dark,
/area/mine/eva)
"KV" = (
@@ -4300,6 +4365,10 @@
/obj/structure/chair{
dir = 4
},
/obj/effect/turf_decal/loading_area{
icon_state = "drain";
name = "drain"
},
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"NB" = (
@@ -4406,6 +4475,10 @@
/obj/effect/turf_decal/tile/bar{
dir = 8
},
/obj/effect/turf_decal/loading_area{
dir = 4;
icon_state = "steel_decals"
},
/turf/open/floor/plasteel/dark/side{
dir = 8
},
@@ -4782,6 +4855,11 @@
dir = 8
},
/obj/machinery/vending/gato,
/obj/effect/turf_decal/loading_area{
icon_state = "drain";
name = "drain";
dir = 1
},
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"Sg" = (
@@ -4903,18 +4981,22 @@
/obj/structure/table,
/obj/item/trash/plate,
/obj/item/kitchen/fork,
/obj/machinery/light/small{
dir = 8
},
/turf/open/floor/plasteel,
/area/mine/laborcamp)
"Tm" = (
/obj/effect/mapping_helpers/airlock/cyclelink_helper{
dir = 4
},
/obj/structure/fans/tiny,
/obj/machinery/door/airlock/external{
glass = 1;
name = "Mining Shuttle Airlock";
opacity = 0
opacity = 0;
dir = 4
},
/obj/structure/fans/tiny,
/turf/open/floor/plasteel/dark,
/area/mine/production)
"Tn" = (
@@ -5069,6 +5151,9 @@
},
/obj/structure/table,
/obj/item/storage/box/donkpockets,
/obj/machinery/light{
dir = 1
},
/turf/open/floor/plasteel/checker,
/area/mine/living_quarters)
"UD" = (
@@ -5084,6 +5169,9 @@
icon_state = "drain";
name = "drain"
},
/obj/machinery/light{
dir = 1
},
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"UI" = (
@@ -5139,7 +5227,8 @@
/obj/machinery/door/airlock/external{
glass = 1;
name = "Mining External Airlock";
opacity = 0
opacity = 0;
dir = 8
},
/turf/open/floor/plasteel/dark,
/area/mine/living_quarters)
@@ -5181,12 +5270,25 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{
dir = 8
},
/obj/effect/turf_decal/tile/purple{
dir = 1
},
/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/turf_decal/loading_area{
dir = 5;
icon_state = "steel_decals10"
},
/obj/effect/turf_decal/loading_area{
dir = 9;
icon_state = "steel_decals10"
},
/obj/effect/turf_decal/loading_area{
dir = 10;
icon_state = "steel_decals10"
},
/obj/effect/turf_decal/loading_area{
dir = 6;
icon_state = "steel_decals10"
},
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"Vh" = (
@@ -5198,11 +5300,6 @@
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"Vj" = (
/obj/machinery/door/airlock/external{
glass = 1;
name = "Mining External Airlock";
opacity = 0
},
/obj/effect/mapping_helpers/airlock/cyclelink_helper{
dir = 4
},
@@ -5213,6 +5310,12 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer1{
dir = 8
},
/obj/machinery/door/airlock/external{
glass = 1;
name = "Mining External Airlock";
opacity = 0;
dir = 4
},
/turf/open/floor/plasteel/dark,
/area/mine/living_quarters)
"Vo" = (
@@ -5398,6 +5501,11 @@
icon_state = "drain";
name = "drain"
},
/obj/effect/turf_decal/loading_area{
dir = 4;
icon_state = "drain";
name = "drain"
},
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"Xm" = (
@@ -5657,11 +5765,13 @@
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"YP" = (
/obj/machinery/door/airlock/external/glass,
/obj/effect/mapping_helpers/airlock/cyclelink_helper{
dir = 4
},
/obj/structure/fans/tiny,
/obj/machinery/door/airlock/external/glass{
dir = 4
},
/turf/open/floor/plating,
/area/mine/living_quarters)
"YV" = (
@@ -5673,6 +5783,10 @@
icon_state = "drain";
name = "drain"
},
/obj/effect/turf_decal/loading_area{
dir = 8;
icon_state = "steel_decals"
},
/turf/open/floor/plasteel,
/area/mine/living_quarters)
"Zp" = (
@@ -6366,7 +6480,7 @@ VT
VT
VT
VT
VT
Lm
VT
VT
VT
@@ -6414,6 +6528,7 @@ VT
VT
VT
VT
Lm
VT
VT
VT
@@ -6424,10 +6539,9 @@ VT
VT
VT
VT
VT
VT
VT
VT
Lm
Lm
Lm
VT
VT
VT
@@ -6469,6 +6583,8 @@ VT
VT
VT
VT
Lm
Lm
VT
VT
VT
@@ -6480,10 +6596,8 @@ VT
VT
VT
VT
VT
VT
VT
VT
Lm
Lm
VT
VT
VT
@@ -6525,9 +6639,9 @@ VT
VT
VT
VT
VT
VT
VT
Lm
Lm
Lm
VT
VT
VT
@@ -6581,7 +6695,7 @@ VT
VT
VT
VT
VT
Lm
VT
VT
VT
@@ -7021,7 +7135,7 @@ fO
ow
iv
Cl
Cl
lI
gn
vo
ly
@@ -7170,7 +7284,7 @@ my
my
VT
VT
VT
Lm
VT
VT
VT
@@ -7227,7 +7341,7 @@ my
my
VT
VT
VT
Lm
VT
VT
VT
@@ -7283,7 +7397,7 @@ my
my
VT
VT
VT
Lm
VT
VT
VT
@@ -7781,9 +7895,9 @@ rU
lX
jJ
et
CV
iG
uj
lI
Dr
Un
Dd
IY
@@ -7792,6 +7906,7 @@ VN
VN
VN
VN
JP
my
VT
VT
@@ -7806,7 +7921,6 @@ VT
VT
VT
VT
VT
"}
(37,1,1) = {"
JY
@@ -7849,6 +7963,8 @@ KV
JP
JP
JP
JP
JP
my
VT
VT
@@ -7862,8 +7978,6 @@ VT
VT
VT
VT
VT
VT
"}
(38,1,1) = {"
JY
@@ -7905,8 +8019,8 @@ VN
VN
JP
JP
my
my
JP
JP
VT
VT
VT
@@ -7963,7 +8077,7 @@ JP
JP
JP
my
VT
my
VT
VT
VT
@@ -8002,11 +8116,11 @@ JY
my
VT
VT
VT
VT
my
JP
JP
JP
JP
KV
JH
cr
@@ -8060,7 +8174,7 @@ my
VT
VT
VT
VT
my
my
JP
JP
@@ -8075,6 +8189,7 @@ fU
JP
JP
JP
JP
my
VT
VT
@@ -8091,7 +8206,6 @@ VT
VT
VT
VT
VT
"}
(42,1,1) = {"
JY
@@ -8131,6 +8245,9 @@ KV
JP
JP
JP
JP
JP
JP
my
my
VT
@@ -8146,9 +8263,6 @@ VT
VT
VT
VT
VT
VT
VT
"}
(43,1,1) = {"
JY
@@ -8189,9 +8303,9 @@ JP
JP
my
my
VT
VT
VT
JP
my
my
VT
VT
VT
@@ -8231,10 +8345,10 @@ VT
VT
VT
VT
VT
my
JP
JP
JP
VN
VN
VN
@@ -8248,7 +8362,7 @@ my
VT
VT
VT
VT
my
VT
VT
VT
@@ -8352,11 +8466,13 @@ JP
JP
JP
KV
cZ
Vf
KV
JP
JP
JP
JP
JP
my
VT
VT
@@ -8375,8 +8491,6 @@ VT
VT
VT
VT
VT
VT
"}
(47,1,1) = {"
VT
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -90,7 +90,7 @@
"bL" = (/obj/structure/window/fulltile,/obj/structure/flora/ausbushes/ywflowers,/obj/machinery/light/floor,/turf/open/floor/grass,/area/ruin/space/has_grav/fastfood_main)
"bM" = (/obj/structure/window/fulltile,/obj/structure/flora/ausbushes/grassybush,/turf/open/floor/grass,/area/ruin/space/has_grav/fastfood_main)
"bN" = (/obj/structure/chair/sofa{dir = 4},/turf/open/floor/plasteel/dark,/area/ruin/space/has_grav/fastfood_main)
"bR" = (/obj/item/reagent_containers/food/drinks/soda_cans/dr_gibb{pixel_y = 7},/turf/open/floor/plasteel/dark,/area/ruin/space/has_grav/fastfood_main)
"bR" = (/obj/item/reagent_containers/food/drinks/soda_cans/dr_gibb{pixel_y = 7},/obj/structure/table/wood,/turf/open/floor/plasteel/dark,/area/ruin/space/has_grav/fastfood_main)
"bW" = (/obj/structure/reagent_dispensers/watertank,/turf/open/floor/plating,/area/ruin/space/has_grav/fastfood_employee)
"cf" = (/obj/effect/spawner/structure/window/reinforced,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 4},/turf/open/floor/plating,/area/ruin/space/has_grav/fastfood_employee)
"cq" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 8},/turf/open/floor/plasteel,/area/ruin/space/has_grav/fastfood_main)
@@ -127,7 +127,7 @@
"fA" = (/obj/structure/lattice/catwalk,/obj/machinery/light/small{dir = 1},/turf/open/floor/plating/airless,/area/ruin/space/has_grav/fastfood_employee)
"fB" = (/obj/structure/closet/firecloset/full,/obj/machinery/light{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 4},/obj/effect/turf_decal/tile/purple{dir = 1},/obj/effect/turf_decal/loading_area{icon_state = "drain"; name = "drain"; dir = 4},/obj/effect/turf_decal/tile/purple,/turf/open/floor/plasteel/dark,/area/ruin/space/has_grav/fastfood_main)
"fD" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/wood,/area/ruin/space/has_grav/fastfood_employee)
"fF" = (/obj/item/reagent_containers/food/drinks/drinkingglass/filled/cola{pixel_x = 10},/obj/item/reagent_containers/food/drinks/drinkingglass/filled/nuka_cola{pixel_x = -10},/turf/open/floor/plasteel/dark,/area/ruin/space/has_grav/fastfood_main)
"fF" = (/obj/item/reagent_containers/food/drinks/drinkingglass/filled/cola{pixel_x = 10},/obj/item/reagent_containers/food/drinks/drinkingglass/filled/nuka_cola{pixel_x = -10},/obj/structure/table/wood,/turf/open/floor/plasteel/dark,/area/ruin/space/has_grav/fastfood_main)
"fN" = (/obj/structure/closet/emcloset/anchored,/obj/machinery/light/small{dir = 4},/obj/effect/turf_decal/loading_area{icon_state = "drain"; name = "drain"; dir = 4},/obj/item/clothing/suit/space/eva,/obj/item/clothing/head/helmet/space/eva,/turf/open/floor/plating,/area/ruin/space/has_grav/fastfood_employee)
"fR" = (/obj/machinery/power/terminal{dir = 1},/obj/structure/cable{icon_state = "0-2"; pixel_y = 1},/turf/open/floor/plating,/area/ruin/space/has_grav/fastfood_employee)
"fX" = (/obj/structure/lattice,/turf/open/space/basic,/area/space)
@@ -259,7 +259,7 @@
"uA" = (/obj/effect/turf_decal/stripes/white/line{dir = 1; icon_state = "steel_grid_diagonal"},/obj/effect/turf_decal/stripes/white/line{dir = 4; icon_state = "steel_grid_diagonal"},/turf/open/floor/plasteel/freezer,/area/ruin/space/has_grav/fastfood_employee)
"uC" = (/obj/machinery/teleport/hub,/obj/effect/turf_decal/loading_area{dir = 8; icon_state = "drain"; name = "drain"},/obj/effect/turf_decal/stripes{dir = 5},/obj/effect/turf_decal/stripes/white/line{dir = 10},/turf/open/floor/plasteel,/area/ruin/space/has_grav/fastfood_main)
"uM" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/atmospherics/components/unary/vent_scrubber/on{dir = 1},/obj/effect/turf_decal/stripes/white/line{dir = 9; icon_state = "steel_decals6"},/obj/effect/turf_decal/stripes/white/line{dir = 4; icon_state = "steel_decals8"},/turf/open/floor/plasteel,/area/ruin/space/has_grav/fastfood_main)
"uS" = (/obj/machinery/light{dir = 1},/obj/item/reagent_containers/food/drinks/soda_cans/cola{pixel_y = -5; pixel_x = -7},/turf/open/floor/plasteel/dark,/area/ruin/space/has_grav/fastfood_main)
"uS" = (/obj/machinery/light{dir = 1},/obj/item/reagent_containers/food/drinks/soda_cans/cola{pixel_y = -5; pixel_x = -7},/obj/structure/table/wood,/turf/open/floor/plasteel/dark,/area/ruin/space/has_grav/fastfood_main)
"uV" = (/obj/machinery/computer/arcade,/obj/machinery/airalarm/syndicate{pixel_y = 32},/turf/open/floor/carpet/orange,/area/ruin/space/has_grav/fastfood_main)
"uZ" = (/obj/effect/turf_decal/tile/neutral,/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/ruin/space/has_grav/fastfood_main)
"vb" = (/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/arrows/white{dir = 1},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 1},/obj/effect/turf_decal/tile/neutral{dir = 1},/turf/open/floor/plasteel/dark,/area/ruin/space/has_grav/fastfood_main)
@@ -276,12 +276,12 @@
"wk" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 8},/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/ruin/space/has_grav/fastfood_main)
"wt" = (/obj/machinery/light/small{dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 9},/turf/open/floor/plating,/area/ruin/space/has_grav/fastfood_employee)
"wG" = (/obj/structure/window/fulltile,/obj/structure/flora/ausbushes/brflowers,/turf/open/floor/grass,/area/ruin/space/has_grav/fastfood_main)
"wJ" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 1},/turf/open/floor/plasteel/dark,/area/ruin/space/has_grav/fastfood_main)
"wJ" = (/obj/machinery/light{dir = 4},/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{dir = 1},/obj/structure/table/wood,/turf/open/floor/plasteel/dark,/area/ruin/space/has_grav/fastfood_main)
"wK" = (/obj/effect/turf_decal/tile/brown,/turf/open/floor/plasteel,/area/ruin/space/has_grav/fastfood_employee)
"wN" = (/obj/structure/chair/comfy/black{dir = 8},/turf/open/floor/plasteel/dark,/area/ruin/space/has_grav/fastfood_main)
"wR" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden,/turf/open/floor/plasteel,/area/ruin/space/has_grav/fastfood_main)
"wX" = (/obj/structure/window/fulltile,/obj/structure/flora/junglebush/c,/obj/structure/sign/poster/contraband/corn_oil{pixel_y = -32},/obj/machinery/light/floor,/turf/open/floor/grass,/area/ruin/space/has_grav/fastfood_main)
"xa" = (/obj/item/reagent_containers/food/snacks/cracker,/turf/open/floor/plasteel/dark,/area/ruin/space/has_grav/fastfood_main)
"xa" = (/obj/item/reagent_containers/food/snacks/cracker,/obj/structure/table/wood,/turf/open/floor/plasteel/dark,/area/ruin/space/has_grav/fastfood_main)
"xg" = (/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/obj/machinery/light{dir = 1},/turf/open/floor/plasteel,/area/ruin/space/has_grav/fastfood_main)
"xi" = (/obj/item/toy/plush/gs13/tertia{pixel_x = -16},/turf/open/floor/plating/asteroid/airless,/area/space/nearstation)
"xv" = (/obj/machinery/atmospherics/pipe/simple/supply/hidden{dir = 8},/obj/effect/turf_decal/stripes/white/line{dir = 6; icon_state = "steel_decals3"},/obj/effect/turf_decal/stripes/white/line{dir = 2; icon_state = "steel_decals3"},/obj/effect/turf_decal/stripes/white/line{dir = 4; icon_state = "steel_decals3"},/obj/effect/turf_decal/stripes/white/line{dir = 1; icon_state = "steel_decals_central6"},/obj/effect/turf_decal/stripes/white/line{dir = 5; icon_state = "steel_decals3"},/turf/open/floor/plasteel/cafeteria,/area/ruin/space/has_grav/fastfood_employee)
@@ -309,7 +309,7 @@
"cbt" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/effect/turf_decal/stripes/line{dir = 1},/turf/open/floor/plasteel,/area/centcom/control)
"ccn" = (/obj/machinery/computer/shuttle,/turf/open/floor/engine/cult,/area/wizard_station)
"ccq" = (/obj/machinery/conveyor/inverted{dir = 9; id = "fatfacility_cargo_left"},/turf/open/floor/mineral/calorite,/area/fatlab)
"ccS" = (/obj/structure/closet/cabinet,/obj/item/clothing/suit/armor/hos/trenchcoat,/obj/item/clothing/suit/armor/hos/trenchcoat,/obj/item/clothing/shoes/jackboots/tall,/obj/item/clothing/gloves/combat,/obj/item/clothing/neck/cloak/centcom,/obj/item/clothing/shoes/combat/swat,/obj/item/clothing/mask/chameleon,/obj/machinery/light/small{dir = 1},/obj/item/clothing/accessory/medal/gato_badge/employee,/obj/item/clothing/head/HoS/beret/gato,/obj/item/clothing/head/HoS/gato,/obj/item/clothing/suit/space/hardsuit/ert/alert/gato,/obj/item/clothing/suit/armor/vest/capcarapace/gato,/obj/item/clothing/suit/armor/vest/capcarapace/paradepurple,/obj/item/clothing/suit/armor/vest/capcarapace/paradeblack,/obj/item/clothing/under/centcomdress,/obj/item/clothing/under/centcomdressvk,/turf/open/floor/plasteel/dark/side{dir = 9},/area/centcom/ferry)
"ccS" = (/obj/structure/closet/cabinet,/obj/item/clothing/suit/armor/hos/trenchcoat,/obj/item/clothing/suit/armor/hos/trenchcoat,/obj/item/clothing/shoes/jackboots/tall,/obj/item/clothing/gloves/combat,/obj/item/clothing/shoes/combat/swat,/obj/item/clothing/mask/chameleon,/obj/machinery/light/small{dir = 1},/obj/item/clothing/accessory/medal/gato_badge/employee,/obj/item/clothing/head/HoS/beret/gato,/obj/item/clothing/head/HoS/gato,/obj/item/clothing/suit/space/hardsuit/ert/alert/gato,/obj/item/clothing/suit/armor/vest/capcarapace/gato,/obj/item/clothing/suit/armor/vest/capcarapace/paradepurple,/obj/item/clothing/suit/armor/vest/capcarapace/paradeblack,/obj/item/clothing/under/centcomdress,/obj/item/clothing/under/centcomdressvk,/turf/open/floor/plasteel/dark/side{dir = 9},/area/centcom/ferry)
"cdu" = (/obj/structure/table/wood{layer = 3.3},/obj/item/kirbyplants{icon_state = "plant-05"; pixel_y = 4},/turf/open/floor/holofloor{dir = 9; icon_state = "wood"},/area/holodeck/rec_center/lounge)
"cdA" = (/obj/effect/turf_decal/tile/blue{dir = 4},/obj/effect/turf_decal/tile/blue{dir = 8},/turf/open/floor/plasteel/white,/area/centcom/control)
"cdF" = (/obj/structure/bed,/turf/open/floor/mineral/titanium/blue,/area/centcom/evac)
@@ -862,7 +862,7 @@
"gqf" = (/obj/machinery/door/airlock/centcom{name = "Briefing Room"; opacity = 1; req_access_txt = "101"},/obj/effect/turf_decal/stripes/line{dir = 2},/turf/open/floor/plasteel,/area/centcom/ferry)
"gql" = (/obj/structure/showcase{desc = "A strange machine supposedly from another world. The Wizard Federation has been meddling with it for years."; icon = 'icons/obj/machines/telecomms.dmi'; icon_state = "processor"; name = "byond random number generator"},/turf/open/floor/engine/cult,/area/wizard_station)
"gqX" = (/obj/structure/closet/crate,/obj/item/reagent_containers/food/snacks/sushie_pro,/obj/item/reagent_containers/food/snacks/sushie_pro,/obj/item/reagent_containers/food/snacks/sushie_pro,/obj/item/reagent_containers/food/snacks/taco,/obj/item/reagent_containers/food/snacks/taco,/obj/item/reagent_containers/food/snacks/taco,/turf/open/floor/plasteel/freezer,/area/fatlab)
"grd" = (/obj/structure/flora/crystal/medium/growth{icon_state = "crystalgrowth3"; pixel_x = -24; pixel_y = -1},/obj/structure/window/reinforced{dir = 4},/turf/open/indestructible/layenia/crystal/garden,/area/centcom/ferry)
"grd" = (/obj/structure/flora/crystal/medium/growth{icon_state = "crystalgrowth3"; pixel_x = -24; pixel_y = -1},/obj/structure/window/reinforced{dir = 4},/area/centcom/ferry)
"grn" = (/obj/structure/table/wood,/obj/item/storage/box/drinkingglasses,/obj/item/reagent_containers/food/drinks/bottle/whiskey{pixel_y = 5},/obj/machinery/light,/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/tdome/tdomeadmin)
"gry" = (/obj/effect/turf_decal/tile/green{dir = 4},/obj/effect/turf_decal/tile/green,/turf/open/floor/holofloor,/area/holodeck/rec_center/firingrange)
"grV" = (/obj/effect/turf_decal/tile/brown,/obj/effect/turf_decal/tile/yellow{dir = 8},/turf/open/floor/plasteel/dark,/area/awaymission/jungleresort)
@@ -1033,7 +1033,7 @@
"hGb" = (/obj/effect/turf_decal/stripes/line,/obj/effect/turf_decal/tile/red{dir = 1},/obj/effect/turf_decal/tile/red,/obj/effect/turf_decal/tile/red{dir = 8},/turf/open/floor/plasteel/dark,/area/ctf)
"hHg" = (/obj/structure/table,/obj/item/reagent_containers/food/snacks/burger/superbite{pixel_y = 8; pixel_x = 8},/obj/structure/disposalpipe/segment{dir = 4},/turf/open/floor/plasteel/dark,/area/fatlab)
"hHr" = (/obj/structure/extinguisher_cabinet{pixel_x = 26},/obj/effect/turf_decal/tile/neutral{dir = 1},/obj/effect/turf_decal/tile/neutral,/obj/effect/turf_decal/tile/neutral{dir = 4},/obj/effect/turf_decal/tile/neutral{dir = 8},/turf/open/floor/plasteel/dark,/area/centcom/ferry)
"hHO" = (/obj/docking_port/stationary{dir = 4; dwidth = 2; height = 7; id = "pod_away"; name = "recovery ship"; width = 5},/turf/open/floor/plating,/area/centcom/control)
"hHO" = (/obj/docking_port/stationary{dir = 4; dwidth = 2; height = 7; id = "pod1_away"; name = "recovery ship"; width = 5},/turf/open/floor/plating,/area/centcom/control)
"hIe" = (/obj/structure/table,/obj/machinery/computer/station_alert{dir = 8},/obj/structure/window{dir = 1},/turf/open/floor/carpet/gato,/area/centcom/ferry)
"hIt" = (/obj/effect/turf_decal/stripes/line{dir = 6},/turf/open/floor/plasteel,/area/tdome/tdomeadmin)
"hIA" = (/obj/item/kirbyplants{icon_state = "plant-21"},/turf/open/floor/plasteel,/area/centcom/ferry)
@@ -2079,7 +2079,7 @@
"oNh" = (/obj/structure/table/wood,/obj/item/clipboard{pixel_x = -14},/obj/item/pen/red{pixel_x = -14},/obj/item/folder/yellow{pixel_x = -5},/turf/open/floor/plasteel/grimy,/area/centcom/ferry)
"oNw" = (/obj/machinery/door/poddoor{density = 1; id = "XCCQMLoaddoor"; name = "Supply Dock Loading Door"},/obj/machinery/conveyor{dir = 8; id = "XCCQMLoad"},/obj/effect/turf_decal/stripes/end{dir = 8},/turf/open/floor/plasteel,/area/centcom/supply)
"oNG" = (/obj/machinery/autolathe,/turf/open/floor/wood,/area/centcom/holding)
"oNJ" = (/obj/structure/flora/crystal/medium/growth{icon_state = "crystalgrowth2"; pixel_x = -23; pixel_y = -1},/obj/structure/window/reinforced{dir = 4},/turf/open/indestructible/layenia/crystal/garden,/area/centcom/ferry)
"oNJ" = (/obj/structure/flora/crystal/medium/growth{icon_state = "crystalgrowth2"; pixel_x = -23; pixel_y = -1},/obj/structure/window/reinforced{dir = 4},/area/centcom/ferry)
"oOr" = (/obj/structure/closet/crate/large,/obj/effect/turf_decal/stripes/asteroid/line{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 1},/obj/effect/turf_decal/tile/brown{dir = 4},/turf/open/floor/plasteel/dark,/area/fatlab)
"oOB" = (/obj/machinery/status_display/ai,/turf/closed/indestructible/riveted,/area/centcom/supply)
"oOT" = (/obj/structure/medkit_cabinet{pixel_x = -27},/turf/open/floor/plasteel/white,/area/centcom/ferry)
@@ -0,0 +1,470 @@
"ab" = (/obj/effect/turf_decal/sand,/obj/structure/table,/obj/item/reagent_containers/rag/towel,/obj/item/reagent_containers/rag/towel{pixel_y = 4},/obj/item/reagent_containers/rag/towel{pixel_y = 8},/turf/open/floor/plating/beach/sand,/area/space)
"ac" = (/obj/structure/mirror{pixel_y = 28},/turf/open/floor/mineral/basaltstone_floor,/area/ctf)
"ad" = (/turf/open/floor/plating/beach/coastline_b{dir = 1},/area/ctf)
"at" = (/obj/structure/railing{dir = 1},/turf/open/floor/plaswood,/area/ctf)
"aJ" = (/obj/structure/flora/ausbushes/stalkybush,/turf/open/floor/plating/beach/coastline_b{dir = 4},/area/ctf)
"aK" = (/obj/structure/chair/bench/left{dir = 4},/obj/machinery/light{dir = 1; color = "#ffa500"},/turf/open/floor/plaswood,/area/space)
"bk" = (/obj/structure/table/wood,/obj/item/kitchen/knife/butcher,/obj/item/reagent_containers/food/snacks/fishfry{pixel_y = 12; pixel_x = -3},/obj/machinery/light/small{dir = 8},/turf/open/floor/wood/wood_large,/area/ctf)
"bv" = (/turf/open/floor/plating/beach/coastline_b{dir = 9},/area/ctf)
"bL" = (/obj/structure/closet/secure_closet/personal/cabinet,/obj/item/clothing/suit/jacket/letterman_red,/turf/open/floor/wood,/area/ctf)
"bQ" = (/turf/open/floor/plating/beach/coastline_t{dir = 10},/area/ctf)
"bR" = (/obj/structure/closet/secure_closet/personal/cabinet,/obj/item/clothing/neck/necklace/dope,/turf/open/floor/wood,/area/ctf)
"bY" = (/turf/open/floor/plating/beach/coastline_t/sandwater_inner{dir = 8},/area/ctf)
"cl" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/drinks/bottle/champagne,/turf/open/floor/wood,/area/ctf)
"cC" = (/obj/structure/rack,/obj/item/bdsm_whip/ridingcrop/fattening,/turf/open/floor/wood/wood_large,/area/ctf)
"cZ" = (/obj/effect/turf_decal/sand,/obj/effect/turf_decal/stripes/asteroid/line{dir = 10},/turf/open/floor/plating/beach/sand,/area/ctf)
"dw" = (/obj/structure/table,/obj/item/storage/box/donkpockets,/turf/open/floor/wood,/area/ctf)
"dz" = (/obj/item/reagent_containers/food/drinks/soda_cans/cola{pixel_x = -8; pixel_y = -4},/obj/item/reagent_containers/food/drinks/soda_cans/space_mountain_wind{pixel_x = 15},/turf/open/floor/plating/beach/sand,/area/ctf)
"dB" = (/obj/structure/flora/ausbushes/stalkybush,/turf/open/floor/plating/beach/water{desc = "What's the difference?"; name = "coastline water"},/area/ctf)
"dO" = (/obj/structure/table/wood,/obj/item/reagent_containers/rag,/turf/open/floor/wood,/area/ctf)
"dZ" = (/obj/effect/turf_decal/stripes/white/corner{dir = 1},/turf/open/floor/plating/beach/sand,/area/ctf)
"eo" = (/obj/structure/flora/ausbushes/stalkybush,/turf/open/floor/plating/beach/coastline_b{dir = 1},/area/ctf)
"ep" = (/turf/open/floor/plating/beach/coastline_b{density = 1},/area/ctf)
"er" = (/obj/machinery/hydroponics/constructable,/turf/open/floor/wood,/area/ctf)
"et" = (/obj/effect/overlay/coconut,/turf/open/floor/plating/beach/sand,/area/ctf)
"eA" = (/obj/structure/railing{dir = 1},/obj/structure/flora/ausbushes/stalkybush,/turf/open/floor/plating/beach/coastline_b,/area/ctf)
"eC" = (/obj/machinery/vending/hydronutrients,/turf/open/floor/wood,/area/ctf)
"eE" = (/obj/item/reagent_containers/food/drinks/bottle/orangejuice{pixel_x = -6},/obj/item/reagent_containers/food/drinks/bottle/pineapplejuice{pixel_x = 6},/turf/open/floor/carpet/orange,/area/ctf)
"eN" = (/obj/item/flashlight/flare/torch,/turf/open/floor/plating/beach/sand,/area/ctf)
"eO" = (/obj/machinery/gateway{dir = 1},/obj/effect/turf_decal/sand,/obj/effect/turf_decal/stripes/asteroid/line{dir = 1},/turf/open/floor/plating/beach/sand,/area/ctf)
"eU" = (/obj/structure/table/wood,/obj/item/seeds/ambrosia,/obj/item/seeds/tower,/obj/item/seeds/ambrosia/gaia,/obj/item/seeds/cannabis,/obj/item/seeds/cannabis/white,/turf/open/floor/wood,/area/ctf)
"fa" = (/obj/item/reagent_containers/food/drinks/soda_cans/lemon_lime{pixel_x = -12},/turf/open/floor/plating/beach/sand,/area/ctf)
"fd" = (/obj/item/toy/syndicateballoon,/turf/open/floor/plating/beach/sand,/area/ctf)
"fs" = (/obj/machinery/iv_drip/feeding_tube,/turf/open/floor/wood/wood_large,/area/ctf)
"fB" = (/obj/structure/table/wood,/turf/open/floor/wood,/area/ctf)
"fE" = (/turf/open/floor/wood/damturf/broken2,/area/ctf)
"fH" = (/obj/structure/fans/tiny,/obj/machinery/door/airlock/wood{id_tag = "beachbigsauna"; name = "Large Sauna"},/turf/open/floor/wood,/area/space)
"fJ" = (/obj/structure/mirror{pixel_x = -28},/obj/effect/turf_decal/sand,/obj/structure/sink{pixel_y = 32},/turf/open/floor/plasteel/white,/area/ctf)
"fK" = (/obj/structure/reagent_dispensers/beerkeg,/turf/open/floor/plating/beach/sand,/area/ctf)
"fW" = (/obj/structure/closet/secure_closet/personal/cabinet,/obj/item/clothing/suit/jacket/letterman,/turf/open/floor/wood,/area/ctf)
"gm" = (/obj/structure/flora/rock{desc = "A volcanic rock."; name = "coastal rock"},/turf/open/floor/plating/beach/water{desc = "What's the difference?"; name = "coastline water"},/area/ctf)
"gs" = (/obj/structure/flora/rock{desc = "A volcanic rock."; name = "coastal rock"},/turf/open/indestructible/binary{density = 1; desc = "I can't move through this."; icon = 'icons/misc/beach.dmi'; icon_state = "water"; name = "deep ocean water"},/area/ctf)
"gx" = (/obj/effect/overlay/palmtree_r,/obj/effect/overlay/coconut,/turf/open/floor/plating/beach/sand,/area/ctf)
"gF" = (/obj/structure/railing,/turf/open/floor/plaswood,/area/ctf)
"gI" = (/obj/structure/chair/comfy/plywood,/turf/open/floor/plating/beach/sand,/area/ctf)
"gJ" = (/obj/structure/table,/obj/item/reagent_containers/glass/beaker{pixel_x = 5},/turf/open/floor/wood,/area/ctf)
"gQ" = (/turf/open/floor/plating/beach/coastline_t,/area/ctf)
"hd" = (/obj/structure/chair/bench/left{dir = 4},/turf/open/floor/plaswood,/area/space)
"hp" = (/obj/effect/overlay/palmtree_l,/turf/open/floor/plating/beach/sand,/area/ctf)
"hW" = (/obj/structure/rack/shelf,/obj/item/mop/advanced,/obj/item/mop/advanced,/obj/item/storage/bag/trash/bluespace,/obj/item/storage/bag/trash/bluespace,/turf/open/floor/wood,/area/ctf)
"ii" = (/obj/item/reagent_containers/food/drinks/soda_cans/dr_gibb{pixel_x = -9; pixel_y = -7},/turf/open/floor/plating/beach/sand,/area/ctf)
"ik" = (/obj/item/trash/can{pixel_x = 14; pixel_y = 7},/turf/open/floor/plating/beach/sand,/area/ctf)
"ip" = (/obj/structure/flora/ausbushes/fullgrass,/turf/open/indestructible/binary{density = 1; desc = "I can't move through this."; icon = 'icons/misc/beach.dmi'; icon_state = "water"; name = "deep ocean water"},/area/ctf)
"ir" = (/obj/structure{desc = "Bar and beach south, dorms east."; icon = 'icons/obj/stationobjs.dmi'; icon_state = "signpost"; name = "directions signpost"},/turf/open/floor/plating/beach/sand,/area/ctf)
"ix" = (/turf/open/floor/wood/damturf/broken3,/area/ctf)
"iL" = (/obj/effect/turf_decal/sand,/obj/structure/table,/obj/item/reagent_containers/rag/towel,/obj/item/reagent_containers/rag/towel{pixel_y = 4},/obj/item/reagent_containers/rag/towel{pixel_y = 4},/obj/item/reagent_containers/rag/towel{pixel_y = 8},/turf/open/floor/plating/beach/sand,/area/space)
"iR" = (/turf/closed/wall/mineral/wood,/area/ctf)
"iX" = (/turf/open/floor/carpet/orange,/area/ctf)
"ja" = (/obj/structure/railing{dir = 4},/obj/structure/flora/ausbushes/fullgrass,/turf/open/floor/plating/beach/coastline_b{dir = 8},/area/ctf)
"jf" = (/obj/structure/railing{dir = 4},/turf/open/floor/wood,/area/ctf)
"jr" = (/turf/open/floor/plating/beach/coastline_t{dir = 8},/area/ctf)
"ju" = (/obj/item/reagent_containers/food/drinks/soda_cans/space_mountain_wind,/turf/open/floor/plating/beach/sand,/area/ctf)
"jA" = (/turf/open/floor/plating/beach/coastline_t{dir = 5},/area/ctf)
"jM" = (/obj/machinery/button/door{id = "changlinhut1"; name = "changing room lock"; normaldoorcontrol = 1; pixel_x = -24; specialfunctions = 4},/turf/open/floor/mineral/basaltstone_floor,/area/ctf)
"kj" = (/obj/structure/sign/poster/contraband/corn_oil,/turf/closed/wall/mineral/sandstone,/area/ctf)
"kr" = (/obj/machinery/jukebox/disco/indestructible,/turf/open/floor/light/colour_cycle,/area/ctf)
"kI" = (/obj/machinery/button/door{id = "toilet2"; name = "restroom lock"; normaldoorcontrol = 1; pixel_x = -24; specialfunctions = 4},/obj/effect/turf_decal/sand,/turf/open/floor/plasteel/white,/area/ctf)
"kK" = (/obj/structure/closet/secure_closet/bar,/obj/item/storage/box/drinkingglasses,/obj/item/reagent_containers/food/drinks/shaker,/turf/open/floor/wood,/area/ctf)
"kR" = (/obj/structure/mirror{pixel_x = 28},/obj/effect/turf_decal/sand,/obj/structure/sink{pixel_y = 32},/turf/open/floor/plasteel/white,/area/ctf)
"kT" = (/obj/structure/sauna_oven,/obj/machinery/light{dir = 1; color = "#ffa500"},/turf/open/floor/plaswood,/area/space)
"kV" = (/obj/machinery/button/door{id = "theloveshack4"; name = "door lock"; normaldoorcontrol = 1; pixel_x = 24; specialfunctions = 4},/obj/structure/bed/double,/obj/item/bedsheet/double_blue,/turf/open/floor/wood,/area/ctf)
"la" = (/obj/item/toy/sword/cx,/obj/item/toy/sword,/obj/item/toy/katana,/obj/item/toy/foamblade,/turf/open/floor/plating/beach/sand,/area/ctf)
"ld" = (/obj/machinery/deepfryer,/turf/open/floor/wood,/area/ctf)
"lh" = (/obj/item/reagent_containers/food/drinks/soda_cans/lemon_lime{pixel_x = -12},/obj/item/reagent_containers/food/drinks/soda_cans/dr_gibb{pixel_x = 13},/turf/open/floor/plating/beach/sand,/area/ctf)
"ln" = (/obj/structure/flora/ausbushes/fullgrass,/turf/open/floor/plating/beach/coastline_b{dir = 4},/area/ctf)
"lq" = (/obj/structure/flora/ausbushes/stalkybush,/turf/open/floor/plating/beach/coastline_b,/area/ctf)
"lP" = (/obj/structure/table/wood,/obj/item/gun/energy/kinetic_accelerator/crossbow/feeder,/turf/open/floor/wood/wood_large,/area/ctf)
"lY" = (/obj/structure/flora/ausbushes/stalkybush,/turf/open/floor/plating/beach/coastline_b{dir = 10},/area/ctf)
"mm" = (/obj/item/reagent_containers/food/drinks/bottle/wine,/obj/item/reagent_containers/food/drinks/bottle/rum,/obj/structure/table/wood,/turf/open/floor/wood,/area/ctf)
"mp" = (/obj/item/toy/plush/random,/turf/open/floor/plating/beach/sand,/area/ctf)
"mu" = (/obj/structure/flora/ausbushes/brflowers,/turf/open/floor/grass,/area/ctf)
"mv" = (/obj/structure/flora/rock/pile,/turf/open/floor/plating/beach/water,/area/ctf)
"mF" = (/turf/closed/indestructible/wood,/area/space)
"mL" = (/obj/structure/flora/ausbushes/fullgrass,/turf/open/floor/grass,/area/ctf)
"no" = (/obj/item/toy/plush/random,/turf/open/floor/plating/beach/coastline_t{dir = 8},/area/ctf)
"np" = (/obj/machinery/vending/dinnerware,/turf/open/floor/wood,/area/ctf)
"nr" = (/obj/structure/sink/kitchen{desc = "A sink used for washing one's hands and face. It looks rusty and home-made"; name = "old sink"; pixel_y = 28},/turf/open/floor/wood,/area/ctf)
"ny" = (/turf/open/floor/plating/beach/sand,/area/ctf)
"nA" = (/obj/machinery/button/door{id = "toilet1"; name = "restroom lock"; normaldoorcontrol = 1; pixel_x = 24; specialfunctions = 4},/obj/effect/turf_decal/sand,/turf/open/floor/plasteel/white,/area/ctf)
"nK" = (/obj/machinery/door/airlock/wood{id_tag = "oldshack"; name = "Decrepit Shack"},/turf/open/floor/wood/wood_large,/area/ctf)
"oa" = (/obj/machinery/shower{dir = 8},/obj/effect/turf_decal/sand,/turf/open/floor/plasteel/white,/area/ctf)
"oo" = (/obj/structure/flora/ausbushes/stalkybush,/turf/open/floor/plating/beach/coastline_b{dir = 8},/area/ctf)
"os" = (/obj/machinery/door/airlock/sandstone{id_tag = "theloveshack2"; name = "Beach Hut"},/turf/open/floor/wood,/area/ctf)
"ou" = (/obj/effect/turf_decal/stripes/white/full,/obj/item/toy/beach_ball,/turf/open/floor/plating/beach/sand,/area/ctf)
"ov" = (/obj/effect/turf_decal/sand,/obj/machinery/vending/snack/random,/turf/open/floor/plating/beach/sand,/area/ctf)
"ox" = (/obj/effect/turf_decal/sand,/obj/effect/turf_decal/stripes/asteroid/line{dir = 9},/turf/open/floor/plating/beach/sand,/area/ctf)
"oG" = (/obj/effect/turf_decal/stripes/white/corner,/obj/effect/turf_decal/stripes/white/line{dir = 4},/turf/open/floor/plating/beach/sand,/area/ctf)
"oR" = (/obj/structure/table/wood,/obj/item/storage/box/drinkingglasses,/turf/open/floor/wood,/area/ctf)
"pd" = (/obj/structure/table/wood,/obj/item/reagent_containers/glass/beaker/lipoifier{pixel_x = -8},/obj/item/reagent_containers/glass/beaker/waterbottle,/turf/open/floor/wood/wood_large,/area/ctf)
"pP" = (/obj/machinery/button/door{id = "theloveshack5"; name = "door lock"; normaldoorcontrol = 1; pixel_x = 24; specialfunctions = 4},/obj/structure/bed/double,/obj/item/bedsheet/black/double,/turf/open/floor/wood,/area/ctf)
"pS" = (/obj/effect/turf_decal/sand,/obj/machinery/jukebox,/turf/open/floor/plating/beach/sand,/area/ctf)
"qc" = (/obj/structure/flora/ausbushes/reedbush,/turf/open/floor/plating/beach/coastline_b{dir = 8},/area/ctf)
"qo" = (/obj/effect/overlay/coconut{pixel_x = -5; pixel_y = 4},/turf/open/floor/plating/beach/coastline_t/sandwater_inner,/area/ctf)
"qt" = (/mob/living/simple_animal/crab,/turf/open/floor/plating/beach/sand,/area/ctf)
"qC" = (/obj/structure/dresser{density = 0; pixel_y = 18},/turf/open/floor/wood,/area/ctf)
"qM" = (/obj/structure/flora/rock{desc = "A volcanic rock."; name = "coastal rock"},/turf/open/floor/plating/beach/coastline_b{dir = 4},/area/ctf)
"qQ" = (/obj/structure/railing{dir = 1},/obj/structure/flora/ausbushes/fullgrass,/turf/open/floor/plating/beach/coastline_b,/area/ctf)
"qU" = (/obj/structure/flora/rock{desc = "A volcanic rock."; name = "coastal rock"},/turf/open/floor/plating/beach/water,/area/ctf)
"rf" = (/obj/effect/turf_decal/stripes/white/full,/turf/open/floor/plating/beach/sand,/area/ctf)
"rh" = (/obj/effect/turf_decal/sand,/obj/machinery/vending/mealdor,/turf/open/floor/plating/beach/sand,/area/ctf)
"rp" = (/obj/structure/table/wood,/obj/item/storage/fancy/donut_box,/turf/open/floor/wood,/area/ctf)
"rz" = (/obj/effect/turf_decal/sand{density = 1},/obj/effect/decal/fakelattice,/turf/open/floor/pod/light{density = 1},/area/ctf)
"rY" = (/obj/machinery/light/small{dir = 1},/turf/open/floor/wood/wood_large,/area/ctf)
"rZ" = (/obj/structure/table/wood,/obj/item/clothing/glasses/sunglasses,/obj/item/reagent_containers/food/drinks/beer,/obj/item/reagent_containers/food/drinks/beer,/turf/open/floor/wood,/area/ctf)
"sb" = (/turf/open/floor/wood/damturf/broken1,/area/ctf)
"se" = (/turf/open/floor/light/colour_cycle,/area/ctf)
"sE" = (/obj/machinery/button/door{id = "beachbigsauna"; name = "Large Sauna Lock"; normaldoorcontrol = 1; specialfunctions = 4; pixel_y = -24},/turf/open/floor/wood,/area/space)
"sI" = (/obj/item/storage/bag/tray,/obj/item/reagent_containers/food/snacks/burger/mcguffin,/obj/item/reagent_containers/food/snacks/burger/chicken,/obj/item/reagent_containers/food/snacks/burger/cheese,/turf/open/floor/carpet/orange,/area/ctf)
"tt" = (/obj/effect/turf_decal/sand,/obj/effect/turf_decal/stripes/asteroid/line{dir = 8},/turf/open/floor/plating/beach/sand,/area/ctf)
"tw" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/drinks/ale,/turf/open/floor/wood,/area/ctf)
"tH" = (/obj/structure/table/wood,/obj/structure/sink{pixel_y = 32},/obj/item/stack/sheet/mineral/wood/fifty,/obj/item/stack/sheet/mineral/wood/fifty,/obj/item/reagent_containers/glass/bucket,/turf/open/floor/plaswood,/area/space)
"tI" = (/obj/structure/fans/tiny,/obj/machinery/door/airlock/wood{id_tag = "beachsmallsauna"; name = "Small Sauna"},/turf/open/floor/wood,/area/space)
"tK" = (/obj/structure/railing{dir = 8},/obj/structure/railing{dir = 1},/obj/structure/barricade/wooden,/turf/open/floor/plating/beach/coastline_b{dir = 9},/area/ctf)
"tN" = (/obj/structure/window/reinforced{dir = 4},/obj/effect/mob_spawn/human/beach/alive/lifeguard,/turf/open/floor/wood,/area/ctf)
"tP" = (/obj/structure/railing{dir = 8},/turf/open/floor/plating/beach/coastline_b{dir = 4},/area/ctf)
"tZ" = (/obj/structure/sauna_oven,/turf/open/floor/plaswood,/area/space)
"ub" = (/turf/open/floor/plating/beach/coastline_b{dir = 4},/area/ctf)
"ui" = (/obj/structure/window{dir = 4},/obj/structure/fans/tiny/invisible,/turf/open/water/jungle,/area/space)
"un" = (/turf/open/floor/plating/beach/coastline_t/sandwater_inner{dir = 1},/area/ctf)
"ur" = (/obj/effect/turf_decal/sand,/turf/open/floor/plasteel/white,/area/ctf)
"uv" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/drinks/soda_cans/lemon_lime,/turf/open/floor/wood,/area/ctf)
"uw" = (/obj/effect/turf_decal/sand,/obj/structure/table/wood,/obj/item/toy/poolnoodle/red,/obj/item/toy/poolnoodle/yellow,/obj/item/toy/poolnoodle/blue,/obj/item/reagent_containers/rag/towel/random,/obj/item/reagent_containers/rag/towel/random,/obj/item/reagent_containers/rag/towel/random,/turf/open/floor/plating/beach/sand,/area/ctf)
"ux" = (/obj/structure/barricade/wooden,/turf/open/floor/wood,/area/ctf)
"uC" = (/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 1; layer = 2.9},/obj/structure/chair/stool,/turf/open/floor/wood,/area/ctf)
"uH" = (/obj/effect/overlay/palmtree_r,/turf/open/floor/plating/beach/sand,/area/ctf)
"uU" = (/obj/effect/turf_decal/sand,/obj/effect/turf_decal/sand,/turf/open/floor/plating/beach/sand,/area/ctf)
"va" = (/obj/structure/flora/ausbushes/fullgrass,/turf/open/floor/plating/beach/coastline_b{dir = 8},/area/ctf)
"vb" = (/turf/open/floor/wood/wood_large,/area/ctf)
"vm" = (/obj/machinery/vending/boozeomat,/turf/open/floor/wood,/area/ctf)
"vn" = (/obj/effect/turf_decal/sand,/obj/machinery/portable_atmospherics/canister/water_vapor,/turf/open/floor/plating/beach/sand,/area/space)
"vp" = (/obj/item/toy/beach_ball,/turf/open/floor/plating/beach/sand,/area/ctf)
"vs" = (/obj/machinery/vending/autodrobe/all_access,/turf/open/floor/plating/beach/sand,/area/ctf)
"vv" = (/turf/closed/indestructible/wood,/area/ctf)
"vw" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/snacks/burger/fish,/turf/open/floor/wood/wood_large,/area/ctf)
"vz" = (/turf/open/floor/plating/beach/sand,/area/space)
"vC" = (/obj/structure/railing,/turf/open/floor/wood,/area/ctf)
"vE" = (/obj/structure/chair/wood,/turf/open/floor/wood,/area/ctf)
"vK" = (/obj/machinery/button/door{pixel_y = 22; id = "oldshack_prison"},/turf/open/floor/wood/wood_large,/area/ctf)
"vR" = (/obj/machinery/door/airlock/sandstone{id_tag = "toilet2"; name = "restroom stall"},/obj/effect/turf_decal/sand,/turf/open/floor/plasteel/white,/area/ctf)
"vX" = (/obj/structure/closet/secure_closet/personal/cabinet,/obj/item/hatchet/bone,/turf/open/floor/wood/wood_large,/area/ctf)
"wo" = (/obj/machinery/computer/security/telescreen/entertainment{pixel_y = 32},/turf/open/floor/wood,/area/ctf)
"wz" = (/obj/structure/flora/ausbushes/leafybush,/turf/open/floor/plating/beach/coastline_b{dir = 1},/area/ctf)
"wC" = (/obj/effect/overlay/palmtree_l{pixel_y = 25},/obj/effect/overlay/coconut{pixel_x = -7; pixel_y = 7},/turf/open/floor/plating/beach/sand,/area/ctf)
"wW" = (/obj/structure/flora/ausbushes/reedbush,/turf/open/indestructible/binary{density = 1; desc = "I can't move through this."; icon = 'icons/misc/beach.dmi'; icon_state = "water"; name = "deep ocean water"},/area/ctf)
"xq" = (/obj/structure/table/wood,/obj/machinery/chem_dispenser/drinks/fullupgrade{dir = 8},/turf/open/floor/wood,/area/ctf)
"xw" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/item/bikehorn/airhorn,/obj/structure/table/wood,/obj/item/storage/firstaid,/obj/item/storage/firstaid/brute,/turf/open/floor/wood,/area/ctf)
"xJ" = (/obj/effect/turf_decal/sand,/obj/effect/turf_decal/stripes/asteroid/line{dir = 5},/turf/open/floor/plating/beach/sand,/area/ctf)
"xP" = (/obj/structure/closet/wardrobe/mixed,/turf/open/floor/mineral/basaltstone_floor,/area/ctf)
"yc" = (/obj/structure/chair/bench/left{dir = 8},/turf/open/floor/plaswood,/area/space)
"yg" = (/obj/item/trash/chips{pixel_x = -18; pixel_y = 7},/turf/open/floor/plating/beach/sand,/area/ctf)
"yk" = (/turf/open/floor/plating/beach/coastline_t{dir = 6},/area/ctf)
"yy" = (/turf/open/floor/plating/beach/coastline_t{dir = 1},/area/ctf)
"yH" = (/obj/structure/table,/obj/item/kitchen/rollingpin,/turf/open/floor/wood,/area/ctf)
"yJ" = (/obj/effect/turf_decal/sand,/obj/machinery/vending/cigarette,/turf/open/floor/plating/beach/sand,/area/ctf)
"yP" = (/obj/structure/flora/ausbushes/reedbush,/turf/open/floor/plating/beach/water,/area/ctf)
"zg" = (/turf/open/floor/wood,/area/ctf)
"zh" = (/obj/effect/overlay/palmtree_l,/turf/open/floor/plating/beach/coastline_t{dir = 4},/area/ctf)
"zD" = (/obj/structure/window{dir = 8},/obj/structure/fans/tiny/invisible,/turf/open/water/jungle,/area/space)
"zG" = (/obj/structure/flora/ausbushes/fullgrass,/turf/open/floor/plating/beach/coastline_b{dir = 1},/area/ctf)
"zH" = (/obj/effect/turf_decal/stripes/white/line{dir = 4},/turf/open/floor/plating/beach/sand,/area/ctf)
"Aj" = (/obj/machinery/portable_atmospherics/canister/water_vapor,/obj/structure/sink{pixel_y = 32},/turf/open/floor/plaswood,/area/space)
"As" = (/obj/effect/overlay/palmtree_r{desc = "How did you get here?"; icon_state = "palm2"; name = "\proper island palm tree"},/turf/open/floor/plating/beach/sand,/area/ctf)
"AC" = (/obj/effect/turf_decal/stripes/white/corner,/turf/open/floor/plating/beach/sand,/area/ctf)
"AH" = (/obj/effect/overlay/palmtree_l,/obj/effect/overlay/coconut,/turf/open/floor/plating/beach/sand,/area/ctf)
"BM" = (/obj/item/gun/energy/fatoray,/turf/closed/mineral,/area/ctf)
"BP" = (/obj/machinery/door/airlock/sandstone{id_tag = "theloveshack4"; name = "Beach Hut"},/turf/open/floor/wood,/area/ctf)
"Ch" = (/obj/machinery/button/door{id = "theloveshack1"; name = "door lock"; normaldoorcontrol = 1; pixel_x = 24; specialfunctions = 4},/obj/item/bedsheet/double_gato,/obj/structure/bed/double,/turf/open/floor/wood,/area/ctf)
"Cq" = (/obj/structure/sign/poster/official/gato_logo,/turf/closed/wall/mineral/sandstone,/area/ctf)
"CA" = (/obj/structure/flora/ausbushes/leafybush,/turf/open/floor/plating/beach/coastline_b{dir = 4},/area/ctf)
"CS" = (/obj/effect/turf_decal/sand,/obj/effect/turf_decal/stripes/asteroid/line{dir = 4},/turf/open/floor/plating/beach/sand,/area/ctf)
"Db" = (/obj/structure/bed/dogbed,/obj/item/clothing/neck/petcollar/locked/calorite{pixel_x = -6; pixel_y = -8},/obj/machinery/light/small{dir = 1},/turf/open/floor/wood/damturf/broken3,/area/ctf)
"Du" = (/obj/structure/flora/ausbushes/stalkybush,/turf/open/floor/plating/beach/water,/area/ctf)
"Dw" = (/obj/structure/closet/secure_closet/personal/cabinet,/obj/item/clothing/glasses/heat,/turf/open/floor/wood,/area/ctf)
"DN" = (/obj/item/reagent_containers/food/drinks/beer/light{pixel_x = -14; pixel_y = 15},/turf/open/floor/plating/beach/sand,/area/ctf)
"DT" = (/obj/structure/mineral_door/wood{name = "bar"},/turf/open/floor/wood,/area/ctf)
"DU" = (/obj/structure/table,/obj/item/reagent_containers/food/drinks/soda_cans/sodawater,/obj/item/reagent_containers/food/drinks/soda_cans/shamblers,/obj/item/reagent_containers/food/drinks/soda_cans/pwr_game,/obj/item/reagent_containers/food/drinks/soda_cans/air,/obj/item/reagent_containers/food/drinks/soda_cans/canned_laughter,/obj/item/reagent_containers/food/drinks/soda_cans/tonic,/obj/item/reagent_containers/spray/spraytan,/turf/open/floor/plating/beach/sand,/area/ctf)
"Ea" = (/obj/structure/flora/ausbushes/reedbush,/turf/open/floor/plating/beach/water{desc = "What's the difference?"; name = "coastline water"},/area/ctf)
"Eb" = (/obj/effect/turf_decal/sand,/turf/open/floor/plating/beach/sand,/area/ctf)
"Eo" = (/obj/machinery/door/airlock/sandstone{id_tag = "toilet1"; name = "restroom stall"},/obj/effect/turf_decal/sand,/turf/open/floor/plasteel/white,/area/ctf)
"Eq" = (/obj/item/reagent_containers/food/drinks/soda_cans/cola{pixel_x = -5},/turf/open/floor/plating/beach/sand,/area/ctf)
"Es" = (/turf/open/floor/wood,/area/space)
"ED" = (/mob/living/simple_animal/parrot,/turf/open/floor/plating/beach/sand,/area/ctf)
"EE" = (/obj/effect/turf_decal/sand,/obj/effect/turf_decal/stripes/asteroid/line,/turf/open/floor/plating/beach/sand,/area/ctf)
"EL" = (/obj/effect/turf_decal/sand,/obj/effect/turf_decal/stripes/asteroid/line{dir = 1},/turf/open/floor/plating/beach/sand,/area/ctf)
"EM" = (/obj/structure/table/wood,/obj/item/reagent_containers/food/condiment/peppermill{pixel_x = 3},/obj/item/reagent_containers/food/condiment/saltshaker{pixel_x = -3},/turf/open/floor/wood,/area/ctf)
"EN" = (/turf/open/floor/wood/damturf/broken7,/area/ctf)
"ER" = (/obj/item/reagent_containers/food/snacks/grown/cannabis/rainbow,/turf/open/floor/wood,/area/ctf)
"FF" = (/obj/item/stack/sheet/plastic/fifty,/obj/item/stack/sheet/plastic/fifty,/obj/machinery/autolathe/toy,/turf/open/floor/plating/beach/sand,/area/ctf)
"FH" = (/obj/item/clothing/glasses/heat,/turf/open/floor/plating/beach/sand,/area/ctf)
"FQ" = (/obj/structure/rack/shelf,/obj/item/reagent_containers/food/snacks/rationpack,/obj/item/reagent_containers/food/snacks/rationpack,/obj/item/reagent_containers/food/snacks/rationpack,/obj/item/reagent_containers/food/snacks/rationpack,/obj/item/reagent_containers/food/snacks/rationpack,/turf/open/floor/wood/wood_large,/area/ctf)
"Gg" = (/obj/structure/table,/turf/open/floor/wood,/area/ctf)
"Gk" = (/obj/machinery/button/door{pixel_y = -22; id = "oldshack"},/obj/item/kirbyplants/dead,/turf/open/floor/wood/wood_large,/area/ctf)
"Gt" = (/obj/structure/closet/crate/critter,/turf/open/floor/wood/wood_large,/area/ctf)
"GI" = (/mob/living/simple_animal/crab/kreb,/turf/open/floor/plating/beach/sand,/area/ctf)
"GM" = (/obj/structure/table/wood,/obj/item/ashtray,/turf/open/floor/wood,/area/ctf)
"GP" = (/obj/structure/weightmachine/stacklifter,/obj/effect/turf_decal/sand,/turf/open/floor/plating/beach/sand,/area/ctf)
"GU" = (/obj/machinery/door/airlock/sandstone{id_tag = "theloveshack5"; name = "Beach Hut"},/turf/open/floor/wood,/area/ctf)
"Hb" = (/turf/closed/mineral,/area/ctf)
"Hi" = (/obj/structure/dresser{density = 0},/turf/open/floor/wood,/area/ctf)
"Hn" = (/obj/structure/statue/calorite/fatty,/turf/open/floor/plating/beach/sand,/area/ctf)
"Hu" = (/obj/structure/railing{dir = 8},/obj/structure/barricade/wooden,/turf/open/floor/plating/beach/water{desc = "What's the difference?"; name = "coastline water"},/area/ctf)
"HF" = (/obj/structure/table,/obj/machinery/microwave{pixel_x = -3; pixel_y = 6},/turf/open/floor/wood,/area/ctf)
"HR" = (/obj/structure/sign/poster/contraband/red_rum,/turf/closed/wall/mineral/sandstone,/area/ctf)
"HV" = (/obj/item/clothing/head/collectable/paper{desc = "What looks like an ordinary paper hat is actually a rare and valuable collector's edition paper hat. Keep away from fire, Curators, and ocean waves."},/turf/open/floor/plating/beach/water,/area/ctf)
"Ii" = (/obj/structure/chair/bench/left{dir = 8},/obj/machinery/button/door{id = "beachsmallsauna"; name = "Small Sauna Lock"; normaldoorcontrol = 1; specialfunctions = 4; pixel_y = -24},/turf/open/floor/plaswood,/area/space)
"Im" = (/turf/open/floor/plating/beach/coastline_b{dir = 8},/area/ctf)
"Ip" = (/obj/structure/sign/poster/contraband/syndicate_recruitment{pixel_x = -28},/turf/open/floor/plating/beach/sand,/area/ctf)
"Iu" = (/obj/structure/flora/ausbushes/stalkybush,/turf/open/indestructible/binary{density = 1; desc = "I can't move through this."; icon = 'icons/misc/beach.dmi'; icon_state = "water"; name = "deep ocean water"},/area/ctf)
"Iv" = (/obj/effect/turf_decal/sand,/turf/open/floor/plating/beach/sand,/area/space)
"ID" = (/obj/structure/flora/ausbushes/ppflowers,/turf/open/floor/grass,/area/ctf)
"IO" = (/obj/structure/railing{dir = 4},/turf/open/floor/plating/beach/coastline_b{dir = 8},/area/ctf)
"IS" = (/obj/structure/flora/ausbushes/stalkybush{desc = "It can't be smoked."; name = "sea weed"},/turf/open/indestructible/binary{density = 1; desc = "I can't move through this."; icon = 'icons/misc/beach.dmi'; icon_state = "water"; name = "deep ocean water"},/area/ctf)
"Ja" = (/obj/structure/weightmachine/weightlifter,/obj/effect/turf_decal/sand,/turf/open/floor/plating/beach/sand,/area/ctf)
"Ji" = (/obj/structure/dresser,/turf/open/floor/wood/wood_large,/area/ctf)
"Jp" = (/turf/open/floor/plating/beach/coastline_b,/area/ctf)
"Jq" = (/obj/machinery/vending/clothing,/turf/open/floor/plating/beach/sand,/area/ctf)
"Js" = (/obj/effect/turf_decal/stripes/white/line,/turf/open/floor/plating/beach/sand,/area/ctf)
"Jv" = (/obj/machinery/seed_extractor,/turf/open/floor/wood,/area/ctf)
"JB" = (/obj/effect/turf_decal/stripes/white/line{dir = 8},/turf/open/floor/plating/beach/sand,/area/ctf)
"JD" = (/obj/effect/turf_decal/sand,/obj/structure/table/wood,/obj/item/toy/poolnoodle/blue,/obj/item/toy/poolnoodle/red,/obj/item/toy/poolnoodle/yellow,/obj/item/reagent_containers/rag/towel/random,/obj/item/reagent_containers/rag/towel/random,/obj/item/reagent_containers/rag/towel/random,/turf/open/floor/plating/beach/sand,/area/ctf)
"JG" = (/turf/open/floor/plating/beach/water{desc = "What's the difference?"; name = "coastline water"},/area/ctf)
"JK" = (/obj/structure/table/wood,/obj/item/flashlight/lantern,/turf/open/floor/wood,/area/ctf)
"JX" = (/obj/structure/barricade/wooden,/obj/structure/barricade/wooden/crude,/obj/effect/spawner/structure/window/reinforced,/turf/open/floor/wood,/area/ctf)
"JY" = (/turf/open/floor/grass,/area/ctf)
"JZ" = (/obj/item/reagent_containers/food/drinks/soda_cans/space_mountain_wind{pixel_x = -17; pixel_y = 17},/turf/open/floor/plating/beach/sand,/area/ctf)
"Kh" = (/turf/open/floor/plating/beach/coastline_t/sandwater_inner,/area/ctf)
"Ku" = (/obj/machinery/button/door{id = "loveshack"; name = "love shack lock"; normaldoorcontrol = 1; pixel_x = 24; specialfunctions = 4},/obj/structure/bed/double,/obj/item/bedsheet/double_red,/turf/open/floor/wood,/area/ctf)
"Kw" = (/obj/machinery/door/airlock/sandstone{id_tag = "theloveshack3"; name = "Beach Hut"},/turf/open/floor/wood,/area/ctf)
"KE" = (/turf/open/floor/wood/damturf/broken4,/area/ctf)
"KG" = (/obj/structure/table/wood,/obj/machinery/microwave{pixel_y = 6},/turf/open/floor/wood/wood_large,/area/ctf)
"KH" = (/obj/item/stack/sheet/mineral/calorite,/obj/item/stack/sheet/mineral/calorite,/obj/item/stack/sheet/mineral/calorite,/obj/item/stack/sheet/mineral/calorite,/obj/item/stack/sheet/mineral/calorite,/obj/item/stack/sheet/mineral/calorite,/obj/item/stack/sheet/mineral/calorite,/obj/item/stack/sheet/mineral/calorite,/obj/item/stack/sheet/mineral/calorite,/obj/item/stack/sheet/mineral/calorite,/obj/item/stack/sheet/mineral/calorite,/obj/item/stack/sheet/mineral/calorite,/turf/open/floor/plating/beach/sand,/area/ctf)
"KQ" = (/obj/item/clothing/shoes/sandal,/obj/item/clothing/shoes/sandal,/obj/item/clothing/shoes/sandal,/obj/structure/closet/crate,/obj/effect/turf_decal/sand,/obj/item/reagent_containers/rag/towel/random,/turf/open/floor/plating/beach/sand,/area/ctf)
"Lf" = (/obj/item/toy/minimeteor,/turf/open/floor/plating/beach/sand,/area/ctf)
"Lj" = (/obj/item/melee/skateboard{color = "#6666ff"; desc = "Yes, surf boards have wheels. Stop laughing."; name = "surf board"; pixel_x = -15; pixel_y = 1},/turf/open/floor/plating/beach/water,/area/ctf)
"Lv" = (/obj/machinery/processor,/turf/open/floor/wood,/area/ctf)
"Lw" = (/obj/structure/closet/secure_closet/freezer/kitchen{req_access = list(25)},/obj/item/storage/fancy/egg_box,/obj/item/reagent_containers/food/condiment/milk,/obj/item/reagent_containers/food/condiment/milk,/obj/item/reagent_containers/food/condiment/flour,/obj/item/reagent_containers/food/condiment/flour,/obj/item/reagent_containers/food/condiment/mayonnaise,/obj/item/reagent_containers/food/condiment/sugar,/obj/item/reagent_containers/food/condiment/sugar,/obj/item/reagent_containers/food/condiment/enzyme,/obj/item/reagent_containers/food/condiment/enzyme{layer = 5},/turf/open/floor/wood,/area/ctf)
"LQ" = (/obj/item/toy/plush/random,/turf/open/floor/plating/beach/coastline_t/sandwater_inner{dir = 8},/area/ctf)
"LX" = (/obj/structure/railing{dir = 4},/obj/structure/flora/ausbushes/stalkybush,/turf/open/floor/plating/beach/coastline_b{dir = 8},/area/ctf)
"LZ" = (/obj/effect/turf_decal/sand,/obj/structure/closet/secure_closet/personal,/obj/item/reagent_containers/rag/towel,/turf/open/floor/plating/beach/sand,/area/space)
"Mk" = (/obj/machinery/button/door{id = "changlinhut2"; name = "changing room lock"; normaldoorcontrol = 1; pixel_x = 24; specialfunctions = 4},/turf/open/floor/mineral/basaltstone_floor,/area/ctf)
"Mo" = (/turf/open/floor/plating/beach/water,/area/ctf)
"MO" = (/turf/closed/indestructible/rock,/area/ctf)
"MV" = (/turf/open/floor/wood/damturf/broken6,/area/ctf)
"MW" = (/obj/effect/overlay/palmtree_r,/turf/open/floor/plating/beach/coastline_t{dir = 1},/area/ctf)
"Nl" = (/obj/effect/baseturf_helper/beach/sand,/turf/open/floor/plating/beach/sand,/area/ctf)
"Nn" = (/obj/machinery/button/door{id = "theloveshack3"; name = "door lock"; normaldoorcontrol = 1; pixel_x = 24; specialfunctions = 4},/obj/item/bedsheet/double_gato,/obj/structure/bed/double,/turf/open/floor/wood,/area/ctf)
"Nx" = (/obj/effect/turf_decal/sand,/obj/machinery/telecomms/relay/preset/mining,/turf/open/floor/plating/beach/sand,/area/ctf)
"Ny" = (/obj/item/clothing/mask/gas/tiki_mask,/obj/structure/table/wood,/turf/open/floor/plating/beach/sand,/area/ctf)
"Nz" = (/obj/structure/railing{dir = 1},/turf/open/floor/plating/beach/coastline_b,/area/ctf)
"NO" = (/obj/structure/sign/barsign{pixel_y = 32},/obj/effect/turf_decal/sand,/turf/open/floor/plating/beach/sand,/area/ctf)
"NX" = (/turf/open/floor/plating/beach/coastline_t/sandwater_inner{dir = 4},/area/ctf)
"NY" = (/obj/machinery/door/airlock/sandstone{id_tag = "changlinhut1"; name = "changing room"},/turf/open/floor/mineral/basaltstone_floor,/area/ctf)
"Ol" = (/obj/effect/overlay/coconut{pixel_x = 17; pixel_y = 7},/turf/open/floor/plating/beach/sand,/area/ctf)
"On" = (/obj/machinery/door/airlock/wood/glass{id_tag = "oldshack_prison"; name = "Tight Cell"},/turf/open/floor/wood,/area/ctf)
"Or" = (/turf/closed/indestructible/sandstone,/area/ctf)
"Pe" = (/obj/machinery/computer/security/telescreen/entertainment{pixel_y = -32},/turf/open/floor/wood,/area/ctf)
"PK" = (/obj/structure/flora/ausbushes/reedbush,/turf/open/floor/plating/beach/coastline_b{dir = 4},/area/ctf)
"Qi" = (/obj/structure/chair/bench{dir = 4},/turf/open/floor/plaswood,/area/space)
"Qr" = (/obj/effect/overlay/palmtree_l,/turf/open/floor/plating/beach/coastline_t/sandwater_inner{dir = 1},/area/ctf)
"QC" = (/obj/item/reagent_containers/food/drinks/soda_cans/starkist{pixel_x = -12; pixel_y = 3},/turf/open/floor/plating/beach/sand,/area/ctf)
"QQ" = (/obj/structure/closet/athletic_mixed,/obj/effect/turf_decal/sand,/turf/open/floor/plating/beach/sand,/area/ctf)
"QS" = (/turf/open/indestructible/binary{density = 1; desc = "I can't move through this."; icon = 'icons/misc/beach.dmi'; icon_state = "water"; name = "deep ocean water"},/area/ctf)
"QT" = (/obj/machinery/shower{dir = 4},/obj/effect/turf_decal/sand,/turf/open/floor/plasteel/white,/area/ctf)
"QV" = (/obj/structure/sign/poster/contraband/chefpropaganda,/turf/closed/wall/mineral/sandstone,/area/ctf)
"QX" = (/obj/effect/mob_spawn/human/bartender/alive,/turf/open/floor/wood,/area/ctf)
"Rh" = (/obj/structure/bed/double,/obj/item/bedsheet/cult/double,/turf/open/floor/wood/wood_large,/area/ctf)
"Rq" = (/turf/open/floor/plating/beach/coastline_t{dir = 4},/area/ctf)
"Ry" = (/mob/living/simple_animal/hostile/shark/kawaii,/turf/open/floor/plating/beach/water{desc = "What's the difference?"; name = "coastline water"},/area/ctf)
"RC" = (/obj/structure/flora/ausbushes/sunnybush,/turf/open/floor/plating/beach/sand,/area/ctf)
"RK" = (/obj/effect/turf_decal/sand,/obj/vehicle/ridden/wheelchair,/turf/open/floor/plating/beach/sand,/area/ctf)
"RX" = (/obj/structure/table,/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/obj/item/stack/packageWrap,/turf/open/floor/wood,/area/ctf)
"Sc" = (/obj/item/flashlight/lantern{pixel_x = -9},/turf/open/floor/wood,/area/ctf)
"Sg" = (/turf/open/floor/plating/beach/coastline_b{dir = 10},/area/ctf)
"SA" = (/turf/closed/wall/mineral/sandstone,/area/ctf)
"SH" = (/obj/structure/sign/poster/contraband/shamblers_juice,/turf/closed/wall/mineral/sandstone,/area/ctf)
"SW" = (/obj/structure/table/wood,/obj/machinery/chem_dispenser/drinks/beer/fullupgrade{dir = 8},/turf/open/floor/wood,/area/ctf)
"Te" = (/obj/item/reagent_containers/food/drinks/soda_cans/starkist{pixel_x = -6},/turf/open/floor/plating/beach/sand,/area/ctf)
"Tk" = (/obj/structure/flora/ausbushes/ywflowers,/turf/open/floor/grass,/area/ctf)
"Tm" = (/obj/structure/table,/obj/item/reagent_containers/food/drinks/beer,/obj/item/reagent_containers/food/drinks/beer,/obj/item/reagent_containers/food/drinks/beer,/obj/item/reagent_containers/food/drinks/beer,/obj/item/reagent_containers/food/drinks/beer,/obj/item/reagent_containers/food/drinks/beer,/turf/open/floor/plating/beach/sand,/area/ctf)
"Tp" = (/obj/machinery/door/airlock/sandstone{id_tag = "theloveshack1"; name = "Beach Hut"},/turf/open/floor/wood,/area/ctf)
"Tr" = (/turf/open/floor/plating/beach/coastline_b{dir = 5},/area/ctf)
"Tt" = (/obj/structure/toilet{pixel_y = 8},/obj/effect/turf_decal/sand,/turf/open/floor/plasteel/white,/area/ctf)
"Tz" = (/obj/structure/flora/rock/pile,/turf/open/floor/plating/beach/water{desc = "What's the difference?"; name = "coastline water"},/area/ctf)
"TB" = (/turf/open/floor/plasteel/stairs/old,/area/ctf)
"TR" = (/turf/open/floor/plating/beach/coastline_t{dir = 9},/area/ctf)
"TW" = (/obj/structure/table,/obj/machinery/reagentgrinder,/turf/open/floor/wood,/area/ctf)
"Ue" = (/obj/structure/closet/secure_closet/personal/cabinet,/obj/item/clothing/suit/jacket/letterman_nanotrasen,/turf/open/floor/wood,/area/ctf)
"Up" = (/obj/structure/table/wood,/obj/item/storage/fancy/rollingpapers,/obj/item/storage/fancy/rollingpapers,/turf/open/floor/wood,/area/ctf)
"Uv" = (/obj/structure/table,/obj/item/clothing/under/color/rainbow,/obj/item/clothing/glasses/sunglasses,/obj/item/clothing/head/collectable/petehat{pixel_y = 5},/turf/open/floor/plating/beach/sand,/area/ctf)
"Uy" = (/obj/structure/railing{dir = 4},/obj/structure/barricade/wooden,/turf/open/floor/plating/beach/water{desc = "What's the difference?"; name = "coastline water"},/area/ctf)
"Uz" = (/obj/machinery/button/door{id = "theloveshack2"; name = "door lock"; normaldoorcontrol = 1; pixel_x = 24; specialfunctions = 4},/obj/item/bedsheet/double_gato,/obj/structure/bed/double,/turf/open/floor/wood,/area/ctf)
"UY" = (/obj/structure/table,/obj/item/reagent_containers/food/snacks/chips,/obj/item/toy/beach_ball,/turf/open/floor/plating/beach/sand,/area/ctf)
"Ve" = (/obj/structure/railing{dir = 1},/turf/open/floor/wood,/area/ctf)
"VC" = (/turf/open/floor/plating/beach/coastline_b{dir = 6},/area/ctf)
"VM" = (/obj/structure/closet/crate/wooden/toy,/turf/open/floor/plating/beach/sand,/area/ctf)
"VZ" = (/obj/machinery/door/airlock/sandstone{id_tag = "loveshack"; name = "Beach Hut"},/turf/open/floor/wood,/area/ctf)
"Wa" = (/obj/structure/closet/secure_closet/personal/cabinet,/obj/item/clothing/suit/jacket/letterman_syndie,/turf/open/floor/wood,/area/ctf)
"We" = (/obj/structure/flora/ausbushes/reedbush,/turf/open/floor/plating/beach/coastline_b,/area/ctf)
"Wf" = (/obj/effect/turf_decal/sand,/obj/machinery/vending/gato,/turf/open/floor/plating/beach/sand,/area/ctf)
"Wg" = (/obj/structure/closet/crate/wooden,/obj/item/reagent_containers/food/snacks/carpmeat,/obj/item/reagent_containers/food/snacks/carpmeat,/obj/item/reagent_containers/food/snacks/carpmeat,/obj/item/reagent_containers/food/snacks/carpmeat,/obj/item/reagent_containers/food/snacks/carpmeat,/obj/item/reagent_containers/food/snacks/carpmeat,/obj/item/reagent_containers/food/snacks/carpmeat,/obj/item/reagent_containers/food/snacks/carpmeat,/obj/item/reagent_containers/food/snacks/carpmeat,/turf/open/floor/wood,/area/ctf)
"Wz" = (/obj/machinery/door/airlock/sandstone{id_tag = "changlinhut2"; name = "changing room"},/turf/open/floor/mineral/basaltstone_floor,/area/ctf)
"WB" = (/obj/machinery/smartfridge/drying_rack,/turf/open/floor/wood,/area/ctf)
"WF" = (/obj/structure/flora/ausbushes/stalkybush{desc = "It can't be smoked."; name = "sea weed"},/turf/open/floor/plating/beach/coastline_b{dir = 8},/area/ctf)
"WM" = (/obj/structure/flora/ausbushes/grassybush,/turf/open/floor/plating/beach/coastline_b{dir = 4},/area/ctf)
"WR" = (/obj/effect/turf_decal/sand,/obj/effect/turf_decal/stripes/asteroid/line{dir = 6},/turf/open/floor/plating/beach/sand,/area/ctf)
"WU" = (/obj/item/toy/plush/random,/turf/open/floor/plating/beach/coastline_t{dir = 10},/area/ctf)
"Xc" = (/obj/structure/flora/ausbushes/leafybush,/turf/open/floor/plating/beach/coastline_b,/area/ctf)
"Xj" = (/obj/machinery/food_cart,/turf/open/floor/wood,/area/ctf)
"Xw" = (/obj/structure/chair/comfy/plywood{dir = 4},/turf/open/floor/plating/beach/sand,/area/ctf)
"Xz" = (/obj/structure/railing{dir = 8},/obj/structure/flora/ausbushes/stalkybush,/turf/open/floor/plating/beach/coastline_b{dir = 4},/area/ctf)
"XB" = (/obj/effect/turf_decal/sand,/obj/structure/chair/stool,/turf/open/floor/plating/beach/sand,/area/ctf)
"XK" = (/obj/structure/closet/crate/wooden{desc = "Now this is what island exploration is all about."; name = "Treasure Chest"},/obj/item/clothing/head/pirate,/obj/item/clothing/glasses/eyepatch,/obj/item/clothing/suit/pirate,/obj/item/melee/sabre{desc = "This isn't real however it can trick someone into thinking you have something real.."; force = 0; name = "foam pirate's sabre"; throwforce = 0},/obj/item/melee/sabre{desc = "This isn't real however it can trick someone into thinking you have something real.."; force = 0; name = "foam pirate's sabre"; throwforce = 0},/turf/open/floor/plating/beach/sand,/area/ctf)
"XR" = (/obj/structure/flora/ausbushes/stalkybush{desc = "It can't be smoked."; name = "sea weed"},/turf/open/floor/plating/beach/coastline_b{dir = 1},/area/ctf)
"Ym" = (/obj/structure/sign/poster/ripped{pixel_x = 32},/turf/open/floor/plating/beach/sand,/area/ctf)
"Yq" = (/obj/effect/turf_decal/sand,/obj/machinery/vending/kink,/turf/open/floor/plating/beach/sand,/area/ctf)
"Yu" = (/obj/effect/overlay/palmtree_l,/turf/open/floor/plating/beach/coastline_t/sandwater_inner{dir = 4},/area/ctf)
"YP" = (/obj/item/reagent_containers/food/drinks/soda_cans/cola{pixel_x = -8; pixel_y = -4},/turf/open/floor/plating/beach/sand,/area/ctf)
"YR" = (/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced,/obj/item/megaphone,/turf/open/floor/wood,/area/ctf)
"YS" = (/obj/machinery/grill/unwrenched,/obj/item/reagent_containers/food/snacks/sausage,/turf/open/floor/plating/beach/sand,/area/ctf)
"YX" = (/obj/item/reagent_containers/food/snacks/meat/slab/goliath,/obj/item/reagent_containers/food/snacks/meat/slab/xeno,/obj/item/reagent_containers/food/snacks/meat/slab/spider,/obj/item/reagent_containers/food/snacks/meat/slab/killertomato,/obj/item/reagent_containers/food/snacks/meat/slab/bear,/obj/structure/closet/secure_closet/freezer/kitchen,/obj/item/storage/fancy/donut_box,/obj/item/reagent_containers/food/snacks/meat/slab/monkey,/obj/item/reagent_containers/food/snacks/meat/slab/monkey,/obj/item/reagent_containers/food/snacks/meat/slab/monkey,/obj/item/reagent_containers/food/snacks/meat/slab/monkey,/obj/item/reagent_containers/food/snacks/meat/slab/monkey,/obj/item/reagent_containers/food/snacks/meat/slab/monkey,/turf/open/floor/wood,/area/ctf)
"YY" = (/obj/structure/chair/stool,/obj/effect/turf_decal/sand,/turf/open/floor/plating/beach/sand,/area/ctf)
"Ze" = (/obj/structure/railing{dir = 4},/obj/structure/railing{dir = 1},/obj/structure/barricade/wooden,/turf/open/floor/plating/beach/coastline_b{dir = 5},/area/ctf)
"Zn" = (/obj/item/book/granter/spell/fattening,/turf/open/floor/plating/beach/sand,/area/ctf)
"Zx" = (/obj/item/toy/plush/gs13/rose,/turf/open/floor/plating/beach/sand,/area/ctf)
"ZB" = (/obj/item/reagent_containers/food/drinks/soda_cans/lemon_lime{pixel_x = -12; pixel_y = 14},/turf/open/floor/plating/beach/sand,/area/ctf)
"ZC" = (/obj/structure/dresser{density = 0; pixel_y = 18},/turf/open/floor/mineral/basaltstone_floor,/area/ctf)
"ZM" = (/obj/structure/flora/ausbushes/fullgrass,/turf/open/floor/plating/beach/water{desc = "What's the difference?"; name = "coastline water"},/area/ctf)
"ZZ" = (/obj/effect/turf_decal/sand,/obj/machinery/shower{pixel_y = 19},/obj/effect/turf_decal/loading_area{dir = 1; icon_state = "drain"; name = "drain"},/turf/open/floor/plating/beach/sand,/area/space)
(1,1,1) = {"
OrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOr
OrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSIuQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSipQSQSQSQSwWQSQSIuQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSwWIuipipIuwWQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSMoadadadadadMoQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSgsadXRadQSQSQSQSQSQSQSQSISQSQSQSQSISQSQSgsQSgsQSQSQSQSISQSQSQSQSQSQSISQSQSQSQSQSgsQSISQSgsQSQSQSQSQSQSQSQSQSISISQSQSQSQSQSQSQSQSgsISQSQSQSQSQSQSQSQSQSgsQSQSQSISQSQSQSISQSQSISQSQSQSQSQSQSQSQSISQSgsipvvvvvvJXJXJXJXvvvvvvQSQSQSQSQSgsQSQSQSQSQSISQSQSQSQSQSISQSgsQSImTRyyyyyyjAubQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSImTRyyjAubJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGdBJGoovvDbvvvwpdlPKGrYRhvvlnJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGImjrnyXKAsRqubQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSWFjrZxRqubJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGZMqcvvOnvvbkvbvbvbvbJivvPKJGEaJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGImjrnyOlnyRqubQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSImbQgQykubJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGdBImvvvbvKvbvbvbvbvbvXvvaJJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGImjrEDnynyRqubQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJpJpJpJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGEaJGJGImvvGtvbcCFQfsvbvbGkvvlnZMJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGImbQgQgQgQykubQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSISJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGvavvvvvvvvvvvvvvnKvvvvubdBJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoJpJpJpJpJpMoQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGIOuxvEJKvEzgzgsbzgWguxXzJGJGJGEaJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGEaIOuxENzgzgfEixzgzgixuxtPZMJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGqQeANzZezgzgtKeAqQqQJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGgsQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbHbHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGZMLXzgzgtPZMJGJGdBJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGgsQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbHbHbHbJGJGJGJGJGJGHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbHbHbHbHbHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGEaJGdBjazgKEXzJGJGJGJGJGEaJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGHbHbHbHbHbHbHbHbJGJGgmJGJGHbHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbHbHbHbHbHbHbHbHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGjaMVzgXzZMJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSISJGJGJGJGJGJGJGJGJGJGHbHbHbHbHbHbHbHbHbHbJGJGJGJGJGHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbHbHbHbHbHbRCKhgQykJGJGJGgmJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGUySczgHuJGJGEaJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSgsJGJGJGJGJGJGJGJGJGJGHbHbHbHbHbHbHbHbHbJGJGJGJGJGJGJGHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbHbHbIDKhgQgQgQykbvJpJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJpJpJpJpJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGISQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGHbHbHbBMHbHbbvepepepTzJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbHbJYJYKhykbvJpJpJpJGJGJGTzJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGHbHbHbHbHbHbubJGJGJGJGJGJGJGJGJGJGJGJGgmJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbHbmuJYKhykbvJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGHbHbHbHbHbbvRyJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbHbJYJYKhykbvJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGHbHbHbHbbvJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbHbHbJYnyRqbvJGJGJGJGJGgmJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSgsJGJGJGJGJGJGJGJGJGHbHbHbHbubJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbHbmuJYnyRqubJGJGJGJGJGJGHbHbHbgmJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGHbHbHbqMJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbHbHbJYnynyzhubJGJGJGJGJGImjrnyHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSgsJGJGJGJGJGJGJGJGJGJGJGHbHbubJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbHbmLJYnynyRqubJGJGJGJGJGImbQgQgQHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGTzJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbHbJYJYnynyRqSgJGJGJGJGJGJGJpJpJpJGgmJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGTzJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbHbHbJYJYnynyunjAubJGJGJGTzJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGISQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSISJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbmLmuJYJYnynynyzhSgJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGHbJGgmJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbHbJYJYJYJYJYnynyunjASgadJGJGJGJGJGJGJGJGJGJGTzJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoHbHbHbHbTkJYJYJYJYJYnynynyunyyjASgadadHbHbHbMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGgsQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGHbHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoHbHbHbHbIDJYiXsIiXJYJYJYnynynynyQryyHbHbHbHbHbHbMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGHbHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoHbHbHbHbmLJYiXeEiXIDJYmLJYnynynynyHbHbHbHbHbHbHbMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSgsJGJGJGJGJGJGJGJGHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoMoMoadadadadadadadadadHbHbHbHbHbHbmuJYJYJYmuJYHbHbHbHbnynynyHbHbHbHbHbHbHbMoqUMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGgmJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoMoVCTRyyyyyyyyyyyyyyHbHbHbHbHbHbHbHbHbmLJYHbHbHbHbHbHbnynyHbHbHbHbHbHbHbHbMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoadadadadadMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoVCTRNXnynynynynynynynynyHbHbHbHbHbHbHbHbHbHbHbHbHbHbnynynyHbHbHbHbHbHbHbMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoVCTRyyyyyyjASgadMoMoMoMoMoMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSISJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoVCTRNXnynynynyRChpnynynynynyHbHbHbHbHbHbHbHbHbHbHbHbnynynynynynynyHbHbHbMoMoMoMoMoMoMoMoMoMoMoMoMoMoVCTRyyNXnyhpnyunyyjASgMoMoMoMoMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGISQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoVCTRNXnynynyhpnynynynynynyhpnynynynyHbHbHbHbHbHbnynynynynynynynynynynyRqSgadMoMoMoMoMoMoMoMoMoMoMoadVCTRNXnynynyGInynynyunjASgMoMoMoMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoVCTRNXnynynyhpnynyeNnyeNnyetnynynynynynynynynynynynyhpnynynynynynyXwnynyunyyjAubMoMoMoMoMoMoMoMoMoVCTRyyNXnyRCnynynynynyRCnyunjASgadMoMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoImTRNXnynynynynynyeNYSfKNyeNnynynynynynyhpnynynynynynynynynynynynynynyJZnyXwnyRqSgMoMoMoMoLjMoMoMoImTRNXnynynynynynynynynynynynyunyyjASgMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoImjrnynynyhpnyetnynyeNnyeNnynynyhpnynynynynynynynynynynynynynynynynynyFHnynyDNunjAubMoMoMoMoMoMoMoVCjrhpqtnynynynynynynynynynynyqthpunjASgMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoImjrnynynynynynynynynyetnynynynyRCnynynynynynyoxeOxJnynynynyRCnynynyhpnynynyXwnyRqSgadadadadadadVCTRNXnynynynynynynynynyNlnynynynynynyunjASgadMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoImjrnynyRCnyhpnynynynynynyhpnynynyRCnynynynynyttEbCSnynynynynynynynynyetnynynyZBunyyyyyyyyyyyyyyyyNXnynynynynynynynynynynynynynynynynynyunyyjASgMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoImbQbYnynynynynyethpnynynynynyhpnynynynynynynycZEEWRnynynySASASASAQTnynyoaSASASASAnyhpnynynySASASASASAnynySASASASASAhpnySASASASASAnynynynynyunjASgMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoTrbQbYnynyvzvzvzmFmFmFmFmFmFmFmFmFnyuHnynynynyEbnynynynySAZCacSAQTnynyoaSAZCacSAnynynynynySAqCzgwoSAnynySAqCzgwoSAnynySAqCzgwoSAnynynynynynyunjAubMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSISJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoTrbQbYnymFmFmFmFuiaKtHtZAjaKzDmFnyoxELxJnynyEbnynynynySAxPMkSAQTnynyoaSAjMxPSAnynynynynySAfWzgChSAnynySAbRzgUzSAnynySAbLzgNnSAnynynynynynynyRqubDuMoJGJGJGJGJGEaJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoTrjrnymFtHkTmFuiQiEsEsEsQizDmFnyttNxCSEbEbEbnynynynySASAWzSAQTnynyoaSANYSASAnynynynynySAmmzgzgSAnynySAmmzgzgSAnygxSAmmzgzgSAnynynynynynynyRqlYadwzadzGadeoadJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGgsQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoImjrnymFEshdmFuiQiEsEsEsQizDmFnycZEEWRnynyEbirnynynynyJqEbnynynynynynyEbvsnynynynynynySASATpSASAnynySASAosSASAnynySASAKwSASAnynynynynyuxVeVeVeVeuxVeVeVeVeuxWMJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoImbQbYmFEsIimFuiycEsEssEyczDmFnynynynynynyEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbnynynynyzgzgzgzgzgzgzgzgzgzgzgjfPKJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoTrjrmFtImFmFmFmFmFfHmFmFmFmFnynynyhpetnyEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbwCnynynyzgzgzgzgzgzgzgzgzgzgzgjflnJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoMoMoImjrZZIviLLZLZLZabIvZZvnvnvnnySASASASAnyEbnySASASASAnyuwKQQQKQQQKQQQKQQQKQQQKQQQJDnySASAVZSASAnynySASABPSASAnynySASAGUSASAnynynynynyuxvCvCvCvCuxvCvCvCvCuxCAJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoMoMoImjrIvIvIvIvIvIvIvIvIvIvIvIvnySATtkRSAnyEbnySAfJTtSAnynynynynynynynynynynynynynynynySAclzgzgSAnynySAmmzgzgSAnyygSAmmzgzgSAnynynynynyunjAbvJpXcWeJpJplqWeJpJGEaJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoMoMoVCjrnynynynynynyEbEbnyuHnynynySAurnASAnyEbnySAkIurSAnynynynynynynynynynynynynynynynySAUezgKuSAnynySAWazgkVSAnyYmSADwzgpPSAnynynynynyKhykubyPMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGISQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoMoImTRNXnynynynynynyEbEbnynynynynySASAEoSAnyEbnySAvRSASAnynynynyuHnynynynynynynynynynynySAHizgPeSAnynySAHizgPeSAIpikSAHizgPeSAnynynyKhgQykbvMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGISQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoMoImjrnynynynynynynyEbEbnynynynynynynyEbnynyEbnynyEbnynynynynynynynynynynyhpnynynynynynySASASASASAnynySASASASASAnynySASASASASAnynyKhykbvJpMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSISJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGadadadadadJGMoMoMoMoMoMoImbQbYnynyRCnynynyEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbnynynynynynynynynynynynynynynynynynynynynynynynynynynynynynynynynynynyRqbvMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGImTRMWMWMWjASgMoMoMoMoMoMoMoTrbQbYnynynynynyEbEbEbEbEbEbEbWfovRKEbRKyJRKEbRKrhYqEbEbnynynynynynynynynynynygxnynynynynyuHnynynynynynynynynynynynynynynynyKhykubMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGVCjrFFVMfdunjAubMoMoMoMoMoMoMoTrjrnynynynynynynynynynyEbSASAHRSASACqSASASAQVSASASAEbnynyRCnyetnynynynynynynynynynynynynyetnynynynynynynynynynynynyhpnynyRqbvMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSgsJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGImTRNXnynynyVMRqubMoMoMoMoMoMoMoImjrRCnynynynyAHnynynynyEbSAkKQXQXrZvmSAnpRXyHhWLwSAEbnynynynynynynyhpnynynynynynynynynynynynynynynynynynynynynynynynynynyRqubMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGImjrVMLflanynyRqubMoMoMoMoMoMoadVCjrnynynynynynynynynynyEbSHkKzgzgzgxqkjzgzgzgzgLvSAEbnyEbEbEbEbEbnynynyACJsJsJsJsJsJsJsJsJsJsJsdZuHetnynynyhpnyRCnynynynyRqubMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGISQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGImnonynynynynyRqSgadadadadadVCTRyyNXnynyuUEbuUEbuUnynynyEbSAzgzgzgzgSWSAzgTWgJzgYXSAEbEbEbGPEbGPEbnynynyzHnynynynynyrfnynynynynyJBnynynynynynynynynynynynyRqubMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGISQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSISJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGImWULQnynyLfnyatatatatatatatatatnynynynyEbseseseEbnynynyEbDTzgzgzgzgzgnrzgldgJzgzgDTEbEbEbEbEbEbEbnyhpnyzHnynynynynyrfnynynynynyJBnynyRCnynynynyqtnynynynyRqubMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGTrnonympVMnygFgFgFgFgFgFgFgFgFnynynynyuUsekrseuUEbEbEbEbSAtwtwGMfBdOSAzgdwGgzgHFSAEbEbEbJaEbJaEbRCnynyzHnynynynynyounynynynynyJBnynynynynynynynynyvpnynyRqubMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGImjrmpKhgQgQykbvJpJpJpJpJpTrjruHnynynyEbseseseEbnynynyEbEbXBXBXBXBXBEMzgzgzgzgHFSAEbnyEbEbEbEbEbnynynyzHnynynynynyrfnynynynynyJBnynyuHnynynynynynynynynyRqubMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGImjrVMRqbvJpJpMoMoMoMoMoMoImjrnynynynyuUEbuUEbuUnynynyEbEbEbEbEbEbEbrpzgzgzgzgXjSAEbnynynynynynynyqtnyoGJsJsJsJsJsrfJsJsJsJsJsJBnynynynynynynynynynynyKhykubMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGImbQgQykubJGJGMoMoMoMoMoMoImjrnynyqtnynynynynyRCnynynyEbSAEbEbEbEbEbSAuvoRGMfBSASAEbnynyTmUvnyuHnynynynynynynynynynynynynynynynynynynynynynyRCnyhpnyKhykbvMoMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJpJpJpJGJGJGMoMoMoMoMoMoImbQbYnynynynyhpetnynynynynyEbpSEbEbEbEbEbEbYYYYYYYYNOEbEbnynyUYDUnynyetnynynynynyuHnyqtnynynynynynynynynynynynynynynyetKhykbvMoMoMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoMoMoTrbQbYvpnynynynynynynynynyEbEbEbEbEbEbEbEbEbEbEbEbEbEbEbnynynynynynynynygIdzgInyKhgQgQbYqogQgQbYnygIfagIEqgITeqtnynyKhykbvMoMoMoMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGgsQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoMoMoMoTrbQgQbYnynynynyxwuCnynynynynynynynynynynynynynynynynynynyxwuCnynynynynynynyKhykbvTrbQykbvTrbQbYnynynynynynynynyKhykbvMoMoMoMoMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSISJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoMoMoMoMoJpTrbQgQgQgQbYYRtNnynynynynyhpnynynyhpnynynyhpnynynynynyYRtNnyKhgQgQgQgQgQykbvMoMoJpJpMoMoTrbQgQgQgQgQgQgQgQgQykbvMoMoMoMoMoMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoMoMoMoMoMoMoJpJpJpTrjrrzTBnyqtnynygIlhgInygIQCgIYPgIiigIjunynynyrzTBKhykbvJpJpJpJpJpMoMoMoMoMoMoMoMoJpJpJpJpJpJpJpJpJpJpMoMoMoMoMoMoMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoMoMoMoMoMoMoMoMoMoMobQgQgQbYnynynynynynynynynynynynynynynyKhgQgQgQgQykbvMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoJpJpTrbQgQgQgQgQgQgQgQgQgQgQgQgQgQgQgQykbvJpJpJpJpMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoJpJpJpJpJpJpJpJpJpJpJpJpJpJpJpJpJpMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMomvMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGISQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoHVMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGHbJGJGJGJGJGgmJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoJGJGJGJGJGJGHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoqUMoMoMoMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSISJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoJGMoMoJGJGMoMoMoMoMoHbHbMoJGJGJGHbHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoMoJGJGHbHbJGJGMoMoMoMoHbHbHbMoJGJGJGHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbJGJGJGJGJGgmJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbJGJGJGJGHbJGHbHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbnyHbJGJGJGJGJGJGJGHbJGJGJGJGJGJGJGJGJGJGJGgmJGJGHbHbHbJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbnyHbJGJGJGJGJGJGJGJGJGJGJGHbHbHbJGJGJGJGJGJGJGJGHbnyHbJGJGJGJGJGJGJGJGJGJGISQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbJGJGJGJGHbnyHbHbJGJGJGJGJGJGJGJGJGJGJGJGHbHbJGJGJGJGJGJGJGJGHbHbHbJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSgsJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGTzJGJGJGHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbJGJGJGJGHbnyHbJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbJGJGJGJGJGJGJGJGHbHbJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbJGJGJGJGHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbJGJGJGJGHbHbHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbJGJGJGJGJGJGJGJGgmJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbnyHbJGJGHbJGJGJGJGJGJGJGHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbJGJGJGJGJGJGJGJGJGHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbJGJGJGJGgmJGHbHbJGJGJGJGJGJGJGTzJGJGJGJGJGJGJGJGJGJGJGHbHbJGJGHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSISJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbJGJGJGJGJGJGJGJGJGJGJGMOJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGgmJGJGJGJGJGHbHbHbJGJGJGHbHbHbJGJGJGJGJGJGJGJGJGJGJGadadadadadadJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbJGJGJGJGJGJGJGJGMoMoMoMoMoMoJGJGJGJGJGJGJGJGJGJGgmJGJGJGJGTzJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGTzJGJGHbHbJGJGJGHbHbJGJGJGJGJGJGJGJGJGJGJGVCTRyyyyyyyyjASgadadadJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGTzTzJGJGJGJGHbHbHbHbJGJGJGJGJGJGJGJGJGHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGgmJGJGJGJGJGImTRYuXBXBXBhpunyyyyyyjAubJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbnynyHbHbJGJGJGHbJGJGJGHbHbHbJGJGJGJGJGJGJGHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGgsQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSISJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGTzJGJGJGJGJGJGJGJGJGJGJGImjriRGMGMUpiRnynynyKhykubJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbHbHbJGJGJGJGJGJGHbHbHbHbJGJGJGJGJGHbHbHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGImjreCzgzgzgzgEbnyhpRqbvJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbJGJGJGHbHbHbHbJGJGJGJGJGJGHbKHZnHbJGJGJGJGJGHbnynyHbHbJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGImjrzgERzgzgzgEbRCKhykubJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbJGJGJGJGJGJGJGJGgmJGJGJGHbHbHnHbHbJGJGJGgmJGHbnynyHbJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGImjrWBererJveUEbKhykbvJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbHbJGJGJGJGJGJGHbHbHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGImjriRuxuxuxiRKhykbvJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGHbHbHbJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGISQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGImbQgQgQgQgQgQykbvJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSISJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGepepepepepepepJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGJGQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSgsQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSgsQSQSQSQSQSISQSQSQSQSQSQSQSISISQSQSQSQSQSQSQSQSQSQSISISQSQSQSQSQSQSgsQSQSQSQSQSQSQSQSQSISQSQSQSQSQSQSQSISQSQSQSQSQSQSQSQSQSQSQSISISQSQSQSQSQSQSQSQSQSgsQSQSQSQSQSQSQSQSQSQSISQSQSQSQSQSQSISQSQSQSQSQSQSgsQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSISISQSQSQSQSQSQSQSQSQSQSQSQSQSQSISQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSQSOrOr
OrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOr
OrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOrOr
"}

Some files were not shown because too many files have changed in this diff Show More