stackedCards = _lotroGame.getGameState().getStackedCards(card);
+ if (stackedCards != null && stackedCards.size() > 0) {
+ sb.append("
Stacked cards:");
+ sb.append("
" + GameUtils.getAppendedNames(stackedCards));
+ }
+
sb.append("
Effective stats:");
try {
int twilightCost = _lotroGame.getModifiersQuerying().getTwilightCost(_lotroGame.getGameState(), card, false);
diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html
index 8e4044df4..8e9cc9212 100644
--- a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html
+++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html
@@ -1,4 +1,8 @@
+11 Dec. 2011
+- Added leagues
+- Tokens and stacked cards are displayed now in zoomed view.
+
9 Dec. 2011
- "Ghastly Host" should allow you to play Nazguls now.