Manage game systems

This commit is contained in:
2024-08-07 17:27:08 +02:00
parent 8be95c20bd
commit 534fcb04fb
15 changed files with 68 additions and 27 deletions

View File

@ -208,7 +208,7 @@ export default class RMSSPlayerSheet extends ActorSheet {
context.spells = spells;
// Dump context to console
console.log(context);
console.log("ACTOR CONTEXT", context);
}

View File

@ -76,7 +76,7 @@ export default class RMSSSkillSheet extends ItemSheet {
if (this.item.isEmbedded) {
skillCategories = this.item.parent.items.filter(it => it.type == "skill_category");
}
console.log("CATEG", skillCategories);
//console.log("CATEG", skillCategories);
return (skillCategories);
}