mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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:
|
||||
# put stuff in backpack
|
||||
slots[use_slot].append(to_backpack_obj)
|
||||
slots[WieldLocation.BACKPACK].append(to_backpack_obj)
|
||||
|
||||
# store new state
|
||||
self._save()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue