further fix Rod of Absorption

Missed in a4f22f21cf change
This commit is contained in:
Susucre 2025-05-25 17:51:30 +02:00
parent 768841cd9b
commit 04b5660d17

View file

@ -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;
}