forked from External/mage
for AI: made BoostTargetEffect negative effect for */-X spells
This commit is contained in:
parent
30264a4326
commit
b983bb2e7d
2 changed files with 20 additions and 1 deletions
|
|
@ -58,6 +58,9 @@ public class DomainValue implements DynamicValue {
|
|||
return amount.toString();
|
||||
}
|
||||
|
||||
public Integer getAmount() {
|
||||
return amount;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getMessage() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue