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

Verify proper way to set initial food quantity in scvmfactory #136

Closed mcglincy closed 1 year ago

mcglincy commented 2 years ago
        // TODO: need to mutate _data to get it to change for our owned item creation.
        // Is there a better way to do this?
        food.data._source.data.quantity = foodRoll.total;
mcglincy commented 1 year ago

This has already been fixed; closing.