mirror of
https://github.com/magefree/mage.git
synced 2026-01-25 20:59:14 -08:00
Merge pull request #4447 from QuipQwop/master
Removed unneeded creature or player target request
This commit is contained in:
commit
e2338f1cf4
1 changed files with 0 additions and 1 deletions
|
|
@ -87,7 +87,6 @@ class SavraSacrificeBlackCreatureAbility extends TriggeredAbilityImpl {
|
|||
|
||||
public SavraSacrificeBlackCreatureAbility() {
|
||||
super(Zone.BATTLEFIELD, new DoIfCostPaid(new SavraSacrificeEffect(), new PayLifeCost(2)));
|
||||
this.addTarget(new TargetCreatureOrPlayer());
|
||||
this.setLeavesTheBattlefieldTrigger(true);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue