mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
EmrakulsEvangel fix
This commit is contained in:
parent
b85af92942
commit
e1bd9a5331
3 changed files with 68 additions and 25 deletions
|
|
@ -68,5 +68,4 @@ public class SacrificeSourceCost extends CostImpl {
|
|||
public SacrificeSourceCost copy() {
|
||||
return new SacrificeSourceCost(this);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue