mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38:01 +00:00
- Fixed NPE caused by spells without target.
This commit is contained in:
@@ -49,7 +49,7 @@ public class SpellAbilityStackInstance {
|
|||||||
|
|
||||||
// When going to a SubAbility that SA has a Instance Choice object
|
// When going to a SubAbility that SA has a Instance Choice object
|
||||||
/** The tc. */
|
/** The tc. */
|
||||||
private TargetChoices tc = null;
|
private TargetChoices tc = new TargetChoices();
|
||||||
private List<Card> splicedCards = null;
|
private List<Card> splicedCards = null;
|
||||||
|
|
||||||
/** The stack description. */
|
/** The stack description. */
|
||||||
|
|||||||
Reference in New Issue
Block a user