mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
Fix intrinsic ETB replacement not working if card enters from sideboard (#6082)
This commit is contained in:
@@ -151,7 +151,7 @@ public class ReplacementHandler {
|
||||
return true;
|
||||
}
|
||||
|
||||
});
|
||||
}, affectedCard != null && affectedCard.isInZone(ZoneType.Sideboard));
|
||||
|
||||
if (checkAgain) {
|
||||
if (affectedLKI != null && affectedCard != null) {
|
||||
|
||||
Reference in New Issue
Block a user