mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Minor typo fix
This commit is contained in:
parent
2a39a4a278
commit
f2d42b2836
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ public final class SkyboonEvangelist extends CardImpl {
|
|||
this.power = new MageInt(3);
|
||||
this.toughness = new MageInt(3);
|
||||
|
||||
// FLying
|
||||
// Flying
|
||||
this.addAbility(FlyingAbility.getInstance());
|
||||
|
||||
// When Skyboon Evangelist enters the battlefield, support 6.
|
||||
|
|
Loading…
Reference in a new issue