update spelling

This commit is contained in:
IrkTheImp 2025-08-10 09:16:21 -05:00
parent 300719c116
commit e6babb56bc
3 changed files with 7 additions and 7 deletions

View file

@ -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);