fvtt-fria-ligan / morkborg-foundry-vtt

An unoffical, community-supported system for playing MÖRK BORG on Foundry VTT.
Other
31 stars 17 forks source link

Creature sheet using obj value for attack and armor #169

Open mcglincy opened 1 year ago

mcglincy commented 1 year ago

system.attack.name and system.armor.name, when it's only holding a single text string, and system.attack and system.armor would suffice.

Fixing all existing data is more aggravating, though... maybe something in creature-sheet's getData() to use the old var if new var is null?