We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53155e9 commit 8bf6feaCopy full SHA for 8bf6fea
src/games/cifra.ts
@@ -681,7 +681,7 @@ export class CifraGame extends GameBase {
681
};
682
if (opts !== undefined && opts.strip) {
683
// only strip if we're still in the setup window
684
- if (state.stack.length === 3 && opts.player !== 1) {
+ if (state.stack.length === 3 && opts.player !== 2) {
685
state.stack[2]._results = [];
686
state.stack[2].lastmove = "?";
687
state.stack[2].board.clear();
0 commit comments