let choice = await ItemDialog.create(this.actor.itemTypes.critical, (this.effect.sourceTest.result.overcast.usage.other.current || 1), "Choose the Critical Wounds to heal (cannot reattach body parts)") this.script.scriptMessage(`Healed ${choice.map(i => i.name).join(`, `)}`); this.actor.deleteEmbeddedDocuments("Item", choice.map(i => i.id))