From c7bafee6b6c0f3a8e0f1aa56a40b80f672d9be8c Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Mon, 25 Mar 2024 21:34:23 -0600 Subject: [PATCH] Misc template cleanup / consistency --- .../char-sheet/v2/partials/inventory/inventory.v2.pc.hbs | 2 +- .../char-sheet/v2/partials/inventory/item-list.v2.pc.hbs | 3 +-- .../char-sheet/v2/partials/inventory/items/aspect.v2.pc.hbs | 1 - .../actors/char-sheet/v2/partials/inventory/player.v2.pc.hbs | 2 +- .../actors/char-sheet/v2/partials/inventory/storage.v2.pc.hbs | 2 +- templates/actors/char-sheet/v2/partials/stats.v2.pc.hbs | 2 +- 6 files changed, 5 insertions(+), 7 deletions(-) diff --git a/templates/actors/char-sheet/v2/partials/inventory/inventory.v2.pc.hbs b/templates/actors/char-sheet/v2/partials/inventory/inventory.v2.pc.hbs index 0468990..f4e2bd5 100644 --- a/templates/actors/char-sheet/v2/partials/inventory/inventory.v2.pc.hbs +++ b/templates/actors/char-sheet/v2/partials/inventory/inventory.v2.pc.hbs @@ -1,4 +1,4 @@
{{> dotdungeon.pc.v2.storage }} {{> dotdungeon.pc.v2.player }} -
\ No newline at end of file + diff --git a/templates/actors/char-sheet/v2/partials/inventory/item-list.v2.pc.hbs b/templates/actors/char-sheet/v2/partials/inventory/item-list.v2.pc.hbs index b3905eb..4a9d5ed 100644 --- a/templates/actors/char-sheet/v2/partials/inventory/item-list.v2.pc.hbs +++ b/templates/actors/char-sheet/v2/partials/inventory/item-list.v2.pc.hbs @@ -20,7 +20,6 @@ -
@@ -34,4 +33,4 @@ {{/if}} {{/each}} - \ No newline at end of file + diff --git a/templates/actors/char-sheet/v2/partials/inventory/items/aspect.v2.pc.hbs b/templates/actors/char-sheet/v2/partials/inventory/items/aspect.v2.pc.hbs index 9381ec4..ac80d51 100644 --- a/templates/actors/char-sheet/v2/partials/inventory/items/aspect.v2.pc.hbs +++ b/templates/actors/char-sheet/v2/partials/inventory/items/aspect.v2.pc.hbs @@ -32,7 +32,6 @@ type="checkbox" {{checked item.system.used}} id="{{meta.idp}}-{{item.uuid}}-used" - value="{{item.system.used}}" data-embedded-id="{{item.uuid}}" data-embedded-update="system.used" data-embedded-update-on="change" diff --git a/templates/actors/char-sheet/v2/partials/inventory/player.v2.pc.hbs b/templates/actors/char-sheet/v2/partials/inventory/player.v2.pc.hbs index ee4ed92..e1b751c 100644 --- a/templates/actors/char-sheet/v2/partials/inventory/player.v2.pc.hbs +++ b/templates/actors/char-sheet/v2/partials/inventory/player.v2.pc.hbs @@ -90,4 +90,4 @@ {{/each}} - \ No newline at end of file + diff --git a/templates/actors/char-sheet/v2/partials/inventory/storage.v2.pc.hbs b/templates/actors/char-sheet/v2/partials/inventory/storage.v2.pc.hbs index 05b25f8..d20d2de 100644 --- a/templates/actors/char-sheet/v2/partials/inventory/storage.v2.pc.hbs +++ b/templates/actors/char-sheet/v2/partials/inventory/storage.v2.pc.hbs @@ -1 +1 @@ -
Storage
\ No newline at end of file +
Storage
diff --git a/templates/actors/char-sheet/v2/partials/stats.v2.pc.hbs b/templates/actors/char-sheet/v2/partials/stats.v2.pc.hbs index b9cb833..8db48ad 100644 --- a/templates/actors/char-sheet/v2/partials/stats.v2.pc.hbs +++ b/templates/actors/char-sheet/v2/partials/stats.v2.pc.hbs @@ -60,4 +60,4 @@ {{/if}} {{/each}} - \ No newline at end of file +