Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
great_wolves
/
feast
forkeado de
chemicalcrux/feast
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Fix healing not un-destroying the player
master
Fen Dweller
hace 5 años
padre
04ec1bd5cf
commit
2c6695ba12
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
src/game/maps/town.ts
+ 1
- 0
src/game/maps/town.ts
Ver fichero
@@ -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`)
}
)
Escribir
Vista previa
Cargando…
Cancelar
Guardar