diff --git a/code/game/objects/effects/decals/posters.dm b/code/game/objects/effects/decals/posters.dm index 9684062634a4..1f024783ace7 100644 --- a/code/game/objects/effects/decals/posters.dm +++ b/code/game/objects/effects/decals/posters.dm @@ -174,14 +174,14 @@ icon_state = "poster4" /obj/structure/sign/poster/propaganda/Initialize() - serial_number = pick(4,14,15,20,21,40,41,42,49,64,65) + serial_number = pick(4,14,15,20,21,40,41,42,49,64,65,73,74,77,79) .=..() /obj/structure/sign/poster/safety icon_state = "poster27" /obj/structure/sign/poster/safety/Initialize() - serial_number = pick(27,28,30,31,44,66,68,69,71) + serial_number = pick(27,28,30,31,44,66,68,69,71,75,78,80,81,84) .=..() /obj/structure/sign/poster/io @@ -210,7 +210,7 @@ icon_state = "poster50" /obj/structure/sign/poster/corporate/Initialize() - serial_number = pick(50,51,60,61,62,63,67) + serial_number = pick(50,51,60,61,62,63,67,76,82,83) .=..() /obj/structure/sign/poster/kellandmining icon_state = "poster46" diff --git a/code/game/objects/effects/decals/posters/poster_list.dm b/code/game/objects/effects/decals/posters/poster_list.dm index e59a8d38e97f..dcd973b7baa5 100644 --- a/code/game/objects/effects/decals/posters/poster_list.dm +++ b/code/game/objects/effects/decals/posters/poster_list.dm @@ -216,128 +216,218 @@ Template // Hybrisa Posters // -/// Alien Isolation - posters used as reference (direct downscale of the image for some) /// +/// Alien Isolation & Dark Descent - posters used as reference (direct downscale of the image for some) /// /datum/poster/poster_42 icon_state="poster42" name = "Colonial Marines poster" desc = "Join the Colonial Marines. Enlist today, protect tomorrow!" + /datum/poster/poster_43 icon_state="poster43" name = "Koorlander Gold" desc = "Koorlander - lovingly machine-rolled for YOUR pleasure." + /datum/poster/poster_44 icon_state="poster44" name = "Saftey poster" desc = "WASTE damages PROFIT - Think On!" + /datum/poster/poster_45 icon_state="poster45" name = "Pizza Galaxy poster" desc = "This poster depicts a delicious looking slice of Pizza, Yum." + /datum/poster/poster_46 icon_state="poster46" name = "Kelland Mining co. poster" desc = "A simplified version of the Kelland Mining co. logo.The Kelland Mining Company is owned by Prospectia, a sub-division of the San Rei Corporation, which is in turn owned by the Weyland-Yutani Corporation." + /datum/poster/poster_47 icon_state="poster47" name = "EAT" desc = "This is less of a poster and more of an advertisement for those gross power bars." + /datum/poster/poster_48 icon_state="poster48" name = "Classic Cola poster" desc = "This poster depicts a classic cola can. With a taste that's been around for centuries. Nobody can beat it." + /datum/poster/poster_49 icon_state="poster49" name = "Colonial Marines poster" desc = "Join the Colonial Marines. Enlist today, protect tomorrow!" + /datum/poster/poster_50 icon_state="poster50" name = "Synthetic 'Daniel' poster" desc = "An ominous forward facing profile of the Synthetic model 'Daniel'. Not quite a second generation model but something inbetween, suited for the needs of colonists. The poster is more art then an advertisement." + /datum/poster/poster_51 icon_state="poster51" name = "Synthetic 'Daniel' poster" desc = "An ominous side facing profile of the Synthetic model 'Daniel'. Not quite a second generation model but something inbetween, suited for the needs of colonists. The poster is more art then an advertisement." + /datum/poster/poster_52 icon_state="poster52" name = "Colonial Marshalls poster" desc = "To live, to serve, wherever humanity roams." + /datum/poster/poster_53 icon_state="poster53" name = "Colonial Marshalls poster" desc = "The laws of Earth stretch beyond the Sol: The Colonial Marshals." + /datum/poster/poster_54 icon_state="poster54" name = "Pimp Clown poster" desc = "Always returning. Always watching." + /datum/poster/poster_55 icon_state="poster55" name = "Weyland-Yutani poster" desc = "You don't have much choice in brand loyalty when there's basically only one brand." + /datum/poster/poster_56 icon_state="poster56" name = "Koorlander Gold" desc = "Koorlander Golds, lovingly machine rolled for YOUR pleasure." + /datum/poster/poster_57 icon_state="poster57" name = "art?" desc = "This poster depicts some curved lines that some pretentious art snob valued at over $12,000,000. Too bad this is just a low-resolution print." + /datum/poster/poster_58 icon_state="poster58" name = "art?" desc = "This poster depicts outsider geometric postmodern ascetic abject social expressionism art...you think." + /datum/poster/poster_59 icon_state="poster59" name = "Davenport Gin poster" desc = "On your way back home? Toast your return with Davenport gin." + /datum/poster/poster_60 icon_state="poster60" name = "Weyland Yutani - 'Daniel' Model Synthetic poster" desc = "A poster depicting a child in the arms of a Weyland Yutani 'Daniel' model Synthetic, Who thought this was a good idea?" + /datum/poster/poster_61 icon_state="poster61" name = "Saftey poster" desc = "Silence is not a Virtue - Do Not Share Sensitive Information..." + /datum/poster/poster_62 icon_state="poster62" name = "Synthetic 'Daniel' poster" desc = "An ominous forward facing profile of the Synthetic model 'Daniel'. Not quite a second generation model but something inbetween, suited for the needs of colonists. The poster is more art then an advertisement." + /datum/poster/poster_63 icon_state="poster63" name = "Synthetic 'Daniel' poster" desc = "An ominous side facing profile of the Synthetic model 'Daniel'. Not quite a second generation model but something inbetween, suited for the needs of colonists. The poster is more art then an advertisement." + /datum/poster/poster_64 icon_state="poster64" name = "Colonial Marine Corps poster" desc = "Every Paycheck a Fortune! Every Formation a Parade! - Join the Colonial Marines!" + /datum/poster/poster_65 icon_state="poster65" name = "Colonial Marine Corps poster" desc = "This poster depicts the logo of the Colonial Marine Corps, Oorah!" + /datum/poster/poster_66 icon_state="poster66" name = "Saftey poster" desc = "Save Resources! Switch Off Before You Clock Off." + /datum/poster/poster_67 icon_state="poster67" name = "Weyland Yutani - 'Daniel' Model Synthetic poster" desc = "A poster depicting a child holding the hands of a Weyland Yutani 'Daniel' model Synthetic, Who thought this was a good idea?" + /datum/poster/poster_68 icon_state="poster68" name = "Saftey poster" desc = "Clutter Clouds the Mind - Clean Workstation = Clear Head!" + /datum/poster/poster_69 icon_state="poster69" name = "Saftey poster" desc = "NO foreign objects allowed - that means YOU Smokey Joe!" + /datum/poster/poster_70 icon_state="poster70" name = "Souto Blue" desc = "Souto Blue. If you don't drink Souto, you probably do stuff like floss and value your kidneys...wimp. Printed in Havana." + /datum/poster/poster_71 icon_state="poster71" name = "Saftey poster" desc = "REMEMBER - Check Once, Twice, Thrice!" + /datum/poster/poster_72 icon_state="poster72" name = "Souto Lime" desc = "Souto Lime. If you don't drink Souto, you probably do stuff like floss and value your kidneys...wimp. Printed in Havana." + +/datum/poster/poster_73 + icon_state="poster73" + name = "Colonial Marine Corps poster" + desc = "YOU GIVE US WINGS, WINGS OF LIBERTY - United States Colonial Marines." + +/datum/poster/poster_74 + icon_state="poster74" + name = "Colonial Marine Corps poster" + desc = "USCM MARINES - FIRST TO FIGHT." + +/datum/poster/poster_75 + icon_state="poster75" + name = "Saftey poster" + desc = "DO NOT APPROACH SUSPICIOUS OBJECTS - CALL SECURITY." + +/datum/poster/poster_76 + icon_state="poster76" + name = "Weyland Yutani - 'Daniel' Model Synthetic poster" + desc = "All that matters is YOUR comfort. Our Artificial Humans are watching your back." + +/datum/poster/poster_77 + icon_state="poster77" + name = "Colonial Marine Corps poster" + desc = "Join the elite 'Recon Division of the United States Colonial Marine Corps', and become the unseen force that strikes fear into the hearts of our enemies. Harness your instinct, adaptability, and unwavering focus as you navigate hostile territories on distant planets." + +/datum/poster/poster_78 + icon_state="poster78" + name = "Saftey poster" + desc = "CLEAN UP AFTER YOURSELF! CLEAN SPACE - CLEAR MIND." + +/datum/poster/poster_79 + icon_state="poster79" + name = "Colonial Marine Corps poster" + desc = "No one stands alone with the United States Colonial Marines - JOIN US!" + +/datum/poster/poster_80 + icon_state="poster80" + name = "Saftey poster" + desc = "DON'T OPEN UNKNOWN CONTAINERS - AVOID VERMIN!" + +/datum/poster/poster_81 + icon_state="poster81" + name = "Saftey poster" + desc = "THIS IS A QUIET ZONE - PLEASE TALK SOFTLY." + +/datum/poster/poster_82 + icon_state="poster82" + name = "Weyland-Yutani propaganda poster" + desc = "TOGETHER - EXTRASOLAR COLONIZATION - WEAPON - PROTECTION - HIGH TECHNOLOGY - MANUFACTURING SYNTHETICS - FUTURE - SPACE STATION. Weyland Yutani - Building better Worlds." + +/datum/poster/poster_83 + icon_state="poster83" + name = "Weyland-Yutani propaganda poster" + desc = "LET'S WORK - TOGETHER WE BUILD A BETTER FUTURE." + +/datum/poster/poster_84 + icon_state="poster84" + name = "Saftey poster" + desc = "GERMS HATE SOAP - DON'T forget to wash your hands." diff --git a/icons/obj/structures/props/posters.dmi b/icons/obj/structures/props/posters.dmi index e66392cd0a23..179da39df75f 100644 Binary files a/icons/obj/structures/props/posters.dmi and b/icons/obj/structures/props/posters.dmi differ diff --git a/maps/map_files/LV759_Hybrisa_Prospera/LV759_Hybrisa_Prospera.dmm b/maps/map_files/LV759_Hybrisa_Prospera/LV759_Hybrisa_Prospera.dmm index 728d2ce75160..437c3adef496 100644 --- a/maps/map_files/LV759_Hybrisa_Prospera/LV759_Hybrisa_Prospera.dmm +++ b/maps/map_files/LV759_Hybrisa_Prospera/LV759_Hybrisa_Prospera.dmm @@ -4677,7 +4677,7 @@ /obj/structure/surface/table/woodentable/fancy, /obj/structure/machinery/recharger, /obj/structure/machinery/light, -/turf/open/floor/hybrisa/wood/darkerwood, +/turf/open/floor/hybrisa/carpet/carpetfadedred, /area/lv759/indoors/colonial_marshals/head_office) "aHa" = ( /obj/structure/surface/table/reinforced/prison, @@ -9135,20 +9135,15 @@ "boD" = ( /obj/structure/filingcabinet{ density = 0; - icon_state = "chestdrawer"; - pixel_x = -8; - pixel_y = 11 + pixel_x = 8; + pixel_y = 20 }, /obj/structure/filingcabinet{ density = 0; - icon_state = "chestdrawer"; - pixel_x = 8; - pixel_y = 11 - }, -/obj/effect/landmark/objective_landmark/medium, -/obj/structure/noticeboard{ - pixel_y = 32 + pixel_x = -8; + pixel_y = 20 }, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/hybrisa/wood/darkerwood, /area/lv759/indoors/colonial_marshals/head_office) "boH" = ( @@ -13543,13 +13538,6 @@ /obj/structure/prop/hybrisa/misc/floorprops/grate, /turf/open/hybrisa/street/underground_unweedable, /area/lv759/outdoors/colony_streets/central_streets) -"bWT" = ( -/obj/structure/pipes/standard/simple/hidden/cyan{ - dir = 4; - color = "#a6aeab" - }, -/turf/open/floor/hybrisa/carpet/carpetfadedred, -/area/lv759/indoors/colonial_marshals/head_office) "bWU" = ( /obj/structure/machinery/light/small{ dir = 4 @@ -18333,7 +18321,7 @@ pixel_x = -10; pixel_y = 8 }, -/turf/open/floor/hybrisa/wood/darkerwood, +/turf/open/floor/hybrisa/carpet/carpetfadedred, /area/lv759/indoors/colonial_marshals/head_office) "cFz" = ( /turf/open/floor/strata{ @@ -24179,6 +24167,11 @@ }, /turf/open/hybrisa/street/sidewalkfull, /area/lv759/outdoors/colony_streets/north_street) +"dtJ" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/prop/hybrisa/misc/coffeestuff/coffeemachine1, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) "dtM" = ( /obj/item/storage/bag/plasticbag, /obj/structure/bedsheetbin{ @@ -30205,6 +30198,10 @@ /area/lv759/indoors/wy_research_complex/hangarbay) "enP" = ( /obj/item/device/toner, +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, /turf/open/floor/hybrisa/tile/tilebeigecheckered, /area/lv759/indoors/colonial_marshals/north_office) "enS" = ( @@ -30279,6 +30276,13 @@ /obj/structure/window/framed/hybrisa/research/reinforced, /turf/open/floor/plating, /area/lv759/indoors/wy_research_complex/cargo) +"eoE" = ( +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/colonial_marshals/head_office) "eoN" = ( /obj/structure/prop/invuln/lattice_prop{ icon_state = "lattice12"; @@ -30389,6 +30393,8 @@ color = "#a6aeab"; dir = 10 }, +/obj/structure/surface/table/woodentable/fancy, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/hybrisa/wood/darkerwood, /area/lv759/indoors/colonial_marshals/head_office) "epP" = ( @@ -30509,7 +30515,7 @@ /obj/structure/noticeboard{ pixel_y = 32 }, -/turf/open/floor/hybrisa/wood/darkerwood, +/turf/open/floor/hybrisa/carpet/carpetfadedred, /area/lv759/indoors/colonial_marshals/head_office) "eqF" = ( /obj/structure/prop/invuln/lattice_prop{ @@ -34896,7 +34902,7 @@ "eYG" = ( /obj/structure/surface/table/woodentable/fancy, /obj/item/device/camera/oldcamera, -/turf/open/floor/hybrisa/wood/darkerwood, +/turf/open/floor/hybrisa/carpet/carpetfadedred, /area/lv759/indoors/colonial_marshals/head_office) "eYI" = ( /obj/effect/decal/cleanable/blood/drip{ @@ -55138,6 +55144,26 @@ }, /turf/open/floor/plating, /area/lv759/indoors/caves/east_caves) +"hRD" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 7; + pixel_y = 14 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = -7; + pixel_y = 11 + }, +/obj/item/reagent_container/food/drinks/coffeecup{ + pixel_x = 4 + }, +/obj/item/reagent_container/food/drinks/coffeecup/wy{ + pixel_x = -7; + pixel_y = 2; + layer = 2.9 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) "hRF" = ( /turf/open/hybrisa/street/sidewalkcenter{ dir = 4 @@ -67037,6 +67063,22 @@ /obj/structure/platform_decoration/shiva, /turf/open/floor/plating/plating_catwalk/prison, /area/lv759/indoors/caves/central_caves) +"jDk" = ( +/obj/structure/filingcabinet{ + density = 0; + icon_state = "chestdrawer"; + pixel_x = -8; + pixel_y = 20 + }, +/obj/structure/filingcabinet{ + density = 0; + icon_state = "chestdrawer"; + pixel_x = 8; + pixel_y = 20 + }, +/obj/effect/landmark/objective_landmark/close, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) "jDl" = ( /obj/effect/hybrisa/decal/road/road_edge, /obj/effect/hybrisa/decal/road/lines1, @@ -69949,6 +69991,13 @@ }, /turf/open/hybrisa/street/asphalt, /area/lv759/outdoors/colony_streets/east_central_street) +"kaC" = ( +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/wood/darkerwood, +/area/lv759/indoors/colonial_marshals/head_office) "kaE" = ( /obj/effect/hybrisa/decal/road/lines2, /obj/effect/hybrisa/decal/dirt, @@ -85421,7 +85470,7 @@ network = null; pixel_y = 4 }, -/turf/open/floor/hybrisa/wood/darkerwood, +/turf/open/floor/hybrisa/carpet/carpetfadedred, /area/lv759/indoors/colonial_marshals/head_office) "mgP" = ( /obj/structure/prop/hybrisa/fakeplatforms/platform1{ @@ -85853,6 +85902,17 @@ "mkt" = ( /turf/open/floor/hybrisa/carpet/carpetgreendeco, /area/lv759/indoors/apartment/northapartments) +"mku" = ( +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/colonial_marshals/head_office) "mkz" = ( /obj/structure/platform{ dir = 8 @@ -89200,7 +89260,7 @@ /obj/item/storage/photo_album{ pixel_y = 4 }, -/turf/open/floor/hybrisa/wood/darkerwood, +/turf/open/floor/hybrisa/carpet/carpetfadedred, /area/lv759/indoors/colonial_marshals/head_office) "mJP" = ( /obj/effect/decal/warning_stripes{ @@ -90213,6 +90273,13 @@ "mRs" = ( /turf/open/engineership/engineer_floor13, /area/lv759/indoors/derelict_ship) +"mRt" = ( +/obj/structure/bed/chair/office/dark{ + dir = 4; + layer = 3.25 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/colonial_marshals/head_office) "mRv" = ( /obj/item/tool/shovel, /turf/open/floor/plating{ @@ -92422,6 +92489,7 @@ pixel_x = -5; pixel_y = -1 }, +/obj/effect/landmark/objective_landmark/close, /turf/open/floor/hybrisa/wood/darkerwood, /area/lv759/indoors/colonial_marshals/head_office) "niB" = ( @@ -102186,7 +102254,7 @@ }, /obj/item/clothing/head/hybrisa/synth_detective_hat, /obj/item/clothing/suit/storage/cmb/hybrisa/detective_coat, -/turf/open/floor/hybrisa/carpet/carpetfadedred, +/turf/open/floor/hybrisa/wood/darkerwood, /area/lv759/indoors/colonial_marshals/head_office) "oEA" = ( /obj/structure/platform/hybrisa/rockdark{ @@ -105971,7 +106039,7 @@ "pgh" = ( /obj/structure/filingcabinet, /obj/effect/landmark/objective_landmark/medium, -/turf/open/floor/hybrisa/wood/darkerwood, +/turf/open/floor/hybrisa/carpet/carpetfadedred, /area/lv759/indoors/colonial_marshals/head_office) "pgm" = ( /obj/structure/surface/rack, @@ -106166,7 +106234,11 @@ color = "#a6aeab"; dir = 5 }, -/turf/open/floor/hybrisa/wood/darkerwood, +/obj/structure/surface/table/woodentable/fancy, +/obj/item/device/flashlight/lamp/green{ + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, /area/lv759/indoors/colonial_marshals/head_office) "phN" = ( /obj/effect/decal/cleanable/blood/drip{ @@ -112053,6 +112125,13 @@ icon_state = "darkbrown2" }, /area/lv759/indoors/power_plant/south_hallway) +"pXx" = ( +/obj/structure/surface/table/woodentable/fancy, +/obj/structure/machinery/computer/card{ + dir = 8 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, +/area/lv759/indoors/colonial_marshals/head_office) "pXz" = ( /obj/effect/hybrisa/decal/dirt, /obj/structure/largecrate, @@ -125992,14 +126071,15 @@ }, /area/lv759/indoors/colonial_marshals/hallway_south) "rVE" = ( -/obj/structure/bed/chair{ - dir = 1 - }, /obj/structure/pipes/standard/simple/hidden/cyan{ dir = 4; color = "#a6aeab" }, -/turf/open/floor/hybrisa/carpet/carpetfadedred, +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/wood/darkerwood, /area/lv759/indoors/colonial_marshals/head_office) "rVH" = ( /obj/structure/closet, @@ -126597,7 +126677,14 @@ /obj/structure/bookcase{ icon_state = "book-5" }, -/turf/open/floor/hybrisa/carpet/carpetfadedred, +/obj/structure/sign/poster/propaganda{ + pixel_y = 32 + }, +/obj/structure/sign/poster/propaganda{ + pixel_x = -6; + pixel_y = 38 + }, +/turf/open/floor/hybrisa/wood/darkerwood, /area/lv759/indoors/colonial_marshals/head_office) "sax" = ( /obj/effect/hybrisa/decal/road/road_edge{ @@ -128275,6 +128362,13 @@ /area/lv759/indoors/colonial_marshals/armory_foyer) "smQ" = ( /obj/structure/machinery/light, +/obj/structure/filingcabinet, +/obj/effect/landmark/objective_landmark/close, +/obj/effect/hybrisa/decal/trash{ + icon_state = "trash_4"; + pixel_x = -8; + pixel_y = 12 + }, /turf/open/floor/hybrisa/wood/darkerwood, /area/lv759/indoors/colonial_marshals/head_office) "smU" = ( @@ -144453,7 +144547,7 @@ /obj/structure/pipes/standard/simple/hidden/cyan{ color = "#a6aeab" }, -/turf/open/floor/hybrisa/carpet/carpetfadedred, +/turf/open/floor/hybrisa/wood/darkerwood, /area/lv759/indoors/colonial_marshals/head_office) "uDz" = ( /obj/structure/platform/hybrisa/metalplatform6{ @@ -154227,7 +154321,10 @@ /area/lv759/indoors/caves/north_west_caves) "vWj" = ( /obj/structure/bed/chair/comfy, -/turf/open/floor/hybrisa/wood/darkerwood, +/obj/effect/hybrisa/decal/trash{ + pixel_y = 12 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, /area/lv759/indoors/colonial_marshals/head_office) "vWm" = ( /obj/structure/surface/rack, @@ -158466,7 +158563,11 @@ /area/lv759/outdoors/colony_streets/north_street) "wBS" = ( /obj/structure/bed/chair/office/dark, -/turf/open/floor/hybrisa/wood/darkerwood, +/obj/item/trash/cigbutt{ + pixel_x = -3; + pixel_y = 9 + }, +/turf/open/floor/hybrisa/carpet/carpetfadedred, /area/lv759/indoors/colonial_marshals/head_office) "wBZ" = ( /obj/structure/pipes/standard/simple/hidden/cyan{ @@ -168032,7 +168133,7 @@ /obj/structure/surface/table/woodentable/fancy, /obj/item/tool/hand_labeler, /obj/item/evidencebag, -/turf/open/floor/hybrisa/wood/darkerwood, +/turf/open/floor/hybrisa/carpet/carpetfadedred, /area/lv759/indoors/colonial_marshals/head_office) "xVf" = ( /obj/structure/bed/chair/office/dark{ @@ -211009,7 +211110,7 @@ vMN cwF rRC gDa -gDa +tkl oPt oPz aaH @@ -212520,7 +212621,7 @@ muw muw vBD xdS -gDa +tkl rqE tYA uRd @@ -213284,8 +213385,8 @@ aBa oPz uvc stG -mks -mks +jDk +kaC wBS mJJ bay @@ -213788,8 +213889,8 @@ eAW oPz uvc stG -mks -mks +kBL +kBL rpV aRj rnQ @@ -214043,7 +214144,7 @@ bay boD seV rpV -kBL +mku xVc byr hlE @@ -214295,7 +214396,7 @@ bay eqB tXx rVE -kBL +mRt cFx bOg eGO @@ -214543,11 +214644,11 @@ rwl irB bay sav -mks +eoE vWj shO -bWT -kBL +rpV +pXx eYG bOg kNq @@ -214796,9 +214897,9 @@ qUJ bay oEw mks -kBL +mku xhk -rVE +rpV kBL ljU bay @@ -215300,8 +215401,8 @@ qUJ fEl bOg niv -kBL -kBL +dtJ +hRD epM iDM bOg