mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 23:47:16 +02:00
Added some dummyrunner extra output
This commit is contained in:
parent
cfd2f111f1
commit
cdc071981d
2 changed files with 11 additions and 4 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue