[SWS] Fixed Ravenous Wampa and casting cost of Gamorream Enforcer.

This commit is contained in:
LevelX2 2016-09-27 15:44:00 +02:00
parent 91aa36e707
commit a5b1db4ec1

View file

@ -46,7 +46,7 @@ import mage.target.common.TargetOpponentsCreaturePermanent;
public class GamorreanEnforcer extends CardImpl {
public GamorreanEnforcer(UUID ownerId) {
super(ownerId, 106, "Gamorrean Enforcer", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{B}");
super(ownerId, 106, "Gamorrean Enforcer", Rarity.COMMON, new CardType[]{CardType.CREATURE}, "{2}{R}");
this.expansionSetCode = "SWS";
this.subtype.add("Gamorrean");
this.subtype.add("Warrior");