mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48: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 {
|
else {
|
||||||
|
list = ComputerUtil.getSafeTargets(ai, sa, list);
|
||||||
if (preferred) {
|
if (preferred) {
|
||||||
choice = CountersAi.chooseBoonTarget(list, type);
|
choice = CountersAi.chooseBoonTarget(list, type);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user