From dd26376b3b6d975ed64c8aac80ff9ee77c29012c Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Wed, 14 Apr 2021 21:28:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4master-ph=E5=91=BD=E6=95=B0?= =?UTF-8?q?=E5=A5=96=E5=8A=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/master_phantasm.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/modes/master_phantasm.lua b/parts/modes/master_phantasm.lua index c751d30a..73967268 100644 --- a/parts/modes/master_phantasm.lua +++ b/parts/modes/master_phantasm.lua @@ -85,7 +85,7 @@ return{ p=41 end elseif T==62 then--Stage 5: survive without easy-fresh rule - P.life=1 + P.life=P.life+1 ENV.lock=13 ENV.wait=5 ENV.fall=5 @@ -113,7 +113,7 @@ return{ P.modeData.target=226 SFX.play("reach") elseif T==226 then--Stage 8: final invisible - P.life=P.life+2 + P.life=P.life+1 ENV.bone=false P:setInvisible(90)