Get most of the custom Initiative sorting stuff through the door
This commit is contained in:
parent
ed93e9f927
commit
e302b56a4e
10 changed files with 142 additions and 14 deletions
|
|
@ -8,4 +8,14 @@ export function registerMetaSettings() {
|
|||
ui.crypt.render({ parts: [ `delveConditions` ]});
|
||||
},
|
||||
});
|
||||
|
||||
game.settings.register(`ripcrypt`, `currentFate`, {
|
||||
scope: `world`,
|
||||
type: String,
|
||||
config: false,
|
||||
requiresReload: false,
|
||||
onChange: () => {
|
||||
ui.crypt.render({ parts: [ `fate` ] });
|
||||
},
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue