mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 04:31:07 +01:00
update spelling (#786)
This commit is contained in:
parent
df5373cd20
commit
d65bd28e16
3 changed files with 7 additions and 7 deletions
|
|
@ -238,7 +238,7 @@ export const registerRollDiceHooks = () => {
|
|||
|
||||
if (updates.length) {
|
||||
const target = actor.system.partner ?? actor;
|
||||
if (!['dead', 'unconcious'].some(x => actor.statuses.has(x))) {
|
||||
if (!['dead', 'unconscious'].some(x => actor.statuses.has(x))) {
|
||||
setTimeout(() => {
|
||||
target.modifyResource(updates);
|
||||
}, 50);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue