From 863f161466f2c5405f8932c140f683cd4cd903d9 Mon Sep 17 00:00:00 2001 From: Silent <110704408+silent-destroyer@users.noreply.github.com> Date: Fri, 19 Dec 2025 08:42:05 -0500 Subject: [PATCH] TUNIC: Update wording on Mask and Lantern option descriptions #5760 --- worlds/tunic/options.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/worlds/tunic/options.py b/worlds/tunic/options.py index f705979a44..e873e23057 100644 --- a/worlds/tunic/options.py +++ b/worlds/tunic/options.py @@ -50,8 +50,8 @@ class AbilityShuffling(DefaultOnToggle): class Lanternless(Toggle): """ - Choose whether you require the Lantern for dark areas. - When enabled, the Lantern is marked as Useful instead of Progression. + When enabled, you may be required to navigate dark areas without the Lantern. + The Lantern is marked as Useful instead of Progression. """ internal_name = "lanternless" display_name = "Lanternless" @@ -59,8 +59,8 @@ class Lanternless(Toggle): class Maskless(Toggle): """ - Choose whether you require the Scavenger's Mask for Lower Quarry. - When enabled, the Scavenger's Mask is marked as Useful instead of Progression. + When enabled, you may be required to traverse Lower Quarry without the Scavenger's Mask. + The Scavenger's Mask is marked as Useful instead of Progression. """ internal_name = "maskless" display_name = "Maskless" @@ -200,8 +200,8 @@ class ShuffleLadders(Toggle): class ShuffleFuses(Toggle): """ - Praying at a fuse will reward a check instead of turning on the power. The power from each fuse gets turned into an - item that must be found in order to restore power for that part of the path. + Praying at a fuse will reward a check instead of turning on the power. + The power from each fuse gets turned into an item that must be found in order to restore power for that part of the path. """ internal_name = "shuffle_fuses" display_name = "Shuffle Fuses"