diff -u -r angban~1\src/cmd6.c angband\src/cmd6.c
--- angban~1\src/cmd6.c	Tue Jul 25 20:57:48 2000
+++ angband\src/cmd6.c	Sat Aug 19 17:01:20 2000
@@ -3231,16 +3231,7 @@
 			case ACT_WOR:
 			{
 				msg_format("Your %s glows soft white...", o_name);
-				if (p_ptr->word_recall == 0)
-				{
-					p_ptr->word_recall = randint(20) + 15;
-					msg_print("The air about you becomes charged...");
-				}
-				else
-				{
-					p_ptr->word_recall = 0;
-					msg_print("A tension leaves the air around you...");
-				}
+				set_recall();
 				break;
 			}
 


