mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 04:01:06 +01:00
.
This commit is contained in:
parent
013085299f
commit
cd8e9f5f12
7 changed files with 66 additions and 44 deletions
|
|
@ -672,14 +672,6 @@ export default class DhCharacter extends BaseDataActor {
|
|||
if (this.companion) {
|
||||
this.companion.updateLevel(1);
|
||||
}
|
||||
|
||||
if (this.parent.parties) {
|
||||
for (const party of this.parent.parties) {
|
||||
await party.update({
|
||||
'system.partyMembers': party.system.partyMembers.filter(x => x.uuid !== this.parent.uuid)
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
_getTags() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue