mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +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 class GabrielAngelfire extends CardImpl {
|
||||||
|
|
||||||
public GabrielAngelfire(UUID ownerId, CardSetInfo setInfo) {
|
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);
|
addSuperType(SuperType.LEGENDARY);
|
||||||
this.subtype.add(SubType.ANGEL);
|
this.subtype.add(SubType.ANGEL);
|
||||||
this.power = new MageInt(4);
|
this.power = new MageInt(4);
|
||||||
|
|
Loading…
Reference in a new issue