summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-03-23 03:06:50 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-03-23 03:06:50 +0100
commit78e652b297eb6e82674ce1f5a42f75faa3bd0b11 (patch)
tree25b5b460f3e68e197eee10830e18e5fc55312961 /crawl-ref/source/mon-pick.cc
parent25201dfa28d027242ea029be72971d0bb78aece4 (diff)
downloadcrawl-ref-78e652b297eb6e82674ce1f5a42f75faa3bd0b11.tar.gz
crawl-ref-78e652b297eb6e82674ce1f5a42f75faa3bd0b11.zip
Use start/end instead of top/bottom in the documentation of mon-pick distribution.
The old wording was ambiguous, as it could be taken for shallowest/deepest.
Diffstat (limited to 'crawl-ref/source/mon-pick.cc')
-rw-r--r--crawl-ref/source/mon-pick.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-pick.cc b/crawl-ref/source/mon-pick.cc
index 49c26ca5d6..a3a55a4985 100644
--- a/crawl-ref/source/mon-pick.cc
+++ b/crawl-ref/source/mon-pick.cc
@@ -20,8 +20,8 @@ enum distrib_type
SEMI, // 50% chance at range ends, 100% in the middle
PEAK, // 0% chance just outside range ends, 100% in the middle, range
// ends typically get ~20% or more
- UP, // linearly from near-zero to 100% at the top
- DOWN, // linearly from 100% at the bottom to near-zero
+ UP, // linearly from near-zero to 100% at the end
+ DOWN, // linearly from 100% at the start to near-zero
};
typedef struct