Manage game systems
This commit is contained in:
@ -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);
|
||||
|
||||
}
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user