summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-data.h')
-rw-r--r--crawl-ref/source/mon-data.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index e9d640b065..f3089c41c6 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -60,7 +60,7 @@
like this:
experience = hp_max * HD * HD * exp_mod / 10
I think.
-
+
Actually it is
experience = (16 + maxhp) * HD * HD * exp_mod * (100 + diff) * speed
/ 100000