forked from External/mage
[MKM] Implement Proft's Eidetic Memory (#11779)
This commit is contained in:
parent
bbe2ede8dc
commit
08eb000453
3 changed files with 71 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ public class IntPlusDynamicValue implements DynamicValue {
|
|||
|
||||
@Override
|
||||
public String toString() {
|
||||
StringBuilder sb = new StringBuilder(baseValue);
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append(baseValue).append(" plus ");
|
||||
return sb.append(value.toString()).toString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue