diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-05-31 23:01:15 +0000 |
commit | a54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch) | |
tree | 16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /games/unnethack/files/sample.slashemrc | |
parent | - Update to 1.11.3 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'.5-eol
Diffstat (limited to 'games/unnethack/files/sample.slashemrc')
-rw-r--r-- | games/unnethack/files/sample.slashemrc | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/games/unnethack/files/sample.slashemrc b/games/unnethack/files/sample.slashemrc deleted file mode 100644 index 7bad046d0e30..000000000000 --- a/games/unnethack/files/sample.slashemrc +++ /dev/null @@ -1,47 +0,0 @@ -# Sample .slashemrc file -# - -# Window systems -# Options are tty, x11. qt, gtk -# but not all of these are necessarily compiled in -OPTIONS=windowtype:tty - -# names for pets -OPTIONS=catname:Fuzzy -OPTIONS=dogname:Rover -OPTIONS=horsename:Trigger - -# Autopickup options -# Autopickup all the things you would pick up anyway -# In order: money, potions, spellbooks, rings, amulets, -# scrolls, and wands -OPTIONS=autopickup -OPTIONS=pickup_types:$!+="?/ - -# Favorite fruit -OPTIONS=fruit:Strawberry - -# Turn on numberpad movement -# Be sure to turn on numlock or this won't work -OPTIONS=number_pad - -# Show experience on the status line -OPTIONS=showexp - -# Fix inventory letters -# If you aquire an item, drop it, then pick it up again -# it will retain the same inventory letter -# Sort your pack contents by type when viewing your inventory -OPTIONS=fixinv -OPTIONS=sortpack - -# Makes pets more visible -# Don't allow attacking your pet -OPTIONS=hilite_pet -OPTIONS=safe_pet - -# verbose messages in the game -OPTIONS=verbose - -# Ask for confirmation before attacking peaceful creatures -OPTIONS=confirm |