1
0
Fork 0

Fixed mob drops not having proper description

This commit is contained in:
the-real-herowl 2024-04-27 07:37:10 +02:00 committed by the-real-herowl
parent e0fa57022b
commit d93ebea469
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,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)