- "Plains of Rohan Camp" now allows to heal "up to" 3 wounds, not just 3 wounds.
This commit is contained in:
@@ -33,11 +33,11 @@ public class Card4_333 extends AbstractSite {
|
||||
if (TriggerConditions.startOfPhase(game, effectResult, Phase.FELLOWSHIP)) {
|
||||
RequiredTriggerAction action = new RequiredTriggerAction(self);
|
||||
action.appendEffect(
|
||||
new ChooseAndHealCharactersEffect(action, game.getGameState().getCurrentPlayerId(), 1, 1, CardType.COMPANION));
|
||||
new ChooseAndHealCharactersEffect(action, game.getGameState().getCurrentPlayerId(), 0, 1, CardType.COMPANION));
|
||||
action.appendEffect(
|
||||
new ChooseAndHealCharactersEffect(action, game.getGameState().getCurrentPlayerId(), 1, 1, CardType.COMPANION));
|
||||
new ChooseAndHealCharactersEffect(action, game.getGameState().getCurrentPlayerId(), 0, 1, CardType.COMPANION));
|
||||
action.appendEffect(
|
||||
new ChooseAndHealCharactersEffect(action, game.getGameState().getCurrentPlayerId(), 1, 1, CardType.COMPANION));
|
||||
new ChooseAndHealCharactersEffect(action, game.getGameState().getCurrentPlayerId(), 0, 1, CardType.COMPANION));
|
||||
return Collections.singletonList(action);
|
||||
}
|
||||
return null;
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>16 Dec. 2012</b>
|
||||
- "Plains of Rohan Camp" now allows to heal "up to" 3 wounds, not just 3 wounds.
|
||||
|
||||
<b>15 Dec. 2012</b>
|
||||
- Both "Forces of Mordor" and "Uruk Spy" now give a choice of number of minions to spot, therefore allowing to spot less
|
||||
than are in play.
|
||||
|
||||
Reference in New Issue
Block a user