Browse Source

Fix healing not un-destroying the player

vintage
Fen Dweller 5 years ago
parent
commit
2c6695ba12
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/game/maps/town.ts

+ 1
- 0
src/game/maps/town.ts View File

@@ -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`)
}
)


Loading…
Cancel
Save