Shaun před 4 roky
rodič
revize
b5cfa318dd
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      src/server/components/mob.js

+ 3
- 0
src/server/components/mob.js Zobrazit soubor

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

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

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

update: function () {


Načítá se…
Zrušit
Uložit