diff --git a/src/routes/scout/[team_data]/AutoActionInputs.svelte b/src/routes/scout/[team_data]/AutoActionInputs.svelte index c65e3de..d555660 100644 --- a/src/routes/scout/[team_data]/AutoActionInputs.svelte +++ b/src/routes/scout/[team_data]/AutoActionInputs.svelte @@ -94,34 +94,35 @@
- + {#if held_scorables > 0} - + {/if} {#if held_ejectables > 0} - + {/if}
{:else if is_intake_state}
- - - (actionState = 'IntakeBalloon')}>Balloon: Ground
{:else if is_score_state} @@ -132,23 +133,23 @@

Bunny

- {#if held.totes > 0} {/if}
@@ -158,30 +159,31 @@

Ballon

- score_balloon('Low')}>Low Zone {#if held.totes > 0} {/if}
{/if} -
@@ -189,24 +191,24 @@
{#if held.bunnies > 0} {/if} {#if held.balloons > 0} {/if} {#if held.totes > 0} {/if}
- {:else} diff --git a/src/routes/scout/[team_data]/TeleActionInputs.svelte b/src/routes/scout/[team_data]/TeleActionInputs.svelte index 4704033..75e7bef 100644 --- a/src/routes/scout/[team_data]/TeleActionInputs.svelte +++ b/src/routes/scout/[team_data]/TeleActionInputs.svelte @@ -67,12 +67,12 @@
- + {#if held.balloons > 0} - + {/if} {#if held_ejectables > 0} - + {/if}
{:else if is_intake_state} @@ -80,19 +80,20 @@ class="grid w-full flex-grow grid-cols-2 grid-rows-2 gap-2 py-2 font-heading text-xl font-bold" > - (actionState = 'IntakeBalloon')}>Balloon: Ground {:else if is_score_state} @@ -102,27 +103,27 @@

Ballon

- {#if held.totes > 0} {/if}
- @@ -130,18 +131,18 @@
{#if held.balloons > 0} {/if} {#if held.totes > 0} {/if}
- {:else}