Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
great_wolves
/
feast
feito fork de
chemicalcrux/feast
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Fix healing not un-destroying the player
master
Fen Dweller
5 anos atrás
pai
04ec1bd5cf
commit
2c6695ba12
1 arquivos alterados
com
1 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+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`)
}
)
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar