浏览代码

Added "is"

pull/2/head
Samuel Dweller 3 年前
父节点
当前提交
639c723bbd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/game/maps/Newtown.ts

+ 1
- 1
src/game/maps/Newtown.ts 查看文件

@@ -205,7 +205,7 @@ export const Newtown = (): Place => {
executor.removeEffect(effect)
})
executor.destroyed = false
return new LogLine(`Your party healthy again`)
return new LogLine(`Your party is healthy again`)
}
)
)


正在加载...
取消
保存