Auto formatting

This commit is contained in:
Vincent Vandemeulebrouck
2021-01-09 19:33:19 +01:00
parent c9cc1de16e
commit e7b9070cf1
6 changed files with 740 additions and 762 deletions

View File

@ -139,7 +139,7 @@ export class RdDResolutionTable {
}
}
static forceSignificative(chances) {
chances.roll = Math.floor(chances.score /2);
chances.roll = Math.floor(chances.score / 2);
mergeObject(chances, reussites.find(x => x.code == 'sign'), { overwrite: true });
}