(docs): Update extended_room.py

This commit is contained in:
iLPdev 2024-06-11 11:33:29 -07:00 committed by GitHub
parent 3b84ec1b42
commit abcd2221b7
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.
""" """