mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 16:09:03 +01:00
[Feature] Improves ForeignDocumentUUIDArrayField for can use documents to update it.
Fixes #389
This commit is contained in:
parent
b3c0344b91
commit
30fc66b87d
2 changed files with 10 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ Roll.replaceFormulaData = function (formula, data = {}, { missing, warn = false
|
|||
return nativeReplaceFormulaData(formula, data, { missing, warn });
|
||||
};
|
||||
|
||||
foundry.dice.terms.Die.MODIFIERS.sc = 'selfCorrecting';
|
||||
foundry.utils.setProperty(foundry, 'dice.terms.Die.MODIFIERS.sc', 'selfCorrecting');
|
||||
|
||||
/**
|
||||
* Return the configured value as result if 1 is rolled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue