- "Iron Fist of the Orc" now can be activated in Regroup phase, rather than in Shadow phase.

This commit is contained in:
marcins78@gmail.com
2012-02-02 11:47:16 +00:00
parent aca50f9a83
commit 95ba4f294e
2 changed files with 4 additions and 1 deletions

View File

@@ -61,7 +61,7 @@ public class Card6_064 extends AbstractPermanent {
@Override
protected List<? extends Action> getExtraPhaseActions(String playerId, LotroGame game, PhysicalCard self) {
if (PlayConditions.canUseShadowCardDuringPhase(game, Phase.SHADOW, self, 1)
if (PlayConditions.canUseShadowCardDuringPhase(game, Phase.REGROUP, self, 1)
&& game.getGameState().getStackedCards(self).size() >= 3) {
ActivateCardAction action = new ActivateCardAction(self);
action.appendCost(

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>1 Feb. 2012</b>
- "Iron Fist of the Orc" now can be activated in Regroup phase, rather than in Shadow phase.
<b>1 Feb. 2012</b>
- Stacked cards and cards in discard affect game ONLY when their side (Shadow/FP) matches their owner's current role.