mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Options: document exclude locations and start location hints
This commit is contained in:
@@ -379,6 +379,7 @@ class StartHints(ItemSet):
|
|||||||
|
|
||||||
|
|
||||||
class StartLocationHints(OptionSet):
|
class StartLocationHints(OptionSet):
|
||||||
|
"""Start with these locations and their item prefilled into the !hint command"""
|
||||||
displayname = "Start Location Hints"
|
displayname = "Start Location Hints"
|
||||||
|
|
||||||
|
|
||||||
@@ -399,7 +400,7 @@ per_game_common_options = {
|
|||||||
"start_inventory": StartInventory,
|
"start_inventory": StartInventory,
|
||||||
"start_hints": StartHints,
|
"start_hints": StartHints,
|
||||||
"start_location_hints": StartLocationHints,
|
"start_location_hints": StartLocationHints,
|
||||||
"exclude_locations": OptionSet
|
"exclude_locations": ExcludeLocations
|
||||||
}
|
}
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Reference in New Issue
Block a user