Guts Data Un-saving

Don't save guts max to database since we don't need it, but make sure that it still shows up as a token bar that can be chosen rather than a single value
This commit is contained in:
Oliver-Akins 2024-12-28 23:19:51 -07:00
parent 514a643b32
commit f1d0d781d8
3 changed files with 37 additions and 2 deletions

View file

@ -41,5 +41,8 @@ Hooks.once(`init`, () => {
// #endregion
// #endregion
// #region Token Attrs
CONFIG.Actor.trackableAttributes.hero = HeroData.trackableAttributes;
Handlebars.registerHelper(helpers);
});