From 80bf5149fc7069129ccf9421fbfff2ddaf59c4d7 Mon Sep 17 00:00:00 2001 From: Raffson Date: Sat, 10 Feb 2024 18:05:52 +0100 Subject: [PATCH] Correct name of referenced weight factor --- game/settings/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/settings/settings.py b/game/settings/settings.py index 73c0f89a..4b8a9f23 100644 --- a/game/settings/settings.py +++ b/game/settings/settings.py @@ -571,7 +571,7 @@ class Settings: default=35, min=0, max=100, - detail="See 2-ship weight factor (WF2)", + detail="See 2-ship weight factor (WF3)", ) fpa_4ship_weight: int = bounded_int_option( "4-ship weight factor (WF4)", @@ -580,7 +580,7 @@ class Settings: default=15, min=0, max=100, - detail="See 2-ship weight factor (WF2)", + detail="See 2-ship weight factor (WF4)", ) # Mission Generator