X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/e0c25f63f7c92687b26a0e7078dbdde701b6600f..d3b21c80d4dbf66130064f4688f79f0ba7b22c41:/nethack.plp diff --git a/nethack.plp b/nethack.plp index b6f8a4a..ca7433e 100644 --- a/nethack.plp +++ b/nethack.plp @@ -53,7 +53,7 @@ $header{content_type} = "text/html; charset=$sign{charset}"; use Shiar_Sheet::Keyboard; my $keys = Shiar_Sheet::Keyboard->new({do 'nethack.inc.pl'}); $keys->map($get{map}) or undef $get{map}; -$keys->print_rows($get{static}); +$keys->print_rows($get{static} || '4321-421'); :>