implement [LCI] Dusk Rose Reliquary

This commit is contained in:
xenohedron 2023-10-30 19:29:16 -04:00
parent 92e089663f
commit 32310455cb
3 changed files with 49 additions and 1 deletions

View file

@ -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();
}