From b4adc74f19d8a7014f7b17582daca0c805b2f677 Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Thu, 15 Dec 2011 00:26:36 +0000 Subject: [PATCH] Changing hall text. --- .../gempukku/lotro/cards/set11/wraith/Card11_216.java | 10 ++++++++++ gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set11/wraith/Card11_216.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set11/wraith/Card11_216.java index 0255bf96c..186dd67d5 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set11/wraith/Card11_216.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set11/wraith/Card11_216.java @@ -23,6 +23,16 @@ import java.util.Collections; import java.util.List; import java.util.Map; +/** + * Set: Shadows + * Side: Shadow + * Culture: Wraith + * Twilight Cost: 0 + * Type: Condition • Support Area + * Game Text: Maneuver: Remove (5) to make this condition a fierce [WRAITH] minion until the start of the regroup phase + * that has 10 strength and 3 vitality, and cannot bear other cards. This card is still a condition. At the start of the + * regroup phase, remove all tokens from here. + */ public class Card11_216 extends AbstractPermanent { public Card11_216() { super(Side.SHADOW, 0, CardType.CONDITION, Culture.WRAITH, Zone.SUPPORT, "A Shadow Rises"); 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 26cae5c44..56af8362c 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/hall.html @@ -130,7 +130,7 @@ $(document).ready( function() { - $("#latestNews").append("Sets 01-11 are available to play. " + $("#latestNews").append("Sets 01-12 are available to play. " + "If you find any problems with specific card or rules in general, please report it at the TLHH forums."); var chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr/server", true);