summarylogtreecommitdiffstats
path: root/ui-change-menu-items-list-from-8-to-24.patch
blob: 8d36a50c6105bb871e31fb635d418da095f52858 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;