comment typo/thinko/bizarro in engrave.c
This commit is contained in:
+1
-1
@@ -1109,7 +1109,7 @@ doengrave(void)
|
|||||||
You("%s the %s with %s%s.", de->everb, de->eloc,
|
You("%s the %s with %s%s.", de->everb, de->eloc,
|
||||||
/* since doname() yields "N items" when quantity is more than
|
/* since doname() yields "N items" when quantity is more than
|
||||||
one, match that by using "1 of" rather than "one of" when
|
one, match that by using "1 of" rather than "one of" when
|
||||||
informating the player that the stack will be split */
|
informing the player that the stack will be split */
|
||||||
(de->type == ENGRAVE && de->otmp->quan > 1L) ? "1 of " : "",
|
(de->type == ENGRAVE && de->otmp->quan > 1L) ? "1 of " : "",
|
||||||
doname(de->otmp));
|
doname(de->otmp));
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user