Fix dropped/thrown item behavior
This commit is contained in:
@@ -247,6 +247,7 @@ public partial class InventoryMenu : Control, IInventoryMenu
|
||||
_player.Inventory.Remove(_currentlySelectedItem.Item.Value);
|
||||
HideUserActionPrompt();
|
||||
await ShowInventoryInfo();
|
||||
_gameRepo.CloseInventory();
|
||||
}
|
||||
|
||||
private void DisplayUserActionPrompt(InventoryItem item)
|
||||
|
||||
Reference in New Issue
Block a user