Starbound/assets/devel/objects/incinerator/incinerator.lua
2025-03-21 22:23:30 +11:00

7 lines
84 B
Lua

function init()
end
function update(dt)
world.containerTakeAll(entity.id())
end