mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-05 15:17:48 +02:00
Added hasRootAccess() and getNumHacknetNodes commands to netscript
This commit is contained in:
+3
-3
@@ -849,9 +849,9 @@ var Terminal = {
|
||||
post("<strong>" + serv.hostname + "</strong>");
|
||||
var c = "N";
|
||||
if (serv.hasAdminRights) {c = "Y";}
|
||||
post("----Root Access: " + c);
|
||||
post("----Required hacking skill: " + serv.requiredHackingSkill);
|
||||
post("----Number open ports required to NUKE: " + serv.numOpenPortsRequired);
|
||||
post("--Root Access: " + c);
|
||||
post("--Required hacking skill: " + serv.requiredHackingSkill);
|
||||
post("--Number open ports required to NUKE: " + serv.numOpenPortsRequired);
|
||||
post(" ");
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user