- Fixed Planar Guide by using AllZoneUtil.getCardState to search the card the Remembered object gets added to.

This commit is contained in:
Sloth
2011-10-16 07:14:09 +00:00
parent 08a60356fa
commit 19333953f9

View File

@@ -1966,7 +1966,7 @@ public final class AbilityFactory_ChangeZone {
}
if (remember != null) {
sa.getSourceCard().addRemembered(c);
AllZoneUtil.getCardState(af.getHostCard()).addRemembered(c);
}
}