mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
- Only show Ai buggy card play dialog before the first game, as opposed to each game.
This commit is contained in:
@@ -273,7 +273,7 @@ public class GameNew {
|
||||
player.shuffle();
|
||||
}
|
||||
|
||||
if(player.getLobbyPlayer().getType() == PlayerType.COMPUTER) {
|
||||
if(isFirstGame && player.getLobbyPlayer().getType() == PlayerType.COMPUTER) {
|
||||
rAICards.addAll(getCardsAiCantPlayWell(myDeck));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user