This commit is contained in:
Olivier Gagnon
2021-10-01 16:22:33 -04:00
parent 5ba7b2796d
commit 50cf362b3b
64 changed files with 120 additions and 6205 deletions
+1
View File
@@ -534,6 +534,7 @@ export class Sleeve extends Person {
}
case SleeveTaskType.Recovery:
this.shock = Math.min(100, this.shock + 0.0002 * cyclesUsed);
if (this.shock >= 100) this.resetTaskStatus();
break;
case SleeveTaskType.Synchro:
this.sync = Math.min(100, this.sync + p.getIntelligenceBonus(0.5) * 0.0002 * cyclesUsed);
+1 -1
View File
@@ -39,7 +39,7 @@ export function SleeveRoot(): React.ReactElement {
target="_blank"
href="https://bitburner.readthedocs.io/en/latest/advancedgameplay/sleeves.html#duplicate-sleeves"
>
Documentation
<Typography> Documentation</Typography>
</Link>
{player.sleeves.map((sleeve, i) => (
<SleeveElem key={i} rerender={rerender} sleeve={sleeve} />