Now AI would try to get removal spells (getting additional points for them).

This commit is contained in:
magenoxx 2011-08-18 11:07:21 +04:00
parent e7be3591d4
commit 02e09831ad
3 changed files with 46 additions and 4 deletions

View file

@ -328,7 +328,8 @@ public final class Constants {
Copy(true),
Benefit(true),
Detriment(false),
Neutral(true);
Neutral(true),
Removal(true);
private boolean good;