fix #13365 (Not Dead After All)

This commit is contained in:
xenohedron 2025-03-01 20:29:36 -05:00
parent af8dc98acb
commit 35736af39d

View file

@ -75,7 +75,7 @@ class NotDeadAfterAllEffect extends OneShotEffect {
return false;
}
player.moveCards(card, Zone.BATTLEFIELD, source, game, true, false, false, null);
player.moveCards(card, Zone.BATTLEFIELD, source, game, true, false, true, null);
Permanent permanent = game.getPermanent(card.getId());
if (permanent == null) {
return false;