Fixed mob drops not having proper description

This commit is contained in:
the-real-herowl 2024-04-27 07:37:10 +02:00
parent 7a4c1ceba5
commit 664993ca75
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ local function try_object_pickup(player, inv, object, checkpos)
-- Add what we can to the inventory
local itemstack = ItemStack(le.itemstring)
tt.reload_itemstack_description(itemstack)
local leftovers = inv:add_item("main", itemstack )
check_pickup_achievements(object, player)