[LCC] Implement Pantlaza, Sun-Favored (#11590)

This commit is contained in:
jimga150 2023-12-31 14:24:55 -05:00 committed by GitHub
parent 9b3ff32a33
commit 53d62c7f44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 80 additions and 1 deletions

View file

@ -20,7 +20,7 @@ public class EntersBattlefieldThisOrAnotherTriggeredAbility extends EntersBattle
setTriggerPhrase("Whenever " + this.filter.getMessage() + " enters the battlefield" + (onlyControlled ? " under your control, " : ", "));
}
private EntersBattlefieldThisOrAnotherTriggeredAbility(final EntersBattlefieldThisOrAnotherTriggeredAbility ability) {
protected EntersBattlefieldThisOrAnotherTriggeredAbility(final EntersBattlefieldThisOrAnotherTriggeredAbility ability) {
super(ability);
}