[AFC] Implemented Galea, Kindler of Hope

This commit is contained in:
Evan Kranzler 2021-08-27 09:08:20 -04:00
parent e9f3766210
commit bbcccf4b58
3 changed files with 170 additions and 0 deletions

View file

@ -52,6 +52,7 @@ public abstract class TriggeredAbilityImpl extends AbilityImpl implements Trigge
this.optional = ability.optional;
this.leavesTheBattlefieldTrigger = ability.leavesTheBattlefieldTrigger;
this.triggersOnce = ability.triggersOnce;
this.triggerPhrase = ability.triggerPhrase;
}
@Override