ultrakorne / better-rolltables

Module for FoundryVTT to improve rolltables
MIT License
32 stars 29 forks source link

rework create table from compendium #93

Closed MiahNelah closed 3 years ago

MiahNelah commented 3 years ago

Create rolltable from compendium feature is currently broken (#89) . This PR fix it. I also rework code to replace all await by then() to provide a non-blocking UX since this operation can be long.