From 2299eb0e3391d81be3fbb09c1eb82c3d18c03c79 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 11 Sep 2021 17:25:33 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8A=82=E5=A5=8F=E6=A8=A1=E5=BC=8F=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E7=9B=B4=E6=8E=A5=E8=B0=83=E7=94=A8=E7=A1=AC=E9=99=8D?= =?UTF-8?q?=EF=BC=8C=E8=80=8C=E4=B8=8D=E6=98=AF=E5=B8=AE=E7=8E=A9=E5=AE=B6?= =?UTF-8?q?=E6=8C=89=E7=A1=AC=E9=99=8D=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/eventsets/rhythm_e.lua | 4 +--- parts/eventsets/rhythm_h.lua | 4 +--- parts/eventsets/rhythm_u.lua | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/parts/eventsets/rhythm_e.lua b/parts/eventsets/rhythm_e.lua index 1fbea562..4e0843a3 100644 --- a/parts/eventsets/rhythm_e.lua +++ b/parts/eventsets/rhythm_e.lua @@ -46,9 +46,7 @@ return{ if P.modeData.counter==0 then P.modeData.counter=P.modeData.beatFrame SFX.play('click',.3) - P:switchKey(6,true) - P:pressKey(6) - P:switchKey(6,false) + P:act_hardDrop() end end end, diff --git a/parts/eventsets/rhythm_h.lua b/parts/eventsets/rhythm_h.lua index c874e2ba..7d46406b 100644 --- a/parts/eventsets/rhythm_h.lua +++ b/parts/eventsets/rhythm_h.lua @@ -46,9 +46,7 @@ return{ if P.modeData.counter==0 then P.modeData.counter=P.modeData.beatFrame SFX.play('click',.3) - P:switchKey(6,true) - P:pressKey(6) - P:switchKey(6,false) + P:act_hardDrop() end end end, diff --git a/parts/eventsets/rhythm_u.lua b/parts/eventsets/rhythm_u.lua index 0fa87a56..a5db95b3 100644 --- a/parts/eventsets/rhythm_u.lua +++ b/parts/eventsets/rhythm_u.lua @@ -51,9 +51,7 @@ return{ if P.modeData.counter==0 then P.modeData.counter=P.modeData.beatFrame SFX.play('click',.3) - P:switchKey(6,true) - P:pressKey(6) - P:switchKey(6,false) + P:act_hardDrop() end end end,