summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-26 21:17:22 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-26 23:44:09 -0700
commit7a410f2d1ae61222e7923eef0b6f54af7afea074 (patch)
treea30f2cca85ca6dceab50faa239303612e1b871f7 /crawl-ref/source/effects.cc
parent437b45a3ff99c5ecf419d7d61f7af8bcbc1b7599 (diff)
downloadcrawl-ref-7a410f2d1ae61222e7923eef0b6f54af7afea074.tar.gz
crawl-ref-7a410f2d1ae61222e7923eef0b6f54af7afea074.zip
Correct a comment
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index 976b36350c..c7a4d9eaf8 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -2829,8 +2829,7 @@ void corrode_actor(actor *act)
return;
}
- // rCorr protects against 50% of corrosion. (Effectively somewhat more,
- // since rCorr also reduces acid damage, which affects corrosion chance.)
+ // rCorr protects against 50% of corrosion.
if (act->res_corr() && coinflip())
{
dprf("Amulet protects.");