summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-05 17:17:56 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-05 17:17:56 +0000
commit79e40b730c7e40238fadc533264c796e21b3b431 (patch)
tree6c411dfb49ac38a77b7d82768f3eada40f870920 /crawl-ref/source/effects.cc
parent3a20b60453e40a3319c4e7aa6ddeb8d80b75cf45 (diff)
downloadcrawl-ref-79e40b730c7e40238fadc533264c796e21b3b431.tar.gz
crawl-ref-79e40b730c7e40238fadc533264c796e21b3b431.zip
Comment fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8904 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 2b1ba69280..d24cc79c5a 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -947,9 +947,10 @@ static armour_type _acquirement_armour_subtype()
result = coinflip()? ARM_CAP : ARM_WIZARD_HAT;
}
- // Now we'll randomly pick a body armour (light only in the
- // case of ARM_ROBE). Unlike before, now we're only giving
- // out the finished products here, never the hides. -- bwr
+ // Now we'll randomly pick a body armour up to plate mail (light
+ // only in the case of robes or animal skins). Unlike before, now
+ // we're only giving out the finished products here, never the
+ // hides. -- bwr
if (result == NUM_ARMOURS || result == ARM_ROBE)
{
// start with normal base armour