aboutsummaryrefslogtreecommitdiff
path: root/games/unnethack/files/sample.slashemrc
diff options
context:
space:
mode:
Diffstat (limited to 'games/unnethack/files/sample.slashemrc')
-rw-r--r--games/unnethack/files/sample.slashemrc47
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