"Aragorn's Bow, Swift and True" if used, it does not add to archery total

This commit is contained in:
marcin.sciesinski
2019-08-13 14:41:00 -07:00
parent ce85698660
commit 710afe3447

View File

@@ -59,7 +59,7 @@ public class Card40_096 extends AbstractAttachableFPPossession {
new ChooseAndWoundCharactersEffect(action, playerId, 1, 1, CardType.MINION));
action.appendEffect(
new AddUntilEndOfPhaseModifierEffect(
new DoesNotAddToArcheryTotalModifier(self, self)));
new DoesNotAddToArcheryTotalModifier(self, Filters.hasAttached(self))));
return Collections.singletonList(action);
}
return null;