Sync with wfrp 4, v8.4.0
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user