From d5d04ae65719ed4e64213ea6b5d6b602eb5adb46 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Deuc=D0=B5?= <shurd@sasktel.net>
Date: Sat, 27 Feb 2021 20:20:00 -0500
Subject: [PATCH] Item activation does *not* clear the menu space.

Fixes CNW "Vehicles & People" some more.
---
 xtrn/lord2/lord2.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xtrn/lord2/lord2.js b/xtrn/lord2/lord2.js
index 224e213616..67bed7a3b7 100644
--- a/xtrn/lord2/lord2.js
+++ b/xtrn/lord2/lord2.js
@@ -3799,7 +3799,7 @@ newpage:
 								player.armournumber = 0;
 								break;
 							case 'S':
-								clearrows(12, 22);
+								dk.console.attr.value = 2;
 								ret = run_ref(items[inv[cur] - 1].refsection, 'items.ref');
 								if (items[inv[cur] - 1].useonce) {
 									player.i[inv[cur] - 1]--;
-- 
GitLab