mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Kheru Spellsnatcher: Fix playing MDFC lands
This commit is contained in:
@@ -80,7 +80,7 @@ public final class CardPlayOption {
|
||||
return toString(true);
|
||||
}
|
||||
|
||||
public String toString( final boolean withPlayer) {
|
||||
public String toString(final boolean withPlayer) {
|
||||
StringBuilder sb = new StringBuilder(withPlayer ? this.player.toString() : StringUtils.EMPTY);
|
||||
|
||||
switch (getPayManaCost()) {
|
||||
|
||||
Reference in New Issue
Block a user