Init work types with new None member

This commit is contained in:
nickofolas
2022-05-04 15:03:02 -05:00
parent 59982370cb
commit 7d75093989
6 changed files with 39 additions and 37 deletions
+3 -3
View File
@@ -131,14 +131,14 @@ export interface IPlayer {
timeWorkedCreateProgram: number;
graftAugmentationName: string;
timeWorkedGraftAugmentation: number;
crimeType: CrimeType | null;
crimeType: CrimeType;
committingCrimeThruSingFn: boolean;
singFnCrimeWorkerScript: WorkerScript | null;
timeNeededToCompleteWork: number;
focus: boolean;
className: ClassType | null;
className: ClassType;
currentWorkFactionName: string;
workType: WorkType | null;
workType: WorkType;
workCostMult: number;
workExpMult: number;
currentWorkFactionDescription: string;