From 2de68d3eaf7f0d8ab99f50b7fc2ba1b37e4eb488 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 22 Nov 2023 11:20:07 -0500 Subject: [PATCH] Better documentation for VictoryCondition option --- worlds/lingo/options.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/worlds/lingo/options.py b/worlds/lingo/options.py index c4d091252cc6..f580c77fc582 100644 --- a/worlds/lingo/options.py +++ b/worlds/lingo/options.py @@ -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