[J22] Implement Preston, the Vanisher (#9860)

This commit is contained in:
Alexander Novotny 2023-02-28 06:39:02 -08:00 committed by GitHub
parent eaa001aa14
commit 242490373e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 214 additions and 27 deletions

View file

@ -109,7 +109,7 @@ public class EntersBattlefieldAllTriggeredAbility extends TriggeredAbilityImpl {
return super.getRule();
}
private String generateTriggerPhrase() {
protected String generateTriggerPhrase() {
StringBuilder sb = new StringBuilder("Whenever ");
if (thisOrAnother) {
sb.append("{this} or another ");