mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 22:37:06 +02:00
More Bladeburner rebalancing. Sleeves commiting crimes now reduces player kamra
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user