Closed StasTserk closed 1 year ago
An item that has an owning actor is supposed to show extra fields (learning) when the item sheet is open.
learning
This is not happening because the sheet is checking item.system.hasOwner not item.hasOwner
item.system.hasOwner
item.hasOwner
This should be fixed.
An item that has an owning actor is supposed to show extra fields (
learning
) when the item sheet is open.This is not happening because the sheet is checking
item.system.hasOwner
notitem.hasOwner
This should be fixed.