mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 23:17:17 +02:00
Some tweaks to docs and dummy default setting
This commit is contained in:
parent
9641f7c260
commit
7f03cce447
2 changed files with 2 additions and 2 deletions
|
|
@ -85,7 +85,7 @@ You can now just do
|
|||
And even remove the default one if they don't want to use it
|
||||
|
||||
channel/unalias public
|
||||
public Hello
|
||||
public Hello (gives a command-not-found error now)
|
||||
|
||||
But you can also use your alias with the `channel` command:
|
||||
|
||||
|
|
|
|||
|
|
@ -283,7 +283,7 @@ elif PROFILE == 'normal_player':
|
|||
(0.29, c_looks),
|
||||
(0.2, c_help),
|
||||
(0.3, c_moves),
|
||||
(0.2, c_socialize),
|
||||
(0.05, c_socialize),
|
||||
(0.1, c_measure_lag)
|
||||
)
|
||||
elif PROFILE == 'normal_builder':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue