Shaun 4 anni fa
parent
commit
b5cfa318dd
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. +3
    -0
      src/server/components/mob.js

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

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

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

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

update: function () {


Caricamento…
Annulla
Salva