mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
[M13] Fix Odric, Master Tactician text
This commit is contained in:
parent
7e3b0f98e6
commit
62b46fef37
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue