no rest_on_space in sample config

This commit is contained in:
nethack.allison
2003-11-18 12:30:48 +00:00
parent d265520efd
commit 42e2f54b22
2 changed files with 7 additions and 5 deletions

View File

@@ -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

View File

@@ -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)