Merge pull request #2834 from homeofpoe/patch-1

Update objects.py
This commit is contained in:
Griatch 2022-08-14 16:46:24 +02:00 committed by GitHub
commit 8b9e1da941
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1636,7 +1636,7 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
now in.
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.
This is an arbitrary string provided to obj.move_to().
Useful for altering messages or altering logic depending