StasTserk / foundry-burningwheel

Foundry VTT module for The Burning Wheel RPG
GNU General Public License v3.0
26 stars 14 forks source link

Owned skills don't react to `hasOwner` flag properly. #501

Closed StasTserk closed 1 year ago

StasTserk commented 1 year ago

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 not item.hasOwner

This should be fixed.