diff --git a/src/server/components/mob.js b/src/server/components/mob.js index f15ebb1c..d18ff826 100644 --- a/src/server/components/mob.js +++ b/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 () {