mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
nerf n00dles (#1020)
the n00dles buff is meant as a meme as far as iam aware but the corp changes made it the core part of a "fraud" strategy because the corp funds added have now an alot bigger effect on the valuation thats why i think a few more 0's are needed to tune it down back to a meme
This commit is contained in:
parent
078f94cbc0
commit
b79df29ef4
@ -116,7 +116,7 @@ export function SpecialLocation(props: SpecialLocationProps): React.ReactElement
|
||||
}
|
||||
|
||||
if (Player.corporation) {
|
||||
Player.corporation.gainFunds(Player.corporation.revenue * 0.01, "glitch in reality");
|
||||
Player.corporation.gainFunds(Player.corporation.revenue * 0.000001, "glitch in reality");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user