Finished adding unique augs for factions

This commit is contained in:
Daniel Xie
2017-05-18 13:01:18 -05:00
parent 29b5cc9c7f
commit 4355511b22
3 changed files with 171 additions and 40 deletions
+1 -2
View File
@@ -284,7 +284,6 @@ PlayerObject.prototype.checkForFactionInvitations = function() {
}
}
//BitRunners
var bitrunnersFac = Factions["BitRunners"];
var homeComp = Player.getHomeComputer();
@@ -358,7 +357,7 @@ PlayerObject.prototype.checkForFactionInvitations = function() {
this.numPeopleKilledTotal >= 100 && this.karma <= -50 && this.companyName != Locations.Sector12CIA &&
this.companyName != Locations.Sector12NSA) {
invitedFactions.push(speakersforthedeadFac);
}
}
//The Dark Army
var thedarkarmyFac = Factions["The Dark Army"];