From a021fcd951a21f84030673445c15fea5b1ebb7b4 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Wed, 22 Sep 2021 14:04:53 +0800 Subject: [PATCH] =?UTF-8?q?HB=E5=92=8CHG=E6=94=B9=E5=9B=9E=E4=B9=8B?= =?UTF-8?q?=E5=89=8D=E7=9A=84=E6=97=A0=E5=BC=80=E5=85=B3=E7=8A=B6=E6=80=81?= =?UTF-8?q?=EF=BC=8C=E7=AD=89=E5=BE=85=E4=B9=8B=E5=90=8E=E9=87=8D=E5=81=9A?= =?UTF-8?q?mod=20close=20#317?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/globalTables.lua | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/parts/globalTables.lua b/parts/globalTables.lua index 88a5316c..e7284a04 100644 --- a/parts/globalTables.lua +++ b/parts/globalTables.lua @@ -26,16 +26,14 @@ MODOPT={--Mod options func=function(P)P.gameEnv.infHold=true end, unranked=true, }, - {no=4,id="HB",name="block", + {no=4,id="HB",name="hideBlock", key="y",x=680,y=230,color='lV', - list={'off','on'}, - func=function(P,O)P.gameEnv.block=O=='on'end, + func=function(P)P.gameEnv.block=false end, unranked=true, }, - {no=5,id="HG",name="ghost", + {no=5,id="HG",name="hideGhost", key="u",x=800,y=230,color='lV', - list={'off','on'}, - func=function(P,O)P.gameEnv.ghost=O=='on'end, + func=function(P)P.gameEnv.ghost=false end, unranked=true, }, {no=6,id="HD",name="hidden",