mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 01:03:01 +02:00
API: Expose gang's discount rate (#2272)
This commit is contained in:
@@ -113,6 +113,7 @@ export function NetscriptGang(): InternalAPI<IGang> {
|
||||
wantedLevel: gang.wanted,
|
||||
wantedLevelGainRate: gang.wantedGainRate,
|
||||
wantedPenalty: gang.getWantedPenalty(),
|
||||
equipmentCostMult: 1 / gang.getDiscount(),
|
||||
};
|
||||
},
|
||||
getOtherGangInformation: (ctx) => () => {
|
||||
|
||||
Reference in New Issue
Block a user