SImplify Dice configuration
This commit is contained in:
parent
5598255d6e
commit
52c729c3fa
1 changed files with 2 additions and 5 deletions
|
@ -33,11 +33,8 @@ Hooks.once("init", async function () {
|
||||||
CONFIG.Item.typeLabels = DS4.i18n.itemTypes;
|
CONFIG.Item.typeLabels = DS4.i18n.itemTypes;
|
||||||
|
|
||||||
// Configure Dice
|
// Configure Dice
|
||||||
CONFIG.Dice.types = [Die, DS4Check]; // TODO(types) fix upstream
|
CONFIG.Dice.types.push(DS4Check); // TODO(types) fix upstream
|
||||||
CONFIG.Dice.terms = {
|
CONFIG.Dice.terms.s = DS4Check;
|
||||||
...CONFIG.Dice.terms,
|
|
||||||
s: DS4Check,
|
|
||||||
};
|
|
||||||
|
|
||||||
// Register system settings
|
// Register system settings
|
||||||
registerSystemSettings();
|
registerSystemSettings();
|
||||||
|
|
Loading…
Reference in a new issue