summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/goditem.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-06-04 21:31:32 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-06-04 21:32:37 -0700
commit1aca2cef8295c48d5ea1bf913c2ab3e2379f9eba (patch)
treeebd325310f2233ac32c3da72bdddda641154479e /crawl-ref/source/goditem.cc
parent5eb314e3e4c79765aacb0a6d6f32177c343bc2bf (diff)
downloadcrawl-ref-1aca2cef8295c48d5ea1bf913c2ab3e2379f9eba.tar.gz
crawl-ref-1aca2cef8295c48d5ea1bf913c2ab3e2379f9eba.zip
Remove a dusty & disused spellflag
Diffstat (limited to 'crawl-ref/source/goditem.cc')
-rw-r--r--crawl-ref/source/goditem.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/goditem.cc b/crawl-ref/source/goditem.cc
index 4984cdbba7..72eaa4b5c0 100644
--- a/crawl-ref/source/goditem.cc
+++ b/crawl-ref/source/goditem.cc
@@ -706,7 +706,7 @@ bool god_dislikes_spell_type(spell_type spell, god_type god)
// Xom would probably find these extra boring.
if (flags & (SPFLAG_HELPFUL | SPFLAG_NEUTRAL | SPFLAG_ESCAPE
- | SPFLAG_RECOVERY | SPFLAG_MAPPING))
+ | SPFLAG_RECOVERY))
{
return true;
}