commit
41b2c1c712
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue