javierriveracastro / betteroll-swade

A Better Rolls port for SWADE
GNU General Public License v3.0
16 stars 32 forks source link

Power card does not subtract general PP #534

Closed EntreriCansinos closed 1 year ago

EntreriCansinos commented 1 year ago

During this week there have been several changes, some structural, in the SWADE system. One of them affects the general PP constant. The solution is to replace the string "powerPoints.value" with "powerPoints.general.value" in the item_card.js file.

This is the modified file, just remove the .txt extension

item_card.js.txt

Thank you very much for your work, it makes our life much easier.

javierriveracastro commented 1 year ago

Thanks, next time you can upload the file to the code repository and make a pull request ;).

javierriveracastro commented 1 year ago

Merged.