mirror of
https://github.com/correl/mage.git
synced 2024-12-25 11:11:16 +00:00
Typos
This commit is contained in:
parent
174bb33464
commit
a5388456e4
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ import mage.players.Player;
|
|||
public class GabrielAngelfire extends CardImpl {
|
||||
|
||||
public GabrielAngelfire(UUID ownerId, CardSetInfo setInfo) {
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{W}{W}{G}{G}");
|
||||
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{3}{G}{G}{W}{W}");
|
||||
addSuperType(SuperType.LEGENDARY);
|
||||
this.subtype.add(SubType.ANGEL);
|
||||
this.power = new MageInt(4);
|
||||
|
|
Loading…
Reference in a new issue