Added some dummyrunner extra output

This commit is contained in:
Griatch 2014-05-12 09:11:11 +02:00
parent cfd2f111f1
commit cdc071981d
2 changed files with 11 additions and 4 deletions

View file

@ -201,9 +201,9 @@ def c_moves(client):
## "socializing heavy builder" definition
ACTIONS = (c_login,
c_logout,
(0.1, c_socialize),
#(0.1, c_socialize),
(0.1, c_looks),
(0.1, c_help),
(0.2, c_help),
(0.2, c_creates_obj),
(0.2, c_digs),
(0.3, c_moves))