소스 검색

feat: The aggro component can now receive a range to override the default range of 7

tags/v0.12.0.22
Shaun 9 달 전
부모
커밋
b62661dc82
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      src/server/components/aggro.js

+ 3
- 0
src/server/components/aggro.js 파일 보기

@@ -29,6 +29,9 @@ module.exports = {
if (blueprint.faction)
this.faction = blueprint.faction;

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

//TODO: Why don't we move if faction is null?
if (!this.has('faction'))
return;


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