mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 19:14:32 +02:00
Updated Interactive Tutorial and added a few helpful links to the hackers-starting-handbook Literature file
This commit is contained in:
@@ -566,6 +566,8 @@ PlayerObject.prototype.analyze = function() {
|
||||
|
||||
PlayerObject.prototype.hasProgram = function(programName) {
|
||||
var home = Player.getHomeComputer();
|
||||
if (home == null) {return false;}
|
||||
|
||||
for (var i = 0; i < home.programs.length; ++i) {
|
||||
if (programName.toLowerCase() == home.programs[i].toLowerCase()) {return true;}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user