corp bonus time consumes faster

This commit is contained in:
Olivier Gagnon 2021-10-06 01:59:41 -04:00
parent 75a2742911
commit 83a84c6d38
3 changed files with 5 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -238,11 +238,10 @@ const Engine: {
Engine.Counters.messages = 150;
}
}
if (Player.corporation instanceof Corporation) {
Player.corporation.process(Player);
}
if (Engine.Counters.mechanicProcess <= 0) {
if (Player.corporation instanceof Corporation) {
Player.corporation.process(Player);
}
if (Player.bladeburner instanceof Bladeburner) {
try {
Player.bladeburner.process(Router, Player);