mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-03-07 14:36:13 +01:00
Update module/data/registeredTriggers.mjs
Co-authored-by: Carlos Fernandez <CarlosFdez@users.noreply.github.com>
This commit is contained in:
parent
fe40285cc5
commit
efcc8cb6d0
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ export default class RegisteredTriggers extends Map {
|
|||
else if (triggeringActorType === 'other' && currentActor?.uuid === actorUuid) continue;
|
||||
}
|
||||
|
||||
for (let command of commands) {
|
||||
for (const command of commands) {
|
||||
try {
|
||||
if (CONFIG.debug.triggers) {
|
||||
const item = await foundry.utils.fromUuid(itemUuid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue