Przeglądaj źródła

Fix healing not un-destroying the player

master
Fen Dweller 5 lat temu
rodzic
commit
2c6695ba12
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      src/game/maps/town.ts

+ 1
- 0
src/game/maps/town.ts Wyświetl plik

@@ -219,6 +219,7 @@ export const Town = (): Place => {
executor.statusEffects.forEach(effect => { executor.statusEffects.forEach(effect => {
executor.removeEffect(effect) executor.removeEffect(effect)
}) })
executor.destroyed = false
return new LogLine(`You're healthy again`) return new LogLine(`You're healthy again`)
} }
) )


Ładowanie…
Anuluj
Zapisz