From 66d23236261d4e173e25d9fd3e12bd6a77f77b02 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 17 Oct 2021 16:01:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8D=95=E6=8C=91l=E5=92=8Cu?= =?UTF-8?q?=E9=9A=BE=E5=BA=A6=E7=9A=84=E8=AF=84=E7=BA=A7=E6=9D=A1=E4=BB=B6?= =?UTF-8?q?=E4=B8=BA=E5=89=A9=E4=BD=99=E5=91=BD=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/solo_l.lua | 11 +++++------ parts/modes/solo_u.lua | 12 ++++++------ 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/parts/modes/solo_l.lua b/parts/modes/solo_l.lua index 65a019f8..27aefc10 100644 --- a/parts/modes/solo_l.lua +++ b/parts/modes/solo_l.lua @@ -16,13 +16,12 @@ return{ comp=function(a,b)return a[1]=2 and 5 or + L>=1 and 4 or + L>=0 and 3 or + 2 end end, } diff --git a/parts/modes/solo_u.lua b/parts/modes/solo_u.lua index 23241148..a999263f 100644 --- a/parts/modes/solo_u.lua +++ b/parts/modes/solo_u.lua @@ -16,13 +16,13 @@ return{ comp=function(a,b)return a[1]=2 and 5 or + L>=1 and 4 or + L>=0 and 3 or + 2 end + end, }