Fixed so that extra selected proficiciency is added correctly (#448)

This commit is contained in:
WBHarry 2025-07-28 21:17:34 +02:00 committed by GitHub
parent 2be4ee8857
commit 330e15cc46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 => {