diff --git a/packages/web/src/App.svelte b/packages/web/src/App.svelte
index a5f0c49..9624469 100644
--- a/packages/web/src/App.svelte
+++ b/packages/web/src/App.svelte
@@ -1884,6 +1884,12 @@
clearSelection();
}}>Drop it here
{/if}
+ {#if selectedCard && isYourTurn && !youMustRespond}
+
+ {/if}
{#if selectedCard?.cardId === "add"}
— ADD rides a second NUMBER: play one number for movement,
then play another, and the Add spends itself
@@ -2347,6 +2353,7 @@
.stamp.primary:hover:not(:disabled) { background: #5a4429; }
.stamp.big { font-size: 0.95rem; padding: 0.6rem 1.3rem; }
.stamp.tiny { font-size: 0.62rem; padding: 0.22rem 0.5rem; box-shadow: 1px 1px 0 rgba(0,0,0,0.3); }
+ .stamp.discard-one { background: #8a7a5e; }
.stamp:focus-visible { outline: 2px solid #d8b23a; outline-offset: 2px; }
.game {