This commit is contained in:
Oleg Agafonov 2018-01-05 15:06:20 +04:00
parent 174bb33464
commit a5388456e4

View file

@ -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);