mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-24 08:33:50 +01:00
corp bonus time consumes faster
This commit is contained in:
parent
75a2742911
commit
83a84c6d38
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);
|
||||
|
Loading…
Reference in New Issue
Block a user