mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Reap text fix
This commit is contained in:
parent
36d69a96be
commit
c9c760e5f9
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ public class Reap extends CardImpl {
|
|||
opponentId = target.getFirstTarget();
|
||||
}
|
||||
int numbTargets = game.getBattlefield().getAllActivePermanents(filter, opponentId, game).size();
|
||||
ability.addTarget(new TargetCardInYourGraveyard(0, numbTargets, new FilterCard("cards from your graveyard")));
|
||||
ability.addTarget(new TargetCardInYourGraveyard(0, numbTargets, new FilterCard("card" + (numbTargets == 1 ? "" : "s") + " from your graveyard")));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue