"There and Back Again" now adds strength to all hobbit companions, not just bearer.
This commit is contained in:
@@ -43,7 +43,7 @@ public class Card1_317 extends AbstractAttachable {
|
||||
action.addCost(new DiscardCardFromPlayEffect(self, self));
|
||||
action.addEffect(
|
||||
new AddUntilStartOfPhaseModifierEffect(
|
||||
new StrengthModifier(self, Filters.sameCard(self.getAttachedTo()), 2), Phase.REGROUP));
|
||||
new StrengthModifier(self, Filters.and(Filters.type(CardType.COMPANION), Filters.race(Race.HOBBIT)), 2), Phase.REGROUP));
|
||||
return Collections.singletonList(action);
|
||||
}
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user