Fix dropped/thrown item behavior

This commit is contained in:
2026-02-10 14:57:41 -08:00
parent fdc4a6f2c1
commit 97198afe18
1138 changed files with 20375 additions and 4110 deletions

View File

@@ -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)