mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix typo in beginner tutorial. Resolve #3118
This commit is contained in:
parent
328ddf9936
commit
5e6b6b8239
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ bound Python instances before. But you need to use `db_key` instead of `key` and
|
|||
remember to call `.save()` afterwards. Evennia has a helper function that is more common to use,
|
||||
called `create_object`. Let's recreate Cuddly this time:
|
||||
|
||||
> py evennia.create_object('typeclasses.monster.Monster', key="Cuddly", location=here)
|
||||
> py evennia.create_object('typeclasses.monsters.Monster', key="Cuddly", location=here)
|
||||
> look
|
||||
|
||||
Boom, Cuddly should now be in the room with you, a little less scary than Smaug. You specify the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue