From f56cdd6ec3a9f3cb9cceefd8f883e76c04201ac2 Mon Sep 17 00:00:00 2001 From: Jarno Date: Sat, 7 Jan 2023 10:10:20 +0100 Subject: [PATCH] Sudoku: Hints will no-longer duplicate (#1371) --- 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 0e20bcbc..d6951475 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 a location that was previously hinted for using the !hint command. +After completing a Sudoku puzzle, the game will unlock 1 random hint for an unchecked location in the slot you are connected to. ## Where is the settings page?