Hotfix adding noodle bars as infiltration location

This commit is contained in:
Olivier Gagnon 2021-06-13 12:18:34 -04:00
parent 321dca4993
commit 2248c083c8
2 changed files with 5 additions and 1 deletions

File diff suppressed because one or more lines are too long

@ -199,6 +199,10 @@ export const LocationsMetadata: IConstructorParams[] = [
},
{
city: CityName.NewTokyo,
infiltrationData: {
maxClearanceLevel: 5,
startingSecurityLevel: 2.5,
},
name: LocationName.NewTokyoNoodleBar,
types: [LocationType.Company],
},