ソースを参照

Fix healing not un-destroying the player

vintage
Fen Dweller 5年前
コミット
2c6695ba12
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      src/game/maps/town.ts

+ 1
- 0
src/game/maps/town.ts ファイルの表示

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


読み込み中…
キャンセル
保存