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:
Griatch 2012-02-06 21:48:50 +01:00
parent 42d502bfc6
commit 8b5f3628ab
3 changed files with 36 additions and 29 deletions

View file

@ -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()