Skip to content

Commit

Permalink
actor directory not rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Plushtoast committed Dec 2, 2023
1 parent 9184aed commit 6e5c672
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"title": "The Dark Eye 5th Ed. - Optolith Connector",
"description": "Import heros created with the famous <a href=\"https://optolith.app\" target=\"_blank\">Optolith</a> character generator into Foundry VTT.",
"version": "5.2.3",
"version": "5.2.4",
"url": "https://github.com/Plushtoast/dsa5-optolith",
"manifest": "https://raw.githubusercontent.com/Plushtoast/dsa5-optolith/main/module.json",
"download": "https://github.com/Plushtoast/dsa5-optolith/releases/download/5.2.3/dsa5-optolith-5.2.3.zip",
"download": "https://github.com/Plushtoast/dsa5-optolith/releases/download/5.2.4/dsa5-optolith-5.2.4.zip",
"languages": [{
"lang": "de",
"name": "Deutsch",
Expand Down
2 changes: 1 addition & 1 deletion modules/data/ids/de/odata.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion modules/data/ids/en/odata.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion modules/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default class OptolithParser extends Application {
actor.system.characteristics[attrs[id]] = { advances: attr.value - 8 }
}

const createdActor = await game.dsa5.entities.Actordsa5.create(actor, { render: false })
const createdActor = await game.dsa5.entities.Actordsa5.create(actor)

const itemUpdates = []
for(let [id, value] of Object.entries(this.json.talents)) {
Expand Down

0 comments on commit 6e5c672

Please sign in to comment.