EmrakulsEvangel fix

This commit is contained in:
drmDev 2016-07-03 06:22:32 -04:00
parent b85af92942
commit e1bd9a5331
3 changed files with 68 additions and 25 deletions

View file

@ -68,5 +68,4 @@ public class SacrificeSourceCost extends CostImpl {
public SacrificeSourceCost copy() {
return new SacrificeSourceCost(this);
}
}
}

View file

@ -97,7 +97,7 @@ public class SacrificeTargetCost extends CostImpl {
if (((ActivatedAbilityImpl) ability).getActivatorId() != null) {
activator = ((ActivatedAbilityImpl) ability).getActivatorId();
} else {
// Aktivator not filled?
// Activator not filled?
activator = controllerId;
}
}
@ -123,5 +123,4 @@ public class SacrificeTargetCost extends CostImpl {
public List<Permanent> getPermanents() {
return permanents;
}
}
}