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:
Caldwell 2024-02-15 14:36:04 +01:00 committed by GitHub
parent 078f94cbc0
commit b79df29ef4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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");
}
}