mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
HASHNET: Company Favor (#469)
This commit is contained in:
@@ -101,4 +101,11 @@ export const HashUpgradesMetadata: IConstructorParams[] = [
|
||||
effectText: (level: number): JSX.Element | null => <>Generated {level} contracts.</>,
|
||||
value: 1,
|
||||
},
|
||||
{
|
||||
costPerLevel: 200,
|
||||
desc: "Use hashes to increase the favor with a company by 5. This effect is permanent.",
|
||||
hasTargetCompany: true,
|
||||
name: "Company Favor",
|
||||
value: 5,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user