mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +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()) {
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user