asacolips-projects / pbta

Run games for any PbtA system in Foundry VTT!
https://asacolips.gitbook.io/pbta-system
MIT License
3 stars 7 forks source link

Draft: Implement ListOne TOML feature - [closed] #140

Closed asacolips closed 8 months ago

asacolips commented 1 year ago

In GitLab by @s.paquay1 on Jun 17, 2023, 06:50

Merges SP-Issue53ListOne -> master

Add the ListOne attribute to TOML config file. (List with radio buttons, only one selection)

asacolips commented 1 year ago

In GitLab by @s.paquay1 on Jun 25, 2023, 17:26

added 6 commits

Compare with previous version

asacolips commented 1 year ago

In GitLab by @mclemente on Nov 13, 2023, 21:41

Hey @s.paquay1, I've noticed some TODOs in your commits, are those leftovers from when you were writing or is this still a WIP?

asacolips commented 1 year ago

In GitLab by @s.paquay1 on Nov 14, 2023, 10:35

Hey @mclemente, I need to go back in the code and check why I've left some debug, comment and console log. I'll have a look in a few days, as soon as I find some spare time.

asacolips commented 11 months ago

In GitLab by @s.paquay1 on Nov 21, 2023, 18:48

Hey @mclemente,

I've reviewed my code, there's the update part which is not yet working. I'll try to finish it asap.

In the meantime, I've found an issue when you have a ListMany, with condition true, which cause the roll to fail. I've fixed it and I'll send a pull request soon.