summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-18 14:31:29 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-18 14:31:29 +0000
commita34374ed7df8de763e8f865165edefd6a911df4a (patch)
tree9d4984ab9d3ffde8ce219638e7a2278549bcf094 /crawl-ref/source/mon-util.h
parent1c59fb1479a724c0969c54e0365856b1cff77c00 (diff)
downloadcrawl-ref-a34374ed7df8de763e8f865165edefd6a911df4a.tar.gz
crawl-ref-a34374ed7df8de763e8f865165edefd6a911df4a.zip
Remove inaccurate comment.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10712 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-util.h')
-rw-r--r--crawl-ref/source/mon-util.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-util.h b/crawl-ref/source/mon-util.h
index 61de3b7117..55d7a72bd8 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -218,7 +218,6 @@ enum mon_resist_flags
// resistances
// Notes:
// - negative energy is mostly handled via mons_res_negative_energy()
- // - acid is handled mostly by genus (jellies) plus non-living
MR_RES_ELEC = (1<< 0),
MR_RES_POISON = (1<< 1),
MR_RES_FIRE = (1<< 2),