mirror of
https://github.com/magefree/mage.git
synced 2025-12-26 05:22:02 -08:00
[NEO] Implemented March of Swirling Mist
This commit is contained in:
parent
2783f55765
commit
c7f65031a1
3 changed files with 60 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ public class PhaseOutTargetEffect extends OneShotEffect {
|
|||
@Override
|
||||
public String getText(Mode mode) {
|
||||
if (staticText != null && !staticText.isEmpty()) {
|
||||
return staticText + " phases out";
|
||||
return staticText;
|
||||
}
|
||||
|
||||
StringBuilder sb = new StringBuilder();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue