X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/f3ce23b458ade0fd2f8d634e2e3c380023bbb4e5..a317b63cd771060b1adb44b311360d54af8eb25a:/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