forked from External/mage
* AI: fixed that computer can broke some non mana pays (Echo, Escalate, Recover, Tap source unless pay, Slow Motion, #8182);
This commit is contained in:
parent
4d0761fa27
commit
421cac0ce3
7 changed files with 112 additions and 6 deletions
|
|
@ -45,7 +45,7 @@ class EscalateEffect extends CostModificationEffectImpl {
|
|||
|
||||
EscalateEffect(final EscalateEffect effect) {
|
||||
super(effect);
|
||||
this.cost = effect.cost;
|
||||
this.cost = effect.cost.copy();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue