[SWS] Fixed wrong casting costs of Gungan Captain.

This commit is contained in:
LevelX2 2016-10-19 23:38:02 +02:00
parent cfb4eea267
commit 5242eff182

View file

@ -44,7 +44,7 @@ import mage.constants.CardType;
public class GunganCaptain extends CardImpl {
public GunganCaptain(UUID ownerId, CardSetInfo setInfo) {
super(ownerId,setInfo,new CardType[]{CardType.CREATURE},"{3}{U}");
super(ownerId, setInfo, new CardType[]{CardType.CREATURE}, "{2}{U}");
this.subtype.add("Gungan");
this.subtype.add("Warrior");
this.power = new MageInt(1);