summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-pick.cc
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-03-23 03:10:40 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-03-23 03:11:18 +0100
commit713f5527d8623790b0f8d25149308de6e4a100f9 (patch)
tree9a6681f05b3554f2b691aede85fbc798078dfe2c /crawl-ref/source/mon-pick.cc
parent78e652b297eb6e82674ce1f5a42f75faa3bd0b11 (diff)
downloadcrawl-ref-713f5527d8623790b0f8d25149308de6e4a100f9.tar.gz
crawl-ref-713f5527d8623790b0f8d25149308de6e4a100f9.zip
Use even less ambiguous wording (Grunt)
Diffstat (limited to 'crawl-ref/source/mon-pick.cc')
-rw-r--r--crawl-ref/source/mon-pick.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-pick.cc b/crawl-ref/source/mon-pick.cc
index a3a55a4985..a1c918e9e0 100644
--- a/crawl-ref/source/mon-pick.cc
+++ b/crawl-ref/source/mon-pick.cc
@@ -20,7 +20,7 @@ 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 end
+ UP, // linearly from near-zero to 100%, increasing with depth
DOWN, // linearly from 100% at the start to near-zero
};