"Aragorn's Bow, Swift and True" if used, it does not add to archery total
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user