mirror of
https://github.com/correl/mage.git
synced 2024-11-24 19:19:56 +00:00
Fix rat token images displaying incorrectly
This commit is contained in:
parent
31797c7c4f
commit
6027d7e987
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ public final class RatToken extends TokenImpl {
|
|||
power = new MageInt(1);
|
||||
toughness = new MageInt(1);
|
||||
|
||||
availableImageSetCodes = Arrays.asList("C17", "CHK", "GTC", "SHM", "ELD", "ZNC", "AFC");
|
||||
availableImageSetCodes = Arrays.asList("GTC", "SHM", "ELD", "ZNC", "AFC");
|
||||
}
|
||||
|
||||
public RatToken(final RatToken token) {
|
||||
|
|
Loading…
Reference in a new issue