mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-24 02:03:01 +02:00
electron always dev tools
This commit is contained in:
@@ -480,7 +480,8 @@ export function queryStatFromString(str) {
|
||||
|
||||
/******* Working functions *******/
|
||||
export function resetWorkStatus(generalType, group, workType) {
|
||||
if (generalType === this.workType && group === this.companyName) return;
|
||||
if (this.workType !== CONSTANTS.WorkTypeFaction && generalType === this.workType && group === this.companyName)
|
||||
return;
|
||||
if (generalType === this.workType && group === this.currentWorkFactionName && workType === this.factionWorkType)
|
||||
return;
|
||||
if (this.isWorking) this.singularityStopWork();
|
||||
|
||||
Reference in New Issue
Block a user