forked from External/mage
Added AttachedToCounterCondition and some minor changes.
This commit is contained in:
parent
857da3a08a
commit
9f1fb3581c
4 changed files with 99 additions and 10 deletions
|
|
@ -60,11 +60,11 @@ public class DevotionCount implements DynamicValue {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
return new StringBuilder("devotion to ").append(devotionColor.toString()).toString();
|
||||
return "put a number of";
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getMessage() {
|
||||
return toString();
|
||||
return new StringBuilder("devotion to ").append(devotionColor.toString()).toString();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue