TUNIC: Updated display name for a few options (#2953)
This commit is contained in:
parent
31249ec6e2
commit
329a2f9175
|
@ -30,7 +30,7 @@ class AbilityShuffling(Toggle):
|
||||||
player-facing codes.
|
player-facing codes.
|
||||||
"""
|
"""
|
||||||
internal_name = "ability_shuffling"
|
internal_name = "ability_shuffling"
|
||||||
display_name = "Ability Shuffling"
|
display_name = "Shuffle Abilities"
|
||||||
|
|
||||||
|
|
||||||
class LogicRules(Choice):
|
class LogicRules(Choice):
|
||||||
|
@ -115,7 +115,7 @@ class FixedShop(Toggle):
|
||||||
"""Forces the Windmill entrance to lead to a shop, and places only one other shop in the pool.
|
"""Forces the Windmill entrance to lead to a shop, and places only one other shop in the pool.
|
||||||
Has no effect if Entrance Rando is not enabled."""
|
Has no effect if Entrance Rando is not enabled."""
|
||||||
internal_name = "fixed_shop"
|
internal_name = "fixed_shop"
|
||||||
display_name = "ER Fixed Shop"
|
display_name = "Fewer Shops in Entrance Rando"
|
||||||
|
|
||||||
|
|
||||||
class LaurelsLocation(Choice):
|
class LaurelsLocation(Choice):
|
||||||
|
|
Loading…
Reference in New Issue