mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 18:47:16 +01:00
Changed some profiler settings
This commit is contained in:
parent
5f4df1250a
commit
6e67374484
1 changed files with 11 additions and 11 deletions
|
|
@ -245,9 +245,9 @@ def c_moves_s(client):
|
|||
# #(0.1, c_creates_button),
|
||||
# #(0.4, c_moves))
|
||||
# "inactive player" definition
|
||||
#ACTIONS = (c_login_nodig,
|
||||
# c_logout,
|
||||
# (1.0, c_idles))
|
||||
ACTIONS = (c_login_nodig,
|
||||
c_logout,
|
||||
(1.0, c_idles))
|
||||
## "normal player" definition
|
||||
#ACTIONS = ( c_login,
|
||||
# c_logout,
|
||||
|
|
@ -262,14 +262,14 @@ def c_moves_s(client):
|
|||
# c_logout,
|
||||
# (1.0, c_moves_n))
|
||||
## "socializing heavy builder" definition
|
||||
ACTIONS = (c_login,
|
||||
c_logout,
|
||||
(0.1, c_socialize),
|
||||
(0.1, c_looks),
|
||||
(0.2, c_help),
|
||||
(0.1, c_creates_obj),
|
||||
(0.2, c_digs),
|
||||
(0.3, c_moves))
|
||||
#ACTIONS = (c_login,
|
||||
# c_logout,
|
||||
# (0.1, c_socialize),
|
||||
# (0.1, c_looks),
|
||||
# (0.2, c_help),
|
||||
# (0.1, c_creates_obj),
|
||||
# (0.2, c_digs),
|
||||
# (0.3, c_moves))
|
||||
## "heavy digger memory tester" definition
|
||||
#ACTIONS = (c_login,
|
||||
# c_logout,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue