mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 04:22:01 -08:00
Implemented Tibalt, Rakish Instigator
This commit is contained in:
parent
d352a87dd8
commit
c4efb77e1f
3 changed files with 50 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ public final class DevilToken extends TokenImpl {
|
|||
public DevilToken() {
|
||||
super("Devil", "1/1 red Devil creature with \"When this creature dies, it deals 1 damage to any target.\"");
|
||||
availableImageSetCodes.addAll(Collections.singletonList("SOI"));
|
||||
availableImageSetCodes.addAll(Collections.singletonList("WAR"));
|
||||
cardType.add(CardType.CREATURE);
|
||||
subtype.add(SubType.DEVIL);
|
||||
color.setRed(true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue