4 lines
97 B
Lua
4 lines
97 B
Lua
function onUse(player, item, fromPosition, target, toPosition)
|
|
return doDestroyItem(target)
|
|
end
|