From a1b82e6be0343a691d342b48dd9f9076ad53453a Mon Sep 17 00:00:00 2001 From: zelgadis Date: Mon, 15 Oct 2007 04:03:33 +0000 Subject: Removed amnesia/forgetfullness trap, mutation and scroll. The mutation has been replaced with an involuntary shouting mutation, and the trap with an alarm trap. The scroll hasn't been replaced with anything, and the frequency of scrolls of random uselessness has thus doubled; someone needs to re-do the scroll frequencies. Also added a "drifting" mutation, which causes the player to sometimes drift in a random direction after moving. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2464 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/describe.cc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'crawl-ref/source/describe.cc') diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc index 89a43389fe..10b89729ea 100644 --- a/crawl-ref/source/describe.cc +++ b/crawl-ref/source/describe.cc @@ -366,7 +366,7 @@ static void randart_descrip( std::string &description, const item_def &item ) static const char *trap_names[] = { "dart", "arrow", "spear", "axe", - "teleport", "amnesia", "blade", + "teleport", "alarm", "blade", "bolt", "net", "zot", "needle", "shaft" }; @@ -2405,11 +2405,6 @@ static std::string describe_scroll( const item_def &item ) "of one who reads it. "; break; - case SCR_FORGETFULNESS: - description += "This scroll induces " - "an irritating disorientation. "; - break; - case SCR_ACQUIREMENT: description += "This wonderful scroll causes the " "creation of a valuable item to " -- cgit v1.2.3-54-g00ecf