mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 04:52:07 -08:00
[KLD] Added 5 red cards.
This commit is contained in:
parent
a7ef570457
commit
a0e797cc5c
7 changed files with 427 additions and 2 deletions
|
|
@ -135,7 +135,7 @@ public class BecomesCreatureAllEffect extends ContinuousEffectImpl {
|
|||
@Override
|
||||
public String getText(Mode mode) {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
if (duration.toString() != "") {
|
||||
if (!"".equals(duration.toString())) {
|
||||
sb.append(duration.toString()).append(", ");
|
||||
}
|
||||
sb.append(filter.getMessage());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue