Merge pull request #3557 from iLPdev/patch-13

(docs): Update extended_room.py
This commit is contained in:
Griatch 2024-06-14 12:33:42 +02:00 committed by GitHub
commit 56f431e5fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
""" """