Changing hall text.

This commit is contained in:
marcins78@gmail.com
2011-12-15 00:26:36 +00:00
parent f4d103af46
commit b4adc74f19
2 changed files with 11 additions and 1 deletions

View File

@@ -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");

View File

@@ -130,7 +130,7 @@
$(document).ready(
function() {
$("#latestNews").append("<b>Sets 01-11 are available to play.</b> "
$("#latestNews").append("<b>Sets 01-12 are available to play.</b> "
+ "If you find any problems with specific card or rules in general, please report it <a href='http://lotrtcgdb.com/forums/index.php/topic,7592.0.html'>at the TLHH forums</a>.");
var chat = new ChatBoxUI("Game Hall", $("#chat"), "/gemp-lotr/server", true);