Update sheet again...

This commit is contained in:
2025-01-20 07:29:31 +01:00
parent 6d4a12252c
commit 148f1db3bf
25 changed files with 84 additions and 74 deletions

View File

@ -126,7 +126,7 @@ export default class LethalFantasyRoll extends Roll {
let hasGrantedDice = false
if (options.rollType === "challenge" || options.rollType === "save") {
options.rollName = options.rollTarget.rollKey
options.rollName = game.i18n.localize( `LETHALFANTASY.Label.${options.rollTarget.rollKey}` )
hasD30 = options.rollType === "save"
if (options.rollTarget.rollKey === "dying") {
dice = options.rollTarget.value