Files
Techmino/parts/eventsets/digBase.lua
2021-08-28 16:46:10 +08:00

9 lines
146 B
Lua

return{
task=function(P)
for _=1,10 do
P:garbageRise(21,1,P:getHolePos())
end
P.fieldBeneath=0
end,
}