ChecksFinder: Update description (#4145)

* edit checksfinder description

* Remove trailing whitespace in docstring

---------

Co-authored-by: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com>
This commit is contained in:
SunCat 2024-11-04 10:19:34 +03:00 committed by GitHub
parent d1dee226bf
commit a64548a4c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ class ChecksFinderWeb(WebWorld):
class ChecksFinderWorld(World): class ChecksFinderWorld(World):
""" """
ChecksFinder is a game where you avoid mines and find checks inside the board ChecksFinder is a game where you avoid mines and collect checks by beating boards!
with the mines! You win when you get all your items and beat the board! You win when you get all your items and beat the last board!
""" """
game = "ChecksFinder" game = "ChecksFinder"
options_dataclass = PerGameCommonOptions options_dataclass = PerGameCommonOptions