Sync with wfrp 4, v8.4.0

This commit is contained in:
2025-02-01 21:17:27 +01:00
parent 554220a812
commit 440e5c0b66
5 changed files with 15 additions and 19 deletions

View File

@ -317,7 +317,7 @@ export default class CthulhuEternalRoll extends Roll {
}
} else {
// Detect if decimal == unit in the dire total result
if (dec === unit || roll.total === 100) {
if (dec === unit || this.total === 100) {
resultType = "failureCritical"
}
}