mirror of
https://github.com/solero/houdini.git
synced 2024-11-12 13:48:20 +00:00
Increase max-coins-per-min
to 500
This commit is contained in:
parent
b43eac649a
commit
abd3014e00
@ -93,7 +93,7 @@ if __name__ == '__main__':
|
|||||||
games_group.add_argument('--max-coins', action='store',
|
games_group.add_argument('--max-coins', action='store',
|
||||||
default=1000000, type=int, help='Max coins earnable')
|
default=1000000, type=int, help='Max coins earnable')
|
||||||
games_group.add_argument('--max-coins-per-min', action='store',
|
games_group.add_argument('--max-coins-per-min', action='store',
|
||||||
default=250, type=int, help='Max coins per min')
|
default=500, type=int, help='Max coins per min')
|
||||||
|
|
||||||
client_group = parser.add_argument_group('client')
|
client_group = parser.add_argument_group('client')
|
||||||
client_mode = client_group.add_mutually_exclusive_group()
|
client_mode = client_group.add_mutually_exclusive_group()
|
||||||
|
Loading…
Reference in New Issue
Block a user