mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 08:03:48 +01:00
Merge pull request #1013 from danielyxie/dev
Hotfix adding noodle bars as infiltration location
This commit is contained in:
commit
1ca52e2b77
2
dist/engine.bundle.js
vendored
2
dist/engine.bundle.js
vendored
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],
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user