Kaynağa Gözat

Fix healing not un-destroying the player

vintage
Fen Dweller 5 yıl önce
ebeveyn
işleme
2c6695ba12
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      src/game/maps/town.ts

+ 1
- 0
src/game/maps/town.ts Dosyayı Görüntüle

@@ -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`)
} }
) )


Yükleniyor…
İptal
Kaydet