summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
authorreaverb <reaverb.Crawl@gmail.com>2014-07-28 02:33:03 -0400
committerreaverb <reaverb.Crawl@gmail.com>2014-07-28 22:03:55 -0400
commitc41cc3f4d6c1773353983e0e51e40460a5fd2a07 (patch)
tree16dc9ae0dcdfcb1bb501fdfe67fa6ef8739795ec /crawl-ref/source/ouch.cc
parent4dd224673350f382cd9462d1c15cc06e24430045 (diff)
downloadcrawl-ref-c41cc3f4d6c1773353983e0e51e40460a5fd2a07.tar.gz
crawl-ref-c41cc3f4d6c1773353983e0e51e40460a5fd2a07.zip
Remove an ancient comment
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index 7a4ff0f7b8..c19be8979d 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -229,10 +229,6 @@ int check_your_resists(int hurted, beam_type flavour, string source,
break;
case BEAM_POISON_ARROW:
- // [dshaligram] NOT importing uber-poison arrow from 4.1. Giving no
- // bonus to poison resistant players seems strange and unnecessarily
- // arbitrary.
-
resist = player_res_poison();
if (doEffects)