mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 09:42:53 +02:00
Vigilante Justice now reduces wanted by a percentage to help players stuck with very high wanted level.
This commit is contained in:
+2
-2
@@ -1320,7 +1320,7 @@ let Terminal = {
|
||||
} catch(err) {
|
||||
status = {
|
||||
res: false,
|
||||
msg: 'No such file exists'
|
||||
msg: 'No such file exists',
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1886,7 +1886,7 @@ let Terminal = {
|
||||
return {
|
||||
hostname: server.hostname,
|
||||
ip: server.ip,
|
||||
hasRoot: server.hasAdminRights ? "Y" : "N"
|
||||
hasRoot: server.hasAdminRights ? "Y" : "N",
|
||||
}
|
||||
});
|
||||
servers.unshift({
|
||||
|
||||
Reference in New Issue
Block a user