Bläddra i källkod

closes #1448

tags/v0.6^2
Shaun 4 år sedan
förälder
incheckning
b5cfa318dd
1 ändrade filer med 3 tillägg och 0 borttagningar
  1. +3
    -0
      src/server/components/mob.js

+ 3
- 0
src/server/components/mob.js Visa fil

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

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

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

update: function () {


Laddar…
Avbryt
Spara