forked from External/mage
Removed TSP as an available token image source (no token images)
This commit is contained in:
parent
dd95a5dd3b
commit
c6e8583d63
7 changed files with 9 additions and 19 deletions
|
|
@ -6,6 +6,8 @@ import mage.MageInt;
|
|||
import mage.constants.CardType;
|
||||
import mage.constants.SubType;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author Quercitron
|
||||
|
|
@ -20,6 +22,8 @@ public final class CitizenToken extends TokenImpl {
|
|||
subtype.add(SubType.CITIZEN);
|
||||
power = new MageInt(1);
|
||||
toughness = new MageInt(1);
|
||||
|
||||
availableImageSetCodes = Arrays.asList("UMA");
|
||||
}
|
||||
|
||||
public CitizenToken(final CitizenToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue