issues
search
CodeWringer
/
strive-foundryVTT
STRIVE system for FoundryVTT
GNU General Public License v3.0
1
stars
0
forks
source link
Issue/179: fix: Skill abilities now correctly read from document
#180
Closed
CodeWringer
closed
1 year ago
CodeWringer
commented
1 year ago
Turns out there was a missing
hasOwnProperty
check inside the
TransientSkill._getSkillAbilities
method.
hasOwnProperty
check inside theTransientSkill._getSkillAbilities
method.