fix faction work not working correctly

This commit is contained in:
Olivier Gagnon
2022-07-20 15:08:04 -04:00
parent c9b9c2c55b
commit 4f86bc644c
4 changed files with 10 additions and 5 deletions
+2 -2
View File
@@ -73,7 +73,7 @@ function MainPage({ faction, rerender, onAugmentations }: IMainProps): React.Rea
new FactionWork({
singularity: false,
faction: faction.name,
factionWorkType: FactionWorkType.HACKING,
factionWorkType: FactionWorkType.FIELD,
}),
);
startWork();
@@ -95,7 +95,7 @@ function MainPage({ faction, rerender, onAugmentations }: IMainProps): React.Rea
new FactionWork({
singularity: false,
faction: faction.name,
factionWorkType: FactionWorkType.HACKING,
factionWorkType: FactionWorkType.SECURITY,
}),
);
startWork();