justinross / foundry-bitd-alternate-sheets

MIT License
5 stars 12 forks source link

Added code to convert the standard trauma array to an object for cons… #15

Closed justinross closed 2 years ago

justinross commented 2 years ago

Should fix #9. An issue was being caused by the fact that my sheets don't touch the trauma list until a trauma is added, and the system sheets convert them to an object (via the checkboxes/data binding). I've added code to just convert the traumas to an object in my sheets as well.

It's not ideal and will have to be revisited to accommodate playbooks with different trauma lists, but it will do for now.