Merge pull request #3577 from phyzical/feature/WEB-3567

FEATURE: added logic to allow quitJob to be called from singularity
This commit is contained in:
hydroflame
2022-05-04 11:57:39 -04:00
committed by GitHub
6 changed files with 22 additions and 3 deletions
+1 -1
View File
@@ -258,7 +258,7 @@ export class PlayerObject implements IPlayer {
queryStatFromString: (str: string) => number;
getIntelligenceBonus: (weight: number) => number;
getCasinoWinnings: () => number;
quitJob: (company: string) => void;
quitJob: (company: string, sing?: boolean) => void;
hasJob: () => boolean;
process: (router: IRouter, numCycles?: number) => void;
createHacknetServer: () => HacknetServer;