Merged Memory modification branch with main. Includes some more testing.
This commit is contained in:
parent
4e14f46d54
commit
5c212683de
2 changed files with 15 additions and 15 deletions
|
|
@ -168,7 +168,6 @@ def c_moves(client):
|
|||
# (0.1, c_help),
|
||||
# (0.01, c_digs),
|
||||
# (0.01, c_creates_obj),
|
||||
# #(0.1, c_creates_button),
|
||||
# (0.3, c_moves))
|
||||
## "heavy" builder definition
|
||||
#ACTIONS = ( c_login,
|
||||
|
|
@ -191,13 +190,12 @@ def c_moves(client):
|
|||
# #(0.1, c_creates_button),
|
||||
# #(0.4, c_moves))
|
||||
## "normal player" definition
|
||||
#ACTIONS = ( c_login,
|
||||
# c_logout,
|
||||
# (0.01, c_digs),
|
||||
# (0.1, c_socialize),
|
||||
# (0.39, c_looks),
|
||||
# (0.1, c_help),
|
||||
# (0.4, c_moves))
|
||||
ACTIONS = ( c_login,
|
||||
c_logout,
|
||||
(0.01, c_digs),
|
||||
(0.39, c_looks),
|
||||
(0.2, c_help),
|
||||
(0.4, c_moves))
|
||||
## "socializing heavy builder" definition
|
||||
#ACTIONS = (c_login,
|
||||
# c_logout,
|
||||
|
|
@ -208,6 +206,6 @@ def c_moves(client):
|
|||
# (0.2, c_digs),
|
||||
# (0.3, c_moves))
|
||||
## "heavy digger memory tester" definition
|
||||
ACTIONS = (c_login,
|
||||
c_logout,
|
||||
(1.0, c_digs))
|
||||
#ACTIONS = (c_login,
|
||||
# c_logout,
|
||||
# (1.0, c_digs))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue