From c2f381cc6e73e42b48aafa96aa3a7f637d270361 Mon Sep 17 00:00:00 2001 From: Undeemiss Date: Mon, 9 May 2022 16:15:11 -0500 Subject: [PATCH] Fix compilation error I must have missed this file in the commit while having it changed in my working directory, because the game compiled fine when I was testing initially but not when I switched branches and came back. --- src/ScriptEditor/NetscriptDefinitions.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ScriptEditor/NetscriptDefinitions.d.ts b/src/ScriptEditor/NetscriptDefinitions.d.ts index 5dca97709..90051ca03 100644 --- a/src/ScriptEditor/NetscriptDefinitions.d.ts +++ b/src/ScriptEditor/NetscriptDefinitions.d.ts @@ -560,7 +560,7 @@ export interface BitNodeMultipliers { /** Influences how much money the player earns when completing working their job. */ CompanyWorkMoney: number; /** Influences the money gain from dividends of corporations created by the player. */ - CorporationSoftCap: number; + CorporationSoftcap: number; /** Influences the valuation of corporations created by the player. */ CorporationValuation: number; /** Influences the base experience gained for each ability when the player commits a crime. */