Update objects.py
Typo in comment.
This commit is contained in:
parent
e854432cc9
commit
5d2d0bd8a5
1 changed files with 1 additions and 1 deletions
|
|
@ -1636,7 +1636,7 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
|
||||||
now in.
|
now in.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
source_location (Object): Wwhere we came from. This may be `None`.
|
source_location (Object): Where we came from. This may be `None`.
|
||||||
move_type (str): The type of move. "give", "traverse", etc.
|
move_type (str): The type of move. "give", "traverse", etc.
|
||||||
This is an arbitrary string provided to obj.move_to().
|
This is an arbitrary string provided to obj.move_to().
|
||||||
Useful for altering messages or altering logic depending
|
Useful for altering messages or altering logic depending
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue