浏览代码

closes #1448

tags/v0.6^2
Shaun 4 年前
父节点
当前提交
b5cfa318dd
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      src/server/components/mob.js

+ 3
- 0
src/server/components/mob.js 查看文件

@@ -41,6 +41,9 @@ module.exports = {

if (blueprint.patrol)
this.patrol = blueprint.patrol;

if (blueprint.maxChaseDistance)
this.maxChaseDistance = blueprint.maxChaseDistance;
},

update: function () {


正在加载...
取消
保存