mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
Update AegisOfHonor.java
This commit is contained in:
parent
1e94de1b1c
commit
f70f5a99c0
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public class AegisOfHonor extends CardImpl<AegisOfHonor>{
|
|||
|
||||
// {1} The next time The next time an instant or sorcery spell would deal damage to you this
|
||||
//turn, that spell deals that damage to its controller instead.
|
||||
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD, new AegisOfHonorEffect(), ManaCostsImpl("1")));
|
||||
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD, new AegisOfHonorEffect(), ManaCostsImpl("{1}")));
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue