Update devtests.js
This commit is contained in:
parent
b6b963aa00
commit
99fb493ce3
|
|
@ -139,3 +139,21 @@ elements.liquid = {
|
|||
],
|
||||
category: "special"
|
||||
}
|
||||
elements.gas = {
|
||||
behavior: [
|
||||
"M1|M1|M1",
|
||||
"M1|XX|M1",
|
||||
"M1|M1|M1",
|
||||
],
|
||||
state: "gas",
|
||||
category: "special"
|
||||
}
|
||||
elements.liquid_gas = {
|
||||
behavior: [
|
||||
"M1%25|M1%25|M1%25",
|
||||
"M2|XX|M2",
|
||||
"M1|M1|M1",
|
||||
],
|
||||
state: "gas",
|
||||
category: "special"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue