"Hearth and Hall"

This commit is contained in:
marcins78@gmail.com
2012-02-09 22:22:07 +00:00
parent dc621d1041
commit 3469ba4e05

View File

@@ -3,6 +3,7 @@ package com.gempukku.lotro.cards.set17.elven;
import com.gempukku.lotro.cards.AbstractEvent;
import com.gempukku.lotro.cards.PlayConditions;
import com.gempukku.lotro.cards.actions.PlayEventAction;
import com.gempukku.lotro.cards.effects.ChoiceEffect;
import com.gempukku.lotro.cards.effects.ReinforceTokenEffect;
import com.gempukku.lotro.common.*;
import com.gempukku.lotro.filters.Filters;
@@ -67,6 +68,8 @@ public class Card17_008 extends AbstractEvent {
new ReinforceTokenEffect(self, playerId, Token.ELVEN));
}
});
action.appendEffect(
new ChoiceEffect(action, playerId, possibleEffects));
return action;
}
}