Description:
Crash when copy the spell ture/burn using
Melek, Izzet Paragon's ability, I cast just the burn part without fuse
by the way the fuse option should not appear when you cast a spell from a library
java. lang. RuntimeException: Not found which part to choose for ability Burn deals 2 damage to target creature or player. from card Burn (794)
at forge. Card. setSplitStateToPlayAbility(Card. java:8233)
at forge. game. player. HumanPlay. playSaWithoutPayingManaCost(HumanPlay. java:199)
at forge. game. player. PlayerControllerHuman. playSpellAbilityForFree(PlayerControllerHuman. java:111)
at forge. card. cardfactory. CardFactory. copySpellontoStack(CardFactory. java:214)
at forge. card. ability. effects. CopySpellAbilityEffect. resolve(CopySpellAbilityEffect. java:147)
at forge. card. ability. AbilityApiBased. resolve(AbilityApiBased. java:62)
at forge. card. ability. AbilityUtils. resolveApiAbility(AbilityUtils. java:1057)
at forge. card. ability. AbilityUtils. resolve(AbilityUtils. java:1034)
at forge. card. spellability. HumanPlaySpellAbility. fillRequirements(HumanPlaySpellAbility. java:108)
at forge. game. player. HumanPlay. playSpellAbilityNoStack(HumanPlay. java:241)
at forge. card. trigger. WrappedAbility. resolve(WrappedAbility. java:367)
at forge. card. ability. AbilityUtils. resolveApiAbility(AbilityUtils. java:1057)
at forge. card. ability. AbilityUtils. resolve(AbilityUtils. java:1034)
at forge. game. zone. MagicStack. resolveStack(MagicStack. java:618)
at forge. game. phase. PhaseHandler. startFirstTurn(PhaseHandler. java:747)
at forge. game. GameAction. mulligan(GameAction. java:1496)
at forge. game. MatchState$1. run(MatchState. java:128)
at java. util. concurrent. ThreadPoolExecutor. runWorker(Unknown Source)
at java. util. concurrent. ThreadPoolExecutor$Worker. run(Unknown Source)
at java. lang. Thread. run(Unknown Source)