Changing hall text.
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user