follow-up: grammar and format string
This commit is contained in:
+1
-1
@@ -1749,7 +1749,7 @@ throwit(
|
|||||||
if (tethered_weapon) {
|
if (tethered_weapon) {
|
||||||
pline(Blind ? "%s%s back and is left"
|
pline(Blind ? "%s%s back and is left"
|
||||||
" dangling from your %s."
|
" 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 ? "Your tethered weapon" : Tobjnam(obj, "return"),
|
||||||
Blind ? " snaps" : "",
|
Blind ? " snaps" : "",
|
||||||
body_part(ARM));
|
body_part(ARM));
|
||||||
|
|||||||
Reference in New Issue
Block a user