EnterBattlefieldEffect: Displaying overriden rule without additions

This commit is contained in:
magenoxx 2012-06-12 12:54:32 +04:00
parent a8697ac0bd
commit faca6008cb

View file

@ -110,7 +110,7 @@ public class EntersBattlefieldEffect extends ReplacementEffectImpl<EntersBattlef
if (text == null || text.length() == 0)
return "{this} enters the battlefield " + baseEffects.getText(mode);
else
return "{this} enters the battlefield " + text;
return text;
}
@Override