挖掘模式开局10的行也使用eventSet
This commit is contained in:
8
parts/eventsets/digBase.lua
Normal file
8
parts/eventsets/digBase.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return{
|
||||
task=function(P)
|
||||
for _=1,10 do
|
||||
P:garbageRise(21,1,P:getHolePos())
|
||||
end
|
||||
P.fieldBeneath=0
|
||||
end,
|
||||
}
|
||||
Reference in New Issue
Block a user