mirror of
https://github.com/correl/mage.git
synced 2024-12-24 03:00:14 +00:00
Remove some unneeded imports and fix an incorrect set code
This commit is contained in:
parent
c47d39390f
commit
a2e1e2e614
3 changed files with 1 additions and 3 deletions
|
@ -28,7 +28,6 @@
|
|||
|
||||
package mage.game.permanent.token;
|
||||
|
||||
import java.util.Arrays;
|
||||
import mage.constants.CardType;
|
||||
import mage.MageInt;
|
||||
import mage.abilities.keyword.HasteAbility;
|
||||
|
|
|
@ -44,7 +44,7 @@ public class ThopterColorlessToken extends Token {
|
|||
final static private List<String> tokenImageSets = new ArrayList<>();
|
||||
|
||||
static {
|
||||
tokenImageSets.addAll(Arrays.asList("EXO", "ORI"));
|
||||
tokenImageSets.addAll(Arrays.asList("MBS", "ORI"));
|
||||
}
|
||||
|
||||
public ThopterColorlessToken() {
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
|
||||
package mage.game.permanent.token;
|
||||
|
||||
import java.util.Arrays;
|
||||
import mage.constants.CardType;
|
||||
import mage.MageInt;
|
||||
import mage.abilities.keyword.TrampleAbility;
|
||||
|
|
Loading…
Reference in a new issue