mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user