diff --git a/module/item/entity.js b/module/item/entity.js index 96247505..b97ebcdf 100755 --- a/module/item/entity.js +++ b/module/item/entity.js @@ -509,7 +509,7 @@ export class ItemPF extends Item { console.log('Should be true/false, is true true', data, this.data.data.active) for (var key in expandedData?.data?.customAttributes) { - if (data[`data.customAttributes.-=${key}`] == null) continue; + if (data[`data.customAttributes.-=${key}`] === null) continue; if (expandedData.data.customAttributes.hasOwnProperty(key)) { let customAttribute = expandedData.data.customAttributes[key]; let addedAttributes = new Set() diff --git a/system.json b/system.json index d9963da5..a7a20126 100755 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "name": "D35E", "title": "3.5e SRD", "description": "Implementation of 3.5 edition System Reference Document for Foundry VTT. Aiming to provide 100% SRD coverage.", - "version": "0.98.2", + "version": "0.98.4", "author": "Rughalt", "templateVersion": 2, "scripts": [],