Просмотр исходного кода

Fix healing not un-destroying the player

master
Fen Dweller 5 лет назад
Родитель
Сommit
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`)
}
)


Загрузка…
Отмена
Сохранить