mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
5 lines
No EOL
172 B
Lua
5 lines
No EOL
172 B
Lua
local old = item_pickup
|
|
function item_pickup( entity_item, entity_who_picked, name )
|
|
old(entity_item, entity_who_picked, name)
|
|
CrossCall("ew_refresh_inventory")
|
|
end |