From d0b62685e18cdcbfa6bc56a18c504413b20c6067 Mon Sep 17 00:00:00 2001 From: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com> Date: Mon, 17 Jun 2024 16:43:43 +0200 Subject: [PATCH] capitalisation --- worlds/witness/options.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/worlds/witness/options.py b/worlds/witness/options.py index 49742f1f5aa7..84647eaa2a6a 100644 --- a/worlds/witness/options.py +++ b/worlds/witness/options.py @@ -221,10 +221,10 @@ class PanelHuntPostgame(Choice): class PanelHuntDiscourageSameAreaFactor(Range): """ - The greater this value, the less likely it is that many hunt panels show up in the same area. + The greater this value, the less likely it is that many Hunt Panels show up in the same area. - At 0, hunt panels will be selected randomly. - At 100, hunt panels will be almost completely evenly distributed between areas. + At 0, Hunt Panels will be selected randomly. + At 100, Hunt Panels will be almost completely evenly distributed between areas. """ display = "Panel Hunt Discourage Same Area Factor"