mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Remove extra blank line before "Pay Mana Cost" with optional payment prompt
This commit is contained in:
@@ -94,7 +94,7 @@ public class InputPayManaExecuteCommands extends InputPayMana {
|
||||
/** {@inheritDoc} */
|
||||
@Override
|
||||
protected String getMessage() {
|
||||
final StringBuilder msg = new StringBuilder(this.message + "\n\nPay Mana Cost: " + this.manaCost);
|
||||
final StringBuilder msg = new StringBuilder(this.message + "\nPay Mana Cost: " + this.manaCost);
|
||||
if (this.phyLifeToLose > 0) {
|
||||
msg.append(" (");
|
||||
msg.append(this.phyLifeToLose);
|
||||
|
||||
Reference in New Issue
Block a user