summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mutation.cc
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-22 10:01:35 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-22 10:01:35 +0000
commitd473edf767361c19d6938c48ebd518f7d68824c1 (patch)
tree23ebe65e4e8df543a0160c3158e2c3524b16d3cc /crawl-ref/source/mutation.cc
parent8f6c276eff93a39b5b0cc19d1e62423bafcd5347 (diff)
downloadcrawl-ref-d473edf767361c19d6938c48ebd518f7d68824c1.tar.gz
crawl-ref-d473edf767361c19d6938c48ebd518f7d68824c1.zip
Fix bug 2325392: Ring of Flames interface problems. Whether stepping into
a potentially damaging cloud prompts or not now takes into consideration temporary resistances and immunties, where before it only took into account permanent ones. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7535 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mutation.cc')
-rw-r--r--crawl-ref/source/mutation.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/mutation.cc b/crawl-ref/source/mutation.cc
index cb287cd63d..c90998b2d9 100644
--- a/crawl-ref/source/mutation.cc
+++ b/crawl-ref/source/mutation.cc
@@ -1260,6 +1260,12 @@ formatted_string describe_mutations()
have_any = true;
}
+ if (you.duration[DUR_FIRE_SHIELD])
+ {
+ result += "<green>You are immune to clouds of flame.</green>" EOL;
+ have_any = true;
+ }
+
textcolor(LIGHTGREY);
// first add (non-removable) inborn abilities and demon powers