summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-29 22:08:46 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-09-29 22:08:46 -0500
commit45001d37f21bc2b39c616d313d01b0039a78734e (patch)
treeb936fe4420d217ca7af2d518c1f48fe892da49a5 /crawl-ref/source/fight.cc
parentf3b1dada2312ceb855cf1eabd5d73325cc9c6ed0 (diff)
downloadcrawl-ref-45001d37f21bc2b39c616d313d01b0039a78734e.tar.gz
crawl-ref-45001d37f21bc2b39c616d313d01b0039a78734e.zip
Make miasma and miasma resistance more consistent. It no longer depends
on negative energy resistance, but on rotting resistance.
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 6497ac8fe5..ea025fe1a8 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -2010,7 +2010,7 @@ static bool is_boolean_resist(beam_type flavour)
switch (flavour)
{
case BEAM_ELECTRICITY:
- case BEAM_MIASMA:
+ case BEAM_MIASMA: // rotting
case BEAM_NAPALM:
return (true);
default: