mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 10:37:16 +01:00
Added info about creating the tutorial world to the Limbo desc. Also refactored some of the lock functions a bit for efficiency.
This commit is contained in:
parent
42d502bfc6
commit
8b5f3628ab
3 changed files with 36 additions and 29 deletions
|
|
@ -76,6 +76,8 @@ def create_objects():
|
|||
string += " From here you are ready to begin development."
|
||||
string += " If you should need help or would like to participate"
|
||||
string += " in community discussions, visit http://evennia.com."
|
||||
string += " If you are logged in as User #1 you can create a"
|
||||
string += " demo/tutorial area with '@batchcommand contrib.tutorial_world.build'."
|
||||
string = _(string)
|
||||
limbo_obj.db.desc = string
|
||||
limbo_obj.save()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue