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.
|
add locks so they cannot be puppeted or picked up.
|
||||||
(to change that, use at_object_creation instead)
|
(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.
|
properties and methods available on all Objects.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue