mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 16:52:55 +02:00
API: Added external api which returns gainExperience (#1955)
This commit is contained in:
@@ -156,6 +156,7 @@ export function NetscriptGang(): InternalAPI<IGang> {
|
||||
respectGain: member.calculateRespectGain(gang),
|
||||
wantedLevelGain: member.calculateWantedLevelGain(gang),
|
||||
moneyGain: member.calculateMoneyGain(gang),
|
||||
expGain: member.calculateExpGain(),
|
||||
};
|
||||
},
|
||||
canRecruitMember: (ctx) => () => {
|
||||
|
||||
Reference in New Issue
Block a user