From e624db523823e0e1a466d91b2e138f1715a1beed Mon Sep 17 00:00:00 2001 From: omuretsu <84951833+Snarling@users.noreply.github.com> Date: Mon, 31 Jul 2023 23:13:38 -0400 Subject: [PATCH] Update changelog --- src/Constants.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Constants.ts b/src/Constants.ts index 9b480317c..6e03f6657 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -229,7 +229,8 @@ Changes below include spoilers. ### NETSCRIPT: * Added ns.stock.getConstants (@Snarling) -* ns.sleeve.setToFactionWork no longer allows working for factions the player has not joined. (@Snarling) +* ns.corporation.getConstants now has a ram cost of 0 (@Snarling) +* ns.sleeve.setToFactionWork no longer allows working for factions the player has not joined (@Snarling) ### Internal Code Refactors