Update Beginner-Tutorial-Equipment.md
Also fix to_backpack
This commit is contained in:
parent
54e5e63b8d
commit
d361b5fddb
1 changed files with 1 additions and 1 deletions
|
|
@ -407,7 +407,7 @@ class EquipmentHandler:
|
||||||
|
|
||||||
for to_backpack_obj in to_backpack:
|
for to_backpack_obj in to_backpack:
|
||||||
# put stuff in backpack
|
# put stuff in backpack
|
||||||
slots[use_slot].append(to_backpack_obj)
|
slots[WieldLocation.BACKPACK].append(to_backpack_obj)
|
||||||
|
|
||||||
# store new state
|
# store new state
|
||||||
self._save()
|
self._save()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue