瀏覽代碼

Fix healing not un-destroying the player

master
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.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`)
} }
) )


Loading…
取消
儲存