summarylogtreecommitdiffstats
path: root/ui-change-menu-items-list-from-8-to-24.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ui-change-menu-items-list-from-8-to-24.patch')
-rw-r--r--ui-change-menu-items-list-from-8-to-24.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/ui-change-menu-items-list-from-8-to-24.patch b/ui-change-menu-items-list-from-8-to-24.patch
new file mode 100644
index 000000000000..8d36a50c6105
--- /dev/null
+++ b/ui-change-menu-items-list-from-8-to-24.patch
@@ -0,0 +1,13 @@
+diff --git a/scripts/attacks.sl b/scripts/attacks.sl
+index 9771d0c..8a65057 100644
+--- a/scripts/attacks.sl
++++ b/scripts/attacks.sl
+@@ -625,7 +625,7 @@ sub host_attack_items {
+ }, \$exploit, $hosts => $2));
+
+ # too many items? do something about it
+- if ($c > 8) {
++ if ($c > 24) {
+ separator($e);
+ $e = menu($e, "More...", $null);
+ $c = 0;