missing ee checks

This commit is contained in:
Laetitia (O-01-67) 2022-11-13 12:58:47 -05:00 committed by GitHub
parent 8c802da555
commit 724e02a77c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 10 deletions

View File

@ -266,17 +266,21 @@ elements.cook.behavior = [
"HT:0.5|HT:0.5|HT:0.5",
];
if(typeof(elements.ultraheat) !== "undefined") {
elements.ultraheat.behavior = [
"HT:350|HT:350|HT:350",
"HT:350|HT:350|HT:350",
"HT:350|HT:350|HT:350",
];
};
if(typeof(elements.ultracool) !== "undefined") {
elements.ultracool.behavior = [
"CO:350|CO:350|CO:350",
"CO:350|CO:350|CO:350",
"CO:350|CO:350|CO:350",
];
};
elements.incinerate.behavior = [
"HT:10000|HT:10000|HT:10000",