Fix abe5d55
This commit is contained in:
parent
a7ad9fafc7
commit
b2196d3ca5
@ -399,7 +399,7 @@ screen inventory_menuitem():
|
|||||||
if inventory_mode == 0:
|
if inventory_mode == 0:
|
||||||
action Call("inventory.use_item", current_item, from_current=True)
|
action Call("inventory.use_item", current_item, from_current=True)
|
||||||
elif inventory_mode == 1:
|
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:
|
hbox:
|
||||||
pos (132, 407)
|
pos (132, 407)
|
||||||
|
Loading…
Reference in New Issue
Block a user