mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08: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…
Add table
Add a link
Reference in a new issue