mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
misc text fixes
This commit is contained in:
parent
aa24b8047d
commit
4afefea1f5
11 changed files with 36 additions and 32 deletions
|
|
@ -80,7 +80,7 @@ public class FlipCoinEffect extends OneShotEffect {
|
|||
}
|
||||
StringBuilder sb = new StringBuilder("Flip a coin. If you win the flip, ").append(executingEffectsWon.getText(mode));
|
||||
if (!executingEffectsLost.isEmpty()) {
|
||||
sb.append(". If you lose the flip, ").append(executingEffectsLost.getText(mode));
|
||||
sb.append(" If you lose the flip, ").append(executingEffectsLost.getText(mode));
|
||||
}
|
||||
return sb.toString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue