mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-17 19:28:01 +00:00
- Sideboarding: removed a no-longer-relevant TODO comment.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user