Certain clothes have null as description instead of empty string
Description of problem:
In clothing.db:
- Asia Pop Mirrorshades
- Bag Lady Chic Glasses
have null as description value instead of empty string like all other items in the .db files
Version-Release number Foundry VTT & Cyberpunk Red Core:
Current master branch
Additional info:
[...]
`{"name":"Asia Pop Mirrorshades","type":"clothing","img":"systems/cyberpunk-red-core/icons/compendium/clothing/generic_mirrorshades.svg","data":{"tags":[],"description":{"value":null,"chat":"","unidentified":""},"source":"","favorite":false,"price":{"market":100,"category":"premium"},"quality":"standard","amount":1,"isUpgraded":false,"upgrades":[],"equipped":"owned","type":"mirrorshades","style":"asiaPop"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"vQIsCsDFm7H1QU0F":3},"flags":{"core":{"sourceId":"Item.8dIHRb7insfy2ggz"}},"_id":"MJl0bl3lN9bQBa8P"}`
[...]
`{"name":"Bag Lady Chic Glasses","type":"clothing","img":"systems/cyberpunk-red-core/icons/compendium/clothing/generic_glasses.svg","data":{"tags":[],"description":{"value":null,"chat":"","unidentified":""},"source":"","favorite":false,"price":{"market":10,"category":"cheap"},"quality":"standard","amount":1,"isUpgraded":false,"upgrades":[],"equipped":"owned","type":"glasses","style":"bagLadyChic"},"effects":[],"folder":null,"sort":0,"permission":{"default":0,"vQIsCsDFm7H1QU0F":3},"flags":{"core":{"sourceId":"Item.8dIHRb7insfy2ggz"}},"_id":"Yl5C01qlCIJWGlQh"}`
[...]