summaryrefslogtreecommitdiffstats
path: root/nethackrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2015-12-12 16:22:16 -0500
committerJesse Luehrs <doy@tozt.net>2015-12-12 16:24:50 -0500
commitdd986a677bae51943b83565daf1900c4451d9898 (patch)
tree7abdb0244d49ca476197efb894235c810f98e8e6 /nethackrc
parentaad95160bc84163505074ec910fd5c6a6751bf70 (diff)
downloadconf-dd986a677bae51943b83565daf1900c4451d9898.tar.gz
conf-dd986a677bae51943b83565daf1900c4451d9898.zip
nethack 3.6 uses SYMBOLS rather than monsters/traps/dungeon/objects
Diffstat (limited to 'nethackrc')
-rw-r--r--nethackrc22
1 files changed, 15 insertions, 7 deletions
diff --git a/nethackrc b/nethackrc
index 1830fb0..d0a213d 100644
--- a/nethackrc
+++ b/nethackrc
@@ -28,15 +28,27 @@ OPTIONS=disclose:yi +avgc
OPTIONS=!mail
# map changes for code simplicity
-OPTIONS=monsters:abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ@X'&;:wm
+SYMBOLS=S_mimic_def:m
+SYMBOLS=S_ghost:X
+SYMBOLS=S_worm_tail:w
# "strange monster" = m (mimic)
# ghost/shade = X now space is solid rock
# worm tail = w now ~ is water
-OPTIONS=traps:\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^\^
+SYMBOLS=S_web:^
# spider web = ^ now " is amulet
-OPTIONS=dungeon: |--------||.-|]]}}.##<><>_\\\\{{~.}..}} #}
+SYMBOLS=S_sink:{
+SYMBOLS=S_hcdbridge:}
+SYMBOLS=S_vcdbridge:}
+SYMBOLS=S_bars:}
+SYMBOLS=S_tree:}
+SYMBOLS=S_hcdoor:]
+SYMBOLS=S_vcdoor:]
+SYMBOLS=S_grave:\\
+SYMBOLS=S_pool:~
+SYMBOLS=S_water:~
+SYMBOLS=S_lava:~
# sink => { one less #, walkable
# drawbridge => } one less #, not walkable
# iron bars => } one less #, not walkable (color: cyan)
@@ -44,7 +56,3 @@ OPTIONS=dungeon: |--------||.-|]]}}.##<><>_\\\\{{~.}..}} #}
# closed doors => ] now + is spellbook
# grave => \ now gray | and - are walls, (grey -- thrones)
# water => ~ it looks cool (blue -- long worm tail)
-
-OPTIONS=objects:m
-# "strange object" = m (mimic)
-# now ] is closed door