Kaynağa Gözat

closes #1448

tags/v0.6^2
Shaun 4 yıl önce
ebeveyn
işleme
b5cfa318dd
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  1. +3
    -0
      src/server/components/mob.js

+ 3
- 0
src/server/components/mob.js Dosyayı Görüntüle

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

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

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

update: function () {


Yükleniyor…
İptal
Kaydet