commit
41b2c1c712
|
|
@ -383,6 +383,7 @@ function createAcid(name,reactions, gasReactions, color, colorGas, category, cat
|
||||||
ignore: elements.acid.ignore.concat(ignoreAcid),
|
ignore: elements.acid.ignore.concat(ignoreAcid),
|
||||||
reactions: reactions,
|
reactions: reactions,
|
||||||
category: category,
|
category: category,
|
||||||
|
hidden: categoryGas === "hidden",
|
||||||
tempHigh: tempHigh,
|
tempHigh: tempHigh,
|
||||||
stateHigh: name + "_gas",
|
stateHigh: name + "_gas",
|
||||||
tempLow: tempLow,
|
tempLow: tempLow,
|
||||||
|
|
@ -401,6 +402,7 @@ function createAcid(name,reactions, gasReactions, color, colorGas, category, cat
|
||||||
ignore: elements.acid_gas.ignore.concat(ignoreAcid),
|
ignore: elements.acid_gas.ignore.concat(ignoreAcid),
|
||||||
reactions: gasReactions,
|
reactions: gasReactions,
|
||||||
category: categoryGas,
|
category: categoryGas,
|
||||||
|
hidden: categoryGas === "hidden",
|
||||||
tempHigh: tempHighGas,
|
tempHigh: tempHighGas,
|
||||||
stateHigh: "fire",
|
stateHigh: "fire",
|
||||||
tempLow: tempLowGas,
|
tempLow: tempLowGas,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue