Enhance roll result colors
This commit is contained in:
@ -195,7 +195,7 @@ export default class CthulhuEternalProtagonistSheet extends CthulhuEternalActorS
|
||||
case "char":
|
||||
let charId = $(event.currentTarget).data("char-id")
|
||||
item = foundry.utils.duplicate(this.actor.system.characteristics[charId])
|
||||
item.name = game.i18n.localize("CTHULHUETERNAL.Label." + charId + "Long")
|
||||
item.name = game.i18n.localize(`CTHULHUETERNAL.Label.${charId}Long`)
|
||||
item.targetScore = item.value * 5
|
||||
break
|
||||
case "skill":
|
||||
|
Reference in New Issue
Block a user