mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 19:59:54 -08:00
[SWS] Fixed Ravenous Wampa and casting cost of Gamorream Enforcer.
This commit is contained in:
parent
91aa36e707
commit
a5b1db4ec1
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue