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:
parent
514a643b32
commit
f1d0d781d8
3 changed files with 37 additions and 2 deletions
|
|
@ -41,5 +41,8 @@ Hooks.once(`init`, () => {
|
|||
// #endregion
|
||||
// #endregion
|
||||
|
||||
// #region Token Attrs
|
||||
CONFIG.Actor.trackableAttributes.hero = HeroData.trackableAttributes;
|
||||
|
||||
Handlebars.registerHelper(helpers);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue