[nethack] Update the rc file with new options

This commit is contained in:
Eryn Wells 2022-04-07 18:28:53 -07:00
parent 4d76782d7d
commit 631496ac13

View file

@ -1,10 +1,12 @@
# Graphics options # Graphics options
OPTIONS=fullscreen OPTIONS=fullscreen
OPTIONS=color
OPTIONS=DECgraphics OPTIONS=DECgraphics
OPTIONS=!news,!splash_screen OPTIONS=!news,!splash_screen
# Color options
OPTIONS=color,menucolors
# Show full window of 20 messages # Show full window of 20 messages
OPTIONS=msg_window:f OPTIONS=msg_window:f
OPTIONS=msghistory:20 OPTIONS=msghistory:20
@ -15,12 +17,21 @@ OPTIONS=boulder:0
OPTIONS=showexp,showscore,time OPTIONS=showexp,showscore,time
# Show a hit point bar
OPTIONS=hitpointbar
# Look where you click the mouse
OPTIONS=clicklook
# Talk about walls when you run into them
OPTIONS=mention_walls
# auto-pickup scrolls, wands, and potions # auto-pickup scrolls, wands, and potions
OPTIONS=autopickup OPTIONS=autopickup
OPTIONS=pickup_types:?!/ OPTIONS=pickup_types:?!/$
# Special fruit is a raspberry <3 # Special fruit is a raspberry <3
OPTIONS=fruit:raspberry OPTIONS=fruit:Raspberry
# Don't bother with number pad # Don't bother with number pad
OPTIONS=number_pad:0 OPTIONS=number_pad:0