From 9e3fc97727719d0ed9f9b49ec900d3d44f8622cd Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 24 Aug 2021 17:12:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dmaster-ph=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E9=83=A8=E5=88=86=E9=9A=8F=E6=9C=BA=E6=B2=A1=E6=9C=89=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E7=8E=A9=E5=AE=B6=E7=9A=84=E9=9A=8F=E6=9C=BA=E5=99=A8?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E5=BD=95=E5=83=8F=E5=9B=9E=E6=94=BE=E4=B8=8D?= =?UTF-8?q?=E4=B8=80=E8=87=B4=20close=20#226?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/modes/master_ph.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parts/modes/master_ph.lua b/parts/modes/master_ph.lua index 477b3407..bd49d82b 100644 --- a/parts/modes/master_ph.lua +++ b/parts/modes/master_ph.lua @@ -50,7 +50,7 @@ return{ P.visTime[i]=FREEROW.get(30) for j=1,10 do if P.holeRND:random()>.9 then - P.field[i][j]=math.random(16) + P.field[i][j]=P.holeRND:random(16) end end P.field[i][P.holeRND:random(10)]=0 @@ -120,7 +120,7 @@ return{ SFX.play('reach') elseif T==259 then--Stage 9: ending P.life=P.life+1 - for i=1,7 do ENV.skin[i]=math.random(16)end + for i=1,7 do ENV.skin[i]=P.holeRND:random(16)end P:setInvisible(40) ENV.lock=15