Remove resleeving from code

This commit is contained in:
nickofolas
2022-03-19 11:43:58 -05:00
parent a70969df14
commit c33c23700e
8 changed files with 0 additions and 503 deletions

View File

@@ -121,8 +121,6 @@ export function prestigeAugmentation(this: PlayerObject): void {
this.queuedAugmentations = [];
this.resleeves = [];
const numSleeves = Math.min(3, SourceFileFlags[10] + (this.bitNodeN === 10 ? 1 : 0)) + this.sleevesFromCovenant;
if (this.sleeves.length > numSleeves) this.sleeves.length = numSleeves;
for (let i = this.sleeves.length; i < numSleeves; i++) {