Sfoglia il codice sorgente

Fix healing not un-destroying the player

master
Fen Dweller 5 anni fa
parent
commit
2c6695ba12
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +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`)
}
)


Loading…
Annulla
Salva