mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 20:32:06 -08:00
minor cleanup
This commit is contained in:
parent
804dd0ae2b
commit
2030dcf169
2 changed files with 2 additions and 8 deletions
|
|
@ -97,7 +97,7 @@ public class AddCountersTargetEffect extends OneShotEffect {
|
|||
|
||||
@Override
|
||||
public String getText(Mode mode) {
|
||||
if (!staticText.isEmpty()) {
|
||||
if (staticText != null && !staticText.isEmpty()) {
|
||||
return staticText;
|
||||
}
|
||||
return CardUtil.getAddRemoveCountersText(amount, counter, getTargetPointer().describeTargets(mode.getTargets(), "that creature"), true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue