Reworked "Beorn" discard prevention
This commit is contained in:
@@ -37,19 +37,19 @@ public class Card31_013 extends AbstractFollower {
|
||||
super(Side.FREE_PEOPLE, 3, 2, 1, 0, Culture.GANDALF, "Beorn", "Skin-Changer", true);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Race getRace() {
|
||||
return Race.MAN;
|
||||
}
|
||||
@Override
|
||||
public Race getRace() {
|
||||
return Race.MAN;
|
||||
}
|
||||
|
||||
@Override
|
||||
@Override
|
||||
public Modifier getAlwaysOnModifier(LotroGame game, PhysicalCard self) {
|
||||
return new CantDiscardFromPlayByPlayerModifier(self, "Can't be discarded by opponent", self, self.getOwner());
|
||||
}
|
||||
return new CantDiscardFromPlayModifier(self, "Cannot be discarded from play by Shadow cards", self, Side.SHADOW);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean canPayAidCost(LotroGame game, PhysicalCard self) {
|
||||
return PlayConditions.canExert(self, game, Filters.gandalf);
|
||||
return PlayConditions.canExert(self, game, Filters.gandalf);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user