Item structure
This commit is contained in:
@@ -32,12 +32,12 @@ export class VadentisActor extends Actor {
|
||||
return actor;
|
||||
}
|
||||
|
||||
data.items = [];
|
||||
/*data.items = [];
|
||||
let compendiumName = "foundryvtt-vadentis.competences";
|
||||
if ( compendiumName ) {
|
||||
let skills = await SoSUtility.loadCompendium(compendiumName);
|
||||
data.items = data.items.concat( skills );
|
||||
}
|
||||
}*/
|
||||
|
||||
return super.create(data, options);
|
||||
}
|
||||
|
Reference in New Issue
Block a user