]> granicus.if.org Git - nethack/commitdiff
fix B18001 strange pluralization
authornethack.allison <nethack.allison>
Tue, 28 Jan 2003 03:00:43 +0000 (03:00 +0000)
committernethack.allison <nethack.allison>
Tue, 28 Jan 2003 03:00:43 +0000 (03:00 +0000)
src/do_wear.c

index 620b901071c5f5c7343c7c8423dad9e5802e9865..a5738fef2a13a2e2d866eddd16fb92367217209e 100644 (file)
@@ -1539,7 +1539,8 @@ glibr()
                /* changed so cursed rings don't fall off, GAN 10/30/86 */
                Your("%s off your %s.",
                        (leftfall && rightfall) ? "rings slip" : "ring slips",
-                       makeplural(body_part(FINGER)));
+                       (leftfall && rightfall) ? makeplural(body_part(FINGER)) :
+                       body_part(FINGER));
                xfl++;
                if (leftfall) {
                        otmp = uleft;