mirror of
https://github.com/magefree/mage.git
synced 2025-12-27 14:02:05 -08:00
* Fixed that sacrifice was handled targeted (because of using other method now with sourceId and controllerId).
This commit is contained in:
parent
7af34eb8b1
commit
e22174b148
3 changed files with 28 additions and 15 deletions
|
|
@ -48,6 +48,7 @@ public class SacrificeTargetCost extends CostImpl {
|
|||
|
||||
public SacrificeTargetCost(TargetControlledPermanent target) {
|
||||
this.addTarget(target);
|
||||
target.setNotTarget(true); // sacrifice is never targeted
|
||||
this.text = "Sacrifice " + target.getTargetName();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue