mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
- Fixed #5488
This commit is contained in:
parent
50cd0af601
commit
a21d481755
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ class GraveBetrayalReplacementEffect extends ReplacementEffectImpl {
|
||||||
ContinuousEffect effect = new BecomesBlackZombieAdditionEffect();
|
ContinuousEffect effect = new BecomesBlackZombieAdditionEffect();
|
||||||
effect.setTargetPointer(new FixedTarget(creature.getId(), creature.getZoneChangeCounter(game) + 1));
|
effect.setTargetPointer(new FixedTarget(creature.getId(), creature.getZoneChangeCounter(game) + 1));
|
||||||
game.addEffect(effect, source);
|
game.addEffect(effect, source);
|
||||||
discard();
|
//discard(); why?
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue