nethack: remove old include
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 5 Feb 2009 00:42:32 +0000 (00:42 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 22 Apr 2009 00:01:11 +0000 (00:01 +0000)
base.css
nethack-cmds.inc.pl [deleted file]

index 0922dc47bbc50e0c698d032c8a4869dd6adc5ea8..7b150526b11e9978bc122ec7bfe6917fdcbcc576 100644 (file)
--- a/base.css
+++ b/base.css
@@ -221,17 +221,11 @@ table.glyphs.dimap {
        margin-bottom: -2.2ex; /* take cell padding */
 }
 .glyphs small.digraph {
-       background: #888;
-       color: #FFF;
-
        background: #000;
        color: #FFF;
        opacity: 0.3;
 }
 .glyphs small.value {
-       background: #CCC;
-       color: #666;
-
        background: #600;
        color: #FFF;
        opacity: 0.3;
diff --git a/nethack-cmds.inc.pl b/nethack-cmds.inc.pl
deleted file mode 100644 (file)
index b7bd6d1..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-use utf8;
-
-'' => {
-       desc => 'normal mode',
-
-       '~' => ["open home$sign{_}dir"],
-       '@' => ["play macro", 'arg'],
-       '%' => ["to line pct", 'pm'], #TODO: G?
-       '0' => ["left of page", 'pm'],
-       '$' => ["right of page", 'pm'],
-       '#' => ["rev. find word", 'pm'],
-       '*' => ["find word", 'pm'],
-       #'+'
-       #'`'
-       #'^^'
-       '?' => ["help menu", 'mh arg mode?'],
-       '/' => ["explain symbol", 'pm arg mode/'],
-
-       'a' => ["apply tool"],
-       'A' => ["remove all armor"],
-       '^a'=> ["redo command"],
-       'c' => ["close door"],
-       'C' => ["call monster", 'pm'],
-       'd' => ["drop item"],
-       'D' => ["drop items"],
-       '^d'=> ["kick"],
-       'e' => ["eat food"],
-       'E' => ["engrave"],
-       'f' => ["fire quiver"],
-       'F' => ["fight monster"],
-       'i' => ["inventory"],
-       'I' => ["inventory parts", 'arg'],
-       'o' => ["open door"],
-       'O' => ["options", 'modeO'],
-       's' => ["search"],
-       't' => ["throw or shoot"],
-       'T' => ["remove armor"],
-       '^t'=> ["teleport"],
-       'v' => ["version"],
-       'w' => ["wield weapon"],
-       'W' => ["wear armor"],
-       'x' => ["swap weapons"],
-       'X' => ["explore mode"],
-       ':' => ["look here"],
-       ';' => ["look elsewhere"],
-       ',' => ["pick up"],
-       ')' => ["show weapon"],
-       '[' => ["show armor"],
-       '=' => ["show rings"],
-       '"' => ["show amulet"],
-       '(' => ["show tools"],
-       '*' => ["show equipment"],
-       '$' => ["count gold"],
-       '+' => ["list spells"],
-       '\\'=> ["discovered objects"],
-},
-