Update characters.py

Weild to wield
This commit is contained in:
homeofpoe 2023-12-05 15:32:42 -08:00 committed by GitHub
parent 3e6ea6a8bf
commit dfb8d89855
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
"""