ChecksFinder: Update description (#4145)

* edit checksfinder description

* Remove trailing whitespace in docstring

---------

Co-authored-by: NewSoupVi <[email protected]>
This commit is contained in:
SunCat
2024-11-04 08:19:34 +01:00
committed by GitHub
co-authored by NewSoupVi
parent d1dee226bf
commit a64548a4c6
+2 -2
View File
@@ -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