summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-mon.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-13 20:11:26 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-13 20:11:38 -0700
commitec5d89f7485c7bd1b4ccfd8c706516f1b501baa4 (patch)
tree87a915535f1755bc4fe696a932b9ca81e81c60e5 /crawl-ref/source/wiz-mon.cc
parent672c312729a9d639d431c384b32a7fc68a0f35ad (diff)
downloadcrawl-ref-ec5d89f7485c7bd1b4ccfd8c706516f1b501baa4.tar.gz
crawl-ref-ec5d89f7485c7bd1b4ccfd8c706516f1b501baa4.zip
Add current hd display to debug_stethoscope()
Diffstat (limited to 'crawl-ref/source/wiz-mon.cc')
-rw-r--r--crawl-ref/source/wiz-mon.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/wiz-mon.cc b/crawl-ref/source/wiz-mon.cc
index f2409ba8e4..7c0dd1878e 100644
--- a/crawl-ref/source/wiz-mon.cc
+++ b/crawl-ref/source/wiz-mon.cc
@@ -582,8 +582,9 @@ void debug_stethoscope(int mon)
// Print stats and other info.
mprf(MSGCH_DIAGNOSTICS,
- "HD=%d (%u) HP=%d/%d AC=%d(%d) EV=%d MR=%d XP=%d SP=%d "
+ "HD=%d/%d (%u) HP=%d/%d AC=%d(%d) EV=%d MR=%d XP=%d SP=%d "
"energy=%d%s%s mid=%u num=%d stealth=%d flags=%04" PRIx64,
+ mons.get_hit_dice(),
mons.get_experience_level(),
mons.experience,
mons.hit_points, mons.max_hit_points,