Merge pull request #45 from lllllllllwith10ls/main

Hide generic acid
This commit is contained in:
slweeb 2022-12-12 21:40:45 -05:00 committed by GitHub
commit 41b2c1c712
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -383,6 +383,7 @@ function createAcid(name,reactions, gasReactions, color, colorGas, category, cat
ignore: elements.acid.ignore.concat(ignoreAcid),
reactions: reactions,
category: category,
hidden: categoryGas === "hidden",
tempHigh: tempHigh,
stateHigh: name + "_gas",
tempLow: tempLow,
@ -401,6 +402,7 @@ function createAcid(name,reactions, gasReactions, color, colorGas, category, cat
ignore: elements.acid_gas.ignore.concat(ignoreAcid),
reactions: gasReactions,
category: categoryGas,
hidden: categoryGas === "hidden",
tempHigh: tempHighGas,
stateHigh: "fire",
tempLow: tempLowGas,