botl.c follow up (trunk only)
This commit is contained in:
+2
-2
@@ -265,8 +265,8 @@ bot2()
|
|||||||
if(hp < 0) hp = 0;
|
if(hp < 0) hp = 0;
|
||||||
(void) describe_level(newbot2);
|
(void) describe_level(newbot2);
|
||||||
Sprintf(nb = eos(newbot2),
|
Sprintf(nb = eos(newbot2),
|
||||||
"%c:%-2ld HP:%d(%d) Pw:%d(%d) AC:%-2d",
|
"%s:%-2ld HP:%d(%d) Pw:%d(%d) AC:%-2d",
|
||||||
showsyms[COIN_CLASS + SYM_OFF_O],
|
encglyph(objnum_to_glyph(GOLD_PIECE)),
|
||||||
#ifndef GOLDOBJ
|
#ifndef GOLDOBJ
|
||||||
u.ugold,
|
u.ugold,
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user