BN-12 now properly affects Bladeburner multipliers. Added polyfill in new JS interpreter for Array.includes. Fixed terminal not focusing with tab"

This commit is contained in:
danielyxie
2018-07-16 01:00:57 -05:00
parent 5845fa8702
commit e4742289c7
5 changed files with 49 additions and 1 deletions
+3
View File
@@ -392,6 +392,9 @@ function initBitNodeMultipliers() {
BitNodeMultipliers.InfiltrationRep = dec;
BitNodeMultipliers.CorporationValuation = dec;
BitNodeMultipliers.BladeburnerRank = dec;
BitNodeMultipliers.BladeburnerSkillCost = dec;
break;
default:
console.log("WARNING: Player.bitNodeN invalid");