Fix description of Zoological Mania option
Not all declarations have a 10% bonus associated with them.
This commit is contained in:
parent
7a6a0697e3
commit
dd01457cc4
|
@ -2306,7 +2306,7 @@ def main():
|
||||||
action=EnumAction,
|
action=EnumAction,
|
||||||
type=Declaration,
|
type=Declaration,
|
||||||
required=True,
|
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'
|
dest='zoological_mania'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue