Options: change displayname to display_name
This commit is contained in:
@@ -3,11 +3,11 @@ from Options import Option, DefaultOnToggle, Range
|
||||
|
||||
class EnableCoinStars(DefaultOnToggle):
|
||||
"""Disable to Ignore 100 Coin Stars. You can still collect them, but they don't do anything"""
|
||||
displayname = "Enable 100 Coin Stars"
|
||||
display_name = "Enable 100 Coin Stars"
|
||||
|
||||
class StrictCapRequirements(DefaultOnToggle):
|
||||
"""If disabled, Stars that expect special caps may have to be acquired without the caps"""
|
||||
displayname = "Strict Cap Requirements"
|
||||
display_name = "Strict Cap Requirements"
|
||||
|
||||
class StarsToFinish(Range):
|
||||
"""How many stars are required at the infinite stairs"""
|
||||
|
||||
Reference in New Issue
Block a user