X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/601c737a133afc2884c7e88d293268918d26f315..8906eed99fd6e7be8f39bd77dcde3effa29e50df:/nethack.eng.inc.pl diff --git a/nethack.eng.inc.pl b/nethack.eng.inc.pl index 3a8f133..95e84af 100644 --- a/nethack.eng.inc.pl +++ b/nethack.eng.inc.pl @@ -1,6 +1,6 @@ use utf8; -{ +{ key => { 'b' => "step left down\nnumpad 1", 'j' => "step down\nnumpad 2", @@ -140,16 +140,17 @@ mode => { }, flag => { - pm => [direction => "Direction to move to or target a command ()."], - po => [move => "Other character movement."], - co => [act => "Direct action command: takes a turn."], - mi => [info => "Informational command: shows/does something without ending the turn."], - mo => [invertory => "Display invertory menu."], - mv => [menu => "Enters some other menu."], + g2 => [direction => "Direction to move to or target a command ()."], + g3 => [move => "Other character movement."], + g4 => [act => "Direct action command: takes a turn."], + g6 => [info => "Informational command: shows/does something without ending the turn."], + g7 => [invertory => "Display invertory menu."], + g8 => [menu => "Enters some other menu."], arg => ["key" => "Commands with a dot need at least one argument afterwards."], argi => ["key" => "Asks for an inventory item."], argm => ["key" => "Requires a direction afterwards."], }, +def => do 'nethack.inc.pl', }