diff --git a/src/PersonObjects/Sleeve/Sleeve.ts b/src/PersonObjects/Sleeve/Sleeve.ts
index 2db710a0b..3218576e6 100644
--- a/src/PersonObjects/Sleeve/Sleeve.ts
+++ b/src/PersonObjects/Sleeve/Sleeve.ts
@@ -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);