- Fixed a bug in changeHiddenOriginCanPlayAI.

This commit is contained in:
Sloth
2011-12-13 11:34:15 +00:00
parent 03729f00b2
commit 82048eabb2

View File

@@ -431,7 +431,7 @@ public final class AbilityFactoryChangeZone {
if ((type != null) && p.isComputer()) { if ((type != null) && p.isComputer()) {
// AI only "knows" about his information // AI only "knows" about his information
list = AbilityFactory.filterListByType(list, params.get("ChangeType"), sa); list = list.getValidCards(type, source.getController(), source);
} }
if (list.isEmpty()) { if (list.isEmpty()) {