mirror of
https://github.com/magefree/mage.git
synced 2026-01-10 12:52:06 -08:00
merge cleanup
This commit is contained in:
parent
ee3d3f6e7b
commit
0631521787
1 changed files with 0 additions and 7 deletions
|
|
@ -11,7 +11,6 @@ import mage.filter.FilterPermanent;
|
|||
import mage.game.Game;
|
||||
import mage.game.permanent.Permanent;
|
||||
import mage.target.TargetPermanent;
|
||||
import mage.target.common.TargetControlledPermanent;
|
||||
import mage.target.common.TargetSacrifice;
|
||||
import mage.util.CardUtil;
|
||||
|
||||
|
|
@ -42,12 +41,6 @@ public class SacrificeTargetCost extends CostImpl implements SacrificeCost {
|
|||
this(new TargetSacrifice(numToSac, filter));
|
||||
}
|
||||
|
||||
// remove once merge complete
|
||||
@Deprecated
|
||||
public SacrificeTargetCost(TargetControlledPermanent target) {
|
||||
throw new UnsupportedOperationException("Wrong code usage, refactor to TargetSacrifice");
|
||||
}
|
||||
|
||||
public SacrificeTargetCost(TargetSacrifice target) {
|
||||
this.addTarget(target);
|
||||
target.setRequired(false); // can be canceled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue