mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
v0.45.1
This commit is contained in:
@@ -4975,9 +4975,9 @@ function NetscriptFunctions(workerScript) {
|
||||
return false;
|
||||
}
|
||||
|
||||
const sl = Player.sleeves[i];
|
||||
const sl = Player.sleeves[sleeveNumber];
|
||||
return {
|
||||
shock: sl.shock,
|
||||
shock: 100 - sl.shock,
|
||||
sync: sl.sync,
|
||||
hacking_skill: sl.hacking_skill,
|
||||
strength: sl.strength,
|
||||
|
||||
Reference in New Issue
Block a user