From 2e3bd4fc6bacdbca9ba6a7ab92dd861484dd3e71 Mon Sep 17 00:00:00 2001 From: PhallenCassidy Date: Mon, 24 Oct 2022 21:38:47 -0400 Subject: [PATCH] Update changeLog.html --- .../src/main/web/includes/info/changeLog.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gemp-lotr/gemp-lotr-async/src/main/web/includes/info/changeLog.html b/gemp-lotr/gemp-lotr-async/src/main/web/includes/info/changeLog.html index ff13da607..c24d43ac9 100644 --- a/gemp-lotr/gemp-lotr-async/src/main/web/includes/info/changeLog.html +++ b/gemp-lotr/gemp-lotr-async/src/main/web/includes/info/changeLog.html @@ -1,9 +1,9 @@
 Most recent update
 - The Hobbit's "Bilbo, Master of Riddles" is now properly strength +2 when skirmishing Smaug
-- Added "Hobbit: Open" to the game hall, which allows decks to be constructed for The Hobbit across all of its expansions
-- Fixed the deckbuilder definition for The Hobbit to properly validate decks in the format
-- Added remaining cultures for The Hobbit to the deckbuilder, which will appear when "The Hobbit Sets" is selected
+- Added "The Hobbit Draft Game" to the game hall, which allows decks to be constructed for The Hobbit across all of its expansions
+- "The Hobbit Draft Game" is also available in the deckbuilder to properly validate decks in the format
+- Added remaining cultures for The Hobbit to the deckbuilder, and set them to only appear when "The Hobbit Sets" or one of its expansions is selected
 
 2022 September 12
 - Revamped several back-end systems to be hot-reloadable. What this means is, any future changes to formats, packs, draft or sealed events, or card definitions can all be pushed and updated without requiring a server restart, even mid-game. Certain bugfixes should be deployed much faster now!