mirror of
https://github.com/magefree/mage.git
synced 2026-01-09 12:22:10 -08:00
Added FRF token images
This commit is contained in:
parent
d2e752bc22
commit
e8eb0c9dba
3 changed files with 9 additions and 1 deletions
|
|
@ -5,6 +5,8 @@ import mage.constants.CardType;
|
|||
import mage.constants.SubType;
|
||||
import mage.MageInt;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author spjspj
|
||||
|
|
@ -18,6 +20,8 @@ public final class MarduStrikeLeaderWarriorToken extends TokenImpl {
|
|||
subtype.add(SubType.WARRIOR);
|
||||
power = new MageInt(2);
|
||||
toughness = new MageInt(1);
|
||||
|
||||
availableImageSetCodes = Arrays.asList("FRF");
|
||||
}
|
||||
|
||||
public MarduStrikeLeaderWarriorToken(final MarduStrikeLeaderWarriorToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue