Options: document exclude locations and start location hints

This commit is contained in:
Fabian Dill 2021-11-17 16:44:20 +01:00
parent fc022c98f2
commit a5ca4f1611
1 changed files with 2 additions and 1 deletions

View File

@ -379,6 +379,7 @@ class StartHints(ItemSet):
class StartLocationHints(OptionSet):
"""Start with these locations and their item prefilled into the !hint command"""
displayname = "Start Location Hints"
@ -399,7 +400,7 @@ per_game_common_options = {
"start_inventory": StartInventory,
"start_hints": StartHints,
"start_location_hints": StartLocationHints,
"exclude_locations": OptionSet
"exclude_locations": ExcludeLocations
}
if __name__ == "__main__":