Skip to content

Commit

Permalink
Better documentation for VictoryCondition option
Browse files Browse the repository at this point in the history
  • Loading branch information
hatkirby committed Nov 22, 2023
1 parent de1b341 commit 2de68d3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion worlds/lingo/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ class ShufflePaintings(Toggle):


class VictoryCondition(Choice):
"""Change the victory condition."""
"""Change the victory condition.
On "the_end", the goal is to solve THE END at the top of the tower.
On "the_master", the goal is to solve THE MASTER at the top of the tower, after getting the number of achievements specified in the Mastery Achievements option.
On "level_2", the goal is to solve LEVEL 2 in the second room, after solving the number of panels specified in the Level 2 Requirement option."""
display_name = "Victory Condition"
option_the_end = 0
option_the_master = 1
Expand Down

0 comments on commit 2de68d3

Please sign in to comment.