X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/88048e2c00e3e9a9c172e788722354017cd401ec..58725794d72361cc70cb082476a32d08e22d21d0:/nethack.plp diff --git a/nethack.plp b/nethack.plp index 8a49a3d..5e676d9 100644 --- a/nethack.plp +++ b/nethack.plp @@ -21,7 +21,7 @@ Html({ <: use Shiar_Sheet::Keyboard 2; -my $info = do 'nethack.eng.inc.pl' or die $@; +my $info = Data('nethack.eng'); my $keys = Shiar_Sheet::Keyboard->new($info); $_->{"\e"} = ['me mode'] for values %{ $info->{def} }; # static reset button, even though it's not (officially) in the game