This commit is contained in:
2022-01-12 16:25:55 +01:00
parent 3384157580
commit adcb4a49c9
11 changed files with 134 additions and 41 deletions

View File

@ -20,6 +20,11 @@ export class PegasusUtility {
this.optionsDiceList = "";
this.buildDiceLists();
PegasusCommands.init();
Handlebars.registerHelper('upper', function (text) {
return text.toUpperCase();
});
}
/* -------------------------------------------- */