Browse Source

closes #1448

tags/v0.6^2
Shaun 4 years ago
parent
commit
b5cfa318dd
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/server/components/mob.js

+ 3
- 0
src/server/components/mob.js View File

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

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

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

update: function () {


Loading…
Cancel
Save