mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 20:29:19 -08: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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue