Compare commits

..

No commits in common. "413a37483c27e409f64cb0979d401ddc1bb391cc" and "c5e21d9d92aebf8d2b1e988b2a9c3bb885cdb451" have entirely different histories.

3 changed files with 2 additions and 2 deletions

View file

@ -757,6 +757,7 @@ export default class DhCharacter extends DhCreature {
static migrateData(source) {
if (typeof source.scars === 'object') source.scars = 0;
if (source.resources?.hope?.max) source.scars = Math.max(6 - source.resources.hope.max, 0);
return super.migrateData(source);
}

View file

@ -146,7 +146,6 @@ export default class DHRoll extends Roll {
return foundry.applications.handlebars.renderTemplate(template, {
...chatData,
parent: chatData.parent,
targetMode: chatData.targetMode,
metagamingSettings
});
}

View file

@ -2,7 +2,7 @@
"id": "daggerheart",
"title": "Daggerheart",
"description": "An unofficial implementation of the Daggerheart system",
"version": "1.9.4",
"version": "1.9.3",
"compatibility": {
"minimum": "13.346",
"verified": "13.351",