Fixed issue: toggled off point buys still applying

This commit is contained in:
ThaumRystra
2023-11-12 16:38:55 +02:00
parent aaec54f36a
commit b32b6db21a
7 changed files with 100 additions and 24 deletions

View File

@@ -7,6 +7,7 @@ import computeInventory from './computeInventory.testFn.js';
import computeDamageMultipliers from './computeDamageMultipliers.testFn.js';
import computeEffects from './computeEffects.testFn.js';
import computeSkills from './computeSkills.testFn.js';
import computePointBuys from './computePointBuys.testFn.js';
import computeProficiencies from './computeProficiencies.testFn.js';
export default [{
@@ -36,6 +37,9 @@ export default [{
}, {
text: 'Computes skills',
fn: computeSkills,
}, {
text: 'Computes point buys',
fn: computePointBuys,
}, {
text: 'Computes proficiencies',
fn: computeProficiencies,