This commit is contained in:
WBHarry 2025-08-07 22:41:58 +02:00
parent df99d0e4c6
commit 9f9da6efcd
15 changed files with 98 additions and 34 deletions

View file

@ -289,7 +289,7 @@ export default class DhCharacterLevelUp extends LevelUpBase {
const experience = Object.keys(this.actor.system.experiences).find(
x => x === data
);
return this.actor.system.experiences[experience]?.description ?? '';
return this.actor.system.experiences[experience]?.name ?? '';
});
advancement[choiceKey].push({ data: data, value: checkbox.value });
break;