mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
API: Add karma to ns.getPlayer() & document ns.heart.break() (#1131)
This commit is contained in:
@@ -1683,6 +1683,7 @@ export const ns: InternalAPI<NSFull> = {
|
||||
jobs: structuredClone(Player.jobs),
|
||||
factions: Player.factions.slice(),
|
||||
entropy: Player.entropy,
|
||||
karma: Player.karma,
|
||||
};
|
||||
setDeprecatedProperties(data, {
|
||||
playtimeSinceLastAug: {
|
||||
|
||||
Reference in New Issue
Block a user