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
|
|
@ -76,7 +76,7 @@ class RecoverEffect extends OneShotEffect {
|
|||
|
||||
public RecoverEffect(final RecoverEffect effect) {
|
||||
super(effect);
|
||||
this.cost = effect.cost;
|
||||
this.cost = effect.cost.copy();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue