mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 22:38:34 +02:00
✨ Reset sleeves to max HP when starting a new node.
This commit is contained in:
@@ -159,6 +159,7 @@ export class Sleeve extends Person {
|
||||
this.exp.agility = 0;
|
||||
this.exp.charisma = 0;
|
||||
this.updateStatLevels();
|
||||
this.hp.current = this.hp.max;
|
||||
|
||||
// Reset task-related stuff
|
||||
this.stopWork(p);
|
||||
|
||||
Reference in New Issue
Block a user