We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970551c commit 00c688bCopy full SHA for 00c688b
1 file changed
src/games/urbino.ts
@@ -720,8 +720,9 @@ export class UrbinoGame extends GameBase {
720
}
721
722
// we're good
723
+ // always return complete = 0 to allow continued clicking to rotate through pieces sizes
724
result.valid = true;
- result.complete = 1;
725
+ result.complete = 0;
726
result.message = i18next.t("apgames:validation._general.VALID_MOVE");
727
return result;
728
0 commit comments