4 lines
218 B
JavaScript
4 lines
218 B
JavaScript
|
let choice = await ItemDialog.create(this.actor.itemTypes.disease, 1, "Choose a disease to heal (must be naturally occuring)")
|
||
|
|
||
|
this.script.scriptMessage(`Cured <strong>${choice[0]?.name}</strong>`);
|
||
|
choice[0].delete()
|