mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 09:48:02 +00:00
Comment tweak (#5270)
* - Basic AI logic for Tireless Provisioner. * - Comment tweak
This commit is contained in:
@@ -280,6 +280,7 @@ public class ChooseGenericEffectAi extends SpellAbilityAi {
|
||||
} else if ("FoodOrTreasure".equals(logic)) {
|
||||
// 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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user