mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
Merge branch 'main' into feature/443-adversary-action-roll-type
This commit is contained in:
commit
28df395e89
3 changed files with 8 additions and 7 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