Merge pull request #4447 from QuipQwop/master

Removed unneeded creature or player target request
This commit is contained in:
LevelX2 2018-01-27 19:06:41 +01:00 committed by GitHub
commit e2338f1cf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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