- "Into the Caves" now can be used only when card is in play.
This commit is contained in:
@@ -37,7 +37,8 @@ public class Card17_100 extends AbstractPermanent {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected List<? extends Action> getExtraPhaseActions(String playerId, LotroGame game, final PhysicalCard self) {
|
protected List<? extends Action> getExtraPhaseActions(String playerId, LotroGame game, final PhysicalCard self) {
|
||||||
if (PlayConditions.canSpot(game, CardType.MINION, Filters.assignableToSkirmishAgainst(Side.FREE_PEOPLE, Filters.frodo))) {
|
if (PlayConditions.canUseFPCardDuringPhase(game, Phase.ASSIGNMENT, self)
|
||||||
|
&& PlayConditions.canSpot(game, CardType.MINION, Filters.assignableToSkirmishAgainst(Side.FREE_PEOPLE, Filters.frodo))) {
|
||||||
final ActivateCardAction action = new ActivateCardAction(self);
|
final ActivateCardAction action = new ActivateCardAction(self);
|
||||||
PhysicalCard frodo = Filters.findFirstActive(game.getGameState(), game.getModifiersQuerying(), Filters.frodo);
|
PhysicalCard frodo = Filters.findFirstActive(game.getGameState(), game.getModifiersQuerying(), Filters.frodo);
|
||||||
action.appendCost(
|
action.appendCost(
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
<pre style="font-size:80%">
|
<pre style="font-size:80%">
|
||||||
<b>14 Mar. 2012</b>
|
<b>14 Mar. 2012</b>
|
||||||
- "White Hand Destroyer" no longer has "Hunter 0" when you control no sites.
|
- "White Hand Destroyer" no longer has "Hunter 0" when you control no sites.
|
||||||
|
- "Into the Caves" now can be used only when card is in play.
|
||||||
|
|
||||||
<b>12 Mar. 2012</b>
|
<b>12 Mar. 2012</b>
|
||||||
- "Dark Fell About Him" now correctly exerts your Nazgul twice.
|
- "Dark Fell About Him" now correctly exerts your Nazgul twice.
|
||||||
|
|||||||
Reference in New Issue
Block a user