From 393f42cd6fbd5ffd46c662c119adc49fee46af61 Mon Sep 17 00:00:00 2001 From: nhmall Date: Fri, 5 Jun 2026 20:17:48 -0400 Subject: [PATCH] follow-up: grammar and format string --- src/dothrow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dothrow.c b/src/dothrow.c index 82028f321..c10d6ccb0 100644 --- a/src/dothrow.c +++ b/src/dothrow.c @@ -1749,7 +1749,7 @@ throwit( if (tethered_weapon) { pline(Blind ? "%s%s back and is left" " dangling from your %s." - : "%s is left dangling from your %s.", + : "%s%s and is left dangling from your %s.", Blind ? "Your tethered weapon" : Tobjnam(obj, "return"), Blind ? " snaps" : "", body_part(ARM));