mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Fixed the AI overtargeting cards like Hunt the Weak and Savage Stomp and failing to add the card to stack.
This commit is contained in:
@@ -55,6 +55,7 @@ public class FightAi extends SpellAbilityAi {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
return false; // bail at this point, otherwise the AI will overtarget and waste the activation
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sa.hasParam("TargetsFromDifferentZone")) {
|
if (sa.hasParam("TargetsFromDifferentZone")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user