diff --git a/src/game/maps/town.ts b/src/game/maps/town.ts index 01df436..e3af450 100644 --- a/src/game/maps/town.ts +++ b/src/game/maps/town.ts @@ -219,6 +219,7 @@ export const Town = (): Place => { executor.statusEffects.forEach(effect => { executor.removeEffect(effect) }) + executor.destroyed = false return new LogLine(`You're healthy again`) } )