Browse Source

Merge branch 'Fixed-issue-#4' into 'staging'

Fixed issue #4

See merge request !13
tags/v0.1.2
Big Bad Waffle 7 years ago
parent
commit
802b679b0f
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      src/server/components/aggro.js

+ 3
- 0
src/server/components/aggro.js View File

@@ -119,6 +119,9 @@ define([
},

willAttack: function(target) {
if (this.obj == target)
return false;

var faction = target.aggro.faction;
if (faction == null)
return false;


Loading…
Cancel
Save