Merge pull request #3357 from homeofpoe/patch-23

Update characters.py
This commit is contained in:
Griatch 2023-12-10 17:44:37 +01:00 committed by GitHub
commit 73b71fdb56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -230,7 +230,7 @@ class EvAdventureCharacter(LivingMixin, DefaultCharacter):
def at_pre_object_leave(self, leaving_object, destination, **kwargs):
"""
Hook called when dropping an item. We don't allow to drop weilded/worn items
Hook called when dropping an item. We don't allow to drop wielded/worn items
(need to unwield/remove them first). Return False to
"""