mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
[SWS] Fixed wrong casting costs of Gungan Captain.
This commit is contained in:
parent
cfb4eea267
commit
5242eff182
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue