Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
juanferrer committed Oct 31, 2023
2 parents 2be7dc0 + 2ba8c96 commit db90024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ async function buildCompendium(compendium) {
compendium = parts.at(-1);
}

const command = `fvtt package pack --type ${packageType} --id ${packageId} -n "${compendium}" --in "${compendiaDirectory}/${compendium}" --out "${distDirectory}/packs/${compendium}"`
const command = `fvtt package pack --type ${packageType} --id ${packageId} -n "${compendium}" --in "${compendiaDirectory}/${compendium}" --out "${distDirectory}/packs/"`
console.log(cp.execSync(command).toString());
}

Expand Down
1 change: 1 addition & 0 deletions src/module/demonlord.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ Hooks.once('setup', function () {
else {
effects.push(CONFIG.statusEffects.find(e => e.id === 'dead'))
effects.push(CONFIG.statusEffects.find(e => e.id === 'invisible'))
effects.push(CONFIG.statusEffects.find(e => e.id === 'dead'))
}


Expand Down

0 comments on commit db90024

Please sign in to comment.