for AI: made BoostTargetEffect negative effect for */-X spells

This commit is contained in:
magenoxx 2012-06-28 10:11:03 +04:00
parent 30264a4326
commit b983bb2e7d
2 changed files with 20 additions and 1 deletions

View file

@ -58,6 +58,9 @@ public class DomainValue implements DynamicValue {
return amount.toString();
}
public Integer getAmount() {
return amount;
}
@Override
public String getMessage() {