Fix description of Zoological Mania option

Not all declarations have a 10% bonus associated with them.
This commit is contained in:
Jeremy Saklad 2021-06-25 18:40:39 -05:00
parent 7a6a0697e3
commit dd01457cc4
Signed by: Jeremy Saklad
GPG Key ID: 9CA2149583EDBF84
1 changed files with 1 additions and 1 deletions

View File

@ -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'
)