mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-22 09:13:07 +02:00
API: Fix #3661 Add missing memory property to Sleeve API
fixes #3661 Add the missing memory stat to NS.SleeveSkills Interface. Update ns.Sleeve.GetSleeveStats accordingly. (fixing commit issue)
This commit is contained in:
@@ -38,6 +38,7 @@ export function NetscriptSleeve(player: IPlayer): InternalAPI<ISleeve> {
|
||||
return {
|
||||
shock: 100 - sl.shock,
|
||||
sync: sl.sync,
|
||||
memory: sl.memory,
|
||||
hacking: sl.hacking,
|
||||
strength: sl.strength,
|
||||
defense: sl.defense,
|
||||
|
||||
Reference in New Issue
Block a user