- Improved AI using Vivid lands and similar cards.

This commit is contained in:
Sloth
2014-03-04 13:00:09 +00:00
parent 7310305312
commit 128bde09d6
3 changed files with 5 additions and 4 deletions

View File

@@ -67,7 +67,9 @@ public class CostPutCounter extends CostPartWithList {
}
@Override
public boolean isReusable() { return true; }
public boolean isReusable() {
return counter != CounterType.M1M1;
}
/*
* (non-Javadoc)

View File

@@ -63,9 +63,6 @@ public class CostRemoveCounter extends CostPartWithList {
this.zone = zone;
}
@Override
public boolean isReusable() { return true; }
@Override
public boolean isUndoable() { return true; }