mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 16:13:49 +01:00
Fix miscalculation of source file flags on the bitverse screen.
This commit is contained in:
parent
9976ed136c
commit
4f7befb639
@ -155,7 +155,7 @@ function loadBitVerse(destroyedBitNodeNum, flume=false, quick=false) {
|
||||
// Update NextSourceFileFlags
|
||||
nextSourceFileFlags = SourceFileFlags.slice();
|
||||
if (!flume) {
|
||||
if (nextSourceFileFlags[destroyedBitNodeNum] < 3 && destroyedBitNodeNum !== 12)
|
||||
if (nextSourceFileFlags[destroyedBitNodeNum] < 3)
|
||||
++nextSourceFileFlags[destroyedBitNodeNum];
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user