mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
@@ -3164,7 +3164,7 @@ public class ComputerUtil {
|
||||
final Map<AbilityKey, Object> repParams = AbilityKey.mapFromAffected(c);
|
||||
// don't need to bother with real LKI since this is a passive check and the card isn't going anywhere
|
||||
repParams.put(AbilityKey.CardLKI, c);
|
||||
repParams.put(AbilityKey.Origin, c.getZone().getZoneType());
|
||||
repParams.put(AbilityKey.Origin, c.getLastKnownZone().getZoneType());
|
||||
repParams.put(AbilityKey.Destination, ZoneType.Battlefield);
|
||||
List<ReplacementEffect> list = c.getGame().getReplacementHandler().getReplacementList(ReplacementType.Moved, repParams, ReplacementLayer.CantHappen);
|
||||
return !list.isEmpty();
|
||||
|
||||
Reference in New Issue
Block a user