Compare commits

..

No commits in common. "4c2d31b2f4dd7b76e4c6374bd6af3cf40a1cf56a" and "fdfd8c5a8d40cc1eb99b84fbfe8cf29dd6d89ab5" have entirely different histories.

2 changed files with 21 additions and 22 deletions

View file

@ -345,7 +345,7 @@ export async function runMigrations() {
if (foundry.utils.isNewerVersion('2.0.4', lastMigrationVersion)) {
const downtimeMoves = game.settings.get(CONFIG.DH.id, CONFIG.DH.SETTINGS.gameSettings.Homebrew);
if (downtimeMoves.restMoves.longRest.moves.repairArmor) {
if (restMoves.longRest.moves.repairArmor) {
await downtimeMoves.updateSource({
'restMoves.longRest.moves.repairArmor': defaultRestOptions.longRest().repairArmor
});

View file

@ -33,7 +33,6 @@
<div class="roll-formula">{{total}}</div></span></label>
{{/if}}
<div class="roll-dice">
{{#if dice.length}}
{{#each dice}}
{{#each results}}
{{#unless discarded}}
@ -54,11 +53,11 @@
<div class="font-20">{{modifierTotal}}</div>
</div>
{{/if}}
{{else}}
{{#unless dice.length}}
<div class="roll-die">
<div class="font-20">{{total}}</div>
</div>
{{/if}}
{{/unless}}
</div>
{{/each}}
</fieldset>