follow-up: grammar and format string

This commit is contained in:
nhmall
2026-06-05 20:17:48 -04:00
parent 78f59660d0
commit 393f42cd6f
+1 -1
View File
@@ -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));