Update ChooseGenericEffectAi.java

This commit is contained in:
tool4ever
2024-05-21 14:22:32 +02:00
committed by GitHub
parent a06b29ccd6
commit 2d79cd761b

View File

@@ -281,7 +281,6 @@ public class ChooseGenericEffectAi extends SpellAbilityAi {
// Tireless Provisioner
// TODO: implement a better way to check for possible benefits in each case. If made generic, replace
// fixed spells.get(N) with a way to detect which SA creates which token
// fixed spells.get(N) with a day to detect which SA creates which token
return ComputerUtil.aiLifeInDanger(player, false, 0) ? spells.get(0) : spells.get(1);
}
return spells.get(0); // return first choice if no logic found