Some changes to default dummyrunner settings

This commit is contained in:
Griatch 2015-01-10 22:10:26 +01:00
parent d0d56ee5bf
commit 01af923b2e

View file

@ -240,18 +240,18 @@ def c_moves_s(client):
# #(0.1, c_creates_button), # #(0.1, c_creates_button),
# #(0.4, c_moves)) # #(0.4, c_moves))
## "normal player" definition ## "normal player" definition
#ACTIONS = ( c_login, ACTIONS = ( c_login,
# c_logout, c_logout,
# (0.01, c_digs), (0.01, c_digs),
# (0.39, c_looks), (0.39, c_looks),
# (0.2, c_help), (0.2, c_help),
# (0.4, c_moves)) (0.4, c_moves))
# walking tester. This requires a pre-made # walking tester. This requires a pre-made
# "loop" of multiple rooms that ties back # "loop" of multiple rooms that ties back
# to limbo (using @tunnel and @open) # to limbo (using @tunnel and @open)
ACTIONS = (c_login_nodig, #ACTIONS = (c_login_nodig,
c_logout, # c_logout,
(1.0, c_moves_n)) # (1.0, c_moves_n))
## "socializing heavy builder" definition ## "socializing heavy builder" definition
#ACTIONS = (c_login, #ACTIONS = (c_login,
# c_logout, # c_logout,