local holes = {468, 481, 483, 7932}
function onUse(player, item, fromPosition, target, toPosition, isHotkey)
if target then
if table.contains(holes, target.itemid) then
target:transform(target.itemid + 1)
target:decay()
elseif target.itemid == 231 then...