Fixed "Noble Intentions"

This commit is contained in:
marcin.sciesinski
2017-11-11 14:10:04 -08:00
parent 92513c9736
commit 53d76d263f

View File

@@ -38,7 +38,7 @@ public class Card30_014 extends AbstractEvent {
new ChooseAndExertCharactersEffect(action, playerId, 1, 1, CardType.COMPANION, Filters.not(Filters.name("Bilbo"))));
action.appendEffect(
new AddUntilEndOfPhaseModifierEffect(
new StrengthModifier(self, Filters.name("Bilbo"), 5)));
new StrengthModifier(self, Filters.name("Bilbo"), 3)));
return action;
}
}