forked from External/mage
Now AI would try to get removal spells (getting additional points for them).
This commit is contained in:
parent
e7be3591d4
commit
02e09831ad
3 changed files with 46 additions and 4 deletions
|
|
@ -328,7 +328,8 @@ public final class Constants {
|
|||
Copy(true),
|
||||
Benefit(true),
|
||||
Detriment(false),
|
||||
Neutral(true);
|
||||
Neutral(true),
|
||||
Removal(true);
|
||||
|
||||
private boolean good;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue