This commit is contained in:
Gouvernathor 2023-11-17 02:34:05 +01:00
parent a7ad9fafc7
commit b2196d3ca5
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ screen inventory_menuitem():
if inventory_mode == 0:
action Call("inventory.use_item", current_item, from_current=True)
elif inventory_mode == 1:
action Call("inventory.use_item", current_item, from_current=True)
action Call("inventory.give_item", current_item, from_current=True)
hbox:
pos (132, 407)