Added Army/Cohort/Fortification raw sheet and js

This commit is contained in:
Vlyan
2021-10-01 19:51:43 +02:00
parent 0491bcc96e
commit b5a21f950e
30 changed files with 1288 additions and 576 deletions

View File

@@ -478,7 +478,7 @@ export class HelpersL5r5e {
* Get a Item from a Actor Sheet
* @param {Event} event HTML Event
* @param {ActorL5r5e} actor
* @return {ItemL5r5e}
* @return {Promise<ItemL5r5e>}
*/
static async getEmbedItemByEvent(event, actor) {
const current = $(event.currentTarget);