More Bladeburner rebalancing. Sleeves commiting crimes now reduces player kamra

This commit is contained in:
danielyxie
2019-02-22 13:26:30 -08:00
parent 107977e6f4
commit 8458d062e8
10 changed files with 108 additions and 65 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
// setTimeout() is used in various places around the game's source code.
// This reference is used to make sure that if players alter window.setTimeout()
// through NetscriptJS, then the game will still function properly
export const setTimeoutRef = window.setTimeout;
export const setTimeoutRef = window.setTimeout.bind(window);