mirror of
https://github.com/correl/mage.git
synced 2024-12-25 03:00:15 +00:00
Tiny text fix
This commit is contained in:
parent
aa49b8386f
commit
e9c2c6caa1
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ public class MasterWarcraft extends CardImpl {
|
|||
super(ownerId, setInfo, new CardType[]{CardType.INSTANT}, "{2}{R/W}{R/W}");
|
||||
|
||||
// Cast Master Warcraft only before attackers are declared.
|
||||
this.addAbility(new CastOnlyDuringPhaseStepSourceAbility(null, null, BeforeAttackersAreDeclaredCondition.instance, "Cast Master Warcraft only before attackers are declared"));
|
||||
this.addAbility(new CastOnlyDuringPhaseStepSourceAbility(null, null, BeforeAttackersAreDeclaredCondition.instance, "Cast {this} only before attackers are declared"));
|
||||
|
||||
// You choose which creatures attack this turn.
|
||||
this.getSpellAbility().addEffect(new MasterWarcraftChooseAttackersEffect());
|
||||
|
|
Loading…
Reference in a new issue