Prevent early returning in the taf.getRollData hook

This commit is contained in:
Oliver 2026-04-29 19:51:56 -06:00
parent 0cd8af77b2
commit 0fb10b7ae2

View file

@ -71,7 +71,7 @@ export class TAFActor extends Actor {
...this.system.attr,
};
Hooks.call(`taf.getRollData`, data, this);
Hooks.callAll(`taf.getRollData`, data, this);
return data;
};