From 33e3ba28c1a55734415c050dcc3c468fae985ddc Mon Sep 17 00:00:00 2001 From: Agetian Date: Mon, 17 Dec 2012 04:43:04 +0000 Subject: [PATCH] - Sideboarding: removed a no-longer-relevant TODO comment. --- src/main/java/forge/game/GameNew.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/main/java/forge/game/GameNew.java b/src/main/java/forge/game/GameNew.java index 731cadfcefc..1c844a6a2f0 100644 --- a/src/main/java/forge/game/GameNew.java +++ b/src/main/java/forge/game/GameNew.java @@ -174,11 +174,6 @@ public class GameNew { if (player.isComputer()) { // Here is where the AI could sideboard, but needs to gather hints during the first game about what to SB - // TODO: also something needs to be done with the random card pictures / foiling code - // which normally fires from prepareGameLibrary - the code below (for human) - // is actually repetitive, it would be good to avoid code duplication both below - // and potentially here in the AI sideboarding part. - return false; } else { // Human Sideboarding