implement [MH3] Arena of Glory and usage of ManaSpentDelayedTriggeredAbility (#12404)

This commit is contained in:
Susucre 2024-06-07 18:34:45 +02:00 committed by GitHub
parent 0cd2fda764
commit 3e18b58cac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 200 additions and 3 deletions

View file

@ -27,7 +27,7 @@ public class ManaSpentDelayedTriggeredAbility extends DelayedTriggeredAbility {
setTriggerPhrase("When you spend this mana to cast " + filter.getMessage() + ", ");
}
private ManaSpentDelayedTriggeredAbility(final ManaSpentDelayedTriggeredAbility ability) {
protected ManaSpentDelayedTriggeredAbility(final ManaSpentDelayedTriggeredAbility ability) {
super(ability);
this.filter = ability.filter;
}