Merge pull request #1850 from danielyxie/dev

boost noodle bar
This commit is contained in:
hydroflame 2021-12-09 16:49:27 -05:00 committed by GitHub
commit 12114f0146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -86,6 +86,9 @@ export function SpecialLocation(props: IProps): React.ReactElement {
SnackbarEvents.emit("You ate some delicious noodles and feel refreshed", "success");
N00dles();
if (player.sourceFiles.length > 0) player.giveExploit(Exploit.N00dles);
if (player.sourceFileLvl(5) > 0 || player.bitNodeN === 5) {
player.intelligence_exp *= 1.0000000000000002;
}
}
return (