Correct name of referenced weight factor

This commit is contained in:
Raffson 2024-02-10 18:05:52 +01:00
parent 80d1ae0950
commit 80bf5149fc
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -571,7 +571,7 @@ class Settings:
default=35, default=35,
min=0, min=0,
max=100, max=100,
detail="See 2-ship weight factor (WF2)", detail="See 2-ship weight factor (WF3)",
) )
fpa_4ship_weight: int = bounded_int_option( fpa_4ship_weight: int = bounded_int_option(
"4-ship weight factor (WF4)", "4-ship weight factor (WF4)",
@ -580,7 +580,7 @@ class Settings:
default=15, default=15,
min=0, min=0,
max=100, max=100,
detail="See 2-ship weight factor (WF2)", detail="See 2-ship weight factor (WF4)",
) )
# Mission Generator # Mission Generator