mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
CantPlayLand: fix MDFC
This commit is contained in:
@@ -172,7 +172,7 @@ public class StaticAbilityCantBeCast {
|
||||
if (stAb.hasParam("Origin")) {
|
||||
List<ZoneType> src = ZoneType.listValueOf(stAb.getParam("Origin"));
|
||||
|
||||
if (!src.contains(card.getZone().getZoneType())) {
|
||||
if (!src.contains(card.getLastKnownZone().getZoneType())) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user