Update M5Roll.ts

This commit is contained in:
2024-03-24 16:06:31 +01:00
parent 2203a96176
commit c9c2fb801d
+1 -1
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;
}