[M13] Fix Odric, Master Tactician text

This commit is contained in:
Alex W. Jackson 2022-08-30 01:44:18 -04:00
parent 7e3b0f98e6
commit 62b46fef37

View file

@ -49,6 +49,7 @@ class OdricMasterTacticianTriggeredAbility extends TriggeredAbilityImpl {
public OdricMasterTacticianTriggeredAbility() {
super(Zone.BATTLEFIELD, new ChooseBlockersEffect(Duration.EndOfCombat));
this.addWatcher(new ControlCombatRedundancyWatcher());
setTriggerPhrase("Whenever {this} and at least three other creatures attack, ");
}
public OdricMasterTacticianTriggeredAbility(final OdricMasterTacticianTriggeredAbility ability) {