- Sideboarding: removed a no-longer-relevant TODO comment.

This commit is contained in:
Agetian
2012-12-17 04:43:04 +00:00
parent 971080025c
commit 33e3ba28c1

View File

@@ -174,11 +174,6 @@ public class GameNew {
if (player.isComputer()) { if (player.isComputer()) {
// Here is where the AI could sideboard, but needs to gather hints during the first game about what to SB // 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; return false;
} else { } else {
// Human Sideboarding // Human Sideboarding