]> granicus.if.org Git - nethack/commitdiff
botl.c follow up (trunk only)
authornethack.allison <nethack.allison>
Tue, 17 Oct 2006 23:52:09 +0000 (23:52 +0000)
committernethack.allison <nethack.allison>
Tue, 17 Oct 2006 23:52:09 +0000 (23:52 +0000)
src/botl.c

index 75598af853a3ab7c77321ceb9c0b61a0d4faea4b..b6657fb35819e4252721e3dbf2137637d7a9db0d 100644 (file)
@@ -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