Woodrat Work 8.0 Boot Knife DLC

- Industrial Hardsuit RCD removed
- Single Action figure added to the vacant shop.
- Comfort creature added to the psych office.
- Piping underneath the holodeck control doors removed.
- Firelocks along the fore part of the central ring now glasslocks
- Air Alarms added to the cyborg station, upload foyer, messaging server room.
- Light switch, fire alarm radio, and air alarm added to secondary tool storage.
- Coffee shop shutters and door properly labeled.
- Status display added to the IA office.
- Second photo album added to the detective’s office.
- Removed forgotten items on mining z-level. I.E. I screwed up.
- Atmos backwards pumps should be fixed and sorted.
- Distro and waste lines tweaked in atmos.
- Crowbars should now be dispensed from oxy wall lockers.
- Tweaked the variables on the outpost SMES units. New SMES added to the mining engineering outpost.
- Pill cabinets added to the medbay at central.
- Mulebots should have proper access now.
- Overhaul to parts of the mining z-level. Fixed several issues brought up.
- Spoons added to the cafeteria
- One extra ERT suit for each role added to the ERT area.
- New item, combat knife. Should be robustier than the tactical knife. Available for ERT and two for the mercs.
- New item, marine boots. Basically just renamed jackboots at the moment.
- Tactical Knives and combat knives can now be put into swat boots and marine boots.  Depending on how well the feature works will be expanded to include other boots.
This commit is contained in:
Woodrat
2015-08-17 20:47:05 -07:00
parent b7577bd5dd
commit 7d65038d38
8 changed files with 726 additions and 1061 deletions
@@ -38,6 +38,17 @@
attack_verb = list("stabbed", "chopped", "cut")
applies_material_colour = 1
/obj/item/weapon/material/hatchet/tacknife/combatknife
name = "combat knife"
desc = "If only you had a boot to put it in."
icon = 'icons/obj/weapons.dmi'
icon_state = "tacknife"
item_state = "knife"
force_divisor = 0.34 // 20 with hardness 60 (steel)
thrown_force_divisor = 1.75 // 20 with weight 20 (steel)
attack_verb = list("sliced", "stabbed", "chopped", "cut")
applies_material_colour = 1
/obj/item/weapon/material/minihoe // -- Numbers
name = "mini hoe"
desc = "It's used for removing weeds or scratching your back."
@@ -16,7 +16,7 @@
/obj/structure/closet/walllocker/emerglocker
name = "emergency locker"
desc = "A wall mounted locker with emergency supplies."
var/list/spawnitems = list(/obj/item/weapon/tank/emergency_oxygen,/obj/item/clothing/mask/breath)
var/list/spawnitems = list(/obj/item/weapon/tank/emergency_oxygen,/obj/item/clothing/mask/breath,/obj/item/weapon/crowbar/red)
var/amount = 2 // spawns each items X times.
icon_state = "emerg"
@@ -22,6 +22,75 @@
armor = list(melee = 80, bullet = 60, laser = 50,energy = 25, bomb = 50, bio = 10, rad = 0)
flags = NOSLIP
siemens_coefficient = 0.6
var/obj/item/weapon/material/hatchet/tacknife
/obj/item/clothing/shoes/swat/attack_hand(var/mob/living/M)
if(tacknife)
tacknife.loc = get_turf(src)
if(M.put_in_active_hand(tacknife))
M << "<span class='notice'>You slide \the [tacknife] out of [src].</span>"
playsound(M, 'sound/weapons/flipblade.ogg', 40, 1)
tacknife = null
update_icon()
return
..()
/obj/item/clothing/shoes/swat/attackby(var/obj/item/I, var/mob/living/M)
if(istype(I, /obj/item/weapon/material/hatchet/tacknife))
if(tacknife)
return
M.drop_item()
tacknife = I
I.loc = src
M << "<span class='notice'>You slide the [I] into [src].</span>"
playsound(M, 'sound/weapons/flipblade.ogg', 40, 1)
update_icon()
..()
/obj/item/clothing/shoes/swat/update_icon()
if(tacknife)
icon_state = "swat_1"
else
icon_state = initial(icon_state)
//Stolen from CM, refurbished to be less terrible.
/obj/item/clothing/shoes/marine
name = "combat boots"
desc = "Standard issue combat boots for combat scenarios or combat situations. All combat, all the time. It can hold a Strategical knife."
icon_state = "jackboots"
item_state = "jackboots"
armor = list(melee = 80, bullet = 60, laser = 50,energy = 25, bomb = 50, bio = 10, rad = 0)
siemens_coefficient = 0.6
var/obj/item/weapon/material/hatchet/tacknife
/obj/item/clothing/shoes/marine/attack_hand(var/mob/living/M)
if(tacknife)
tacknife.loc = get_turf(src)
if(M.put_in_active_hand(tacknife))
M << "<span class='notice'>You slide \the [tacknife] out of [src].</span>"
playsound(M, 'sound/weapons/flipblade.ogg', 40, 1)
tacknife = null
update_icon()
return
..()
/obj/item/clothing/shoes/marine/attackby(var/obj/item/I, var/mob/living/M)
if(istype(I, /obj/item/weapon/material/hatchet/tacknife))
if(tacknife)
return
M.drop_item()
tacknife = I
I.loc = src
M << "<span class='notice'>You slide the [I] into [src].</span>"
playsound(M, 'sound/weapons/flipblade.ogg', 40, 1)
update_icon()
..()
/obj/item/clothing/shoes/marine/update_icon()
if(tacknife)
icon_state = "jackboots_1"
else
icon_state = initial(icon_state)
/obj/item/clothing/shoes/combat //Basically SWAT shoes combined with galoshes.
name = "combat boots"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 17 KiB

+249 -225
View File
File diff suppressed because it is too large Load Diff
+15 -14
View File
@@ -748,12 +748,12 @@
"ot" = (/obj/machinery/door/blast/regular{icon_state = "pdoor1"; id = "ASSAULT"; name = "Assault Weapon Storage"; p_open = 0},/turf/unsimulated/floor{icon_state = "vault"; dir = 8},/area/centcom/specops)
"ou" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/box/flashshells,/obj/item/weapon/storage/box/flashshells,/obj/item/weapon/storage/box/stunshells,/obj/item/weapon/storage/box/stunshells,/obj/item/weapon/storage/box/beanbags,/obj/item/weapon/storage/box/beanbags,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"ov" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/box/handcuffs{pixel_x = 3; pixel_y = 3},/obj/item/weapon/storage/box/handcuffs,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"ow" = (/obj/structure/table/reinforced,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/radio/off,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"ow" = (/obj/machinery/door/window/holowindoor{dir = 8; name = "Red Team"},/turf/simulated/floor/holofloor{icon_state = "dark"},/area/holodeck/source_basketball)
"ox" = (/obj/structure/table/reinforced,/obj/item/weapon/wrench,/obj/item/weapon/storage/box,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"oy" = (/obj/structure/table/rack,/obj/item/rig_module/device/drill,/obj/item/rig_module/device/drill,/obj/item/rig_module/maneuvering_jets,/obj/item/rig_module/maneuvering_jets,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"oz" = (/obj/structure/table/rack,/obj/item/rig_module/mounted/taser,/obj/item/rig_module/mounted/taser,/obj/item/rig_module/mounted/taser,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"oA" = (/obj/structure/table/rack,/obj/item/rig_module/grenade_launcher,/obj/item/rig_module/grenade_launcher,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"oB" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/box/flashbangs,/obj/item/weapon/handcuffs,/obj/item/device/flash,/obj/item/weapon/melee/baton/loaded,/obj/item/weapon/storage/belt/security/tactical,/obj/item/weapon/gun/energy/stunrevolver,/obj/item/clothing/glasses/sunglasses/sechud/tactical,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"oB" = (/obj/structure/table/rack,/obj/item/weapon/rig/ert/security,/obj/item/weapon/rig/ert/security,/obj/item/weapon/rig/ert/security,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"oC" = (/obj/structure/table/rack,/obj/item/weapon/rig/ert,/obj/item/clothing/accessory/storage/black_vest,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"oD" = (/obj/structure/table/reinforced,/obj/item/weapon/gun/energy/gun/nuclear,/obj/item/weapon/hand_tele,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"oE" = (/obj/structure/lattice,/obj/structure/grille,/turf/space,/area/space)
@@ -798,7 +798,7 @@
"pr" = (/obj/structure/table/reinforced,/obj/item/device/flash,/obj/item/device/flash,/obj/item/device/flash,/obj/item/device/flash,/obj/item/weapon/melee/baton/loaded,/obj/item/weapon/melee/baton/loaded,/obj/item/weapon/melee/baton/loaded,/obj/item/weapon/melee/baton/loaded,/obj/item/weapon/storage/belt/security/tactical,/obj/item/weapon/storage/belt/security/tactical,/obj/item/weapon/storage/belt/security/tactical,/obj/item/weapon/storage/belt/security/tactical,/obj/item/taperoll/police,/obj/item/taperoll/police,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"ps" = (/obj/structure/table/reinforced,/obj/item/clothing/glasses/night{pixel_x = -1; pixel_y = -3},/obj/item/clothing/glasses/night{pixel_x = -1; pixel_y = -3},/obj/item/clothing/glasses/night{pixel_x = -1; pixel_y = -3},/obj/item/clothing/glasses/night,/obj/item/clothing/glasses/sunglasses/sechud/tactical,/obj/item/clothing/glasses/sunglasses/sechud/tactical,/obj/item/clothing/glasses/sunglasses/sechud/tactical,/obj/item/clothing/glasses/sunglasses/sechud/tactical,/obj/item/clothing/glasses/sunglasses/sechud/tactical,/obj/item/clothing/glasses/sunglasses/sechud/tactical,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"pt" = (/obj/structure/table/rack,/obj/item/clothing/suit/armor/vest/ert/security,/obj/item/clothing/suit/armor/vest/ert/security,/obj/item/clothing/suit/armor/vest/ert/security,/obj/item/clothing/suit/armor/vest/ert/security,/obj/item/clothing/head/helmet/ert/security,/obj/item/clothing/head/helmet/ert/security,/obj/item/clothing/head/helmet/ert/security,/obj/item/clothing/head/helmet/ert/security,/obj/item/weapon/storage/backpack/ert/security,/obj/item/weapon/storage/backpack/ert/security,/obj/item/weapon/storage/backpack/ert/security,/obj/item/weapon/storage/backpack/ert/security,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"pu" = (/obj/structure/table/rack,/obj/item/weapon/rig/ert/security,/obj/item/weapon/rig/ert/security,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"pu" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/box/flashbangs,/obj/item/weapon/handcuffs,/obj/item/device/flash,/obj/item/weapon/melee/baton/loaded,/obj/item/weapon/storage/belt/security/tactical,/obj/item/weapon/gun/energy/stunrevolver,/obj/item/clothing/glasses/sunglasses/sechud/tactical,/obj/item/weapon/material/hatchet/tacknife/combatknife,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"pv" = (/obj/structure/table/rack,/obj/item/rig_module/mounted,/obj/item/clothing/accessory/storage/black_vest,/obj/item/clothing/accessory/storage/black_vest,/obj/item/clothing/accessory/storage/black_vest,/obj/item/clothing/accessory/storage/black_vest,/obj/item/clothing/accessory/storage/black_vest,/obj/item/clothing/accessory/storage/black_vest,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"pw" = (/obj/structure/table/reinforced,/obj/item/device/megaphone,/obj/item/device/megaphone,/obj/item/device/megaphone,/obj/item/device/megaphone,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"px" = (/obj/effect/landmark{name = "Response Team"},/obj/effect/landmark{name = "Commando"},/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
@@ -842,14 +842,14 @@
"qj" = (/obj/item/mecha_parts/mecha_equipment/teleporter,/obj/item/mecha_parts/mecha_tracking,/obj/item/mecha_parts/mecha_tracking,/obj/item/mecha_parts/mecha_tracking,/obj/item/mecha_parts/mecha_tracking,/obj/structure/table/steel_reinforced,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"qk" = (/obj/machinery/vending/assist,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"ql" = (/obj/structure/table/rack,/obj/item/clothing/suit/armor/vest/ert/engineer,/obj/item/clothing/suit/armor/vest/ert/engineer,/obj/item/clothing/suit/armor/vest/ert/engineer,/obj/item/clothing/suit/armor/vest/ert/engineer,/obj/item/clothing/head/helmet/ert/engineer,/obj/item/clothing/head/helmet/ert/engineer,/obj/item/clothing/head/helmet/ert/engineer,/obj/item/clothing/head/helmet/ert/engineer,/obj/item/weapon/storage/backpack/ert/engineer,/obj/item/weapon/storage/backpack/ert/engineer,/obj/item/weapon/storage/backpack/ert/engineer,/obj/item/weapon/storage/backpack/ert/engineer,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"qm" = (/obj/structure/table/rack,/obj/item/weapon/rig/ert/engineer,/obj/item/weapon/rig/ert/engineer,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"qm" = (/obj/structure/table/reinforced,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/device/radio/off,/obj/item/weapon/material/hatchet/tacknife/combatknife,/obj/item/weapon/material/hatchet/tacknife/combatknife,/obj/item/weapon/material/hatchet/tacknife/combatknife,/obj/item/weapon/material/hatchet/tacknife/combatknife,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"qn" = (/obj/structure/closet/crate/medical,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"qo" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/belt/medical,/obj/item/weapon/storage/belt/medical,/obj/item/weapon/storage/belt/medical,/obj/item/weapon/reagent_containers/glass/bottle/inaprovaline,/obj/item/weapon/reagent_containers/glass/bottle/inaprovaline,/obj/item/weapon/reagent_containers/glass/bottle/inaprovaline,/obj/item/weapon/reagent_containers/hypospray,/obj/item/weapon/reagent_containers/hypospray,/obj/item/weapon/reagent_containers/hypospray,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"qp" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/belt/medical,/obj/item/weapon/storage/belt/medical,/obj/item/weapon/storage/belt/medical,/obj/item/weapon/reagent_containers/glass/bottle/inaprovaline,/obj/item/weapon/reagent_containers/glass/bottle/inaprovaline,/obj/item/weapon/reagent_containers/glass/bottle/inaprovaline,/obj/item/weapon/reagent_containers/hypospray,/obj/item/weapon/reagent_containers/hypospray,/obj/item/weapon/reagent_containers/hypospray,/obj/item/weapon/reagent_containers/glass/beaker/large,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"qq" = (/obj/structure/table/reinforced,/obj/item/weapon/storage/box/autoinjectors,/obj/item/weapon/storage/box/beakers,/obj/item/weapon/storage/box/gloves,/obj/item/weapon/storage/box/pillbottles,/obj/item/bodybag/cryobag,/obj/item/bodybag/cryobag,/obj/item/bodybag/cryobag,/obj/item/bodybag/cryobag,/obj/item/bodybag/cryobag,/obj/item/bodybag/cryobag,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"qr" = (/obj/machinery/chemical_dispenser/energy/meds,/obj/item/weapon/reagent_containers/glass/beaker/large,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"qs" = (/obj/machinery/chem_master,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"qt" = (/obj/structure/table/rack,/obj/item/weapon/rig/ert/medical,/obj/item/clothing/accessory/storage/black_vest,/obj/item/weapon/rig/ert/medical,/obj/item/clothing/accessory/storage/black_vest,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"qt" = (/obj/structure/table/rack,/obj/item/weapon/rig/ert/engineer,/obj/item/weapon/rig/ert/engineer,/obj/item/weapon/rig/ert/engineer,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"qu" = (/obj/structure/table/reinforced,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/obj/item/clothing/mask/gas,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"qv" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/structure/grille,/turf/unsimulated/floor{icon_state = "floor5"},/area/syndicate_mothership)
"qw" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/grille,/turf/unsimulated/floor{icon_state = "floor5"},/area/syndicate_mothership)
@@ -1094,7 +1094,7 @@
"vb" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/lattice,/turf/space,/area/space)
"vc" = (/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced{dir = 8},/obj/structure/grille,/turf/unsimulated/floor{icon_state = "floor5"},/area/syndicate_mothership)
"vd" = (/obj/structure/table/rack,/obj/item/weapon/storage/box/handcuffs{pixel_x = 4; pixel_y = 2},/obj/item/weapon/storage/box/flashbangs,/obj/item/weapon/grenade/smokebomb,/obj/item/weapon/grenade/smokebomb,/obj/item/weapon/grenade/smokebomb,/obj/item/weapon/grenade/smokebomb,/obj/item/weapon/grenade/smokebomb,/obj/item/weapon/grenade/smokebomb,/obj/item/weapon/grenade/smokebomb,/turf/unsimulated/floor{icon_state = "dark"},/area/syndicate_mothership)
"ve" = (/obj/structure/table/rack,/obj/item/weapon/pinpointer/nukeop,/obj/item/weapon/pinpointer/nukeop,/obj/item/weapon/pinpointer/nukeop,/obj/item/weapon/pinpointer/nukeop,/obj/item/weapon/pinpointer/nukeop,/obj/item/weapon/pinpointer/nukeop,/obj/item/weapon/shield/energy,/obj/item/weapon/shield/energy,/obj/item/weapon/shield/energy,/obj/item/weapon/shield/energy,/obj/item/weapon/shield/energy,/obj/item/weapon/shield/energy,/turf/unsimulated/floor{icon_state = "dark"},/area/syndicate_mothership)
"ve" = (/obj/structure/table/rack,/obj/item/weapon/rig/ert/medical,/obj/item/clothing/accessory/storage/black_vest,/obj/item/weapon/rig/ert/medical,/obj/item/clothing/accessory/storage/black_vest,/obj/item/weapon/rig/ert/medical,/turf/unsimulated/floor{icon_state = "vault"; dir = 1},/area/centcom/specops)
"vf" = (/obj/structure/table/rack,/obj/item/weapon/gun/energy/gun,/obj/item/weapon/gun/energy/gun,/obj/item/weapon/gun/energy/gun,/obj/machinery/recharger/wallcharger{pixel_x = 5; pixel_y = -32},/turf/unsimulated/floor{icon_state = "dark"},/area/syndicate_mothership)
"vg" = (/obj/structure/table/rack,/obj/item/weapon/tank/emergency_oxygen/double,/obj/item/weapon/tank/emergency_oxygen/double,/obj/item/weapon/tank/emergency_oxygen/double,/obj/item/weapon/tank/emergency_oxygen/double,/obj/item/weapon/tank/emergency_oxygen/double,/obj/item/weapon/tank/emergency_oxygen/double,/turf/unsimulated/floor{icon_state = "dark"},/area/syndicate_mothership)
"vh" = (/obj/structure/shuttle/engine/propulsion{icon_state = "propulsion_l"; dir = 4},/turf/space,/area/shuttle/administration/centcom)
@@ -2352,7 +2352,8 @@
"Tl" = (/mob/living/simple_animal/hostile/retaliate/goat{name = "Experiment 97d"},/turf/unsimulated/floor{icon_state = "grass1"; name = "grass"},/area/wizard_station)
"Tm" = (/obj/item/weapon/caution,/turf/unsimulated/floor{icon_state = "freezerfloor"; dir = 2},/area/wizard_station)
"Tn" = (/obj/item/weapon/material/knife/ritual,/turf/unsimulated/floor{icon_state = "freezerfloor"; dir = 2},/area/wizard_station)
"To" = (/obj/machinery/door/window/holowindoor{dir = 8; name = "Red Team"},/turf/simulated/floor/holofloor{icon_state = "dark"},/area/holodeck/source_basketball)
"To" = (/obj/structure/table/rack,/obj/item/weapon/pinpointer/nukeop,/obj/item/weapon/pinpointer/nukeop,/obj/item/weapon/pinpointer/nukeop,/obj/item/weapon/pinpointer/nukeop,/obj/item/weapon/pinpointer/nukeop,/obj/item/weapon/pinpointer/nukeop,/obj/item/weapon/shield/energy,/obj/item/weapon/shield/energy,/obj/item/weapon/shield/energy,/obj/item/weapon/shield/energy,/obj/item/weapon/shield/energy,/obj/item/weapon/shield/energy,/obj/item/weapon/material/hatchet/tacknife/combatknife,/turf/unsimulated/floor{icon_state = "dark"},/area/syndicate_mothership)
"Tp" = (/obj/structure/closet/secure_closet/medical_wall{name = "Pill Cabinet"},/obj/item/weapon/storage/pill_bottle/antitox,/obj/item/weapon/storage/pill_bottle/tramadol,/obj/item/weapon/reagent_containers/syringe/antiviral,/obj/item/weapon/reagent_containers/syringe/antiviral,/obj/item/weapon/reagent_containers/syringe/inaprovaline,/turf/unsimulated/wall,/area/centcom/medical)
(1,1,1) = {"
aaabacadaeafagahaaaiajakalamanaoagafajacadahakaeamaiaoalahajapaqarasatauavawaxayaaabacadaeafagahaaaiajakalamanaoagafajacadahakazaAaBaCaDaEaFaGaHaIaJaKaLaMaNaOaAaBaCaDaEaFaGaHaIaJazaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaQaQaQaQaQaQaQaQaQaQaQaQaQaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaRaSaSaSaSaSaSaSaSaSaSaTaSaSaSaSaSaSaSaSaSaSaTaSaSaSaSaSaSaSaSaSaSaTaSaSaSaSaSaSaSaSaSaSaTaSaSaSaSaSaSaSaSaSaSaTaSaSaSaSaSaSaSaSaSaSaTaSaSaSaSaSaSaSaSaSaSaU
@@ -2369,7 +2370,7 @@ acbcbgaZbeaVaXbhbacIcZcZcZcZcZcZcZcZcZcZcZaxbbbebdbjbfbibhaWaaatauavawbkblbmcNaW
aibebjbibhaYbgaXaWdqcZcZcZcZcZcZcZcZcZcZcZcKbabhaZaVbcbfaXbdajblbmbnbsbpbqbrbSbdbgbabcbbaXeKeteieheLeMeNeOeOeteKbgbabcbbaXaZaxazaIarasatauePdwdwdxdydzdAdBexekeldceQatauavawbkblaCazaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPeReSeSeSeSeSeSeSeSeSeSeTeSeSeSeSeSeSeSeSeSeSeTeSeSeSeSeSeSeSeSeSeSeTeUeUeUeUeUeUeUeUeUeUeTeUeUeUeUeUeUeUeUeUeUeTeUeUeUeUeUeUeUeUeUeUeTeUeUeUeUeUeUeUeUeUeUeV
afbhaVbfaXbbbjbgbdeWcZcZcZcZcZcZcZcZcZcZcZeXaWaXbiaYbebcbgaZamarasatauavawbkcgaZbjaWbebabgeYegeveieuejeeehejeOeYbjaWbebabgbiboazaBbmbnbsbpeZewewfadadbdcewfadadbdbbsbsbpbqbraqaraKazaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPbyfbfbfbfbfbfbfbfbfbfbbBfcfcfcfcfcfcfcfcfcfcbBfdfdfdfdfdfdfdfdfdfebBfifjfifkflfjflbHfgffbBfmfnfofmfpfmfnfofmfpbBftfufufufufufvbNfrfqbBfwfwfxfxfxfxfxfxfxfxbR
anaXaYbcbgbaaVbjfyfzcZcZcZcZcZcZcZcZcZcZcZfAcNbgbfbbbhbebjbiadavawbkblbmbnbscpbiaVbdbhaWbjfBeteieheLeMeNeOevejfBaVbdbhaWbjbfbSazaFbqbraqarasatauavasbmbnbsbpbkbpbqbraqarasatauavaOazaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPbyfbfbfbfCfbfbfbfbfCfbbBfcfDfcfcfcfcfDfcfcfcbBfdfdfEfFfGfEfFfdfdfdbBfHfIfHfIfJfIfJbHfgffbBfpfKfLfpfmfpfmfKfKfmbBfMfNfNfNfNfNfObNfrfqbBfxfxfxfxfPfPfPfxfxfxbR
akbgbbbebjaWaYaVdpcZcZcZcZcZcZcZcZcZcZcZcZcZaybjbcbaaVaXaYbcaobnbsbpbqbraqarcNbfaYaZaXbdaVfQeOeeefegeheiejeLevfQaYaZaXbdaVbccgazaKatauavawbsdbdbdcdddadbdcdadbdcdcddavawbkblbmbnaEazaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPbyfbfbfbfbfbfbfbfbfbfbbBfcfcfcfcfcfcfcfcfRfcbBfdfdfSfSfSfSfSfdfdfdbBfHfIfjfjfjfIfJToffffbBfmfpfmfnfmfmfUfVfnfmbBfMfNfNfNfNfNfOhrfqfqbBfxfxfxfXfYfYfYfxfxfxbR
akbgbbbebjaWaYaVdpcZcZcZcZcZcZcZcZcZcZcZcZcZaybjbcbaaVaXaYbcaobnbsbpbqbraqarcNbfaYaZaXbdaVfQeOeeefegeheiejeLevfQaYaZaXbdaVbccgazaKatauavawbsdbdbdcdddadbdcdadbdcdcddavawbkblbmbnaEazaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPbyfbfbfbfbfbfbfbfbfbfbbBfcfcfcfcfcfcfcfcfRfcbBfdfdfSfSfSfSfSfdfdfdbBfHfIfjfjfjfIfJowffffbBfmfpfmfnfmfmfUfVfnfmbBfMfNfNfNfNfNfOhrfqfqbBfxfxfxfXfYfYfYfxfxfxbR
aabjbabhaVbdbbaYfZcZcZcZcZcZcZcZcZcZcZcZcZcZcJaVbeaWbgbgbbbeabbpbqbraqarasataxbcbbbibgaZaYgaejeseteuefeeevetefgabbbibgaZaYbeaxazaMavawbkbldsdagbgcgdgegfggghgigjgjdsbkblbmbnbsbpaGazaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPbyfbfCfbfbfbfbfCfbfbfbbBfcfcgkfcfRfcfcfcfcfcbBglgmgmgmgmgmgmgmgmgmbBfHfIfIfIfIfIfJbHfgffbBfnfmfpfKgnfnfmfpfKfpbBfMfNfNfNfNfNfObNfrfqbBfxfPgogpgqgqgrgsfPfxbR
ajaVaWaXaYaZbabbcFcZcZcZcZcZcZcZcZcZcZcZcZcZcMaYbhbdbjbjbabhaeawbkblbmbnbsbpbobebabfbjbibbgtevgueOeNeteseLeOetgtbabfbjbibbbhboazaGbraqarasdVgvgvgwgxgxgbgcgdgfggggdsarasatauavawaAazaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPbyfbfbfbfbfbfbfbfbfbfbbBfcfcfcgyfcfcfcfcgyfcbBgzgAgBgBgBgBgBgCgDfGbBgEgFgFgGgFgFgHbHfgffbBfmfofmfnfofmfogIfnfmbBgKgLgLgLgLgLgMbNfrfqbBfxfPgogNgOgOgPgsfPfxbR
amaYbdbgbbbiaWbacYcZcZcZcZcZcZcZcZcZcZcZcZcZaxbbaXaZaVaVaWaXahbsbpbqbraqarasbSbhaWbcaVbfbagQeLeMejeieOguegejeOgQaWbcaVbfbaaXbSazaLauavawbkdsgegegfgggegfggghgRgSgSemawbkblbmbnbsaFazaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPbyfbfbfbfbfbfbfbfbfbfbbBfcfcfcfcfcfcfcfcfcfcbBgzgTgUgUgUgUgUgVgDfGbBgWgXgXgXgXgXgYbHfgffbBfpgJgZgZhafogJgZgZhabBhchdhdhdhdhdhebNfrfqbBfxfPgogNgOgOgPgsfPfxbR
@@ -2443,15 +2444,15 @@ npnpnpnpnpnpnpnpnpnpnpnpnpnpnpaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaP
npnpnpnpnpnpnpnpnpnpnpnpnpnpnpaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnvnInJnvnKnKnvnLnMnvnNnNnNnNnNnNnNnNnNnvnOnPnQnRnSnTnRnUnVnWnvnwnwnwnwnXnNnYnZnvaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPntntntntntntaPaPaPaPaPaPoaaPobntntntntntntntntntntntntntntntntntntntntntntntntntnt
npnpnpnpnpnpnpnpnpnpnpnpnpnpnpaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnvococnvococnvococnvnNnNnNnNnNnNnNnNnNnvnNnNnNodnNnNodnNnNoenvnwnwnwnwnRnNnNofnvaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPntntntntntntntaPaPaPaPaPaPoaobntntntntntntntntntntntntntntntntntntntntntntntntntntnt
npnpnpnpnpnpnpnpnpnpnpnpnpnpnpaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnvnvnvnvnvnvnvnNnNnNnNnNnNnNnNnvnNnNogohoiojnNnNoknvnNnNnNodnNnNodnNnNolnvnwnwnwnwnRomonoonvaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPntntntntntntntaPaPaPaPaPaPoaaPntntntntntntntntntntntntntntntntntntntntntntntntntntnt
opnpnpnpnpnpnpnpnpnpnpnpnpnpnpaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvoqornNosnNnvnNnNnNnNnNnNnNnNotnNnNouovowoxnNnNoknvoyozoAnRnNnNnRoBoCoDnvnwnwnwnwnvnvnvnvnvaPaPaPaPnvnvnvnvnvaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPntntntntntntntntaPaPaPaPaPaPoEobntntntntntntntntntntntntntntntntntntntntntntntntntntnt
opnpnpnpnpnpnpnpnpnpnpnpnpnpnpaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvoqornNosnNnvnNnNnNnNnNnNnNnNotnNnNouovqmoxnNnNoknvoyozoAnRnNnNnRpuoCoDnvnwnwnwnwnvnvnvnvnvaPaPaPaPnvnvnvnvnvaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPntntntntntntntntaPaPaPaPaPaPoEobntntntntntntntntntntntntntntntntntntntntntntntntntntnt
aPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPoFoGoGoGoGoGoGoGoGoGoGoGoGoGoHoIoGoGoGoJoHoKoLnNnNoMnvnNnNnNnNnNnNnNnNnvnNnNnNnNnNnNnNnNnNnvnvnRnRnvnNnNnvnRnRnvnvnwnwnwnwnvnvnvnvnvnvnvnvnvnvoNoOoPnvaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPntntntntntntntntaPaPaPaPaPaPoQaPobntntjSjSjSjSjSntntntntntntntntntntntntntntntntntntnt
aPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvoRnvnvnvococnvococnvococnvnNnNnNnNnNnNnNnNnNnRoSoToUoVnNnNoVoWoXoXnvnwnwnwnwnvoYoZoZoZpanvpbpcnvoNpdoPnvaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPntntntntntntntaPaPaPaPaPaPaPaPaPaPaPjSjSpepfpgjSjSntntntntntntntntntntntntntntntntntnt
aPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvoqphnNnNpinvpjpknvplpmnvpnponvpppqprpsptpunNnNpvnRpwnNnNnNnNnNnNnNnNnNnGnwnwnwnwnvoYpxpxpxoYnvoOoOnvpyoOpznvaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPntntntntntntntaPaPaPaPaPaPaPaPaPaPaPmnpApBpCpBpAjSntntntntntntntntntntntntntntntntntnt
aPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvoqphnNnNpinvpjpknvplpmnvpnponvpppqprpsptoBnNnNpvnRpwnNnNnNnNnNnNnNnNnNnGnwnwnwnwnvoYpxpxpxoYnvoOoOnvpyoOpznvaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPntntntntntntntaPaPaPaPaPaPaPaPaPaPaPmnpApBpCpBpAjSntntntntntntntntntntntntntntntntntnt
aPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPoFoGoGoGoGoGoGoGoGoGoGoGoGoGpDoIoGoGoGoJpDpEoLnNnNpinvnvnvnvnvnvnvnvnvnvnRnRnRnRnRnvpFpFnvnvpGnNnNnNnNnNnNnNnNnNpHnwnwnwnwoYoYpIpIpIoYoOoOoOoOoOoOoOnvaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPntntntntntntaPaPaPaPaPaPaPaPaPaPaPaPkKpApBpCpBpAjSntntntntntntntntntntntntntntntntntnt
aPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvoqpJnNnNpKpLnNnNnNnNnNnNnNnNnNnNnNnNnNnNpMnNnNpMosnNnNnNpNpOpPpQnNnNnNpHnwnwnwnwoYoYpIpIpIoYoOoOoOoOoOoOoOnvaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPntntntntntaPaPaPaPaPaPaPaPaPaPaPaPaPlxpApBpCpBpAjSntntntntntntntntntntntntntntntntntnt
aPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPoFoGoGoGoGoGoGoGoGoGoGoGoGoGpRoIoGoGoGoJpRpSoLnNnNpKpLnNnNpTnNnNpTnNnNnNnNnNnNnNnNpUnNnNpUnNnNnNnNpNnWnWpQnNnNpVnGnwnwnwnwnvoYpxpxpxoYnvpWoOnvpXnvpYnvaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPaPntntaPaPaPaPaPaPaPaPntntntaPaPaPaPaPaPaPaPaPaPaPaPaPaPjSjSpCpCpZjSjSntntntntntntntntntntntntntntntntntnt
aPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvoqqanNnNqbnvnRnRnvqcqcnvnRnRnvnRnRnRnRnRnvqcqcnvnvnNnNnNpNqdqepQnNnNqfnvnwnwnwnwnvoYoZoZoZoYnvpWoOnvqgnvqgnvaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPntntntntntaPaPaPaPaPaPntntaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPjSpCpCpCjSntntntntntntntntntntntntntntntntntntnt
aPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPoFoGoGoGoGoGoGoGoGoGoGoGoGoGqhoIoGoGoGoJqhqioLnNnNqjnvqknNnNnNnNnNqlqmnvqnqoqpqqqrqsnNnNqtnRqunNnNnNnNnNnNnNnNqunvnwnwnwnwnvnvnvnvnvnvnvnvnvnvnvnvnvnvaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPntntntntntntaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPqvqwqwqxjSjSqyjSjSjSjSjSjSjSntntntntntntntntntntntntntnt
aPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPoFoGoGoGoGoGoGoGoGoGoGoGoGoGqhoIoGoGoGoJqhqioLnNnNqjnvqknNnNnNnNnNqlqtnvqnqoqpqqqrqsnNnNvenRqunNnNnNnNnNnNnNnNqunvnwnwnwnwnvnvnvnvnvnvnvnvnvnvnvnvnvnvaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPntntntntntntaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPqvqwqwqxjSjSqyjSjSjSjSjSjSjSntntntntntntntntntntntntntnt
aPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvnvqzqAnNnNqBnvqCnNnNnNnNnNnNnYnvnNnNnNnNqDnNnNnNqEnRqFqGqHqIqJqJqJqHqGqFnvnwnwnwnwnRqKqLqLqMqNqOnvqPoOqQnvaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPntntntntntntaPaPaPaPaPaPaPaPaPaPqRqSqTqTqTqUqVaPaPqWqXqYqZqXqXqXrajSrbrcrdrejSntntntntntntntntntntntntntnt
aPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnvrfrgrhrirjnvrknNnNrlrmnNnNrnnvnNnNnNnNnNnNnNnNnvnvnvroronvrprpnvnvnvnvnvnwnwnwnwnRrqrqrqrqrqrqnvrroOrsnvaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPaPntntntntntaPaPaPaPaPaPaPaPaPqRrtrurvrwrxryrtqVaPqWqXrzrzqXqXqXqXrArBrBrBrCjSjSjSjSjSntntntntntntntntntnt
aPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnvnvnvnvnvnvnvrDnNnNrErFnNnNrGnvnNnNrHrIrJnNnNrKnvrLrMrMrMrMrNrNrMrMrOaPnvnwnwnwnwnvrqrPrQrQrQrQnvnvrRnvnvaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPaPaPntntntntaPaPaPaPaPaPaPaPaPrtrSrTrTrUrTrTrxrtaPqWrVrWrXrYqXqXqXjSrBrBrBrZjSsalLsbjSntntntntntntntntntnt
@@ -2464,7 +2465,7 @@ aPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaP
aPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnRnwnwnRaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPtdtututututututStTtTtTtTtUtUtTtTtTtTtVtututututdaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPqRrtrtrtrttWtwsprTtXrtrtrtrtqVtYtYjStZkLkLkLjSuaublLlLlLlLlLlLlLlLucjSntntntntntnt
aPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnRnwnwnRaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPtdtutututututSudueufugtTuhuitTujuktTtTtTtVtututdaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPrtulumunrtrTuorTuprtrtuqurusutuuuvuukLkLkLkLuwlLlLlLlLlLuxlLlLlLlLuyjSntntntntntnt
aPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnRnwnwnRaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPtdtututututStTuzuzuzuztTuAuAtTuzuzuBuCtTtTtVtutdaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPaPaPaPaPaPaPntntaPaPaPaPuDuEuFuErtrtrtuGrtrtuHuquIuJutuuuKuukLkLkLkLjSuLuMlLlLlLlLlLlLlLlLuNjSntntntntntnt
aPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnRnwnwnRaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPtdtututuuOtTtTuPuQuRuStTuzuzuTuzuzuzuzuUuVtTtutdaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPaPaPaPaPaPntntntaPaPaPaPrtrtuDuWrtrtuXrTuYrtrtuZvauZrtvbvbjSvcqwtjjSjSjSjSvdvelLlLlLvfvfvgjSjSntntntntntnt
aPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnRnwnwnRaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPtdtututuuOtTtTuPuQuRuStTuzuzuTuzuzuzuzuUuVtTtutdaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPaPaPaPaPaPntntntaPaPaPaPrtrtuDuWrtrtuXrTuYrtrtuZvauZrtvbvbjSvcqwtjjSjSjSjSvdTolLlLlLvfvfvgjSjSntntntntntnt
aPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnvnwnwnvaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPtdtututuvhvivjuzvkvkvktTuzuztTvlvmvnvovpvqtTtutdaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPaPaPaPaPntntntntaPaPaPaPrtvrrTrTvsrtrTvtrTrtvuvvvwvxrtobaPobaPaPaPaPntntjSjSjStKvytKjSjSjSjSntntntntntntnt
aPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnRnwnwnRaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPtdtututuvzviuzuzuzuzuzuTuzuztTtTtTtTtTtTtTvAtuvBvBvBvBvBvBvBvBvBvBvBaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPaPaPaPaPntntntntaPaPaPaPrtvCrTrTrTvDrTrTrTvErTrTrTvFrtoEoEoEoEaPaPaPaPntntntjSvGlLvGjSntntntntntntntntntnt
aPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnRnwnwnRaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPtdtututuvHtTvIuzvIuzvItTuzuzuzvJvKtutututututuvBvLvLvLvLvLvLvLvLvMvNaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPnraPaPaPaPaPaPaPaPaPntntntntntaPaPaPaPrtvOrTrTrTvPrTrTrTvQrTrTrTvRrtaPaPaPaPaPaPaPaPaPntntjSvGlLvGjSntntntntntntntntntnt
@@ -2508,7 +2509,7 @@ aPaPaPaPaPaPaPwpwCwCwCwCwCCQwpwpaPaPaPaPaPaPaPaPaPaPaPwpwpCQwCwCwCwCwCwCCQwpwpaP
aPaPaPaPaPaPaPwpwCwCwCwCwCwpwpobaPaPaPaPaPaPaPaPaPaPaPobwpwpwCwCwCwCwCwCwpwpobaPEjEBECEDEEEFEGEHEnaPobwpwpwCwCwCwCwCwCwpwpaPaPaPaPaPaPaPaPaPaPaPaPaPwpwpwCwCwCwCwCwCwCEIEJEKEKELEIBaBaEaEMENEOEPEaEQERESESETEQEUEUEQERESESETEQEQBaBaBaBaBaBaBaBaBaBaBaBaBaBaBaEVEVEVEVEVEVEVEWEWEVEVEVEVEVEVAHBhBhBhBhBhBhAHCmBhBhBjCFCGCzCzCzCzCzCzCzCzCzCzCzCzCHCFCICICICICICICICICIAHaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaP
aPaPaPaPaPaPaPwpwCwCwCyVwpwpaPobaPaPaPaPaPaPaPaPaPaPaPobaPwpwpwCwCwCwCwpwpaPobEjEBEXEYEZEYEZEYFaEHEnobaPwpwpwCwCwCwCwpwpaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPwpwpwCwCwCEawCwCEaENENENENEaBaBaEaFbENEOEPEaFdEUEUEUEUEUEUEUEUEUEUEUEUFdEQAGBaBaBaBaBaBaBaBaBaBaBaBaBaAGEVFeFfFfFfFfFgFgFgFgFfFfFfFfFeAHBhBhFhCmBhFhBjCmBhBhBjCPCGCzCzCzCzCzCzCzCzCzCzCzCzCHCPCCCCCCCCCCCCCCCCCCAHaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaP
aPaPaPaPaPaPaPwowCwCwCyVwoaPaPobaPaPaPaPaPaPaPaPaPaPaPobaPaPwoyswCwCwCwoaPaPobFiEZEZEZFjFkFlEZEZEZFiobaPaPwoyswCwCwCwpwpwpwpwpybaPaPaPaPaPaPaPaPaPaPaPaPwoyswCwCEaFmFmEaFnENENENEaFmFmEaFbENENEvEaEUEUEUEUEUEUEUEUEUEUEUEUEUEUEQAGAGBaBaBaBaBaBaBaBaBaBaBaAGAGEVFgFgFgFgFgFgFgFgFgFgFgFgFgFgAHBhBhFhCmBhFhBjCmBhBhAHDjDkDlDlDlDlDmCzCzDnDlDlDlDmDoDpCICICICICICICICICIAHaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaP
aPaPaPaPaPaPaPwowCwCwCyVwoaPaPobaPaPaPaPaPaPaPaPaPaPaPobaPaPwoyswCwCwCwoaPaPobFoFpFqFrFsFtFsFuFvFwFoobaPaPwoyswCwCwCwpobobobobobobobobobobobobobobobobaPwoyswCwCEaENENFxENENENENENENENEaEaENENEaEaEUEUFyFzFAFBEUEUFyFCFDFBEUEUEQaPAGAGAGAGAGBaBaBaAGAGAGAGAGaPEVFgFEFEFEFEFgFgFgFgFEFEFEFEFgAHBhBhFhCmBhFhAHCmBhBhAHAHDjCoCpCoCpCoCqCqCoCpCoCpCoDpCsCsCsCsCsCsCsCsCsCsAHaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaP
aPaPaPaPaPaPaPwowCwCwCyVwoaPaPobaPaPaPaPaPaPaPaPaPaPaPobaPaPwoyswCwCwCwoaPaPobFoFpFqFrFsFtFsFuFvFwFoobaPaPwoyswCwCwCwpobobobobobobobobobobobobobobobobaPwoyswCwCEaENENFxENENENENENENENTpEaENENEaEaEUEUFyFzFAFBEUEUFyFCFDFBEUEUEQaPAGAGAGAGAGBaBaBaAGAGAGAGAGaPEVFgFEFEFEFEFgFgFgFgFEFEFEFEFgAHBhBhFhCmBhFhAHCmBhBhAHAHDjCoCpCoCpCoCqCqCoCpCoCpCoDpCsCsCsCsCsCsCsCsCsCsAHaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaP
aPaPaPaPaPaPaPwowCwCwCyVwoaPaPobaPaPaPaPaPaPaPaPaPaPaPobaPaPwoyswCwCwCwoaPaPobFoFFFiFGFHFIFHFGFiFFFoobaPaPwoyswCwCwCwpobaPaPaPaPaPaPaPaPaPaPaPaPaPaPobobwpyswCwCEaENENENENENENENENENENFJENENENFKEaEUEUFyFLFMFBEUEUFyFNFOFBEUEUEQaPaPAGFPFQBaCeDeCcBaFQFRAGaPaPEVFgFgFgFgFgFgFgFgFgFgFgFgFgFgAHBhBhFhCmBhFhBjBhBhBhCfAHAHAHBjBjBjAHCgCgAHBjBjBjAHAHAHAHBjBjBjAHAHBjBjBjAHaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaP
aPaPaPaPaPaPaPwpwCwCwCyVwpobobobaPaPaPaPaPaPaPaPaPaPaPobobobwpyswCwCwCwpobobobFoEZFvFoFSFTFUFoFqEZFoobobobwpyswCwCwCwoaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPwowowoyswCwCEaENENENENENENENENENENENENENENFKEaEUEUEUEUEUEUEUEUEUEUEUEUEUEUEQaPaPAGFPFQBaCeDeCcBaFQFRAGaPaPEVFeFfFfFfFfFgFgFgFgFfFfFfFfFeAHBhBhFhCmBhFhBjBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBjaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaP
aPaPaPaPaPaPaPwpwCwCwCyVwpaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPwpyswCwCwCwpaPaPaPFiEZFvFVFWFXFYFVFqEZFiaPaPaPwpyswCwCwCwoaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPzdzezdyswCwCEaENENENENENENENENENENFZGaGbGcGdEaEUEUFyGeGfFBEUEUFyGgGhFBEUEUEQaPaPAGGiBaBaCeDeCcBaBaGjAGaPaPEVEVEVEVEVEVEVEWEWEVEVEVEVEVEVAHBhBhFhCmBhFhAHBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBhBjaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaP
@@ -2516,7 +2517,7 @@ aPaPaPaPaPaPaPwpwCwCwCyVwpaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPwpyswCwCwCwpaPaPEjEB
aPaPaPaPaPaPaPwowCwCwCyVwowowoaPaPaPaPaPaPaPaPaPaPaPaPaPwowowoyswCwCwCwowowoFoGxEZFvEHFiGyFiEBFqEZGxFowowowoyswCwCwCwpobaPaPaPaPaPaPaPaPaPaPaPaPaPaPobobwpyswCwCEaENENENGzGAENENENENGBEaGCGDGEGFEaEUEUEUEUEUEUEUEUEUEUEUEUEUEUEQaPaPAGFPFQBaCeDeCcBaFQFRAGaPaPEVGrGrGrGrGrGrGrGrGrGrGrGrGrGrAHBhBhBhBhBhBhAHAHAHAHBjBjBjAHBjBjBjAHBjBjAHBjBjBjAHaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaP
aPaPaPaPaPaPaPwowCwCwCyVzdzezdaPaPaPaPaPaPaPaPaPaPaPaPaPzdzezdyswCwCwCGGzeGGGHEZEZEZGIGJEZEZGIEZEZEZGKGGzeGGyswCwCwCwpobobobobobobobobobobobobobobobobaPwoyswCwCEaENENENENENENENENENENENENENENENEaEUEUEUEUEUEUGLGLGLGLGLGLGLGLEQaPaPAGAGAGEcDzGMGNEbAGAGAGaPaPEVGOEVGPEVGQEVGrGrEVGREVGSEVGTAHBhBhBhBhBhBhBjaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaP
aPaPaPaPaPaPaPwowCwCwCyVwowowoaPaPaPaPaPaPaPaPaPaPaPaPaPwowowoyswCwCwCwowowoFoGUEZFvFVFqEZFvFVFqEZGVFowowowoyswCwCwCwpwpwpwpwpybaPaPaPaPaPaPaPaPaPaPaPaPwoyswCwCEaENENENENENENENENENENENENENGWGXEaGYGZGZEUEUHaHbHbHbHbHbHbHbHbEQaPaPAGHcBaEwCeDeCcEwBaHcAGaPaPEVHdEVHdEVHdEVGrGrEVHdEVHdEVHdAHBhBhGwGwGwGwBjaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaP
aPaPaPaPaPaPaPwpwCwCwCyVwpaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPwpyswCwCHewpaPaPFVFqEZFvHfFqEZFvHfFqEZFvFVaPaPwpyswCwCwCwpwpwpwpwpybaPaPaPaPaPaPaPaPaPaPaPaPwoyswCwCEaENENENGzGAENENENGbEaEaEaHgEaEaEaHhHiHjEUEUHaHkHlHlHlHlHlHlHlEQaPaPAGBaHmHnCeDeCcHnHoBaAGaPaPEVEVEVEVEVEVEVGrGrEVEVEVEVEVEVAHBhBhBiBiBiBiBjaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaP
aPaPaPaPaPaPaPwpwCwCwCyVwpaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPwpyswCwCHewpaPaPFVFqEZFvHfFqEZFvHfFqEZFvFVaPaPwpyswCwCwCwpwpwpwpwpybaPaPaPaPaPaPaPaPaPaPaPaPwoyswCwCEaENENENGzGAENENENGbTpEaEaHgEaEaEaHhHiHjEUEUHaHkHlHlHlHlHlHlHlEQaPaPAGBaHmHnCeDeCcHnHoBaAGaPaPEVEVEVEVEVEVEVGrGrEVEVEVEVEVEVAHBhBhBiBiBiBiBjaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaP
aPaPaPaPaPaPaPwpwCwCwCyVwpobobobobobobobobobobobobobobobobobwpyswCwCwCwpaPaPHfFqEZFvHfFqFkFvHfFqEZFvHfaPaPwpyswCwCwCwpobobobobobobobobobobobobobobobobaPwoyswCwCEaENENENENENENENENGcEaHpENENENHqEaHrHsHtEUEUHaHlHlHlHlHlHlHlHlEQaPaPAGHuBaHuCeDeCcHuBaHuAGaPaPEVHvGrHvGrHvGtGrGrHwHvGrHvGrHvAHBhBhBhBhBhBhBjaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaP
aPaPaPaPaPaPaPwpwCwCwCyVwpaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPwpyswCwCwCwpaPaPGkFqEZFvHfFqEZFvHfFqEZFvGkaPaPwpyswCwCwCwpobaPaPaPaPaPaPaPaPaPaPaPaPaPaPobobwpyswCwCEaENENENENENENENENGdEaHpENENENHqEaHxHyHzEUEUHaHlHlHAHBHCHDHlHlEQaPaPAGHEBaBaCeDeCcBaBaHFAGaPaPEVGrGrGrGrGrGrGrGrGrGrGrGrGrGrAHBhBhBhBhBhBjBjaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaP
aPaPaPaPaPaPaPwoyswCwCwCwowowoaPaPaPaPaPaPaPaPaPaPaPaPaPwowowoyswCwCwCwowowoFoHGEZFvGkFqEZFvGkFqEZHHFowowowoyswCwCwCwoaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPwowowoyswCwCEaENENENHIHJENENENGaEaHpENENENHqEaEQEQEQEQEQEQEQEQEQEQEQEQEQEQEQAGAGAGHKHLHLCeDeCcHMHMHNAGAGAGEVHOGrHOGrHOGtGrGrHwHOGrHOGrHOAHBjBjBjBjBjBjaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaPaP
+381 -821
View File
File diff suppressed because it is too large Load Diff