Fix #169 Add new ability stuff

This commit is contained in:
2022-11-29 21:21:03 +01:00
parent 8b0685e35d
commit b5755db5ca
9 changed files with 80 additions and 38 deletions

View File

@@ -369,14 +369,9 @@ export class PegasusUtility {
this.optionsDiceList = optionsDiceList;
this.optionsLevel = optionsLevel;
this.optionsStatusList = '<option value="notapplicable">Not applicable</option><option value="health">Health</option><option value="nrg">NRG</option><option value="delirium">Delirium</option>';
}
/* -------------------------------------------- */
static getOptionsStatusList() {
return this.optionsStatusList;
}
/* -------------------------------------------- */
static getOptionsDiceList() {
return this.optionsDiceList;