From: Mischa POSLAWSKY Date: Thu, 5 Feb 2009 00:42:32 +0000 (+0000) Subject: nethack: remove old include X-Git-Tag: v1.3~192 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/4d0e83fa3326d3c63eb024858f9346daf50e917a?hp=194ad84d50ba285bc620fe8cbd48d5e595c1dedc nethack: remove old include --- diff --git a/base.css b/base.css index 0922dc4..7b15052 100644 --- 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 index b7bd6d1..0000000 --- a/nethack-cmds.inc.pl +++ /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"], -}, -