mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Removed 4ED as an available token image source (no token images)
This commit is contained in:
parent
0c57e4f1aa
commit
c3e20a3f0c
2 changed files with 1 additions and 5 deletions
|
|
@ -22,7 +22,7 @@ public final class AssemblyWorkerToken extends TokenImpl {
|
|||
power = new MageInt(2);
|
||||
toughness = new MageInt(2);
|
||||
|
||||
availableImageSetCodes = Arrays.asList("4ED", "ATQ", "TSR");
|
||||
availableImageSetCodes = Arrays.asList("ATQ", "TSR");
|
||||
}
|
||||
|
||||
public AssemblyWorkerToken(final AssemblyWorkerToken token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue