Fix intrinsic ETB replacement not working if card enters from sideboard (#6082)

This commit is contained in:
tool4ever
2024-09-06 18:40:11 +02:00
committed by GitHub
parent 45c70b08fd
commit d2af4c2bcb
2 changed files with 2 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ public class ReplacementHandler {
return true;
}
});
}, affectedCard != null && affectedCard.isInZone(ZoneType.Sideboard));
if (checkAgain) {
if (affectedLKI != null && affectedCard != null) {