Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
great_wolves
/
feast
forkato da
chemicalcrux/feast
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Fix healing not un-destroying the player
master
Fen Dweller
5 anni fa
parent
04ec1bd5cf
commit
2c6695ba12
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/game/maps/town.ts
+ 1
- 0
src/game/maps/town.ts
Vedi File
@@ -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`)
}
)
Write
Preview
Loading…
Annulla
Salva