fixes and optimizations for monte carlo ai

This commit is contained in:
BetaSteward 2012-01-16 18:49:11 -05:00
parent a13bb9acf5
commit 2e21b7197b
5 changed files with 21 additions and 3 deletions

View file

@ -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();