mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 16:13:49 +01:00
Add numPeopleKilled to getPlayer return
This commit is contained in:
parent
2d322e7a6a
commit
2914bbb789
@ -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,
|
||||
|
@ -47,6 +47,7 @@ export interface IPlayer {
|
||||
init: () => void;
|
||||
isWorking: boolean;
|
||||
karma: number;
|
||||
numPeopleKilled: number;
|
||||
location: LocationName;
|
||||
max_hp: number;
|
||||
money: any;
|
||||
|
Loading…
Reference in New Issue
Block a user