mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
EnterBattlefieldEffect: Displaying overriden rule without additions
This commit is contained in:
parent
a8697ac0bd
commit
faca6008cb
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue