Fixed so that extra selected proficiciency is added correctly

This commit is contained in:
WBHarry 2025-07-28 21:14:16 +02:00
parent 2be4ee8857
commit e06837606b

View file

@ -532,7 +532,7 @@ export default class DhCharacter extends BaseDataActor {
this.evasion += selection.value;
break;
case 'proficiency':
this.proficiency = selection.value;
this.proficiency += selection.value;
break;
case 'experience':
Object.keys(this.experiences).forEach(key => {