wip more dioramas
This commit is contained in:
@@ -29,7 +29,7 @@ function evaluateWhen(properties, condition) {
|
||||
const prop = properties[key];
|
||||
if (typeof val === 'string' && val.includes('|')) {
|
||||
if (!val.split('|').includes(prop)) return false;
|
||||
} else if (prop !== val) {
|
||||
} else if (prop !== val.toString()) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user