From 3054c1c84633ee97f9f58a33d57cf9f698129d88 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Tue, 17 Oct 2006 23:52:09 +0000 Subject: [PATCH] botl.c follow up (trunk only) --- src/botl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/botl.c b/src/botl.c index 75598af85..b6657fb35 100644 --- a/src/botl.c +++ b/src/botl.c @@ -265,8 +265,8 @@ bot2() if(hp < 0) hp = 0; (void) describe_level(newbot2); Sprintf(nb = eos(newbot2), - "%c:%-2ld HP:%d(%d) Pw:%d(%d) AC:%-2d", - showsyms[COIN_CLASS + SYM_OFF_O], + "%s:%-2ld HP:%d(%d) Pw:%d(%d) AC:%-2d", + encglyph(objnum_to_glyph(GOLD_PIECE)), #ifndef GOLDOBJ u.ugold, #else