mirror of
https://github.com/correl/mage.git
synced 2024-11-15 11:09:30 +00:00
Added DTK as set for token image of Dragon Fodder.
This commit is contained in:
parent
3758cefc59
commit
4b481b59e6
2 changed files with 1 additions and 3 deletions
|
@ -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));
|
||||
}
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue