set default success rate of 20%
This commit is contained in:
parent
2128f837cc
commit
63eaa55e2c
|
@ -50,7 +50,7 @@ conf.registerChannelValue(HuntNFish, 'WeightType',
|
|||
conf.registerChannelValue(HuntNFish, 'enable',
|
||||
registry.Boolean(True, _("""Turns on and off the hunt and fish commands.""")))
|
||||
conf.registerChannelValue(HuntNFish, 'successRate',
|
||||
registry.NonNegativeInteger(0, _("""Percent of chance of success""")))
|
||||
registry.NonNegativeInteger(20, _("""Percent of chance of success""")))
|
||||
|
||||
|
||||
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79:
|
||||
|
|
Loading…
Reference in New Issue