diff --git a/xtrn/lord2/lord2.js b/xtrn/lord2/lord2.js
index f808f8f31e73ff01d06584aa7402587b793a20c0..8eea5ed7f6fd6e754c16040d54c10a6f5686afaf 100644
--- a/xtrn/lord2/lord2.js
+++ b/xtrn/lord2/lord2.js
@@ -48,7 +48,7 @@ function handle_timeout(reason)
 			run_ref('notime', 'help.ref');
 			break;
 	}
-	run_ref('endgame', 'gameref.ref');
+	run_ref('endgame', 'gametxt.ref');
 	exit(0);
 }
 time_callback = handle_timeout;
@@ -2363,6 +2363,8 @@ rescan:
 			return;
 		}
 		else {
+			if (cur >= inv.length)
+				cur = inv.length - 1;
 newpage:
 			while (1) {
 				choice = items_menu(inv, cur, false, false, 'D', y, 22);