浏览代码

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.removeEffect(effect)
})
executor.destroyed = false
return new LogLine(`You're healthy again`)
}
)


正在加载...
取消
保存