From b79df29ef4ae81f04db7b224c93351d3778bc8b6 Mon Sep 17 00:00:00 2001 From: Caldwell <115591472+Caldwell-74@users.noreply.github.com> Date: Thu, 15 Feb 2024 14:36:04 +0100 Subject: [PATCH] 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 --- src/Locations/ui/SpecialLocation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Locations/ui/SpecialLocation.tsx b/src/Locations/ui/SpecialLocation.tsx index ccbafd279..2018caeb3 100644 --- a/src/Locations/ui/SpecialLocation.tsx +++ b/src/Locations/ui/SpecialLocation.tsx @@ -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"); } }