mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28: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
|
||||
/** The tc. */
|
||||
private TargetChoices tc = null;
|
||||
private TargetChoices tc = new TargetChoices();
|
||||
private List<Card> splicedCards = null;
|
||||
|
||||
/** The stack description. */
|
||||
|
||||
Reference in New Issue
Block a user