summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-util.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-10 18:12:14 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-10 18:12:14 +0000
commit43cb8a9ef46b1d25838accee8775b33b16420fbc (patch)
tree8cb57a8a5f6b3d7e9ed715f1e7065652b73d2b07 /crawl-ref/source/mon-util.h
parentcea88b54eb8de6b931d3a1b7fa5fd251be4613b4 (diff)
downloadcrawl-ref-43cb8a9ef46b1d25838accee8775b33b16420fbc.tar.gz
crawl-ref-43cb8a9ef46b1d25838accee8775b33b16420fbc.zip
Remove the last vestiges of hellfrost.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8386 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 d76302d155..9d280a6cfc 100644
--- a/crawl-ref/source/mon-util.h
+++ b/crawl-ref/source/mon-util.h
@@ -210,7 +210,6 @@ enum mon_resist_flags
// Notes:
// - negative energy is mostly handled via mons_res_negative_energy()
// - acid is handled mostly by genus (jellies) plus non-living
- // - asphyx-resistance replaces hellfrost resistance.
MR_RES_ELEC = (1<< 0),
MR_RES_POISON = (1<< 1),
MR_RES_FIRE = (1<< 2),