forked from External/mage
more card text cleanup
Angel of Salvation, Blinding Flare, Allied Strategies, Footbottom Feast, Delve, Reinforce, Clockwork *, Choking Sands, Cloud Key, Covetous Dragon
This commit is contained in:
parent
ec971140ec
commit
7f2b3b71c2
21 changed files with 35 additions and 31 deletions
|
|
@ -149,7 +149,7 @@ public class PutOnLibraryTargetEffect extends OneShotEffect {
|
|||
StringBuilder sb = new StringBuilder();
|
||||
Target target = mode.getTargets().get(0);
|
||||
sb.append("put ");
|
||||
if (target.getMaxNumberOfTargets() == 0) {
|
||||
if (target.getMaxNumberOfTargets() == 0 || target.getMaxNumberOfTargets() == Integer.MAX_VALUE) {
|
||||
sb.append("any number of ");
|
||||
} else if (target.getMaxNumberOfTargets() != 1 || target.getNumberOfTargets() != 1) {
|
||||
if (target.getMaxNumberOfTargets() > target.getNumberOfTargets()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue