mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix armchair tutorial code example to match repo
This commit is contained in:
parent
40aac81314
commit
fb0fa25536
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
finds `big sword` even if another type of sword is around (InspectorCaracal)
|
||||
- [Fix][pull3690]: In searches, allow special 'here' and 'me' keywords only be valid queries
|
||||
unless current location and/or caller is in valid search candidates respectively (InspectorCaracal)
|
||||
- [Docs]: Fixes from InspectorCaracal
|
||||
- [Docs]: Fixes from InspectorCaracal, Griatch
|
||||
|
||||
|
||||
[pull3633]: https://github.com/evennia/evennia/pull/3633
|
||||
|
|
|
|||
|
|
@ -386,7 +386,7 @@ We don't need a new CmdSet for this, instead we will add this to the default Cha
|
|||
# ...
|
||||
from commands import sittables
|
||||
|
||||
class CharacterCmdSet(CmdSet):
|
||||
class CharacterCmdSet(default_cmds.CharacterCmdSet):
|
||||
"""
|
||||
(docstring)
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue