mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
Merge pull request #3557 from iLPdev/patch-13
(docs): Update extended_room.py
This commit is contained in:
commit
56f431e5fe
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ class CharacterCmdset(default_cmds.Character_CmdSet):
|
|||
|
||||
```
|
||||
|
||||
Then reload to make the bew commands available. Note that they only work
|
||||
on rooms with the typeclass `ExtendedRoom`. Create new rooms with the right
|
||||
Then, reload to make the new commands available. Note that they only work
|
||||
on rooms with the `ExtendedRoom` typeclass. Create new rooms with the correct
|
||||
typeclass or use the `typeclass` command to swap existing rooms.
|
||||
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue