From 3680ff4b6a45f7e4bf118d576b95db39b03f3646 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 14 Dec 2020 21:28:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=95=B4=E7=90=86=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=90=9E=E9=94=99for=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/gametoolfunc.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/parts/gametoolfunc.lua b/parts/gametoolfunc.lua index c1be630f..fc23f59a 100644 --- a/parts/gametoolfunc.lua +++ b/parts/gametoolfunc.lua @@ -404,25 +404,25 @@ function royaleLevelup() spd=30 elseif GAME.stage==3 then spd=15 - for _,P in next,#PLAYERS.alive do + for _,P in next,PLAYERS.alive do P.gameEnv.garbageSpeed=.6 end if PLAYERS[1].alive then BGM.play("cruelty")end elseif GAME.stage==4 then spd=10 - for _,P in next,#PLAYERS.alive do + for _,P in next,PLAYERS.alive do P.gameEnv.pushSpeed=3 end elseif GAME.stage==5 then spd=5 - for _,P in next,#PLAYERS.alive do + for _,P in next,PLAYERS.alive do P.gameEnv.garbageSpeed=1 end elseif GAME.stage==6 then spd=3 if PLAYERS[1].alive then BGM.play("final")end end - for _,P in next,#PLAYERS.alive do + for _,P in next,PLAYERS.alive do P.gameEnv.drop=spd end if GAME.curMode.name:find("ultimate")then