mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Correct default docstring of template pointing to object.py
This commit is contained in:
parent
fe5f2abb63
commit
0143ffcbdd
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class Room(ObjectParent, DefaultRoom):
|
|||
add locks so they cannot be puppeted or picked up.
|
||||
(to change that, use at_object_creation instead)
|
||||
|
||||
See examples/object.py for a list of
|
||||
See mygame/typeclasses/objects.py for a list of
|
||||
properties and methods available on all Objects.
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue