mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 14:42:28 +01:00
Fix reputation transfering when applying for other jobs
This commit is contained in:
parent
0e458a8142
commit
7875d1ba93
@ -1740,7 +1740,6 @@ export function applyForJob(entryPosType, sing=false) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
this.companyName = company.name;
|
|
||||||
this.jobs[company.name] = pos.name;
|
this.jobs[company.name] = pos.name;
|
||||||
|
|
||||||
document.getElementById("world-menu-header").click();
|
document.getElementById("world-menu-header").click();
|
||||||
@ -1863,7 +1862,6 @@ export function applyForEmployeeJob(sing=false) {
|
|||||||
export function applyForPartTimeEmployeeJob(sing=false) {
|
export function applyForPartTimeEmployeeJob(sing=false) {
|
||||||
var company = Companies[this.location]; //Company being applied to
|
var company = Companies[this.location]; //Company being applied to
|
||||||
if (this.isQualified(company, CompanyPositions[posNames.PartTimeCompanyPositions[1]])) {
|
if (this.isQualified(company, CompanyPositions[posNames.PartTimeCompanyPositions[1]])) {
|
||||||
this.companyName = company.name;
|
|
||||||
this.jobs[company.name] = posNames.PartTimeCompanyPositions[1];
|
this.jobs[company.name] = posNames.PartTimeCompanyPositions[1];
|
||||||
document.getElementById("world-menu-header").click();
|
document.getElementById("world-menu-header").click();
|
||||||
document.getElementById("world-menu-header").click();
|
document.getElementById("world-menu-header").click();
|
||||||
|
Loading…
Reference in New Issue
Block a user