mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Fixed so that extra selected proficiciency is added correctly (#448)
This commit is contained in:
parent
2be4ee8857
commit
330e15cc46
1 changed files with 1 additions and 1 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue