Added DTK as set for token image of Dragon Fodder.

This commit is contained in:
LevelX2 2015-04-27 18:16:49 +02:00
parent 3758cefc59
commit 4b481b59e6
2 changed files with 1 additions and 3 deletions

View file

@ -44,8 +44,6 @@ public class DragonFodder extends CardImpl {
super(ownerId, 97, "Dragon Fodder", Rarity.COMMON, new CardType[]{CardType.SORCERY}, "{1}{R}");
this.expansionSetCode = "ALA";
this.color.setRed(true);
// Put two 1/1 red Goblin creature tokens onto the battlefield.
this.getSpellAbility().addEffect(new CreateTokenEffect(new GoblinToken(), 2));
}

View file

@ -40,7 +40,7 @@ import mage.constants.CardType;
public class GoblinToken extends Token {
static List<String> imageSetCodes = Arrays.asList(
"M10", "C14", "KTK", "EVG"
"M10", "C14", "KTK", "EVG", "DTK"
);
public GoblinToken() {