firmalife integration (I suppose)

This commit is contained in:
Dmitry 2024-01-10 18:55:04 +07:00
parent 8332513790
commit 42559acf97
4 changed files with 80 additions and 2 deletions

View file

@ -9,10 +9,13 @@ const hideFirmaLifeStuff = (event) => {
})
})
global.FIRMALIFE_DISABLED_ITEMS.forEach(item => {
event.hide(item)
})
global.FIRMALIFE_HIDED_ITEMS.forEach(item => {
event.hide(item)
})
}
const hideFirmaLifeFluids = (event) => {