mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
fix(subclassFeatures): fix tabs names
This commit is contained in:
parent
38d94d3d48
commit
9d0f9381b5
1 changed files with 2 additions and 2 deletions
|
|
@ -190,8 +190,8 @@ export default class SubclassSheet extends DaggerheartSheet(ItemSheetV2) {
|
|||
|
||||
let featureField;
|
||||
if (event.currentTarget.classList.contains('foundation-tab')) featureField = 'foundation';
|
||||
else if (event.currentTarget.classList.contains('foundation-tab')) featureField = 'foundation';
|
||||
else if (event.currentTarget.classList.contains('foundation-tab')) featureField = 'foundation';
|
||||
else if (event.currentTarget.classList.contains('specialization-tab')) featureField = 'specialization';
|
||||
else if (event.currentTarget.classList.contains('mastery-tab')) featureField = 'mastery';
|
||||
else return;
|
||||
|
||||
const path = `system.${featureField}Feature.abilities`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue