forked from GitHub-Mirrors/foundry-sw5e
character sheet added, light theme only
This commit is contained in:
parent
e7ec90c944
commit
d217b00916
16 changed files with 2833 additions and 22 deletions
|
@ -623,4 +623,9 @@ async function addSubTabs(app, html, data) {
|
|||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Hooks.on("renderActorSheet5eCharacterNew", (app, html, data) => {
|
||||
addFavorites(app, html, data);
|
||||
addSubTabs(app, html, data);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue