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)
|
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
|
- [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)
|
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
|
[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
|
from commands import sittables
|
||||||
|
|
||||||
class CharacterCmdSet(CmdSet):
|
class CharacterCmdSet(default_cmds.CharacterCmdSet):
|
||||||
"""
|
"""
|
||||||
(docstring)
|
(docstring)
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue