mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Improved hiddenOriginResolveAI.
This commit is contained in:
@@ -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
|
||||
if (player.isOpponentOf(ai)) {
|
||||
c = ComputerUtilCard.getBestAI(fetchList);
|
||||
|
||||
Reference in New Issue
Block a user