diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html index b97c830ad..cf993407f 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html @@ -80,7 +80,11 @@ $(document).ready( function() { - // $("#user").append("Create a table or join one where other player is waiting to start a game."); + $("#latestNews").append("Set 01-03 (whole Fellowship of Rings block) is available to play. " + + "Due to how the cards with \"Player ... may ... to prevent this\" (like Such a Little Thing) work I had to change the rules system. " + + "Because of that, cards that were working fine already, might not be working correctly anymore. " + + "If you find any problems with specific card or rules in general, please report it to me directly or " + + "on the TLHH forums."); var chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr/server", true); chat.setBounds(2, 2, 780 - 4, 200 - 4); @@ -101,7 +105,7 @@