From 79e40b730c7e40238fadc533264c796e21b3b431 Mon Sep 17 00:00:00 2001 From: dolorous Date: Thu, 5 Feb 2009 17:17:56 +0000 Subject: Comment fix. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8904 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/effects.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source') 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 -- cgit v1.2.3-54-g00ecf