getCharacterInformation now additionally returns stat experience

This commit is contained in:
Olivier Gagnon
2021-03-07 05:01:24 -05:00
parent dc402bef68
commit c2ceaa9bdd
3 changed files with 13 additions and 0 deletions
+6
View File
@@ -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() {