Fix bugs and small changes to other thing

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-01-07 18:45:21 +07:00
parent 65c050f6df
commit 2816a76f5a
6 changed files with 9 additions and 6 deletions

View File

@@ -402,7 +402,7 @@ do-- Mod data
{no=5,id="HG",name="hideGhost",
key="u",x=800,y=230,color='lV',
func =function(P) P.gameEnv.ghost=false end,
funcA1=_lockVfunc('ghost'),
funcA1=function(P) P.gameEnv.ghost=false; P.gameEnv.__lock('ghost') end,
},
{no=6,id="HD",name="hidden",
key="i",x=920,y=230,color='lP',