From 42e2f54b2269d7c7a1a9d8d8ae5c3893651c87a5 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Tue, 18 Nov 2003 12:30:48 +0000 Subject: [PATCH] no rest_on_space in sample config --- sys/share/NetHack.cnf | 6 +++++- sys/winnt/defaults.nh | 6 ++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/sys/share/NetHack.cnf b/sys/share/NetHack.cnf index acfb31ba1..1df5362e1 100644 --- a/sys/share/NetHack.cnf +++ b/sys/share/NetHack.cnf @@ -57,7 +57,11 @@ OPTIONS=boulder:0 # # number_pad option can have an optional value of 0 (off), 1 (on), # or 2(on,legacy-mode) which causes 5='g', alt-5='G', alt-0='I' -OPTIONS=time,noshowexp,number_pad:2,lit_corridor,rest_on_space +OPTIONS=time,noshowexp,number_pad:2,lit_corridor + +# Treat space the same as rest. Warning: may be dangerous for new players. +# OPTIONS=rest_on_space + # # If you want to get rid of "use #quit to quit..." use: #OPTIONS=suppress_alert:3.3.1 diff --git a/sys/winnt/defaults.nh b/sys/winnt/defaults.nh index 348b11fa4..b0cfe015c 100644 --- a/sys/winnt/defaults.nh +++ b/sys/winnt/defaults.nh @@ -51,10 +51,8 @@ OPTIONS=suppress_alert:3.3.1 # Note: the rest_on_space in the next line may not be # appropriate for a beginning NetHack player, since # it could result in use of a turn unintentionally. -# If you're new to NetHack, comment it out. It is -# being left in to keep the sample config file the -# same as it was in past releases. -OPTIONS=rest_on_space +# If you're new to NetHack, leave it commented it out. +#OPTIONS=rest_on_space # # Set some options to control graphical window-port (these will # be safely and silently ignored by the tty port)