mirror of
https://github.com/magefree/mage.git
synced 2026-01-18 09:19:56 -08:00
fixes and optimizations for monte carlo ai
This commit is contained in:
parent
a13bb9acf5
commit
2e21b7197b
5 changed files with 21 additions and 3 deletions
|
|
@ -102,7 +102,7 @@ public abstract class AbilityImpl<T extends AbilityImpl<T>> implements Ability {
|
|||
this.zone = ability.zone;
|
||||
this.name = ability.name;
|
||||
this.usesStack = ability.usesStack;
|
||||
this.manaCosts = ability.manaCosts.copy();
|
||||
this.manaCosts = ability.manaCosts;
|
||||
this.manaCostsToPay = ability.manaCostsToPay.copy();
|
||||
this.costs = ability.costs.copy();
|
||||
this.optionalCosts = ability.optionalCosts.copy();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue