Merge pull request #1013 from danielyxie/dev

Hotfix adding noodle bars as infiltration location
This commit is contained in:
hydroflame 2021-06-13 12:19:01 -04:00 committed by GitHub
commit 1ca52e2b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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, city: CityName.NewTokyo,
infiltrationData: {
maxClearanceLevel: 5,
startingSecurityLevel: 2.5,
},
name: LocationName.NewTokyoNoodleBar, name: LocationName.NewTokyoNoodleBar,
types: [LocationType.Company], types: [LocationType.Company],
}, },