fix a few things

This commit is contained in:
Olivier Gagnon
2021-08-20 14:39:24 -04:00
parent 6e1100750e
commit dcddc0c2d5
10 changed files with 77 additions and 51 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ export const Milestones: Milestone[] = [
},
},
{
title: "Install all the Augmentations from CSEC",
title: "Install all the Augmentations from CyberSec",
fulfilled: (p: IPlayer): boolean => {
return allFactionAugs(p, Factions["CyberSec"]);
},