挖掘模式垃圾行颜色修正

This commit is contained in:
MrZ626
2020-11-01 18:46:18 +08:00
parent eddc03a029
commit 64fcd17053
6 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ return{
PLY.newPlayer(1,340,15)
local P=PLAYERS[1]
for _=1,10 do
P:garbageRise(13,1,P:getHolePos())
P:garbageRise(21,1,P:getHolePos())
end
P.fieldBeneath=0
end,