Update Beginner-Tutorial-Equipment.md

Also fix to_backpack
This commit is contained in:
feyrkh 2024-09-29 13:02:01 -05:00 committed by GitHub
parent 54e5e63b8d
commit d361b5fddb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -407,7 +407,7 @@ class EquipmentHandler:
for to_backpack_obj in to_backpack:
# put stuff in backpack
slots[use_slot].append(to_backpack_obj)
slots[WieldLocation.BACKPACK].append(to_backpack_obj)
# store new state
self._save()