Ver código fonte

Fix healing not un-destroying the player

master
Fen Dweller 5 anos atrás
pai
commit
2c6695ba12
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      src/game/maps/town.ts

+ 1
- 0
src/game/maps/town.ts Ver arquivo

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


Carregando…
Cancelar
Salvar