mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
getCharacterInformation now additionally returns stat experience
This commit is contained in:
@@ -2743,6 +2743,12 @@ function NetscriptFunctions(workerScript) {
|
||||
workChaExpGain: Player.workChaExpGained,
|
||||
workRepGain: Player.workRepGained,
|
||||
workMoneyGain: Player.workMoneyGained,
|
||||
hackingExp: Player.hacking_exp,
|
||||
strengthExp: Player.strength_exp,
|
||||
defenseExp: Player.defense_exp,
|
||||
dexterityExp: Player.dexterity_exp,
|
||||
agilityExp: Player.agility_exp,
|
||||
charismaExp: Player.charisma_exp,
|
||||
};
|
||||
},
|
||||
isBusy: function() {
|
||||
|
||||
Reference in New Issue
Block a user