Merge branch 'main' into feature/443-adversary-action-roll-type

This commit is contained in:
Dapoolp 2025-07-29 18:39:15 +02:00
commit 28df395e89
3 changed files with 8 additions and 7 deletions

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