diff --git a/src/lib/components/Battle.story.svelte b/src/lib/components/Battle.story.svelte index faea9da..8134970 100644 --- a/src/lib/components/Battle.story.svelte +++ b/src/lib/components/Battle.story.svelte @@ -1,6 +1,6 @@ - + character
{character}
+ {#if additionalCharacters} + {#each additionalCharacters as c, i (c.selection)} +
add. character
+
+ +
+ {/each} + {/if} +
difficulty
@@ -102,11 +117,13 @@