mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 07:18:38 +02:00
bugfix
This commit is contained in:
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
* @public
|
||||
*/
|
||||
interface Player {
|
||||
hacking_skill: number;
|
||||
hacking: number;
|
||||
hp: number;
|
||||
max_hp: number;
|
||||
strength: number;
|
||||
@@ -815,7 +815,7 @@ export interface SleeveSkills {
|
||||
/** current sync of the sleeve [0-100] */
|
||||
sync: number;
|
||||
/** current hacking skill of the sleeve */
|
||||
hacking_skill: number;
|
||||
hacking: number;
|
||||
/** current strength of the sleeve */
|
||||
strength: number;
|
||||
/** current defense of the sleeve */
|
||||
|
||||
Reference in New Issue
Block a user