This commit is contained in:
Vincent Vandemeulebrouck
2021-01-07 00:40:56 +01:00
parent 47fb2d511e
commit afa4b25acb
5 changed files with 2 additions and 71 deletions

View File

@ -125,16 +125,6 @@ export class RollDataAjustements {
}
}
// /* -------------------------------------------- */
// static calculListe(ajustements, rollData, actor) {
// let list = [];
// for (var key in referenceAjustements) {
// if (referenceAjustements[key].isUsed(rollData, actor)) {
// list.push(Ajustements._apply(referenceAjustements[key], rollData, actor));
// }
// }
// return list;
// }
/* -------------------------------------------- */
static sum(ajustements) {