From 6e5b350ed0447acfe7b0b4cf02a8b11de08d376f Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 3 Feb 2009 15:38:54 +0000 Subject: [PATCH] nethack: minor page improvements A few cleanups and additional break points. --- nethack.inc.pl | 4 ++-- nethack.plp | 8 +------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/nethack.inc.pl b/nethack.inc.pl index 5c58008..050e3b2 100644 --- a/nethack.inc.pl +++ b/nethack.inc.pl @@ -116,7 +116,7 @@ use utf8; '*' => ["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'], }, @@ -127,7 +127,7 @@ use utf8; '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'], diff --git a/nethack.plp b/nethack.plp index 3cedd6e..312200a 100644 --- a/nethack.plp +++ b/nethack.plp @@ -55,7 +55,7 @@ $header{content_type} = $ctype;
  • @@ -89,8 +89,6 @@ $keys->print_rows($get{static});
    -
    -
    direction
    Direction to move to or target a command (<:= $sign{motion} :>).
    move @@ -103,8 +101,6 @@ $keys->print_rows($get{static});
    Display invertory menu.
    menu
    Enters some other menu. -
    -
    @@ -115,8 +111,6 @@ $keys->print_rows($get{static});
    key<:= $sign{argi} :>
    Asks for an inventory item.
    key<:= $sign{argm} :> -
    Thing -
    key<:= $sign{motion} :>
    Requires a direction afterwards. -- 2.30.0