From dd01457cc499c58d10f376e59a42c392fe5b0569 Mon Sep 17 00:00:00 2001 From: Jeremy Saklad Date: Fri, 25 Jun 2021 18:40:39 -0500 Subject: [PATCH] Fix description of Zoological Mania option Not all declarations have a 10% bonus associated with them. --- Bone Market Solver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bone Market Solver.py b/Bone Market Solver.py index f6b13e6..09e9e20 100644 --- a/Bone Market Solver.py +++ b/Bone Market Solver.py @@ -2306,7 +2306,7 @@ def main(): action=EnumAction, type=Declaration, required=True, - help="current value of Zoological Mania, which grants a 10%% bonus to value for a certain declaration", + help="current value of Zoological Mania, which grants a percentage bonus to value for a certain declaration", dest='zoological_mania' )