Update types
This commit is contained in:
parent
05bd1335ba
commit
5cb75a4001
3 changed files with 25 additions and 30 deletions
|
@ -33,7 +33,7 @@ Hooks.once("init", async function () {
|
|||
CONFIG.Item.typeLabels = DS4.i18n.itemTypes;
|
||||
|
||||
// Configure Dice
|
||||
CONFIG.Dice.types.push(DS4Check); // TODO(types) fix upstream
|
||||
CONFIG.Dice.types.push(DS4Check);
|
||||
CONFIG.Dice.terms.s = DS4Check;
|
||||
|
||||
// Register system settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue