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 () {


Loading…
Откажи
Сачувај