forked from External/mage
[IKO] fixed Shark Typhoon and spells which have left the stack (fixes #7117)
This commit is contained in:
parent
39e2d79f91
commit
2afd6f25f9
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ class SharkTyphoonCastEffect extends OneShotEffect {
|
|||
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
Spell spell = game.getSpell(getTargetPointer().getFirst(game, source));
|
||||
Spell spell = game.getSpellOrLKIStack(getTargetPointer().getFirst(game, source));
|
||||
int xValue = 0;
|
||||
if (spell != null) {
|
||||
xValue = spell.getConvertedManaCost();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue