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
|
Then, reload to make the new commands available. Note that they only work
|
||||||
on rooms with the typeclass `ExtendedRoom`. Create new rooms with the right
|
on rooms with the `ExtendedRoom` typeclass. Create new rooms with the correct
|
||||||
typeclass or use the `typeclass` command to swap existing rooms.
|
typeclass or use the `typeclass` command to swap existing rooms.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue