- "Cliffs of Emyn Muil" should have a default value of 2 for removing burdens.
This commit is contained in:
@@ -41,7 +41,7 @@ public class Card4_299 extends AbstractPermanent {
|
|||||||
final RequiredTriggerAction action = new RequiredTriggerAction(self);
|
final RequiredTriggerAction action = new RequiredTriggerAction(self);
|
||||||
action.appendEffect(
|
action.appendEffect(
|
||||||
new PlayoutDecisionEffect(self.getOwner(),
|
new PlayoutDecisionEffect(self.getOwner(),
|
||||||
new IntegerAwaitingDecision(1, "How many burdens do you wish to remove?", 0, 2) {
|
new IntegerAwaitingDecision(1, "How many burdens do you wish to remove?", 0, 2, 2) {
|
||||||
@Override
|
@Override
|
||||||
public void decisionMade(String result) throws DecisionResultInvalidException {
|
public void decisionMade(String result) throws DecisionResultInvalidException {
|
||||||
int count = getValidatedResult(result);
|
int count = getValidatedResult(result);
|
||||||
|
|||||||
@@ -1,4 +1,7 @@
|
|||||||
<pre style="font-size:80%">
|
<pre style="font-size:80%">
|
||||||
|
<b>27 Nov. 2012</b>
|
||||||
|
- "Cliffs of Emyn Muil" should have a default value of 2 for removing burdens.
|
||||||
|
|
||||||
<b>26 Nov. 2012</b>
|
<b>26 Nov. 2012</b>
|
||||||
- "Arwen's Fate" should no longer cause the game to be cancelled.
|
- "Arwen's Fate" should no longer cause the game to be cancelled.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user