From 6a3d89b3c79e776920959341be9c02e39ee68d5f Mon Sep 17 00:00:00 2001 From: Stefan O'Rear Date: Mon, 2 Nov 2009 02:48:15 -0800 Subject: 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. --- crawl-ref/source/output.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/output.cc') 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; -- cgit v1.2.3-54-g00ecf