* 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:
Oleg Agafonov 2021-09-03 02:11:21 +04:00
parent 4d0761fa27
commit 421cac0ce3
7 changed files with 112 additions and 6 deletions

View file

@ -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