* Urborg, Tomb of Yawgmoth - Fixed tooltip text.

This commit is contained in:
LevelX2 2016-01-15 23:33:54 +01:00
parent c2b91bfd61
commit 6fd86cf7c3
2 changed files with 12 additions and 10 deletions

View file

@ -141,8 +141,9 @@ public class GainAbilityAllEffect extends ContinuousEffectImpl {
return true;
}
@Override
public String getText(Mode mode) {
if(staticText != null && !staticText.isEmpty()) {
if (staticText != null && !staticText.isEmpty()) {
return staticText;
}