mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 04:35:46 +01:00
✨ Reset sleeves to max HP when starting a new node.
This commit is contained in:
parent
596a04515d
commit
232dcab5cd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user