This commit is contained in:
danielyxie
2019-03-23 19:40:35 -07:00
parent 1034f7cac5
commit 856d02a129
17 changed files with 313 additions and 181 deletions
+2 -2
View File
@@ -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,