added early out for when it goes wrong here too

This commit is contained in:
phyzical 2022-03-05 13:14:28 +08:00
parent a389b515df
commit 0e1929b561

@ -933,6 +933,8 @@ export function startFactionSecurityWork(this: IPlayer, faction: Faction): void
export function workForFaction(this: IPlayer, numCycles: number): boolean {
const faction = Factions[this.currentWorkFactionName];
if (!faction) return false
//Constantly update the rep gain rate
switch (this.factionWorkType) {
case CONSTANTS.FactionWorkHacking: