Fixed NPE in tooltips for Emblem choose-trigger

This commit is contained in:
magenoxx 2014-10-02 12:17:25 +04:00
parent 845d3a7951
commit 922e35ff1c
3 changed files with 11 additions and 14 deletions

View file

@ -50,7 +50,6 @@ import mage.target.Targets;
import java.util.ArrayList;
import java.util.List;
import java.util.UUID;
import mage.game.permanent.PermanentCard;
/**
* @author BetaSteward_at_googlemail.com
@ -73,7 +72,7 @@ public class CardView extends SimpleCardView {
protected int convertedManaCost;
protected Rarity rarity;
protected MageObjectType mageObjectType;
protected MageObjectType mageObjectType = MageObjectType.NULL;
protected boolean isAbility;
protected AbilityType abilityType;