Add numPeopleKilled to getPlayer return

This commit is contained in:
David Edmondson
2021-09-04 14:51:09 -07:00
parent 2d322e7a6a
commit 2914bbb789
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3041,6 +3041,7 @@ function NetscriptFunctions(workerScript) {
charisma_exp_mult: Player.charisma_exp_mult,
company_rep_mult: Player.company_rep_mult,
faction_rep_mult: Player.faction_rep_mult,
numPeopleKilled: Player.numPeopleKilled,
money: Player.money.toNumber(),
city: Player.city,
location: Player.location,