summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-24 16:50:41 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-24 16:50:41 +0000
commite63d0ce25374303ed7a08f0993eecb7d509b5eac (patch)
tree2319376d81e0583cc4307d5d116971ecb0a7175d /crawl-ref/source/mon-data.h
parent9e0e937aa69c91a0b299a8f561564776bf2ab153 (diff)
downloadcrawl-ref-e63d0ce25374303ed7a08f0993eecb7d509b5eac.tar.gz
crawl-ref-e63d0ce25374303ed7a08f0993eecb7d509b5eac.zip
Add whitespace fixes again.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3859 c06c8d41-db1a-0410-9941-cceddc491573
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