mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
Fixed NPE in tooltips for Emblem choose-trigger
This commit is contained in:
parent
845d3a7951
commit
922e35ff1c
3 changed files with 11 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue