From 81dd1e359b771df744809ea13f31b48c45059a6f Mon Sep 17 00:00:00 2001 From: Jarno Date: Mon, 28 Nov 2022 02:30:35 +0100 Subject: [PATCH] Sudoku: Updated text about duplicated hints now the client has been improved (#1264) --- worlds/bk_sudoku/docs/en_Sudoku.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/bk_sudoku/docs/en_Sudoku.md b/worlds/bk_sudoku/docs/en_Sudoku.md index 072e43a9..0e20bcbc 100644 --- a/worlds/bk_sudoku/docs/en_Sudoku.md +++ b/worlds/bk_sudoku/docs/en_Sudoku.md @@ -6,7 +6,7 @@ BK Sudoku is not a typical Archipelago game; instead, it is a generic Sudoku cli ## What hints are unlocked? -After completing a Sudoku puzzle, the game will unlock 1 random hint for an unchecked location in the slot you are connected to. It is possible to hint the same location repeatedly if that location is still unchecked. +After completing a Sudoku puzzle, the game will unlock 1 random hint for an unchecked location in the slot you are connected to. It is possible to hint a location that was previously hinted for using the !hint command. ## Where is the settings page?