From 121e1421d3a8e6d9e61766a42b8a75300d1868d6 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Fri, 14 May 2021 00:20:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E7=BD=91=E5=AF=B9=E6=88=98=E6=9A=82?= =?UTF-8?q?=E6=97=B6=E5=85=B3=E9=97=ADmargin=20time=E7=9A=84=E8=AE=BE?= =?UTF-8?q?=E5=AE=9A=EF=BC=8C=E6=9C=89=E5=90=8C=E6=AD=A5bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/netBattle.lua | 8 -------- 1 file changed, 8 deletions(-) diff --git a/parts/modes/netBattle.lua b/parts/modes/netBattle.lua index f714047e..15b25632 100644 --- a/parts/modes/netBattle.lua +++ b/parts/modes/netBattle.lua @@ -1,4 +1,3 @@ -local yield=YIELD return{ color=COLOR.white, env={ @@ -7,13 +6,6 @@ return{ pushSpeed=5, garbageSpeed=2, allowMod=false, - task=function(P) - local S=P.stat - while true do yield()if S.time>90 then P.strength=1 break end end - while true do yield()if S.time>150 then P.strength=2 break end end - while true do yield()if S.time>210 then P.strength=3 break end end - while true do yield()if S.time>240 then P.strength=4 break end end - end, bgm={'battle','cruelty','distortion','far','final','hope','magicblock','new era','push','race','rockblock','secret7th','secret8th','shining terminal','storm','super7th','warped','waterfall'}, }, load=function()