From a64548a4c67942926e6a1e4aa3b7127f7ca91953 Mon Sep 17 00:00:00 2001 From: SunCat Date: Mon, 4 Nov 2024 10:19:34 +0300 Subject: [PATCH] ChecksFinder: Update description (#4145) * edit checksfinder description * Remove trailing whitespace in docstring --------- Co-authored-by: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> --- worlds/checksfinder/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worlds/checksfinder/__init__.py b/worlds/checksfinder/__init__.py index 9ba57b05..1fc43a09 100644 --- a/worlds/checksfinder/__init__.py +++ b/worlds/checksfinder/__init__.py @@ -22,8 +22,8 @@ class ChecksFinderWeb(WebWorld): class ChecksFinderWorld(World): """ - ChecksFinder is a game where you avoid mines and find checks inside the board - with the mines! You win when you get all your items and beat the board! + ChecksFinder is a game where you avoid mines and collect checks by beating boards! + You win when you get all your items and beat the last board! """ game = "ChecksFinder" options_dataclass = PerGameCommonOptions