- Improved hiddenOriginResolveAI.

This commit is contained in:
Sloth
2013-05-07 16:00:18 +00:00
parent d528323dd0
commit 49428dc7f2

View File

@@ -1178,7 +1178,8 @@ public class ChangeZoneAi extends SpellAbilityAi {
}); });
} }
} }
if (ZoneType.Exile.equals(destination) || origin.contains(ZoneType.Battlefield) || ZoneType.Library.equals(destination)) { if (ZoneType.Exile.equals(destination) || origin.contains(ZoneType.Battlefield)
|| (ZoneType.Library.equals(destination) && origin.contains(ZoneType.Hand))) {
// Exiling or bouncing stuff // Exiling or bouncing stuff
if (player.isOpponentOf(ai)) { if (player.isOpponentOf(ai)) {
c = ComputerUtilCard.getBestAI(fetchList); c = ComputerUtilCard.getBestAI(fetchList);