mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-23 01:32:55 +02:00
allbuild commit c8440ef2
This commit is contained in:
@@ -585,31 +585,12 @@ export function NetscriptFunctions(workerScript: WorkerScript): NS {
|
||||
},
|
||||
player(funcName: string, p: unknown): IPlayer {
|
||||
const fakePlayer = {
|
||||
hacking: undefined,
|
||||
hp: undefined,
|
||||
max_hp: undefined,
|
||||
strength: undefined,
|
||||
defense: undefined,
|
||||
dexterity: undefined,
|
||||
agility: undefined,
|
||||
charisma: undefined,
|
||||
intelligence: undefined,
|
||||
hacking_exp: undefined,
|
||||
strength_exp: undefined,
|
||||
defense_exp: undefined,
|
||||
dexterity_exp: undefined,
|
||||
agility_exp: undefined,
|
||||
charisma_exp: undefined,
|
||||
hacking_chance_mult: undefined,
|
||||
mults: undefined,
|
||||
numPeopleKilled: undefined,
|
||||
money: undefined,
|
||||
city: undefined,
|
||||
location: undefined,
|
||||
hasWseAccount: undefined,
|
||||
hasTixApiAccess: undefined,
|
||||
has4SData: undefined,
|
||||
has4SDataTixApi: undefined,
|
||||
bitNodeN: undefined,
|
||||
totalPlaytime: undefined,
|
||||
playtimeSinceLastAug: undefined,
|
||||
@@ -2446,10 +2427,6 @@ export function NetscriptFunctions(workerScript: WorkerScript): NS {
|
||||
money: Player.money,
|
||||
city: Player.city,
|
||||
location: Player.location,
|
||||
hasWseAccount: Player.hasWseAccount,
|
||||
hasTixApiAccess: Player.hasTixApiAccess,
|
||||
has4SData: Player.has4SData,
|
||||
has4SDataTixApi: Player.has4SDataTixApi,
|
||||
bitNodeN: Player.bitNodeN,
|
||||
totalPlaytime: Player.totalPlaytime,
|
||||
playtimeSinceLastAug: Player.playtimeSinceLastAug,
|
||||
|
||||
Reference in New Issue
Block a user