From 27c1925021b31d8bdda0dcc01cfb412c30d217d5 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 9 Apr 2021 23:03:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=BF=AB=E5=AF=B9=E6=89=8B=E5=BD=95?= =?UTF-8?q?=E5=83=8F=E6=BB=9E=E5=90=8E=E4=B9=8B=E5=90=8E=E7=9A=84=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/update.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/parts/player/update.lua b/parts/player/update.lua index 56a77024..c00c9e76 100644 --- a/parts/player/update.lua +++ b/parts/player/update.lua @@ -374,10 +374,10 @@ end function update.remote_alive(P,dt) local frmStep=GAME.frame-P.stat.frame frmStep= - frmStep<60 and 1 or - frmStep<120 and rnd(2)or - frmStep<240 and 2 or - frmStep<480 and rnd(2,3) or + frmStep<20 and 1 or + frmStep<45 and rnd(2)or + frmStep<90 and 2 or + frmStep<180 and rnd(2,3) or 3 repeat local eventTime=P.stream[P.streamProgress]