- The AI can now use bounce spells to save non-creature permanents.

This commit is contained in:
Sloth
2013-01-12 15:04:29 +00:00
parent 255f5ac834
commit 49eeacef9e

View File

@@ -730,7 +730,7 @@ public class ChangeZoneAi extends SpellAiLogic {
if (!threatenedTargets.isEmpty()) { if (!threatenedTargets.isEmpty()) {
// Choose "best" of the remaining to save // Choose "best" of the remaining to save
tgt.addTarget(CardFactoryUtil.getBestCreatureAI(threatenedTargets)); tgt.addTarget(CardFactoryUtil.getBestAI(threatenedTargets));
return true; return true;
} }
} }