X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/a401632a210413c3a4f0237c8fd8986bdf45934c..a0ba9298856b2426c5c66b6d2f2b284d98cee594:/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'); :>