mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 14:32:06 -08:00
parent
768841cd9b
commit
04b5660d17
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ class RodOfAbsorptionExileEffect extends ReplacementEffectImpl {
|
|||
|
||||
@Override
|
||||
public boolean replaceEvent(GameEvent event, Ability source, Game game) {
|
||||
Spell sourceSpell = game.getStack().getSpell(event.getTargetId());
|
||||
Spell sourceSpell = morSpell.getSpell(game);
|
||||
if (sourceSpell == null || sourceSpell.isCopy()) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue