mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-08 03:24:48 +01: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.agility = 0;
|
||||||
this.exp.charisma = 0;
|
this.exp.charisma = 0;
|
||||||
this.updateStatLevels();
|
this.updateStatLevels();
|
||||||
|
this.hp.current = this.hp.max;
|
||||||
|
|
||||||
// Reset task-related stuff
|
// Reset task-related stuff
|
||||||
this.stopWork(p);
|
this.stopWork(p);
|
||||||
|
Reference in New Issue
Block a user