Set intelligence_exp to 0 if player does not have SourceFile 5 on b1t_flum3.exe usage

This commit is contained in:
Tesseract1234567890 2021-06-04 12:02:26 -04:00
parent 66ff040e38
commit fc5e0ea6a0

@ -311,6 +311,7 @@ function createBitNodeYesNoEventListener(newBitNode, destroyedBitNode, flume=fal
Player.gainIntelligenceExp(-300);
if(SourceFileFlags[5] === 0) {
Player.intelligence = 0;
Player.intelligence_exp = 0;
}
}
redPillFlag = false;