summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.cc
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2009-11-02 02:48:15 -0800
committerStefan O'Rear <stefanor@cox.net>2009-11-02 02:48:15 -0800
commit6a3d89b3c79e776920959341be9c02e39ee68d5f (patch)
tree18af2063ae2b3deb5b47dbd50b878dc0b91afdae /crawl-ref/source/output.cc
parentecca91a48b581c7181b8342fc499dff08ad1bd59 (diff)
downloadcrawl-ref-6a3d89b3c79e776920959341be9c02e39ee68d5f.tar.gz
crawl-ref-6a3d89b3c79e776920959341be9c02e39ee68d5f.zip
Remove mapping abilities from the game
Mapping still exists on cards, scrolls, Xom, and as the passive mutation. The ball of seeing exists, but will have to be dealt with.
Diffstat (limited to 'crawl-ref/source/output.cc')
-rw-r--r--crawl-ref/source/output.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/output.cc b/crawl-ref/source/output.cc
index 03a4eb2fac..179abf506c 100644
--- a/crawl-ref/source/output.cc
+++ b/crawl-ref/source/output.cc
@@ -2592,7 +2592,7 @@ std::string _status_mut_abilities()
snprintf(info, INFO_SIZE, "spit poison %d", level);
current = info;
break;
- case MUT_MAPPING:
+ case MUT_PASSIVE_MAPPING:
snprintf(info, INFO_SIZE, "sense surroundings %d", level);
current = info;
break;