Переглянути джерело

Fix healing not un-destroying the player

master
Fen Dweller 5 роки тому
джерело
коміт
2c6695ba12
1 змінених файлів з 1 додано та 0 видалено
  1. +1
    -0
      src/game/maps/town.ts

+ 1
- 0
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`)
}
)


Завантаження…
Відмінити
Зберегти