X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/2034c72e12562eda33ce53d92cfef2216b6fcf3e..6721f1111bc49b8ee5efc0b39d74321c1393cdfb:/nethack.eng.inc.pl diff --git a/nethack.eng.inc.pl b/nethack.eng.inc.pl index be69164..e4ef3b3 100644 --- a/nethack.eng.inc.pl +++ b/nethack.eng.inc.pl @@ -139,4 +139,17 @@ mode => { '' => 'normal gameplay', }, +flag => { + pm => [direction => "Direction to move to or target a command ($sign{motion})."], + 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."], + + arg => ["key$sign{arg}" => "Commands with a dot need at least one argument afterwards."], + argi => ["key$sign{argi}" => "Asks for an inventory item."], + argm => ["key$sign{argm}" => "Requires a direction afterwards."], +}, + }