mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 12:11:07 +01:00
.
This commit is contained in:
parent
0dc22e24ca
commit
7e66b5a21d
4 changed files with 13 additions and 25 deletions
|
|
@ -31,7 +31,7 @@ export default class DhParty extends BaseDataActor {
|
|||
// Register this party to all members
|
||||
if (game.actors.get(this.parent.id) === this.parent) {
|
||||
for (const member of this.partyMembers) {
|
||||
member?.parties?.add(this.parent);
|
||||
member.parties?.add(this.parent);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue