Started implementing Resleeving UI

This commit is contained in:
danielyxie
2019-01-16 21:15:00 -08:00
parent 6d8d25e0bb
commit 19f65de555
6 changed files with 37 additions and 11 deletions
+2 -1
View File
@@ -195,8 +195,9 @@ function PlayerObject() {
this.bladeburner_analysis_mult = 1; //Field Analysis Only
this.bladeburner_success_chance_mult = 1;
// Sleeves
// Sleeves & Re-sleeving
this.sleeves = [];
this.resleeves = [];
//bitnode
this.bitNodeN = 1;