mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 03:38: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()) {
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user