"Aegnor, Elven Escort" still has todo

This commit is contained in:
jberbach@gmail.com
2011-11-02 22:08:05 +00:00
parent fc027ab202
commit 172e29c687

View File

@@ -41,7 +41,7 @@ public class Card10_004 extends AbstractCompanion {
new ExertCharactersEffect(self, self));
action.appendEffect(
int archerTotal = Filters.countSpottable(game.getGameState(), game.getModifiersQuerying(), Filters.keyword(Keyword.ARCHER));
// TODO Need to make it so it targets minion skirmishing unbound elf and not just any minion
// TODO Need to make it so it targets minion skirmishing unbound elf and not just any minion, also does it spot minions?
new ChooseAndAddUntilEOPStrengthBonusEffect(action, self, playerId, -archerTotal, Filters.type(CardType.MINION)));
actions.add(action);
}