- Fixed NPE caused by spells without target.

This commit is contained in:
Sloth
2013-06-19 20:37:37 +00:00
parent 24ee2cba60
commit b5186a367a

View File

@@ -49,7 +49,7 @@ public class SpellAbilityStackInstance {
// When going to a SubAbility that SA has a Instance Choice object
/** The tc. */
private TargetChoices tc = null;
private TargetChoices tc = new TargetChoices();
private List<Card> splicedCards = null;
/** The stack description. */