挖掘模式开局10的行也使用eventSet

This commit is contained in:
MrZ626
2021-08-26 23:58:40 +08:00
parent 7ad386d28f
commit 726928aadc
5 changed files with 15 additions and 35 deletions

View File

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