mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 11:10:58 +02:00
Add numPeopleKilled to getPlayer return
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user