Refactoring mostly done, still a few bugs and test to do.

This commit is contained in:
Olivier Gagnon
2021-08-16 19:44:21 -04:00
parent 8d550157bc
commit 99afb156fa
7 changed files with 1846 additions and 1948 deletions
+1 -1
View File
@@ -884,7 +884,7 @@ const Engine = {
}
if (Player.bladeburner instanceof Bladeburner) {
try {
ProcessBladeburner(Player.bladeburner, Player);
Player.bladeburner.process(Player);
} catch(e) {
exceptionAlert("Exception caught in Bladeburner.process(): " + e);
}