Fixed "He Gives Me Courage"

This commit is contained in:
PhallenCassidy
2017-11-16 16:19:18 -05:00
committed by GitHub
parent 4b5816636c
commit 2c6ce3ba24

View File

@@ -47,7 +47,7 @@ public class Card30_030 extends AbstractEvent {
action.appendCost(
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, Filters.gandalf));
action.appendCost(
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, Keyword.WISE, CardType.ALLY));
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, Keyword.WISE, Culture.ELVEN, CardType.ALLY));
action.appendEffect(
new RemoveBurdenEffect(playerId, self, 2));
};