From 591f58891127fd687918e83f9cef6a78aafad20d Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sun, 11 Oct 2020 01:32:36 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AB=98=E9=87=8D=E5=8A=9B=E5=88=86=E6=95=B0?= =?UTF-8?q?=E5=80=8D=E7=8E=87=E5=A2=9E=E5=8A=A0=E4=B8=80=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/parts/player.lua b/parts/player.lua index 5936bbdb..a4b33be5 100644 --- a/parts/player.lua +++ b/parts/player.lua @@ -2569,8 +2569,10 @@ do--player.drop(P)--Place piece --DropSpeed bonus if P._20G then cscore=cscore*2 - elseif ENV.drop<3 then + elseif ENV.drop<1 then cscore=cscore*1.5 + elseif ENV.drop<3 then + cscore=cscore*1.2 end --Speed bonus