League-of-Foundry-Developers / torch

Simple torch module for Foundry VTT
10 stars 16 forks source link

support OSE system #46

Closed amir-arad closed 1 year ago

amir-arad commented 1 year ago

I am trying to use this great module with the OSE system, where the quantity is not a number but an object ({ "value": 6, "max": 6 })

suggested here a fix to treat quantity as a path instead of a shallow property name, and support to the OSE system

Can't wait to use this in production :)

lupestro commented 1 year ago

An excellent change! After I run it through our usual round of testing, I'll get it into play. Thanks!

lupestro commented 1 year ago

Good catch! Tested it this afternoon. It now looks good. I'm going to try to bundle this with one requested fix before I ship out a new version.

lupestro commented 1 year ago

Now released in version 2.6.0

amir-arad commented 1 year ago

thanks!