소스 검색

closes #1448

tags/v0.6^2
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 () {


불러오는 중...
취소
저장