mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 12:11:07 +01:00
.
This commit is contained in:
parent
4510deae96
commit
85ef7191ab
4 changed files with 35 additions and 1 deletions
|
|
@ -678,6 +678,8 @@ export default class DhCharacter extends BaseDataActor {
|
|||
}
|
||||
|
||||
async _preDelete() {
|
||||
super._preDelete();
|
||||
|
||||
if (this.companion) {
|
||||
this.companion.updateLevel(1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue