align to new enters wording changed upstream

This commit is contained in:
Susucre 2024-07-30 15:54:16 +02:00
parent c0eab28626
commit a76ef60820
3 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,7 @@ public class EntersBattlefieldTappedAbility extends StaticAbility {
if (ruleText != null) {
return ruleText;
}
return "{this} enters the battlefield tapped.";
return "{this} enters tapped.";
}
@Override