Fix dig 10l, 40l, and 100l (#310)
Previously, it didn't find eventsets named "dig_(n)L" because there were only "dig_(n)l" (capitalization). This fixes that.
This commit is contained in:
committed by
MrZ626
parent
f1068eacd8
commit
e57ddbb6eb
@@ -2,7 +2,7 @@ return{
|
||||
color=COLOR.green,
|
||||
env={
|
||||
pushSpeed=6,
|
||||
eventSet='dig_100L',
|
||||
eventSet='dig_100l',
|
||||
bg='bg2',bgm='way',
|
||||
},
|
||||
score=function(P)return{P.stat.time,P.stat.piece}end,
|
||||
|
||||
@@ -2,7 +2,7 @@ return{
|
||||
color=COLOR.cyan,
|
||||
env={
|
||||
pushSpeed=6,
|
||||
eventSet='dig_10L',
|
||||
eventSet='dig_10l',
|
||||
bg='bg1',bgm='way',
|
||||
},
|
||||
score=function(P)return{P.stat.time,P.stat.piece}end,
|
||||
|
||||
@@ -2,7 +2,7 @@ return{
|
||||
color=COLOR.lBlue,
|
||||
env={
|
||||
pushSpeed=6,
|
||||
eventSet='dig_40L',
|
||||
eventSet='dig_40l',
|
||||
bg='bg1',bgm='way',
|
||||
},
|
||||
score=function(P)return{P.stat.time,P.stat.piece}end,
|
||||
|
||||
Reference in New Issue
Block a user