From 6c939d2d594c2b282dbdd365cf9f6f5b170f22b4 Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Wed, 27 Nov 2024 02:49:18 +0100 Subject: [PATCH] The Witness: Rename "Panel Hunt Settings" to "Panel Hunt Options" (#4251) Who let me get away with this lmao --- worlds/witness/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/witness/options.py b/worlds/witness/options.py index fe039f9d..d1713e73 100644 --- a/worlds/witness/options.py +++ b/worlds/witness/options.py @@ -457,7 +457,7 @@ witness_option_groups = [ MountainLasers, ChallengeLasers, ]), - OptionGroup("Panel Hunt Settings", [ + OptionGroup("Panel Hunt Options", [ PanelHuntRequiredPercentage, PanelHuntTotal, PanelHuntPostgame,