nethack: minor page improvements
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 3 Feb 2009 15:38:54 +0000 (15:38 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 21 Apr 2009 23:55:38 +0000 (23:55 +0000)
A few cleanups and additional break points.

nethack.inc.pl
nethack.plp

index 5c580086354166863198f08407d2d2a5c707c772..050e3b2f7b87e33a9b61180a37a4197fc5199994 100644 (file)
@@ -116,7 +116,7 @@ use utf8;
        '*' => ["show equipment", 'mo'],
        '$' => ["count gold", 'mi'], #gold
        '+' => ["list spells", 'mo'], #spells
        '*' => ["show equipment", 'mo'],
        '$' => ["count gold", 'mi'], #gold
        '+' => ["list spells", 'mo'], #spells
-       '\\'=> ["discovered objects", 'mo'], #known
+       '\\'=> ["discover$sign{_}ed obj$sign{_}ects", 'mo'], #known
        '!' => ["shell escape", 'mi'], #sh
        '#' => ["more comm$sign{_}ands", 'mv'],
 },
        '!' => ["shell escape", 'mi'], #sh
        '#' => ["more comm$sign{_}ands", 'mv'],
 },
@@ -127,7 +127,7 @@ use utf8;
        'C' => ['drop cursed', 'co'],
        'X' => ['drop unknown', 'co'],
        'a' => ['drop all', 'co'],
        'C' => ['drop cursed', 'co'],
        'X' => ['drop unknown', 'co'],
        'a' => ['drop all', 'co'],
-       'i' => ['inventory', 'mi'],
+       'i' => ["invent$sign{_}ory", 'mi'],
        'u' => ['drop unpaid', 'co'],
        'm' => ['drop any', 'co argi'],
        '%' => ['drop more', 'co arg'],
        'u' => ['drop unpaid', 'co'],
        'm' => ['drop any', 'co argi'],
        '%' => ['drop more', 'co arg'],
index 3cedd6e3a182f63c8983fcdb40d6d94531b51954..312200a95b6c0243a82a4bcce0a3c975b7073322 100644 (file)
@@ -55,7 +55,7 @@ $header{content_type} = $ctype;
 <li class="row">
        <ul class="keys omni">
        <li class="me" onclick="setmode()"><b>Esc</b>
 <li class="row">
        <ul class="keys omni">
        <li class="me" onclick="setmode()"><b>Esc</b>
-               <!-- not as static anymore, but never bothered; just see ^[ -->
+               <!-- static reset button, even though it's not (officially) in the game -->
        </ul>
 </li>
 
        </ul>
 </li>
 
@@ -89,8 +89,6 @@ $keys->print_rows($get{static});
 <div class="help">
        <div class="left">
                <dl class="legend legend-types">
 <div class="help">
        <div class="left">
                <dl class="legend legend-types">
-               <dt class="ci">
-                       <dd>
                <dt class="pm">direction
                        <dd>Direction to move to or target a command (<:= $sign{motion} :>).
                <dt class="po">move
                <dt class="pm">direction
                        <dd>Direction to move to or target a command (<:= $sign{motion} :>).
                <dt class="po">move
@@ -103,8 +101,6 @@ $keys->print_rows($get{static});
                        <dd>Display invertory menu.
                <dt class="mv">menu
                        <dd>Enters some other menu.
                        <dd>Display invertory menu.
                <dt class="mv">menu
                        <dd>Enters some other menu.
-               <dt class="me">
-                       <dd>
                </dl>
        </div>
 
                </dl>
        </div>
 
@@ -115,8 +111,6 @@ $keys->print_rows($get{static});
                <dt>key<:= $sign{argi} :>
                        <dd>Asks for an inventory item.
                <dt>key<:= $sign{argm} :>
                <dt>key<:= $sign{argi} :>
                        <dd>Asks for an inventory item.
                <dt>key<:= $sign{argm} :>
-                       <dd>Thing
-               <dt>key<:= $sign{motion} :>
                        <dd>Requires a direction afterwards.
                </dl>
 
                        <dd>Requires a direction afterwards.
                </dl>