From b2196d3ca570b988143ea87b99ce1a8b9a76b460 Mon Sep 17 00:00:00 2001 From: Gouvernathor <44340603+Gouvernathor@users.noreply.github.com> Date: Fri, 17 Nov 2023 02:34:05 +0100 Subject: [PATCH] Fix abe5d55 --- game/scripts/interface/inventory.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/scripts/interface/inventory.rpy b/game/scripts/interface/inventory.rpy index 195a462a..70014d0a 100644 --- a/game/scripts/interface/inventory.rpy +++ b/game/scripts/interface/inventory.rpy @@ -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)