Remove the transportation partial's inclusion from the sheet

This commit is contained in:
Oliver-Akins 2024-03-17 21:11:40 -06:00
parent 6d14d70f3e
commit 992ae094b2
3 changed files with 0 additions and 3 deletions

View file

@ -1,5 +1,4 @@
<div class="tab inventory-page" data-group="page" data-tab="inventory">
{{> dotdungeon.pc.v2.storage }}
{{> dotdungeon.pc.v2.player }}
{{> dotdungeon.pc.v2.transportation }}
</div>

View file

@ -1 +0,0 @@
<div class="tab" data-group="inventory" data-tab="transportation">Transporation</div>