Remove some unneeded imports and fix an incorrect set code

This commit is contained in:
LoneFox 2015-09-26 13:31:40 +03:00
parent c47d39390f
commit a2e1e2e614
3 changed files with 1 additions and 3 deletions

View file

@ -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;

View file

@ -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() {

View file

@ -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;