diff --git a/src/Constants.ts b/src/Constants.ts index ef96e0c41..afb314c7b 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -234,6 +234,9 @@ export let CONSTANTS: IMap = { Factions * Augmentations offered by a Faction but already bought are in a separate list at the bottom of the page. + Bug fixed + * Fixed a bug where completing a maxed non-repeatable BitNode would make its color on the BitVerse like level 1. + Misc. * Minor spacing in stats tables. ` diff --git a/src/RedPill.js b/src/RedPill.js index a1eb229a3..05892b359 100644 --- a/src/RedPill.js +++ b/src/RedPill.js @@ -151,7 +151,8 @@ function loadBitVerse(destroyedBitNodeNum, flume=false) { // Update NextSourceFileFlags nextSourceFileFlags = SourceFileFlags.slice(); if (!flume) { - ++nextSourceFileFlags[destroyedBitNodeNum]; + if (nextSourceFileFlags[destroyedBitNodeNum] < 3 && destroyedBitNodeNum !== 12) + ++nextSourceFileFlags[destroyedBitNodeNum]; } // Create the Bit Verse