This commit is contained in:
WinterMyst
2024-09-26 00:50:43 +00:00
parent cf66b7e128
commit 9f9b093d71
9 changed files with 354 additions and 121 deletions

View File

@ -32,12 +32,12 @@
<div class="tab features" data-group="primary" data-tab="features">
<section class="grid grid-3col">
<section class="main grid-span-2">
{{> "systems/kids-on-brooms/templates/actor/parts/actor-features.html"}}
{{> "systems/kids-on-brooms/templates/actor/parts/actor-adversity.html"}}
{{> "systems/kidsonbrooms/templates/actor/parts/actor-features.html"}}
{{> "systems/kidsonbrooms/templates/actor/parts/actor-adversity.html"}}
</section>
<aside class="sidebar">
{{> "systems/kids-on-brooms/templates/actor/parts/actor-stats.html"}}
{{> "systems/kidsonbrooms/templates/actor/parts/actor-stats.html"}}
</aside>

View File

@ -28,7 +28,7 @@
{{!-- Owned Features Tab --}}
<div class="tab features" data-group="primary" data-tab="features">
{{> "systems/kids-on-brooms/templates/actor/parts/actor-npc-stats.html"}}
{{> "systems/kidsonbrooms/templates/actor/parts/actor-npc-stats.html"}}
</div>
</section>
</form>