From 329a2f9175cde19a287e09421aaa3f6fd51e3f6c Mon Sep 17 00:00:00 2001 From: Silent <110704408+silent-destroyer@users.noreply.github.com> Date: Fri, 15 Mar 2024 08:53:41 -0400 Subject: [PATCH] TUNIC: Updated display name for a few options (#2953) --- worlds/tunic/options.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/worlds/tunic/options.py b/worlds/tunic/options.py index f4790da3..ee42b1cf 100644 --- a/worlds/tunic/options.py +++ b/worlds/tunic/options.py @@ -30,7 +30,7 @@ class AbilityShuffling(Toggle): player-facing codes. """ internal_name = "ability_shuffling" - display_name = "Ability Shuffling" + display_name = "Shuffle Abilities" 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. Has no effect if Entrance Rando is not enabled.""" internal_name = "fixed_shop" - display_name = "ER Fixed Shop" + display_name = "Fewer Shops in Entrance Rando" class LaurelsLocation(Choice):