mirror of
https://github.com/correl/mage.git
synced 2024-12-26 19:16:54 +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() {
|
public OdricMasterTacticianTriggeredAbility() {
|
||||||
super(Zone.BATTLEFIELD, new ChooseBlockersEffect(Duration.EndOfCombat));
|
super(Zone.BATTLEFIELD, new ChooseBlockersEffect(Duration.EndOfCombat));
|
||||||
this.addWatcher(new ControlCombatRedundancyWatcher());
|
this.addWatcher(new ControlCombatRedundancyWatcher());
|
||||||
|
setTriggerPhrase("Whenever {this} and at least three other creatures attack, ");
|
||||||
}
|
}
|
||||||
|
|
||||||
public OdricMasterTacticianTriggeredAbility(final OdricMasterTacticianTriggeredAbility ability) {
|
public OdricMasterTacticianTriggeredAbility(final OdricMasterTacticianTriggeredAbility ability) {
|
||||||
|
|
Loading…
Reference in a new issue