- "Iron Fist of the Orc" now can be activated in Regroup phase, rather than in Shadow phase.
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user