mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
- Added check for safe targets for triggers in CountersPutAi
This commit is contained in:
@@ -486,6 +486,7 @@ public class CountersPutAi extends SpellAbilityAi {
|
||||
}
|
||||
}
|
||||
else {
|
||||
list = ComputerUtil.getSafeTargets(ai, sa, list);
|
||||
if (preferred) {
|
||||
choice = CountersAi.chooseBoonTarget(list, type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user