diff --git a/forge-ai/src/main/java/forge/ai/ComputerUtil.java b/forge-ai/src/main/java/forge/ai/ComputerUtil.java index 7c89cf5bd45..e6e895c0c1c 100644 --- a/forge-ai/src/main/java/forge/ai/ComputerUtil.java +++ b/forge-ai/src/main/java/forge/ai/ComputerUtil.java @@ -2738,6 +2738,8 @@ public class ComputerUtil { } public static boolean isPlayingReanimator(final Player ai) { + // TODO: either add SVars to other reanimator cards, or improve the prediction so that it avoids using a SVar + // at all but detects this effect from SA parameters (preferred, but difficult) CardCollectionView inHand = ai.getCardsIn(ZoneType.Hand); CardCollectionView inDeck = ai.getCardsIn(new ZoneType[] {ZoneType.Hand, ZoneType.Library});