From 5242eff1827e76fdae31cb5168dfe8a9f6046b3e Mon Sep 17 00:00:00 2001 From: LevelX2 Date: Wed, 19 Oct 2016 23:38:02 +0200 Subject: [PATCH] [SWS] Fixed wrong casting costs of Gungan Captain. --- Mage.Sets/src/mage/cards/g/GunganCaptain.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/g/GunganCaptain.java b/Mage.Sets/src/mage/cards/g/GunganCaptain.java index b74a9f328bd..19faa03e27e 100644 --- a/Mage.Sets/src/mage/cards/g/GunganCaptain.java +++ b/Mage.Sets/src/mage/cards/g/GunganCaptain.java @@ -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);