mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 13:43:49 +01:00
Remove unused code in OfficeSpace (#961)
This commit is contained in:
parent
019f2d6a11
commit
4dd4f920c3
@ -177,7 +177,6 @@ export class OfficeSpace {
|
|||||||
|
|
||||||
hireRandomEmployee(position: CorpEmployeeJob): boolean {
|
hireRandomEmployee(position: CorpEmployeeJob): boolean {
|
||||||
if (this.atCapacity()) return false;
|
if (this.atCapacity()) return false;
|
||||||
if (document.getElementById("cmpy-mgmt-hire-employee-popup") != null) return false;
|
|
||||||
|
|
||||||
this.totalExperience += getRandomInt(50, 100);
|
this.totalExperience += getRandomInt(50, 100);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user