Petites améliorations
This commit is contained in:
@@ -67,7 +67,7 @@ export class RollDialogAdapter {
|
||||
if (rollData.ajustements == undefined) {
|
||||
rollData.ajustements = {}
|
||||
}
|
||||
rollData.selectedCarac = rollData.active.actor.system.carac[rollData.current.carac.key]
|
||||
rollData.selectedCarac = rollData.active.actor.getCaracByName(rollData.current.carac.key)
|
||||
|
||||
const compKey = rollData.current.comp?.key
|
||||
if (compKey) {
|
||||
|
||||
Reference in New Issue
Block a user