forked from External/mage
implement [LCI] Dusk Rose Reliquary
This commit is contained in:
parent
92e089663f
commit
32310455cb
3 changed files with 49 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ public class SacrificeTargetCost extends CostImpl implements SacrificeCost {
|
|||
return permanents;
|
||||
}
|
||||
|
||||
private static final String makeText(TargetControlledPermanent target) {
|
||||
private static String makeText(TargetControlledPermanent target) {
|
||||
if (target.getMinNumberOfTargets() != target.getMaxNumberOfTargets()) {
|
||||
return target.getTargetName();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue