"There and Back Again" now adds strength to all hobbit companions, not just bearer.

This commit is contained in:
marcins78@gmail.com
2011-09-20 00:46:35 +00:00
parent 5900bb7a68
commit 7831184e58

View File

@@ -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;