Fix creature again
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
|
||||
import { RdDUtility } from "./rdd-utility.js";
|
||||
|
||||
const creatureCarac = [ "taille", "constitution", "force", "perception", "volonte", "reve" ]
|
||||
/* -------------------------------------------- */
|
||||
export class RdDActorCreatureSheet extends ActorSheet {
|
||||
|
||||
/** @override */
|
||||
@ -54,7 +54,8 @@ export class RdDActorCreatureSheet extends ActorSheet {
|
||||
data.data.nbCritiques = this.actor.GetNumberBlessures(data.data.blessures.critiques.liste );
|
||||
|
||||
data.data.competencecreature = data.itemsByType["competencecreature"];
|
||||
|
||||
|
||||
console.log("DATA:", data);
|
||||
return data;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user