- "King's Board" now correctly allows to exert the named characters for the effect, if you do not control Eomer.
This commit is contained in:
@@ -41,7 +41,7 @@ public class Card13_131 extends AbstractPermanent {
|
||||
new ChooseAndAddUntilEOPStrengthBonusEffect(action, self, playerId, 2, Filters.or(Filters.name(Names.eowyn), Filters.name(Names.theoden))));
|
||||
actions.add(action);
|
||||
}
|
||||
if (PlayConditions.canExert(self, game, Filters.name(Names.eomer))) {
|
||||
if (PlayConditions.canExert(self, game, Filters.name(Names.eowyn))) {
|
||||
ActivateCardAction action = new ActivateCardAction(self);
|
||||
action.setText("Exert Eowyn...");
|
||||
action.appendCost(
|
||||
@@ -50,7 +50,7 @@ public class Card13_131 extends AbstractPermanent {
|
||||
new ChooseAndAddUntilEOPStrengthBonusEffect(action, self, playerId, 2, Filters.or(Filters.name(Names.eomer), Filters.name(Names.theoden))));
|
||||
actions.add(action);
|
||||
}
|
||||
if (PlayConditions.canExert(self, game, Filters.name(Names.eomer))) {
|
||||
if (PlayConditions.canExert(self, game, Filters.name(Names.theoden))) {
|
||||
ActivateCardAction action = new ActivateCardAction(self);
|
||||
action.setText("Exert Theoden...");
|
||||
action.appendCost(
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>7 Nov. 2012</b>
|
||||
- "King's Board" now correctly allows to exert the named characters for the effect, if you do not control Eomer.
|
||||
|
||||
<b>24 Oct. 2012</b>
|
||||
- Added replay speed buttons.
|
||||
- If two (or more) required before actions happen, FP player has a choice which one to play first. If that action
|
||||
|
||||
Reference in New Issue
Block a user