mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
- The AI can now use bounce spells to save non-creature permanents.
This commit is contained in:
@@ -730,7 +730,7 @@ public class ChangeZoneAi extends SpellAiLogic {
|
||||
|
||||
if (!threatenedTargets.isEmpty()) {
|
||||
// Choose "best" of the remaining to save
|
||||
tgt.addTarget(CardFactoryUtil.getBestCreatureAI(threatenedTargets));
|
||||
tgt.addTarget(CardFactoryUtil.getBestAI(threatenedTargets));
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user