IPVGO: Balance and improvements for offline bonus time cycles (#1356)

This commit is contained in:
Michael Ficocelli
2024-06-05 22:39:22 -04:00
committed by GitHub
parent 463d4cdb1d
commit 481938a2fb
3 changed files with 33 additions and 30 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ export function GoGameboardWrapper({ showInstructions }: GoGameboardWrapperProps
return;
}
const move = await makeAIMove(boardState);
const move = await makeAIMove(boardState, false);
if (move.type === GoPlayType.pass) {
SnackbarEvents.emit(`The opponent passes their turn; It is now your turn to move.`, ToastVariant.WARNING, 4000);