mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
FFR: add option __doc__
s
This commit is contained in:

committed by
black-sliver

parent
0cfdc973f6
commit
04e6a8eae8
@@ -4,14 +4,17 @@ from Options import OptionDict
|
||||
|
||||
|
||||
class Locations(OptionDict):
|
||||
"""to roll settings go to https://finalfantasyrandomizer.com/"""
|
||||
display_name = "locations"
|
||||
|
||||
|
||||
class Items(OptionDict):
|
||||
"""to roll settings go to https://finalfantasyrandomizer.com/"""
|
||||
display_name = "items"
|
||||
|
||||
|
||||
class Rules(OptionDict):
|
||||
"""to roll settings go to https://finalfantasyrandomizer.com/"""
|
||||
display_name = "rules"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user