fixe hexa radios

This commit is contained in:
rwanoux
2024-05-15 10:36:45 +02:00
parent a970e9335c
commit 5c3301b88e
3 changed files with 37 additions and 15 deletions
+5
View File
@@ -56,6 +56,11 @@ export class VermineCharacterSheet extends VermineActorSheet {
// Add roll data for TinyMCE editors.
context.rollData = context.actor.getRollData();
//get the group actor
context.group = this.getGroup()
// Prepare active effects
context.effects = prepareActiveEffectCategories(this.actor.effects);