mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-11 02:03:58 +01:00
Merge pull request #1424 from danielyxie/dev
corp bonus time consumes faster
This commit is contained in:
commit
997c746d78
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 (Engine.Counters.mechanicProcess <= 0) {
|
||||
if (Player.corporation instanceof Corporation) {
|
||||
Player.corporation.process(Player);
|
||||
}
|
||||
if (Engine.Counters.mechanicProcess <= 0) {
|
||||
if (Player.bladeburner instanceof Bladeburner) {
|
||||
try {
|
||||
Player.bladeburner.process(Router, Player);
|
||||
|
Loading…
Reference in New Issue
Block a user