[NEO] Implemented March of Swirling Mist

This commit is contained in:
Evan Kranzler 2022-02-06 16:07:58 -05:00
parent 2783f55765
commit c7f65031a1
3 changed files with 60 additions and 1 deletions

View file

@ -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();