mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Added an implementation comment.
This commit is contained in:
@@ -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});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user