From 25aa0d477019b5462d66924e8910de45e5ee20bd Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Sat, 28 Nov 2020 06:32:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dmaster-ph=E7=BB=93=E7=AE=97?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/master_phantasm.lua | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/parts/modes/master_phantasm.lua b/parts/modes/master_phantasm.lua index b99b4e82..968fc43b 100644 --- a/parts/modes/master_phantasm.lua +++ b/parts/modes/master_phantasm.lua @@ -114,15 +114,16 @@ local function check_LVup(P) for i=1,7 do ENV.skin[i]=math.random(16)end P:setInvisible(40) - ENV.lock=15 + ENV.lock=150 P.curMission=1 ENV.mission={4,4,4,4,4,4,4,4} ENV.missionKill=false ENV.target=260 + p=260 SFX.play("blip_2") else - p=P.result=="WIN"and 260 or 259 + p=260 end end P.modeData.point=p @@ -157,13 +158,13 @@ return{ scoreDisp=function(D)return D[1].."P "..toTime(D[2])end, comp=function(a,b)return a[1]>b[1]or a[1]==b[1]and a[2]=226 and 4 or - P>=162 and 3 or - P>=62 and 2 or - P>=42 and 1 or - P>=26 and 0 + P.result=="WIN"and 5 or + p>=226 and 4 or + p>=162 and 3 or + p>=62 and 2 or + p>=42 and 1 or + p>=26 and 0 end, } \ No newline at end of file