From 992ae094b2c1df1af480673b226be66587ba6c4a Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sun, 17 Mar 2024 21:11:40 -0600 Subject: [PATCH] Remove the transportation partial's inclusion from the sheet --- .../actors/char-sheet/v2/partials/inventory/inventory.v2.pc.hbs | 1 - .../char-sheet/v2/partials/inventory/transportation.v2.pc.hbs | 1 - templates/actors/char-sheet/v2/sheet.hbs | 1 - 3 files changed, 3 deletions(-) delete mode 100644 templates/actors/char-sheet/v2/partials/inventory/transportation.v2.pc.hbs 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 9e5f86e..0468990 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,5 +1,4 @@
{{> dotdungeon.pc.v2.storage }} {{> dotdungeon.pc.v2.player }} - {{> dotdungeon.pc.v2.transportation }}
\ No newline at end of file diff --git a/templates/actors/char-sheet/v2/partials/inventory/transportation.v2.pc.hbs b/templates/actors/char-sheet/v2/partials/inventory/transportation.v2.pc.hbs deleted file mode 100644 index 0a937f6..0000000 --- a/templates/actors/char-sheet/v2/partials/inventory/transportation.v2.pc.hbs +++ /dev/null @@ -1 +0,0 @@ -
Transporation
\ No newline at end of file diff --git a/templates/actors/char-sheet/v2/sheet.hbs b/templates/actors/char-sheet/v2/sheet.hbs index 9496287..ac8702a 100644 --- a/templates/actors/char-sheet/v2/sheet.hbs +++ b/templates/actors/char-sheet/v2/sheet.hbs @@ -16,7 +16,6 @@