From 062cd2dc382df3202e7abc5aef68b660245ba921 Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Mon, 17 May 2021 21:08:29 -0400 Subject: [PATCH] update changelog --- src/Constants.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Constants.ts b/src/Constants.ts index 62718735c..bc8ee93e3 100644 --- a/src/Constants.ts +++ b/src/Constants.ts @@ -248,6 +248,9 @@ export const CONSTANTS: IMap = { * Self-fund with an invalid name no longer takes away 150b anyway. * Can no longer export negative amount + Bladeburner + * No longer waste overflowing time. + Misc. * ls now correctly lists all files. * importing auto save+reloads (@Dawe)