mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-08 21:58:11 +02:00
Feature/89 gm fear display (#102)
* gm fear display * clean up * Make Fear Panel resizable * Update for evil light mode * Fix clients fear update
This commit is contained in:
parent
879299b661
commit
6bfb25325f
2 changed files with 4 additions and 2 deletions
|
|
@ -179,7 +179,10 @@ export const registerDHSettings = () => {
|
|||
scope: 'world',
|
||||
config: false,
|
||||
type: Number,
|
||||
default: 0
|
||||
default: 0,
|
||||
onChange: () => {
|
||||
if(ui.resources) ui.resources.render({force: true});
|
||||
}
|
||||
});
|
||||
|
||||
game.settings.register(SYSTEM.id, SYSTEM.SETTINGS.gameSettings.Resources.MaxFear, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue