mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 22:46:12 +01:00
Fixed so that companions can get bonus levelupchoices from their partner
This commit is contained in:
parent
77bac647a8
commit
6f6ee41f0f
7 changed files with 402 additions and 14 deletions
|
|
@ -241,6 +241,11 @@ export default class DhpActor extends Actor {
|
|||
}
|
||||
}
|
||||
});
|
||||
|
||||
if (this.system.companion) {
|
||||
this.system.companion.updateLevel(usedLevel);
|
||||
}
|
||||
|
||||
this.sheet.render();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue