Entbehrungen #89

Merged
Byroks merged 10 commits from entbehrungen into develop 2024-03-24 20:02:26 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit c9c2fb801d - Show all commits

View File

@ -56,7 +56,7 @@ export class M5Roll {
//if (rollResult.type === "ew") {
if (d.total === 1) rowRes = M5EwResult.FUMBLE;
else if (d.total === 20) rowRes = M5EwResult.CRITICAL;
else if (d.total === 16, 17, 18, 19) rowRes = M5EwResult.HIGH;
else if (d.total >= 16) rowRes = M5EwResult.HIGH;
} else if (d.faces === 100) {
face100 = d.total as number;
}