From 2d06a1d617de88ba015a337c441383efb394b258 Mon Sep 17 00:00:00 2001 From: "nethack.rankin" Date: Mon, 28 May 2007 03:38:12 +0000 Subject: [PATCH] destroy_mitem message tidbit (trunk only) "the kobold's potion of healing boils and explodes!" Should be capitalized. Post-3.4.3 code; branch isn't using yname() here. --- src/zap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zap.c b/src/zap.c index d9f696968..44ca8112c 100644 --- a/src/zap.c +++ b/src/zap.c @@ -4506,7 +4506,7 @@ int osym, dmgtyp; if(!rn2(3)) cnt++; if(!cnt) continue; - if (vis) pline("%s %s!", yname(obj), + if (vis) pline("%s %s!", Yname2(obj), destroy_strings[dindx][(cnt > 1L)]); for(i = 0; i < cnt; i++) m_useup(mtmp, obj); }