- "Into the Caves" now can be used only when card is in play.

This commit is contained in:
marcins78@gmail.com
2012-03-14 17:16:33 +00:00
parent 93d98552ee
commit add6dca524
2 changed files with 3 additions and 1 deletions

View File

@@ -37,7 +37,8 @@ public class Card17_100 extends AbstractPermanent {
@Override
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);
PhysicalCard frodo = Filters.findFirstActive(game.getGameState(), game.getModifiersQuerying(), Filters.frodo);
action.appendCost(

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%">
<b>14 Mar. 2012</b>
- "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>
- "Dark Fell About Him" now correctly exerts your Nazgul twice.