diff rogue3/init.c @ 3:e551d384f7c6

Rest on '.' instead of ' ', like all the other roguelikes
author edwarj4
date Thu, 15 Oct 2009 01:22:54 +0000
parents b4856d4d4c4e
children e361fbca47ec
line wrap: on
line diff
--- a/rogue3/init.c	Wed Oct 14 11:21:33 2009 +0000
+++ b/rogue3/init.c	Thu Oct 15 01:22:54 2009 +0000
@@ -572,7 +572,7 @@
     'z',	"	zap a wand or staff",
     '>',	"	go down a staircase",
     's',	"	search for trap/secret door",
-    ' ',	"	(space) rest for a while",
+    '.',	"	rest for a turn",
     'i',	"	inventory",
     'I',	"	inventory single item",
     'q',	"	quaff potion",