Correct default docstring of template pointing to object.py

This commit is contained in:
Griatch 2023-10-21 15:37:56 +02:00
parent fe5f2abb63
commit 0143ffcbdd

View file

@ -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.
"""