[refactoring][minor] Replaced all tabs with four spaces.

This commit is contained in:
North 2012-06-19 23:50:20 +03:00
parent e646e4768d
commit 239a4fb100
2891 changed files with 79411 additions and 79411 deletions

View file

@ -38,12 +38,12 @@ import mage.ObjectColor;
*/
public class InsectToken extends Token {
public InsectToken() {
super("Insect", "1/1 green Insect creature token");
cardType.add(CardType.CREATURE);
color = ObjectColor.GREEN;
subtype.add("Insect");
power = new MageInt(1);
toughness = new MageInt(1);
}
public InsectToken() {
super("Insect", "1/1 green Insect creature token");
cardType.add(CardType.CREATURE);
color = ObjectColor.GREEN;
subtype.add("Insect");
power = new MageInt(1);
toughness = new MageInt(1);
}
}