Some minor changes to framework and card classes.

This commit is contained in:
LevelX2 2013-11-01 17:04:27 +01:00
parent 0697801cdc
commit 17238bee3e
5 changed files with 21 additions and 20 deletions

View file

@ -104,7 +104,7 @@ public class AddCountersTargetEffect extends OneShotEffect<AddCountersTargetEffe
@Override
public String getText(Mode mode) {
if (staticText != null) {
if (!staticText.isEmpty()) {
return staticText;
}
StringBuilder sb = new StringBuilder();