CodeWringer / strive-foundryVTT

STRIVE system for FoundryVTT
GNU General Public License v3.0
1 stars 0 forks source link

Updating a skill's advancement progress throws error #190

Closed CodeWringer closed 1 year ago

CodeWringer commented 1 year ago

In the TransientSkill class, in lines 89 and 94, the this reference must be changed to thiz, to properly reference the TransientSkill instance.