Skip to content

Commit

Permalink
Update javelinOfLightning.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisk123999 committed Jan 28, 2024
1 parent 40ef1ca commit 4c385c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/macros/items/javelinOfLightning.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export async function javelinOfLightning({speaker, actor, token, character, item
return;
}
featureData.system.description.value = chris.getItemDescription('CPR - Descriptions', 'Javelin of Lightning - Bolt');
delete featureData._id;
let feature = new CONFIG.Item.documentClass(featureData, {'parent': workflow.actor});
let [config, options] = constants.syntheticItemWorkflowOptions(targets.map(i => i.uuid));
await warpgate.wait(100);
Expand Down

0 comments on commit 4c385c9

Please sign in to comment.