Files
Techmino/parts/eventsets/digBase.lua
2021-08-26 23:58:40 +08:00

8 lines
145 B
Lua

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