forked from External/mage
misc
This commit is contained in:
parent
78bcd1ab1d
commit
3e441c59e1
2 changed files with 4 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ public class CopyTargetSpellEffect extends OneShotEffect<CopyTargetSpellEffect>
|
|||
|
||||
@Override
|
||||
public boolean apply(Game game, Ability source) {
|
||||
Spell spell = game.getStack().getSpell(source.getFirstTarget());
|
||||
Spell spell = game.getStack().getSpell(targetPointer.getFirst(source));
|
||||
if (spell != null) {
|
||||
Spell copy = spell.copySpell();
|
||||
copy.setControllerId(source.getControllerId());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue