This commit is contained in:
rwanoux
2024-06-24 08:56:59 +02:00
parent f4a56aa6b0
commit a163528acb
2 changed files with 12 additions and 14 deletions
-3
View File
@@ -176,7 +176,4 @@ export class VermineActorSheet extends ActorSheet {
// Finally, create the item!
return await Item.create(itemData, { parent: this.actor });
}
async getGroup() {
return await game.actors.find(group => { group == group - 1 })
}
}