mirror of
https://github.com/magefree/mage.git
synced 2025-12-30 07:22:03 -08:00
- Added Viashino Sandstalker, Pillage, Cursed Scroll, Fireblast, Hammer of Bogardan, Jackal Pup.
This commit is contained in:
parent
f2229f9fd7
commit
ab67c12e9a
8 changed files with 659 additions and 0 deletions
|
|
@ -51,6 +51,10 @@ public class SacrificeTargetCost extends CostImpl<SacrificeTargetCost> {
|
|||
this.addTarget(target);
|
||||
this.text = "Sacrifice " + target.getTargetName();
|
||||
}
|
||||
|
||||
public SacrificeTargetCost(TargetControlledPermanent target, boolean noText) {
|
||||
this.addTarget(target);
|
||||
}
|
||||
|
||||
public SacrificeTargetCost(SacrificeTargetCost cost) {
|
||||
super(cost);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue