This commit is contained in:
rwanoux
2024-11-15 22:05:29 +01:00
parent a163528acb
commit e721c706eb
37 changed files with 334 additions and 185 deletions
-3
View File
@@ -57,9 +57,6 @@ export class VermineCharacterSheet extends VermineActorSheet {
context.rollData = context.actor.getRollData();
//get the group actor
context.group = this.getGroup()
// Prepare active effects
context.effects = prepareActiveEffectCategories(this.actor.effects);